summaryrefslogtreecommitdiff
path: root/includes/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'includes/style.css')
-rw-r--r--includes/style.css9
1 files changed, 7 insertions, 2 deletions
diff --git a/includes/style.css b/includes/style.css
index e3189fd..4da7343 100644
--- a/includes/style.css
+++ b/includes/style.css
@@ -10,7 +10,7 @@
--slate: #b9c2ca;
--charcoal: #798d94;
--white: white;
- --box-radius: 0.25em;
+ --box-radius: 0.15em;
--box-border: 0.5em solid var(--white);
}
@@ -57,7 +57,6 @@ nav svg rect {
a:link {
color: var(--slate);
- background-color: var(--balboa);
border-radius: var(--box-radius);
}
@@ -83,6 +82,11 @@ nav a:active {
text-decoration: none;
}
+p code {
+ background-color: var(--charcoal);
+ border-radius: var(--box-radius);
+}
+
pre {
white-space: pre-wrap;
display: block;
@@ -107,6 +111,7 @@ blockquote {
font-style: oblique;
}
+h1,
header {
text-align: center;
}