From d903ecf5b6ab4f11744b77f7875e3dfc11f26851 Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Sun, 19 Dec 2021 20:07:01 +0100 Subject: Add style.css --- style.css | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 style.css diff --git a/style.css b/style.css new file mode 100644 index 0000000..771e55b --- /dev/null +++ b/style.css @@ -0,0 +1,18 @@ +body { + color: #F2F6F3; + background: #151515; + text-align: justify; +} + +p img, li img, h1 img, h2 img, h3 img, h4 img, dt img { + max-height: 1em; + max-width: 1em; + vertical-align: middle ; +} + +a { color: #A5D6FF ; text-decoration: none ;} + +dl { + display: inline-flex; + text-align: center; +} -- cgit v1.2.3-70-g09d2