Skip to content

Commit f1ff340

Browse files
committed
Add some dark mode tweaks (Stoker’s dark mode)
1 parent 29ed240 commit f1ff340

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

styles/all/theme/abbc3_common.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,3 +209,10 @@
209209
transform: translateY(-100%);
210210
}
211211
}
212+
213+
/* Stoker Dark mode tweaks */
214+
.phpbb-dark-mode .hc-box,
215+
.phpbb-dark-mode .abbc3-spoiler {
216+
background: rgba(255, 255, 255, 0.05) !important;
217+
border-color: rgba(255, 255, 255, 0.12) !important;
218+
}

0 commit comments

Comments
 (0)