Adjust styling on settings links

pull/260/head
Kevin Payravi 2023-09-14 23:41:06 -05:00
parent c3cddbd819
commit 2808f48a55
1 changed files with 5 additions and 3 deletions

View File

@ -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;
}