mirror of
https://github.com/YunoHost-Apps/pixelfed_ynh.git
synced 2024-09-03 20:06:04 +02:00
Update MetroUI dark theme
This commit is contained in:
parent
f57e883c44
commit
b86331af3a
1 changed files with 21 additions and 2 deletions
23
resources/assets/sass/appdark.scss
vendored
23
resources/assets/sass/appdark.scss
vendored
|
@ -15,13 +15,32 @@
|
||||||
color: #ADAFAE !important;
|
color: #ADAFAE !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bg-white {
|
.border-left {
|
||||||
background: #282828 !important;
|
background: #ADAFAE !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.bg-white,
|
||||||
|
.postPresenterContainer,
|
||||||
|
.postComponent .card-body.flex-grow-0.py-1,
|
||||||
|
.postComponent .reactions,
|
||||||
|
.postComponent .status-comments,
|
||||||
.navbar-laravel {
|
.navbar-laravel {
|
||||||
background: #282828 !important;
|
background: #282828 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.postComponent .border-left {
|
||||||
|
border-left: 0 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.postComponent .card-header {
|
||||||
|
border-radius: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
input,
|
||||||
|
textarea {
|
||||||
|
background: #191919 !important;
|
||||||
|
}
|
||||||
|
|
||||||
.far, .fas,
|
.far, .fas,
|
||||||
.navbar-laravel .navbar-brand span,
|
.navbar-laravel .navbar-brand span,
|
||||||
.navbar-laravel .nav-link .d-md-block,
|
.navbar-laravel .nav-link .d-md-block,
|
||||||
|
|
Loading…
Add table
Reference in a new issue