CSS color overrides on front-end
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
/* VARIABLES */
|
||||||
|
:root {
|
||||||
|
--fg-color: #1D1F37; /* Dark Bluish Purple */
|
||||||
|
}
|
||||||
|
|
||||||
body {background:#01071C!important}
|
body {background:#01071C!important}
|
||||||
section {padding:40px 0px;background:#01071C}
|
section {padding:40px 0px;background:#01071C}
|
||||||
section {background:#01071C}
|
section {background:#01071C}
|
||||||
@ -25,6 +30,10 @@ button {background:#008AFC}
|
|||||||
/* Page Card */
|
/* Page Card */
|
||||||
.page_content .page-card, .page_content .for-login .page-card {background-color:#1C2037;border:none}
|
.page_content .page-card, .page_content .for-login .page-card {background-color:#1C2037;border:none}
|
||||||
.page_content .page-card span,.page_content .page-card .page-card-head .indicator {color:white}
|
.page_content .page-card span,.page_content .page-card .page-card-head .indicator {color:white}
|
||||||
|
/* Used on public Projects pages */
|
||||||
|
.page-content .website-list {background-color: #1D1F37}
|
||||||
|
.page-content .website-list {color:white}
|
||||||
|
.page-content .website-list .web-list-item .text-muted {color:white!important}
|
||||||
|
|
||||||
/* ----- FORMS AND INPUTS ------- */
|
/* ----- FORMS AND INPUTS ------- */
|
||||||
label {color:#A5A5A5;font-size:14px}
|
label {color:#A5A5A5;font-size:14px}
|
||||||
|
|||||||
Reference in New Issue
Block a user