dsffsd
This commit is contained in:
parent
cf0476b57f
commit
5c54d88989
7 changed files with 46 additions and 46 deletions
|
@ -40,19 +40,19 @@ blockquote {
|
|||
}
|
||||
|
||||
.text-muted {
|
||||
color: $black !important;
|
||||
color: var(--black) !important;
|
||||
}
|
||||
|
||||
.text-white {
|
||||
color: $primary !important;
|
||||
color: var(--primary) !important;
|
||||
}
|
||||
|
||||
.modal .comment-actions a {
|
||||
color: $gray-500;
|
||||
color: var(--gray-500);
|
||||
}
|
||||
|
||||
.navbar-light .navbar-nav .nav-link .fa, .navbar-light .navbar-nav .nav-link .fas, .navbar-light .navbar-nav .nav-link .far, .navbar-light .navbar-nav .nav-link .fab {
|
||||
color: $black;
|
||||
color: var(--black);
|
||||
}
|
||||
|
||||
.dropdown-item:hover, .dropdown-item:focus, .dropdown-item.active {
|
||||
|
@ -64,7 +64,7 @@ html * {
|
|||
color: #800000
|
||||
}
|
||||
body, #main-content-col {
|
||||
background-color: $secondary !important;
|
||||
background-color: var(--secondary) !important;
|
||||
}
|
||||
.border-right, .border-left, .border-top, .border-bottom, .border {
|
||||
border-color: #D9BFB7 !important
|
||||
|
@ -76,7 +76,7 @@ body, #main-content-col {
|
|||
color: #800000 !important;
|
||||
}
|
||||
.comment, .card {
|
||||
background-color: $secondary !important;
|
||||
background-color: var(--secondary) !important;
|
||||
border-color: #D9BFB7 !important;
|
||||
}
|
||||
.form-control {
|
||||
|
@ -92,7 +92,7 @@ body, #main-content-col {
|
|||
color: #F00 !important
|
||||
}
|
||||
a {
|
||||
color: $primary;
|
||||
color: var(--primary);
|
||||
}
|
||||
|
||||
blockquote p {
|
||||
|
@ -108,5 +108,5 @@ blockquote p {
|
|||
}
|
||||
|
||||
.btn {
|
||||
color: $primary !important;
|
||||
color: var(--primary) !important;
|
||||
}
|
|
@ -46,15 +46,15 @@ blockquote {
|
|||
}
|
||||
|
||||
.text-muted {
|
||||
color: $black !important;
|
||||
color: var(--black) !important;
|
||||
}
|
||||
|
||||
.modal .comment-actions a {
|
||||
color: $gray-500;
|
||||
color: var(--gray-500);
|
||||
}
|
||||
|
||||
.navbar-light .navbar-nav .nav-link .fa, .navbar-light .navbar-nav .nav-link .fas, .navbar-light .navbar-nav .nav-link .far, .navbar-light .navbar-nav .nav-link .fab {
|
||||
color: $black;
|
||||
color: var(--black);
|
||||
}
|
||||
|
||||
.dropdown-item:hover, .dropdown-item:focus, .dropdown-item.active {
|
||||
|
@ -70,7 +70,7 @@ blockquote {
|
|||
}
|
||||
|
||||
.btn {
|
||||
color: $primary !important;
|
||||
color: var(--primary) !important;
|
||||
}
|
||||
|
||||
.table {
|
||||
|
|
|
@ -36,26 +36,26 @@
|
|||
@import "./main.scss";
|
||||
|
||||
* {
|
||||
border-color: $primary;
|
||||
border-color: var(--primary);
|
||||
}
|
||||
|
||||
.border {
|
||||
border-color: $primary !important;
|
||||
border-color: var(--primary) !important;
|
||||
}
|
||||
|
||||
.form-control {
|
||||
background: transparent;
|
||||
border-color: $primary !important;
|
||||
border-color: var(--primary) !important;
|
||||
}
|
||||
|
||||
.btn {
|
||||
background: transparent;
|
||||
border-color: $primary !important;
|
||||
border-color: var(--primary) !important;
|
||||
}
|
||||
|
||||
.form-control:disabled, .form-control[readonly] {
|
||||
background: transparent;
|
||||
border-color: $primary !important;
|
||||
border-color: var(--primary) !important;
|
||||
}
|
||||
|
||||
.btn-success {
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
@import "./main.scss";
|
||||
|
||||
body, .navbar-light, .navbar-dark, .card, .modal-content, .comment-write textarea {
|
||||
background-color: $bg-dark !important;
|
||||
background-color: var(--bg-dark) !important;
|
||||
}
|
||||
|
||||
.transparent, #login {
|
||||
|
|
|
@ -36,26 +36,26 @@
|
|||
@import "./main.scss";
|
||||
|
||||
* {
|
||||
border-color: $primary;
|
||||
border-color: var(--primary);
|
||||
}
|
||||
|
||||
.border {
|
||||
border-color: $primary !important;
|
||||
border-color: var(--primary) !important;
|
||||
}
|
||||
|
||||
.form-control {
|
||||
background: transparent;
|
||||
border-color: $primary !important;
|
||||
border-color: var(--primary) !important;
|
||||
}
|
||||
|
||||
.btn {
|
||||
background: transparent;
|
||||
border-color: $primary !important;
|
||||
border-color: var(--primary) !important;
|
||||
}
|
||||
|
||||
.form-control:disabled, .form-control[readonly] {
|
||||
background: transparent;
|
||||
border-color: $primary !important;
|
||||
border-color: var(--primary) !important;
|
||||
}
|
||||
|
||||
.btn-success {
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
@import "./main.scss";
|
||||
|
||||
#frontpage .post-title a:visited {
|
||||
color: $white;
|
||||
color: var(--white);
|
||||
}
|
||||
|
||||
.comment-box {
|
||||
|
@ -46,7 +46,7 @@
|
|||
}
|
||||
|
||||
.btn {
|
||||
color: $admin;
|
||||
color: var(--admin);
|
||||
}
|
||||
|
||||
* {
|
||||
|
@ -54,31 +54,31 @@
|
|||
}
|
||||
|
||||
.arrow-up::before {
|
||||
color: $white;
|
||||
color: var(--white);
|
||||
}
|
||||
|
||||
.arrow-down::before {
|
||||
color: $white;
|
||||
color: var(--white);
|
||||
}
|
||||
|
||||
.modal-content {
|
||||
background-color: $gray-300;
|
||||
background-color: var(--gray-300);
|
||||
}
|
||||
|
||||
.modal-header {
|
||||
background-color: $gray-300;
|
||||
background-color: var(--gray-300);
|
||||
}
|
||||
|
||||
.modal .comment-actions .list-group-item {
|
||||
background-color: $gray-300;
|
||||
background-color: var(--gray-300);
|
||||
}
|
||||
|
||||
.comment-actions .score {
|
||||
color: $white;
|
||||
color: var(--white);
|
||||
}
|
||||
|
||||
.badge-count {
|
||||
color: $light;
|
||||
color: var(--light);
|
||||
}
|
||||
|
||||
.transparent {
|
||||
|
@ -86,7 +86,7 @@
|
|||
}
|
||||
|
||||
.btn-danger.disabled, .btn-danger:disabled {
|
||||
color: $primary !important;
|
||||
color: var(--primary) !important;
|
||||
}
|
||||
|
||||
#frontpage .post-title a:visited {
|
||||
|
@ -94,10 +94,10 @@
|
|||
}
|
||||
|
||||
.followsyou {
|
||||
background-color: $dark !important;
|
||||
background-color: var(--dark) !important;
|
||||
border: 1px solid $primary !important;
|
||||
}
|
||||
|
||||
.badge-count {
|
||||
color: $primary;
|
||||
color: var(--primary);
|
||||
}
|
|
@ -45,15 +45,15 @@
|
|||
|
||||
.card, #mobile-bottom-navigation-bar {
|
||||
transform: none !important;
|
||||
background-color: $gray-500 !important;
|
||||
background-color: var(--gray-500) !important;
|
||||
}
|
||||
|
||||
.pseudo-submit-form .card-header, .card-blank .card-header, .navbar-light, .nav, .flex-row.bg-gray-200.sticky.justify-content-center.d-flex.d-sm-none.mt-3.mb-3.mb-sm-5.rounded {
|
||||
background: $white !important;
|
||||
color: $white !important;
|
||||
color: var(--white) !important;
|
||||
}
|
||||
.navbar-light > *, .navbar-brand, .nav-link{
|
||||
color: $white !important;
|
||||
color: var(--white) !important;
|
||||
}
|
||||
|
||||
.nav-link, .btn, .btn-secondary, .col.px-0.pl-2.btn.btn-dead.my-0.mx-2 {
|
||||
|
@ -86,11 +86,11 @@
|
|||
}
|
||||
|
||||
.post-title, .text-small-extra.text-muted, #actual-comments > .text-muted, .text-left.pl-2 {
|
||||
color: $black !important;
|
||||
color: var(--black) !important;
|
||||
}
|
||||
|
||||
.arrow-up::before {
|
||||
color: $muted;
|
||||
color: var(--muted);
|
||||
}
|
||||
|
||||
blockquote {
|
||||
|
@ -114,7 +114,7 @@ blockquote {
|
|||
}
|
||||
|
||||
.flaggers {
|
||||
background-color: $white !important;
|
||||
background-color: var(--white) !important;
|
||||
}
|
||||
|
||||
.form-control, .form-control:disabled, .form-control[readonly] {
|
||||
|
@ -123,7 +123,7 @@ blockquote {
|
|||
}
|
||||
|
||||
.arrow-down::before {
|
||||
color: $muted !important;
|
||||
color: var(--muted) !important;
|
||||
}
|
||||
|
||||
.table {
|
||||
|
@ -147,16 +147,16 @@ blockquote {
|
|||
}
|
||||
|
||||
.post-actions a {
|
||||
color: $muted !important;
|
||||
color: var(--muted) !important;
|
||||
}
|
||||
|
||||
.modal-header, .modal .comment-actions a, .modal-title {
|
||||
color: $white !important;
|
||||
color: var(--white) !important;
|
||||
}
|
||||
|
||||
.text-info
|
||||
{
|
||||
color: $primary !important;
|
||||
color: var(--primary) !important;
|
||||
}
|
||||
|
||||
.score, .comment-actions .score {
|
||||
|
@ -164,7 +164,7 @@ blockquote {
|
|||
}
|
||||
|
||||
.arrow-up:hover::before {
|
||||
color: $muted;
|
||||
color: var(--muted);
|
||||
}
|
||||
|
||||
#thread {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue