Adjust link styling on guide and popup
parent
2808f48a55
commit
db1129bd8a
|
@ -16,6 +16,15 @@
|
|||
font-size: .9em;
|
||||
}
|
||||
|
||||
a {
|
||||
text-decoration-style: dotted;
|
||||
text-decoration-thickness: 1px;
|
||||
color: #005799;
|
||||
}
|
||||
a:visited {
|
||||
color: #005799;
|
||||
}
|
||||
|
||||
hr {
|
||||
height: 1px;
|
||||
border: none;
|
||||
|
|
|
@ -19,10 +19,12 @@
|
|||
}
|
||||
|
||||
a {
|
||||
color: #0000EE;
|
||||
text-decoration-style: dotted;
|
||||
text-decoration-thickness: 1px;
|
||||
color: #005799;
|
||||
}
|
||||
a:visited {
|
||||
color: #0000EE;
|
||||
color: #005799;
|
||||
}
|
||||
|
||||
h1 {
|
||||
|
|
Loading…
Reference in New Issue