forked from mirror/pixelfed
Merge pull request #1175 from pixelfed/frontend-ui-refactor
Frontend ui refactor
This commit is contained in:
commit
92ef80f0f5
3 changed files with 21 additions and 2 deletions
BIN
public/css/appdark.css
vendored
BIN
public/css/appdark.css
vendored
Binary file not shown.
Binary file not shown.
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…
Reference in a new issue