forked from rDrama/rDrama
1
0
Fork 0

improve candy cane in dark theme

master
Aevann 2023-12-18 17:38:42 +02:00
parent 3b1225c4bb
commit 46ad633152
1 changed files with 7 additions and 0 deletions

View File

@ -18,3 +18,10 @@
blockquote a {
color: #15de59;
}
#post-title, #post-content p:not(blockquote p) {
background: repeating-linear-gradient(
45deg,
#ff4e53,
#26ffcc 11px
);
}