summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
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: '';
-}