aboutsummaryrefslogtreecommitdiff
path: root/styles.css
diff options
context:
space:
mode:
authorJacob Janzen <jacob.a.s.janzen@gmail.com>2024-03-17 20:26:08 -0500
committerJacob Janzen <jacob.a.s.janzen@gmail.com>2024-03-17 20:26:08 -0500
commitb5d09893bd0d3ca8f95adcd2f750000872ce5248 (patch)
tree44294c74c8a8c0dd4657eb5119fc4e685cb865fb /styles.css
parent2f0090b5bf38664fd0033c92ac3ef6ea3608a7dd (diff)
add header
Diffstat (limited to 'styles.css')
-rw-r--r--styles.css18
1 files changed, 18 insertions, 0 deletions
diff --git a/styles.css b/styles.css
index 4d78bb1..a6dcd29 100644
--- a/styles.css
+++ b/styles.css
@@ -29,3 +29,21 @@ a {
a:hover {
text-decoration: underline;
}
+
+.header {
+ color: #fff8ea;
+ background-color: #594545;
+}
+
+.header a {
+ color: #fff8ea;
+ padding: 10px 10px;
+}
+
+@media screen and (max-width: 500px) {
+ .header a {
+ float: none;
+ display: block;
+ text-align: left;
+ }
+}