diff --git a/img/bg_avif.avif b/img/bg_avif.avif new file mode 100644 index 0000000..4b3921c Binary files /dev/null and b/img/bg_avif.avif differ diff --git a/styles/main_style.css b/styles/main_style.css index e60ee8c..468bda7 100644 --- a/styles/main_style.css +++ b/styles/main_style.css @@ -32,17 +32,23 @@ li { p { font-family: 'Share Tech Mono', monospace; + font-weight: bold; + font-size: 18px; + color: white; } a { font-family: 'Share Tech Mono', monospace; + font-weight: bold;; + font-size: 18px; + color: white; } /* Text based stuffs */ body { - background-image: url("/img/bg.jpg"); + background-image: url("/img/bg_avif.avif"); /* May add a fallback to the previous jpeg variant in the future. */ } .container {