Adjust styling on settings links
parent
c3cddbd819
commit
2808f48a55
|
@ -17,10 +17,12 @@
|
|||
}
|
||||
|
||||
a {
|
||||
color: #0000EE;
|
||||
text-decoration-style: dotted;
|
||||
text-decoration-thickness: 1px;
|
||||
color: #005799;
|
||||
}
|
||||
a:visited {
|
||||
color: #0000EE;
|
||||
color: #005799;
|
||||
}
|
||||
|
||||
hr {
|
||||
|
@ -223,7 +225,7 @@
|
|||
height: 1.2em;
|
||||
vertical-align: middle;
|
||||
}
|
||||
#toggles a {
|
||||
#toggles a:first-child {
|
||||
line-height: 1.2em;
|
||||
padding-right: .5em;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue