forked from MarseyWorld/MarseyWorld
improve candy cane in dark theme
parent
3b1225c4bb
commit
46ad633152
|
@ -18,3 +18,10 @@
|
|||
blockquote a {
|
||||
color: #15de59;
|
||||
}
|
||||
#post-title, #post-content p:not(blockquote p) {
|
||||
background: repeating-linear-gradient(
|
||||
45deg,
|
||||
#ff4e53,
|
||||
#26ffcc 11px
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue