mirror of
https://github.com/misskey-dev/misskey.git
synced 2024-11-21 19:57:05 +01:00
🎨
This commit is contained in:
parent
824c51a19f
commit
85bb1ff1db
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ function reduceFrequency(): void {
|
|||
<style lang="scss" module>
|
||||
.root {
|
||||
background-size: auto auto;
|
||||
background-image: repeating-linear-gradient(45deg, transparent, transparent 8px, var(--bg) 8px, var(--bg) 14px );
|
||||
background-image: repeating-linear-gradient(45deg, transparent, transparent 8px, var(--MI_THEME-bg) 8px, var(--MI_THEME-bg) 14px );
|
||||
}
|
||||
|
||||
.main {
|
||||
|
|
Loading…
Reference in a new issue