summaryrefslogtreecommitdiff
path: root/includes/www.css
diff options
context:
space:
mode:
Diffstat (limited to 'includes/www.css')
-rw-r--r--includes/www.css46
1 files changed, 7 insertions, 39 deletions
diff --git a/includes/www.css b/includes/www.css
index 512793b..f3bb626 100644
--- a/includes/www.css
+++ b/includes/www.css
@@ -6,33 +6,6 @@ hr {
color: var(--white);
}
-nav {
- list-style-type: none;
- text-align: center;
-}
-
-nav ul {
- padding: 0;
- margin: 0;
-}
-
-nav li {
- display: inline-block;
- margin: 0.5em;
- padding: 0.5em;
-}
-
-nav svg {
- padding-right: 0.5em;
- width: 24px;
- height: 24px;
-}
-
-nav svg path,
-nav svg rect {
- fill: var(--white);
-}
-
a:link {
color: var(--slate);
}
@@ -45,12 +18,13 @@ a:visited code {
color: var(--slate);
}
+header a:link,
+header a:visited,
+header a:active,
nav a:link,
nav a:visited,
nav a:active {
background-color: var(--balboa);
- display: flex;
- align-items: center;
color: var(--white);
text-decoration: underline solid var(--balboa);
}
@@ -94,12 +68,7 @@ blockquote {
font-style: oblique;
}
-h1,
-header {
- text-align: center;
-}
-
-article ul {
+ul {
list-style: none;
padding: 0;
margin: 0;
@@ -109,8 +78,8 @@ article ul li {
padding: 0.5em;
}
-article ul li:before {
- content: "➙";
+ul li:before {
+ content: "▸";
padding-right: 0.5em;
}
@@ -168,9 +137,8 @@ th {
display: none;
}
-footer {
+footer p {
font-size: 0.75em;
- text-align: center;
}
.centered {