summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/bootstrap/css/pfSense-dark.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/local/www/bootstrap/css/pfSense-dark.css')
-rw-r--r--src/usr/local/www/bootstrap/css/pfSense-dark.css26
1 files changed, 13 insertions, 13 deletions
diff --git a/src/usr/local/www/bootstrap/css/pfSense-dark.css b/src/usr/local/www/bootstrap/css/pfSense-dark.css
index b57d78c..90c1fbc 100644
--- a/src/usr/local/www/bootstrap/css/pfSense-dark.css
+++ b/src/usr/local/www/bootstrap/css/pfSense-dark.css
@@ -1,26 +1,26 @@
-@import url("/bootstrap/css/bootstrap.min.css");
@import url("/bootstrap/css/pfSense.css");
+body {
+ background-color: #212121;
+ color: #e0e0e0;
+}
+
a {
- color: #009688;
+ color: #009688;
}
a:hover {
- color: #00796B;
- text-decoration: none;
+ color: #00796B;
+ text-decoration: none;
}
-h1 a:link{
- color: #fff;
+h1 a:link, a:visited {
+ color: #fff;
}
-
-h1 a:visited { color: #fff; }
-h1 a:hover, h1 a:active { color: #fff; text-decoration: none !important; }
-
-body {
- background-color: #212121;
- color: #e0e0e0;
+h1 a:hover, h1 a:active {
+ color: #fff;
+ text-decoration: none !important;
}
/** Content structure */
OpenPOWER on IntegriCloud