]> git.bts.cx Git - cx.git/blobdiff - public/design/css/style.css
Basic page support
[cx.git] / public / design / css / style.css
index 27e627b0db15a2fbda74e8e243ca772d0778515f..a5c06ec02b33420c6a10a5dd521e8d556529fcb8 100644 (file)
@@ -12,6 +12,7 @@
 /* Layout */
 
 body {
 /* Layout */
 
 body {
+       background: #fcfcfc;
        display: flex;
        flex-direction: column;
        min-height: 100vh;
        display: flex;
        flex-direction: column;
        min-height: 100vh;
@@ -30,10 +31,6 @@ body > * {
        margin-right: auto;
 }
 
        margin-right: auto;
 }
 
-header {
-       margin-bottom: 8vh;
-}
-
 header h1 {
        font-size: 2em;
 }
 header h1 {
        font-size: 2em;
 }
@@ -43,6 +40,15 @@ header h1 a {
        text-decoration: none;
 }
 
        text-decoration: none;
 }
 
+header p {
+       font-size: 0.8em;
+}
+
+nav {
+       margin-top: 2vh;
+       margin-bottom: 4vh;
+}
+
 nav ul {
        list-style: none;
        display: flex;
 nav ul {
        list-style: none;
        display: flex;
@@ -131,6 +137,11 @@ a {
        text-underline-offset: 0.08em;
 }
 
        text-underline-offset: 0.08em;
 }
 
+a:hover {
+       background-color: navy;
+       color: #fcfcfc;
+}
+
 a:focus {
        outline: 1px solid currentColor;
        outline-offset: 0.2em;
 a:focus {
        outline: 1px solid currentColor;
        outline-offset: 0.2em;