diff options
author | Kyle Gunger <kgunger12@gmail.com> | 2022-01-10 22:37:25 -0500 |
---|---|---|
committer | Kyle Gunger <kgunger12@gmail.com> | 2022-01-10 22:37:45 -0500 |
commit | 340d024e5fc09d1ab89062ece7b8788786ba564b (patch) | |
tree | 594d7e1f695b25ca24084474dd00f4a6927bd100 /style.css | |
parent | 972392448a8c14bf896516268d304baf961c1648 (diff) |
Testing theme changer
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 41 |
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: ''; -} |