diff --git a/static/css/general.css b/static/css/general.css new file mode 100644 index 0000000..5189499 --- /dev/null +++ b/static/css/general.css @@ -0,0 +1,39 @@ +html { + font-family: monospace; +} + +header, footer { + text-align: center; + margin: 0; + border: 0; +} + +.globalnav{ + display: flex; + flex-direction: row; + border-collapse: collapse; +} + +.globalnav-element { + display: inline-block; + border-width: 1px; + border-style: solid; + flex-grow: 1; +} + +body.dark-theme a { + color: lightskyblue; +} + +body.dark-theme .globalnav-element { + border-color: black; +} + +body.light-theme .globalnav-element { + border-color: white; +} + +pre, code { + background-blend-mode: darken; + color: lightgreen; +} diff --git a/templates/base.html b/templates/base.html index 09cbb5c..08f7602 100644 --- a/templates/base.html +++ b/templates/base.html @@ -3,6 +3,8 @@
+ +Blog | -Servers | -