changing colors
This commit is contained in:
40
assets/css/custom.css
Normal file
40
assets/css/custom.css
Normal file
@@ -0,0 +1,40 @@
|
||||
/* 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