Adjust link color
parent
200df7819c
commit
d57446c4f3
|
@ -15,6 +15,13 @@
|
|||
font-size: .9em;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #0000EE;
|
||||
}
|
||||
a:visited {
|
||||
color: #0000EE;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 1.3rem;
|
||||
margin: 8px 0;
|
||||
|
|
|
@ -16,6 +16,13 @@
|
|||
font-size: .9em;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #0000EE;
|
||||
}
|
||||
a:visited {
|
||||
color: #0000EE;
|
||||
}
|
||||
|
||||
hr {
|
||||
height: 1px;
|
||||
border: none;
|
||||
|
|
Loading…
Reference in New Issue