From 5b6b5a6fb54ab22ea8dfec79ce8df72d167616b9 Mon Sep 17 00:00:00 2001 From: mounderfod Date: Tue, 4 Jul 2023 12:36:08 +0100 Subject: CSS fixes, add RSS link, change font --- assets/Windows Regular.ttf | Bin 88840 -> 0 bytes assets/img/wordart.png | Bin 272965 -> 195077 bytes assets/index.css | 19 ++++++++++++------- 3 files changed, 12 insertions(+), 7 deletions(-) delete mode 100644 assets/Windows Regular.ttf (limited to 'assets') diff --git a/assets/Windows Regular.ttf b/assets/Windows Regular.ttf deleted file mode 100644 index 26abb3d..0000000 Binary files a/assets/Windows Regular.ttf and /dev/null differ diff --git a/assets/img/wordart.png b/assets/img/wordart.png index a0c6b1d..d517481 100644 Binary files a/assets/img/wordart.png and b/assets/img/wordart.png differ diff --git a/assets/index.css b/assets/index.css index 3ee807b..878746b 100644 --- a/assets/index.css +++ b/assets/index.css @@ -1,7 +1,4 @@ -@font-face { - font-family: windows; - src: url("Windows Regular.ttf"); -} +@import url("https://fonts.googleapis.com/css2?family=JetBrains+Mono&display=swap"); html { background-image: url(img/background.png); @@ -17,7 +14,7 @@ h4, h5, h6, li { - font-family: windows; + font-family: "JetBrains Mono", monospace; } .field { width: 20%; @@ -52,7 +49,8 @@ marquee { display: block; margin-left: auto; margin-right: auto; - max-width: 50%; + max-width: 40%; + margin-bottom: 2em; } #container { @@ -63,6 +61,8 @@ marquee { .logo { width: 100%; + margin-left: auto; + margin-right: auto; } .box { @@ -93,6 +93,11 @@ code { background-color: black; } +a > h2 { + color: white; + text-decoration: underline wavy white; +} + pre { padding: 5px; } @@ -101,7 +106,7 @@ pre { padding: 5px; } -@media screen and (max-width: 1100px) { +@media screen and (max-width: 1110px) { .field { width: 100%; display: block; -- cgit 1.4.1-2-gfad0