diff options
Diffstat (limited to 'src/styles/main.css')
-rw-r--r-- | src/styles/main.css | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/src/styles/main.css b/src/styles/main.css index 489298e..dd62b28 100644 --- a/src/styles/main.css +++ b/src/styles/main.css @@ -10,13 +10,16 @@ body { h1 { font-size: 2em; - margin-bottom: 30vh; margin-top: 1em; } +header h1 { + margin-bottom: 30vh; +} + h1 > a { text-decoration-style: wavy; - text-decoration-thickness: 15%; + /* text-decoration-thickness: 15%; */ } a, a:hover, a:visited { @@ -32,7 +35,10 @@ ul li { } footer { - color: white; - background-color: black; + background-color: blue; margin-top: 4em; } + +footer a, footer a:hover, footer a:visited { + color: white; +} |