summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css9
1 files changed, 6 insertions, 3 deletions
diff --git a/style.css b/style.css
index 5ae5c52..120eabb 100644
--- a/style.css
+++ b/style.css
@@ -46,15 +46,18 @@ nav > a:hover {
}
nav > a:active {
- background-color: #8d810a;
+ background-color: #8d810a;
border-color: #bbb80e;
color: #eee;
}
header {
padding: 6em 0;
- text-align: center;
+ text-align: center;
+}
+.hidden {
+ display: none;
}
.star {
@@ -74,7 +77,7 @@ header {
z-index: -1;
}
-h1 {
+.title {
font-family: 'OPTIEdgarBold-Extended', sans-serif;
color: black;
font-size: 220%;