From 55876d63a3c037da975df21e0cd8e337902195d7 Mon Sep 17 00:00:00 2001 From: Duncan Wilkie Date: Thu, 21 Sep 2023 18:32:10 -0500 Subject: Remove garbage --- assets/css/style.css~ | 56 --------------------------------------------------- 1 file changed, 56 deletions(-) delete mode 100644 assets/css/style.css~ (limited to 'assets/css/style.css~') diff --git a/assets/css/style.css~ b/assets/css/style.css~ deleted file mode 100644 index 5d197cd..0000000 --- a/assets/css/style.css~ +++ /dev/null @@ -1,56 +0,0 @@ -html { - background-color: #0f1011; -} - -pre { - font-family: Iosevka; - background-color: #292b2b; - border-radius: 0.5rem; - padding: 1rem; - overflow-x: auto; -} - -body { - background-color: #1d1f21; - font-family: IBM Plex Sans; - color: #c5c8c6; - max-width: 54rem; - margin: 0.5rem auto; - position: relative; - padding: 1rem; - border-radius: 4px; - line-height: 150%; -} - -img, -picture, -video { - max-width: 100%; -} - -a { - outline: none; -} - -a:link { - color: #81a2be; -} - -a:visited { - color: #b294bb; -} - -a:focus { - text-decoration: none; - background: #5a5b5a; - -} - -a:hover { - text-decoration: none; - background: #3f3f3f; -} - -a:active { - color: #de935f; -} -- cgit v1.2.3