diff options
author | bpeetz <me@b-peetz.de> | 2023-06-27 07:19:19 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-02-22 16:07:25 +0100 |
commit | ab46213fc6d6779d66c4dbb446e4412be935deb0 (patch) | |
tree | 82ac5c6398ce00cc7ae18008584bc0e4bc88479d /geschichte/dist/theme | |
parent | chore(License): Switch to creative commons CC-BY-SA 4.0 (diff) | |
download | b-peetz.de-ab46213fc6d6779d66c4dbb446e4412be935deb0.zip |
build(flake): Update
Diffstat (limited to 'geschichte/dist/theme')
-rw-r--r-- | geschichte/dist/theme/black.css | 2 | ||||
-rw-r--r-- | geschichte/dist/theme/blood.css | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/geschichte/dist/theme/black.css b/geschichte/dist/theme/black.css index 5117727..1cc8f75 100644 --- a/geschichte/dist/theme/black.css +++ b/geschichte/dist/theme/black.css @@ -354,4 +354,4 @@ section.has-light-background, section.has-light-background h1, section.has-light .backgrounds { background-color: var(--r-background-color); } -} \ No newline at end of file +} diff --git a/geschichte/dist/theme/blood.css b/geschichte/dist/theme/blood.css index c48714f..0e2ff07 100644 --- a/geschichte/dist/theme/blood.css +++ b/geschichte/dist/theme/blood.css @@ -363,7 +363,7 @@ section.has-light-background, section.has-light-background h1, section.has-light } .reveal p { font-weight: 300; - text-shadow: 1px 1px #222; + text-shadow: 2px 2px 4px #000; } section.has-light-background p, section.has-light-background h1, section.has-light-background h2, section.has-light-background h3, section.has-light-background h4 { @@ -387,4 +387,4 @@ section.has-light-background p, section.has-light-background h1, section.has-lig .reveal small code { vertical-align: baseline; -} \ No newline at end of file +} |