diff options
Diffstat (limited to 'geschichte/dist')
-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 +} |