Commit 360eccb2 authored by JC Brand's avatar JC Brand

Don't change color on hover

parent 8b90e4db
...@@ -9595,9 +9595,8 @@ body.converse-fullscreen { ...@@ -9595,9 +9595,8 @@ body.converse-fullscreen {
font-size: 200%; font-size: 200%;
display: inline-flex; display: inline-flex;
align-items: flex-end; align-items: flex-end;
font-family: var(--branding-font); } font-family: var(--branding-font);
#conversejs .brand-heading:hover .brand-name { color: var(--link-color); }
color: var(--link-color); }
#conversejs .brand-heading .converse-svg-logo { #conversejs .brand-heading .converse-svg-logo {
height: 1.2em; height: 1.2em;
margin-right: 0.25em; margin-right: 0.25em;
......
...@@ -127,11 +127,8 @@ body.converse-fullscreen { ...@@ -127,11 +127,8 @@ body.converse-fullscreen {
display: inline-flex; display: inline-flex;
align-items: flex-end; align-items: flex-end;
font-family: var(--branding-font); font-family: var(--branding-font);
&:hover { color: var(--link-color);
.brand-name {
color: var(--link-color);
}
}
.converse-svg-logo { .converse-svg-logo {
height: 1.2em; height: 1.2em;
margin-right: 0.25em; margin-right: 0.25em;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment