mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 16:24:51 +00:00
Update dark mode styles, fix black box on stories. Closes #2982
This commit is contained in:
parent
1e44a8128a
commit
3169f68e65
1 changed files with 4 additions and 0 deletions
4
resources/assets/sass/appdark.scss
vendored
4
resources/assets/sass/appdark.scss
vendored
|
@ -46,6 +46,10 @@
|
|||
background: #000 !important;
|
||||
}
|
||||
|
||||
.story-viewer-component-card {
|
||||
background: transparent !important;
|
||||
}
|
||||
|
||||
.autocomplete-result-list {
|
||||
z-index: 99999;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue