diff options
Diffstat (limited to 'public/static')
| -rw-r--r-- | public/static/style.css | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/public/static/style.css b/public/static/style.css index ae4574f..58eabdc 100644 --- a/public/static/style.css +++ b/public/static/style.css @@ -316,6 +316,18 @@ button.purple:hover, overflow: hidden; } +.box.background { + background-size: 100% 100%; + background-position: center; + background-repeat: no-repeat; + overflow: hidden; +} + +.box.background h1 { + color: white; + text-shadow: -1px 1px 4px black; +} + .box.emote:has(p) h1 { margin-top: 4px; line-height: 0; |
