aboutsummaryrefslogtreecommitdiff
path: root/src/styles
diff options
context:
space:
mode:
authorAdam <adam.moloney.stuck@gmail.com>2022-04-24 10:02:05 +0200
committerAdam <adam.moloney.stuck@gmail.com>2022-04-24 10:02:05 +0200
commit558f0d8a3a5edf424418f6a78014c33e16ba2d0f (patch)
tree2d74fbbe7937adceb15019ce0ad4401be7db6714 /src/styles
parenta435756605ed19d8e8f3e5d23b1e944b8f1bd45e (diff)
Cleaner css
Diffstat (limited to 'src/styles')
-rw-r--r--src/styles/style.css14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/styles/style.css b/src/styles/style.css
index 762c7c2..df4bbe2 100644
--- a/src/styles/style.css
+++ b/src/styles/style.css
@@ -13,17 +13,17 @@ body {
h1 {
- margin-top: 2.5em;
+ margin-top: 0.5em;
font-size: 2em;
}
a {
- text-decoration-thickness: 1px;
- text-underline-offset: 5px;
-}
-a, a:link, a:visited {
color: #fda;
+ text-decoration: none;
+}
+a:hover {
+ text-decoration: underline;
text-decoration-color: #ca8;
}
@@ -66,7 +66,7 @@ blockquote {
.header {
font-size: 2em;
margin-top: 1.5em;
- margin-bottom: 1em;
+ margin-bottom: 2em;
}
.footer {
margin-top: 2em;
@@ -83,7 +83,7 @@ blockquote {
text-decoration-color: #555;
}
-
+
/* .button {
display: inline-block;
border-color: #fda;