Adjust link styling on guide and popup

pull/260/head
Kevin Payravi 2023-09-14 23:42:01 -05:00
parent 2808f48a55
commit db1129bd8a
2 changed files with 13 additions and 2 deletions

View File

@ -16,6 +16,15 @@
font-size: .9em; font-size: .9em;
} }
a {
text-decoration-style: dotted;
text-decoration-thickness: 1px;
color: #005799;
}
a:visited {
color: #005799;
}
hr { hr {
height: 1px; height: 1px;
border: none; border: none;

View File

@ -19,10 +19,12 @@
} }
a { a {
color: #0000EE; text-decoration-style: dotted;
text-decoration-thickness: 1px;
color: #005799;
} }
a:visited { a:visited {
color: #0000EE; color: #005799;
} }
h1 { h1 {