summaryrefslogtreecommitdiff
path: root/stylesheets
diff options
context:
space:
mode:
Diffstat (limited to 'stylesheets')
-rw-r--r--stylesheets/dark.css8
-rw-r--r--stylesheets/index.css3
2 files changed, 10 insertions, 1 deletions
diff --git a/stylesheets/dark.css b/stylesheets/dark.css
new file mode 100644
index 0000000..fd89914
--- /dev/null
+++ b/stylesheets/dark.css
@@ -0,0 +1,8 @@
+body {
+ background-color: black;
+ color: white;
+}
+
+header.banner img {
+ filter: brightness(10);
+}
diff --git a/stylesheets/index.css b/stylesheets/index.css
index 94e2d57..58ce4c7 100644
--- a/stylesheets/index.css
+++ b/stylesheets/index.css
@@ -1,5 +1,6 @@
body {
- background-color: #a33;
+ background: no-repeat center/cover url('backgroundflip.jpg');
+ background-position: 70% 30%;
}
main {