Adjust link color

pull/161/head^2
Kevin Payravi 2023-06-29 02:12:05 -05:00
parent 200df7819c
commit d57446c4f3
2 changed files with 14 additions and 0 deletions

View File

@ -15,6 +15,13 @@
font-size: .9em;
}
a {
color: #0000EE;
}
a:visited {
color: #0000EE;
}
h1 {
font-size: 1.3rem;
margin: 8px 0;

View File

@ -16,6 +16,13 @@
font-size: .9em;
}
a {
color: #0000EE;
}
a:visited {
color: #0000EE;
}
hr {
height: 1px;
border: none;