We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab7d58b commit 47fefb9Copy full SHA for 47fefb9
1 file changed
_sass/yat/_dark.scss
@@ -51,6 +51,11 @@ html[data-theme="dark"] {
51
background-image: url('https://raw.githubusercontent.com/ps2wiki/ps2wiki.github.io/refs/heads/upstream/assets/xmas/xmas_bg_dark.png');
52
background-position: no-repeat;
53
background-size: cover;
54
+}
55
+.holi {
56
+ background-image: url('https://raw.githubusercontent.com/ps2wiki/ps2wiki.github.io/refs/heads/upstream/assets/themes/holi/background.png');
57
+ background-position: no-repeat;
58
+ background-size: cover;
59
}
60
.site-header {
61
background-color: #090909;
0 commit comments