aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--p/themes/Alternative-Dark/adark.css6
-rw-r--r--p/themes/Alternative-Dark/adark.rtl.css6
2 files changed, 6 insertions, 6 deletions
diff --git a/p/themes/Alternative-Dark/adark.css b/p/themes/Alternative-Dark/adark.css
index 89072da7f..f32183f6c 100644
--- a/p/themes/Alternative-Dark/adark.css
+++ b/p/themes/Alternative-Dark/adark.css
@@ -64,11 +64,11 @@ table {
tr, th, td {
padding: 0.5em;
- border: 1px solid #ddd;
+ border: 1px solid #333;
}
th {
- background: #f6f6f6;
+ background: #262626;
}
form td,
@@ -454,7 +454,7 @@ a.btn {
.box .box-title {
margin: 0;
padding: 5px 10px;
- background: #f6f6f6;
+ background: #262626;
border: 1px solid #292929;
border-radius: 5px 5px 0 0;
}
diff --git a/p/themes/Alternative-Dark/adark.rtl.css b/p/themes/Alternative-Dark/adark.rtl.css
index c592df4b1..187b3a1b2 100644
--- a/p/themes/Alternative-Dark/adark.rtl.css
+++ b/p/themes/Alternative-Dark/adark.rtl.css
@@ -64,11 +64,11 @@ table {
tr, th, td {
padding: 0.5em;
- border: 1px solid #ddd;
+ border: 1px solid #333;
}
th {
- background: #f6f6f6;
+ background: #262626;
}
form td,
@@ -454,7 +454,7 @@ a.btn {
.box .box-title {
margin: 0;
padding: 5px 10px;
- background: #f6f6f6;
+ background: #262626;
border: 1px solid #292929;
border-radius: 5px 5px 0 0;
}