summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2022-05-12 22:44:54 +0200
committerAki <please@ignore.pl>2022-05-12 22:44:54 +0200
commitd3a14856ea0e3e29c1a9fd02b3ae9025fec45d03 (patch)
tree4ecd6aa9744c21f9f19f23fb03b0838a783883d9 /style.css
parent1a7b8d94aeb5ea93976d84d41edd8f72730ed3d4 (diff)
downloadstarshatter-d3a14856ea0e3e29c1a9fd02b3ae9025fec45d03.zip
starshatter-d3a14856ea0e3e29c1a9fd02b3ae9025fec45d03.tar.gz
starshatter-d3a14856ea0e3e29c1a9fd02b3ae9025fec45d03.tar.bz2
Trying to fix SEO a bit with tags and title
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%;