summaryrefslogtreecommitdiffstats
path: root/assets/css
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css')
-rw-r--r--assets/css/main.css11
1 files changed, 7 insertions, 4 deletions
diff --git a/assets/css/main.css b/assets/css/main.css
index ccc45e2..69e0cae 100644
--- a/assets/css/main.css
+++ b/assets/css/main.css
@@ -5,10 +5,9 @@ body{
padding-top: 10px;
font-family: 'IM Fell DW Pica', serif;
background-color: #F2F7F9;
- background-size: cover;
- background-position: center;
- background-repeat: repeat-y;
- background-image: url("../img/bg.jpg");
+ background-position: top-left;
+ background-repeat: repeat;
+ background-image: url("../img/bg.png");
}
body::selection{
@@ -32,6 +31,10 @@ a {
text-decoration: none;
}
+img {
+ mix-blend-mode: multiply;
+}
+
#navlist > .active > a {
color: #000;
font-weight: 600;