summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKatherine Peeters <katherine.peeters@leagueh.xyz>2022-04-01 14:49:58 -0700
committerKatherine Peeters <katherine.peeters@leagueh.xyz>2022-04-01 14:49:58 -0700
commit2afcea1f4de05c1db5d59fcd105b08eacac3d6cf (patch)
tree76643dedb9dc3a8fae9b1ea4feb2c2fb8718e30d
parent5fbc9d61b2d405ab83856ee46c317bb5fa3cf5a2 (diff)
downloadloh-website-2afcea1f4de05c1db5d59fcd105b08eacac3d6cf.tar.gz
Remove header
We don't really need it
-rw-r--r--header.html5
-rw-r--r--site/style.css22
2 files changed, 1 insertions, 26 deletions
diff --git a/header.html b/header.html
index 85bca9b..efa331f 100644
--- a/header.html
+++ b/header.html
@@ -3,8 +3,3 @@
<meta charset="UTF-8">
<link rel="stylesheet" href="/style.css">
<body>
-<div class="header">
-<a class="header" href="/">⚓</a>
-<p class="header">League of Humanity</p>
-</div>
-
diff --git a/site/style.css b/site/style.css
index 897712a..1985812 100644
--- a/site/style.css
+++ b/site/style.css
@@ -77,7 +77,7 @@ a {
line-height: 1.3;
}
-/* Appropriately style preformatted/"code" text */
+/* Appropriately style preformatted text */
pre {
background-color: var(--pre);
border-radius: 0.5em;
@@ -90,26 +90,6 @@ a:hover {
color: var(--bg);
}
-/* Header */
-.header {
- font-size: xx-large;
- text-align: center;
- margin: 0.5em;
-}
-
-p.header {
- margin-top: 0.5em;
-}
-
-a.header {
- background-color: var(--fg);
- border-radius: 0.25em;
- color: transparent;
- padding: 0.25em;
- text-decoration: none;
- text-shadow: 0 0 0 var(--bg);
-}
-
/* Footer */
.footer {
text-align: center;