CSS style overrides
This commit is contained in:
@ -30,7 +30,14 @@ h2 {font-size:3rem}
|
||||
button {background:#008AFC}
|
||||
|
||||
/* ------- FRAPPE ELEMENTS ------- */
|
||||
/* Text */
|
||||
body .text-muted {color:#cccccc}
|
||||
|
||||
|
||||
|
||||
/* Web Sidebar */
|
||||
.web-sidebar {margin-top:60px}
|
||||
body .sidebar-item a:hover {background-color:var(--control-bg);color:white}
|
||||
/* Page Card */
|
||||
.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}
|
||||
|
||||
Reference in New Issue
Block a user