position: relative;
list-style: none;
padding-left: 0;
- margin-right: 3em;
+ margin-right: 2.5em;
a {
color: black;
font-weight: bold;
}
li.active:before {
- color: #004e98;
+ color: #ed7f00;
content: "(";
position: absolute;
left: -.7em;
top: -.25em;
}
li.active:after {
- color: #004e98;
+ color: #ed7f00;
content: ")";
position: absolute;
right: -.7em;
}
#item-lang a {
- color: #0050a2;
+ color: #ed952f;
}
-}
\ No newline at end of file
+}