diff --git a/new_site/src/griddy.css b/new_site/src/griddy.css index cd8b63e..407c401 100644 --- a/new_site/src/griddy.css +++ b/new_site/src/griddy.css @@ -7,7 +7,7 @@ html { box-sizing: border-box; } :root { --bg-color: #ffffff; --fg-color: #000000; - --selection-bg-color: #bbffbb; + --selection-bg-color: #caffca; --selection-fg-color: #000000; --accent: #10dd10; } @@ -15,7 +15,6 @@ html { box-sizing: border-box; } :root { --bg-color: #000000; --fg-color: #ffffff; - --selection-bg-color: var(--accent); --selection-fg-color: #000000; --accent: #96ff96; } @@ -53,8 +52,8 @@ h1 { } h1::after { content: ""; - width: 5px; - height: 0.9em; + width: 1px; + height: 0.85em; background: var(--accent); margin-left: 3px; display: inline-block; @@ -72,17 +71,21 @@ a:hover { text-decoration-color: var(--accent); } -p { +.center { text-align: center; width: 70%; - margin: 0 auto; + margin: 1em auto 0; } @media (min-width: 992px) { - p { + .center { max-width: 40%; } } +p { + margin: 0 0 0.5em 0; +} + br { margin-bottom: 10px; } @@ -97,7 +100,7 @@ code { color: var(--bg-color); } code a { - text-decoration-color: var(--fg-color) !important; + text-decoration-color: var(--fg-color); } .row { @@ -128,8 +131,8 @@ code a { .badge { - padding: 3px 5px; - border: 2px solid var(--accent); + padding: 6px 10px; + border: 1px solid var(--accent); border-radius: 0px; } @@ -138,7 +141,7 @@ hr { --hr-color: var(--accent); width: 70%; - height: 3px; + height: 1px; margin: 2.35em auto; border-width: 0; color: var(--hr-color); @@ -158,7 +161,7 @@ hr { .footer { text-align: center; - margin: 0 auto; + margin: 0 auto 2em; } diff --git a/new_site/src/index.html b/new_site/src/index.html index 2f89eec..a3f6479 100644 --- a/new_site/src/index.html +++ b/new_site/src/index.html @@ -9,7 +9,7 @@
This is privacynerd.de
. I'm mostly known as BlueFox and host some services in the internet. I love coding and publish blog posts every know and then.
+
This is privacynerd.de
. I'm mostly known as BlueFox and host some services in the internet. I love coding and publish blog posts every know and then.
Stay optimistic!
Other services