summaryrefslogtreecommitdiffhomepage
path: root/src/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/style.css')
-rw-r--r--src/style.css16
1 files changed, 15 insertions, 1 deletions
diff --git a/src/style.css b/src/style.css
index e2e5f20..6d00b54 100644
--- a/src/style.css
+++ b/src/style.css
@@ -113,9 +113,13 @@ nav {
width: 100%;
}
+
+a:link, a:visited {
+ color: inherit;
+}
+
nav a:link, nav a:visited {
text-decoration: inherit;
- color: inherit;
}
nav ul {
@@ -222,6 +226,16 @@ header h1 {
margin-bottom: 0;
}
+header h3 {
+ margin-top: 0;
+ display: flex;
+ justify-content: space-between;
+}
+
+header p {
+ color: lightgrey;
+}
+
@media only screen and (min-width: 1000px) {
header h1 {
font-size: 2.5rem;