summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css32
1 files changed, 0 insertions, 32 deletions
diff --git a/style.css b/style.css
index 120eabb..0ea2d93 100644
--- a/style.css
+++ b/style.css
@@ -19,38 +19,6 @@ body {
color: #eee;
}
-nav {
- display: flex;
- align-items: center;
- flex-direction: row;
- flex-wrap: wrap;
-}
-
-nav > a {
- flex: 1;
- min-width: fit-content;
- text-align: center;
- display: block;
- padding: 0.3em 0.8em;
- border: 1px solid #222;
- margin: 0.3em;
- color: #666;
- text-decoration: none;
- transition: all 100ms;
-}
-
-nav > a:hover {
- background-color: #0a638d;
- border-color: #0e84bb;
- color: #eee;
-}
-
-nav > a:active {
- background-color: #8d810a;
- border-color: #bbb80e;
- color: #eee;
-}
-
header {
padding: 6em 0;
text-align: center;