From 4aea5ab8f84434e79fd441a02c0b1559ead09ef6 Mon Sep 17 00:00:00 2001 From: xanax <34755589+anKordii@users.noreply.github.com> Date: Fri, 18 Dec 2020 18:21:05 +0100 Subject: [PATCH] Delete style.css --- design/style.css | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 design/style.css diff --git a/design/style.css b/design/style.css deleted file mode 100644 index 15bfd5b..0000000 --- a/design/style.css +++ /dev/null @@ -1,20 +0,0 @@ -@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400&display=swap'); - -body{ - background-color: #18181b; - color: #efeff1; - font-family: 'Open Sans', sans-serif; - font-size: 62.5%; - margin: 1rem; -} -.hello{ - color: #adadb8; - font-size: 0.80rem; -} -p{ - font-size: 1.5em; -} -p img{ - height: 1em; - width: auto; -}