1
0
Fork 0
pixelfed/resources/assets/sass/appdark.scss

49 lines
851 B
SCSS
Raw Normal View History

2019-02-11 04:24:18 +00:00
// Fonts
@import "fonts";
@import "lib/fontawesome";
// Variables
@import "dark";
// Bootstrap
@import '~bootstrap/scss/bootstrap';
@import "custom";
.text-dark {
color: #ADAFAE !important;
}
.bg-white {
background: #282828 !important;
}
.navbar-laravel {
background: #282828 !important;
}
.far, .fas,
.navbar-laravel .navbar-brand span,
.navbar-laravel .nav-link .d-md-block,
.navbar-laravel .nav-link.dropdown-toggle .far,
.navbar-laravel .nav-link.dropdown-toggle::after {
color: #ADAFAE !important;
}
.form-control.search-form-input {
background: #060606 !important;
color: #888 !important;
}
@import "components/filters";
@import "components/typeahead";
@import "components/notifications";
@import '~bootstrap-vue/dist/bootstrap-vue.css';
@import '~plyr/dist/plyr.css';
@import '~vue-loading-overlay/dist/vue-loading.css';