From 340d024e5fc09d1ab89062ece7b8788786ba564b Mon Sep 17 00:00:00 2001 From: Kyle Gunger Date: Mon, 10 Jan 2022 22:37:25 -0500 Subject: Testing theme changer --- style.css | 41 ----------------------------------------- 1 file changed, 41 deletions(-) delete mode 100644 style.css (limited to 'style.css') diff --git a/style.css b/style.css deleted file mode 100644 index 2d5a08e..0000000 --- a/style.css +++ /dev/null @@ -1,41 +0,0 @@ -* { - font-family: "Roboto", sans-serif; -} - -h1::after { - display: block; - - width: 100%; - height: 3px; - - background-color: #bbb; - - content: ''; -} - -a { - color: #0099ff; - text-decoration: none; - transition-duration: 0.2s; -} - -a:hover { - color: black; -} - -span.end { - display: block; - margin-top: 10px; - text-emphasis: bold; -} - -span.end::before { - display: block; - - width: 100%; - height: 3px; - - background-color: #bbb; - - content: ''; -} -- cgit v1.2.3