Made it look a bit nicer

This commit is contained in:
Henry Whitaker
2020-04-08 18:54:35 +01:00
parent 426f8b88e0
commit 6daade8382
9 changed files with 138813 additions and 9 deletions

10880
public/css/app.css vendored

File diff suppressed because one or more lines are too long

12
public/css/bootstrap.dark.min.css vendored Normal file

File diff suppressed because one or more lines are too long

21
public/css/main.css vendored
View File

@@ -18,3 +18,24 @@
.widget-card span.icon {
font-size: 2em;
}
.widget-card .text-success {
color: #07db71 !important;
}
.widget-card .text-warning {
color: #fca503 !important;
}
.widget-card .text-primary {
color: #3e95cd !important;
}
.form-control {
background-color: #303030 !important;
color: #fff;
}
.form-control:focus {
color: #fff;
}