aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/css/styles.css7
1 files changed, 4 insertions, 3 deletions
diff --git a/static/css/styles.css b/static/css/styles.css
index 54c98f2..4bc5250 100644
--- a/static/css/styles.css
+++ b/static/css/styles.css
@@ -11,7 +11,7 @@
--alt-color: var(--background-color);
--details-color: #ddd;
--shadow: rgba(0, 0, 0, 0.1);
- --dark-shadow: rgba(0, 0, 0, 0.2);
+ --strong-shadow: rgba(0, 0, 0, 0.2);
}
}
@@ -28,8 +28,9 @@
--alt-color: var(--text-color);
--details-color: #438566;
--shadow: rgba(255, 255, 255, 0.1);
- --dark-shadow: rgba(255, 255, 255, 0.2);
+ --strong-shadow: rgba(255, 255, 255, 0.2);
}
+
}
body, h1, h2, ul, li {
@@ -239,7 +240,7 @@ details > :not(summary) {
details {
background-color: var(--details-color);
border-radius: 5px;
- box-shadow: 1px 1px 1px var(--dark-shadow);
+ box-shadow: 1px 1px 1px var(--strong-shadow);
}
details[open] summary, details summary:hover {