reverint back
This commit is contained in:
@@ -1,9 +1,9 @@
|
|||||||
color_class,color
|
color_class,color
|
||||||
primary,#ffffff
|
primary,#a4c9e8
|
||||||
secondary, #999999
|
secondary,black
|
||||||
success,#444444
|
success,black
|
||||||
info,#578bb5
|
info,#578bb5
|
||||||
warning,#578bb5
|
warning,#578bb5
|
||||||
danger,#a83259
|
danger,#a83259
|
||||||
light,white
|
light,white
|
||||||
dark,#000000
|
dark,#080812
|
||||||
|
|||||||
|
@@ -107,8 +107,8 @@ bootswatch: # leave blank or comment out for plain bootstrap
|
|||||||
|
|
||||||
# THEME FONTS [optional!]
|
# THEME FONTS [optional!]
|
||||||
base-font-size: 1.2em
|
base-font-size: 1.2em
|
||||||
text-color: "#f5f5f5"
|
text-color: "#191919"
|
||||||
link-color: "#ffffff"
|
link-color: "#0d6efd"
|
||||||
base-font-family: "'Space Mono', monospace"
|
base-font-family: "'Space Mono', monospace"
|
||||||
font-cdn: <link rel="preconnect" href="https://fonts.bunny.net"><link href="https://fonts.bunny.net/css?family=space-mono:400" rel="stylesheet" />
|
font-cdn: <link rel="preconnect" href="https://fonts.bunny.net"><link href="https://fonts.bunny.net/css?family=space-mono:400" rel="stylesheet" />
|
||||||
|
|
||||||
|
|||||||
@@ -1,40 +0,0 @@
|
|||||||
/* GLOBAL DARK BACKGROUND */
|
|
||||||
body {
|
|
||||||
background-color: #000 !important;
|
|
||||||
color: #f5f5f5 !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* NAVBAR */
|
|
||||||
.navbar, .navbar-light, .navbar-default {
|
|
||||||
background-color: #000 !important;
|
|
||||||
border-bottom: 1px solid #222 !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.navbar a, .navbar-brand, .navbar-nav .nav-link {
|
|
||||||
color: #fff !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* CARDS / FEATURE BLOCKS */
|
|
||||||
.card,
|
|
||||||
.card-body,
|
|
||||||
.card-footer {
|
|
||||||
background-color: #111 !important;
|
|
||||||
color: #f5f5f5 !important;
|
|
||||||
border-color: #222 !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* TABLES */
|
|
||||||
table {
|
|
||||||
background-color: #000 !important;
|
|
||||||
color: #f5f5f5 !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
th, td {
|
|
||||||
border-color: #333 !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* FOOTER */
|
|
||||||
footer {
|
|
||||||
background-color: #000 !important;
|
|
||||||
color: #f5f5f5 !important;
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user