summaryrefslogtreecommitdiffstats
path: root/_site/assets/css
diff options
context:
space:
mode:
authorSadeep Madurange <sadeep@asciimx.com>2025-10-25 10:15:59 +0800
committerSadeep Madurange <sadeep@asciimx.com>2025-10-25 10:15:59 +0800
commit05c9cc1c5cf0d9f96f3ceaba0538c2bf67d1e05e (patch)
treea266d1789a98c286555a756a7dfc41186bf4b898 /_site/assets/css
parent3f739039d9fbd9210beb998ef548288f6c416fa4 (diff)
downloadwww-05c9cc1c5cf0d9f96f3ceaba0538c2bf67d1e05e.tar.gz
Fix navbar highlighting.
Diffstat (limited to '_site/assets/css')
-rw-r--r--_site/assets/css/main.css11
1 files changed, 7 insertions, 4 deletions
diff --git a/_site/assets/css/main.css b/_site/assets/css/main.css
index ccc45e2..69e0cae 100644
--- a/_site/assets/css/main.css
+++ b/_site/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;