Another minor change
This commit is contained in:
@ -34,12 +34,14 @@ body {
|
||||
h1, h2, h3, h4, h5 {
|
||||
color: var(--headings-color);
|
||||
font-weight: bold;
|
||||
line-height: 1.2;
|
||||
}
|
||||
|
||||
hr {
|
||||
background-color: var(--line-color);
|
||||
}
|
||||
|
||||
/* Navigation */
|
||||
header {
|
||||
background-color: var(--background-color);
|
||||
}
|
||||
@ -55,15 +57,17 @@ nav {
|
||||
|
||||
nav li {
|
||||
font-size: 1rem;
|
||||
padding: 2px 8px;
|
||||
font-weight: bold;
|
||||
padding: 3px 10px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
/* Link effects */
|
||||
nav li a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
li a:hover {
|
||||
nav li a:hover {
|
||||
border-bottom: 2px solid var(--line-color);
|
||||
text-decoration: none;
|
||||
}
|
||||
|
Reference in New Issue
Block a user