Fix highlight by moving to end of stylesheet

with-route-provider
Lorenz H-S 12 years ago
parent 80a5283153
commit 31a300f0ba
  1. 12
      css/style.css

@ -1,9 +1,3 @@
/* highlight messages */
.highlight {
color: yellow;
font-weight: bold;
}
/* style options, foreground */
.cof-separator {
color: #68b5d4;
@ -1936,3 +1930,9 @@
font-style: normal;
text-decoration: none;
}
/* highlight messages */
.highlight {
color: yellow;
font-weight: bold;
}
Loading…
Cancel
Save