diff options
author | Prefetch | 2019-06-08 20:01:43 +0000 |
---|---|---|
committer | Prefetch | 2019-06-08 20:01:43 +0000 |
commit | fe4bd53f01c469ad62848fbc85b06185b9f1e653 (patch) | |
tree | 38d9731003cf2d98ac4000eeff86fc55a17ec093 /public/main.css |
Create repository
Diffstat (limited to 'public/main.css')
-rw-r--r-- | public/main.css | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/public/main.css b/public/main.css new file mode 100644 index 0000000..0394165 --- /dev/null +++ b/public/main.css @@ -0,0 +1,29 @@ +body { + background-color:#282c34; + color:#abb2bf; + max-width:72ch; + text-align:justify; + margin:auto; + padding:2ch; +} + +a { + text-decoration:none; + color:#61afef; +} + +.content { min-height: calc(100vh - 20ch); } + +.navbar a:link { color:#abb2bf; } +.navbar a:visited { color:#abb2bf; } +.navbar a:focus { color:#61afef; } +.navbar a:hover { color:#61afef; } +.navbar a:active { color:#61afef; } +.navbar { + display:flex; + flex-direction:row; + font-size:24px; + text-align:right; +} +.navitem { flex:1; } +.navhome { text-align:left; } |