mirror of
https://github.com/henrywhitaker3/Speedtest-Tracker.git
synced 2025-12-24 22:39:26 +01:00
Made it look a bit nicer
This commit is contained in:
10880
public/css/app.css
vendored
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
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
21
public/css/main.css
vendored
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user