|
|
|
@ -47,7 +47,10 @@ header { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.title { |
|
|
|
.title { |
|
|
|
background-color: var(--header-bg-color); |
|
|
|
border-top: 2px solid var(--header-bg-color); |
|
|
|
|
|
|
|
border-bottom: 2px solid var(--header-bg-color); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* background-color: var(--header-bg-color); */ |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
header h1 { |
|
|
|
header h1 { |
|
|
|
@ -71,7 +74,7 @@ header h1 a { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
header h1 a:hover { |
|
|
|
header h1 a:hover { |
|
|
|
color: #BFA030; |
|
|
|
color: var(--header-bg-color); |
|
|
|
} |
|
|
|
} |
|
|
|
header h2 { |
|
|
|
header h2 { |
|
|
|
margin-top: -10px; |
|
|
|
margin-top: -10px; |
|
|
|
@ -81,8 +84,9 @@ header h2 { |
|
|
|
|
|
|
|
|
|
|
|
nav { |
|
|
|
nav { |
|
|
|
padding: 4px; |
|
|
|
padding: 4px; |
|
|
|
font-size: 14px; |
|
|
|
font-size: 13px; |
|
|
|
background-color: #333; |
|
|
|
text-transform: uppercase; |
|
|
|
|
|
|
|
/* background-color: #333; */ |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
footer { |
|
|
|
footer { |
|
|
|
@ -149,6 +153,9 @@ a h1 { |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.date { |
|
|
|
|
|
|
|
margin-bottom: 4px; |
|
|
|
|
|
|
|
} |
|
|
|
.details { |
|
|
|
.details { |
|
|
|
font-size: 14px; |
|
|
|
font-size: 14px; |
|
|
|
color: #999; |
|
|
|
color: #999; |
|
|
|
|