diff options
| author | JP Appel <jeanpierre.appel01@gmail.com> | 2024-07-06 01:19:50 -0400 |
|---|---|---|
| committer | JP Appel <jeanpierre.appel01@gmail.com> | 2024-07-06 01:19:50 -0400 |
| commit | 9e9d21f7977df64ca37cebafc590d63fcd81f025 (patch) | |
| tree | ca74d473f86f95bdf5e229e96fe1680c56e54655 /static/css | |
| parent | bd51b97e6953d5df4124ada7e29def41b2f7b09b (diff) | |
Diffstat (limited to 'static/css')
| -rw-r--r-- | static/css/styles.css | 7 |
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 { |
