aboutsummaryrefslogtreecommitdiff
path: root/dst/styles/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'dst/styles/style.css')
-rw-r--r--dst/styles/style.css23
1 files changed, 6 insertions, 17 deletions
diff --git a/dst/styles/style.css b/dst/styles/style.css
index e76f9b9..976898c 100644
--- a/dst/styles/style.css
+++ b/dst/styles/style.css
@@ -12,7 +12,6 @@ h1 {
font-size: 2em;
}
-
a {
color: #fda;
text-decoration: none;
@@ -39,7 +38,6 @@ pre code {
color: #ddd;
}
-
p img, table {
max-width: 100%;
}
@@ -49,7 +47,6 @@ img {
margin-right: auto;
}
-
blockquote {
background-color: #222;
border-left: 5px solid #e6c79a;
@@ -57,31 +54,23 @@ blockquote {
padding-left: 1em;
}
-
-.header {
+header {
font-size: 2em;
margin-top: 1.5em;
margin-bottom: 2em;
}
-.footer {
- margin-top: 2em;
+footer {
+ margin-top: 3em;
margin-bottom: 4em;
+ text-align: center;
}
.note {
margin: 0;
}
-.header, .footer, .note, .note a {
+header, footer, .note, .note a {
color: #888;
}
-.header a, .footer a {
+.homepage-link {
color: rgb(198, 90, 90);
text-decoration-color: #555;
}
-
-
-/* .button {
- display: inline-block;
- border-color: #fda;
- padding: 0.5em 1em;
- text-decoration: none;
-} */