summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorKyle Gunger <kgunger12@gmail.com>2022-01-10 22:37:25 -0500
committerKyle Gunger <kgunger12@gmail.com>2022-01-10 22:37:45 -0500
commit340d024e5fc09d1ab89062ece7b8788786ba564b (patch)
tree594d7e1f695b25ca24084474dd00f4a6927bd100 /style.css
parent972392448a8c14bf896516268d304baf961c1648 (diff)
Testing theme changer
Diffstat (limited to 'style.css')
-rw-r--r--style.css41
1 files changed, 0 insertions, 41 deletions
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: '';
-}