|
@@ -19,13 +19,18 @@
|
|
|
background: #ADAFAE !important;
|
|
|
}
|
|
|
|
|
|
+.btn-outline-light {
|
|
|
+ border-color: #E2E8F0 !important;
|
|
|
+ color: #E2E8F0 !important;
|
|
|
+}
|
|
|
+
|
|
|
.bg-white,
|
|
|
.postPresenterContainer,
|
|
|
.postComponent .card-body.flex-grow-0.py-1,
|
|
|
.postComponent .reactions,
|
|
|
.postComponent .status-comments,
|
|
|
.navbar-laravel {
|
|
|
- background: #282828 !important;
|
|
|
+ background: #2D3748 !important;
|
|
|
}
|
|
|
|
|
|
.postComponent .border-left {
|
|
@@ -38,8 +43,8 @@
|
|
|
|
|
|
input,
|
|
|
textarea {
|
|
|
- color: #ccc !important;
|
|
|
- background: #191919 !important;
|
|
|
+ color: #E2E8F0 !important;
|
|
|
+ background: #4A5568 !important;
|
|
|
}
|
|
|
|
|
|
.far, .fas,
|
|
@@ -51,8 +56,12 @@ textarea {
|
|
|
}
|
|
|
|
|
|
.form-control.search-form-input {
|
|
|
- background: #060606 !important;
|
|
|
- color: #888 !important;
|
|
|
+ color: #E2E8F0 !important;
|
|
|
+ background: #4A5568 !important;
|
|
|
+}
|
|
|
+
|
|
|
+.btn-outline-primary {
|
|
|
+ border-color: #4A5568 !important;
|
|
|
}
|
|
|
|
|
|
@import "components/filters";
|
|
@@ -68,3 +77,7 @@ textarea {
|
|
|
@import '~vue-loading-overlay/dist/vue-loading.css';
|
|
|
|
|
|
@import "moment";
|
|
|
+
|
|
|
+.border {
|
|
|
+ border: 1px solid #4A5568 !important;
|
|
|
+}
|