From 7c954d2edeb375f9f8c61bdeafc7e2ebfdcfa187 Mon Sep 17 00:00:00 2001 From: Fijxu Date: Fri, 16 Dec 2022 05:07:55 -0300 Subject: [PATCH] Add CSS Badge + fixes --- index-en.html | 29 +++++++++++++++++------------ index.html | 35 ++++++++++++++++++++--------------- style.css | 2 +- 3 files changed, 38 insertions(+), 28 deletions(-) diff --git a/index-en.html b/index-en.html index e3414b7..29deed6 100644 --- a/index-en.html +++ b/index-en.html @@ -146,20 +146,25 @@ diff --git a/index.html b/index.html index d3bcf0b..ead6cbf 100644 --- a/index.html +++ b/index.html @@ -146,23 +146,28 @@ diff --git a/style.css b/style.css index bcb95b2..62c198f 100644 --- a/style.css +++ b/style.css @@ -4,7 +4,7 @@ html { /* background-image: url(./assets/bg.png) ; */ /* opacity: ; */ color: aliceblue; - font-family: DejaVu Sans Mono, monospace; + font-family: "DejaVu Sans Mono", monospace; /* background-blend-mode: overlay; background-size: auto; */ /* margin-top: 1px; */