# HG changeset patch # User Wuzzy # Date 1527724249 -7200 # Node ID 7487e683c6b64205af0db63663283fd5c65325a2 # Parent 697aaee36684e8378b573708e0fe5018ca3af6df More fallback styling for hat preview webpage diff -r 697aaee36684 -r 7487e683c6b6 misc/hats_js_anim.xhtml --- a/misc/hats_js_anim.xhtml Thu May 31 01:45:20 2018 +0200 +++ b/misc/hats_js_anim.xhtml Thu May 31 01:50:49 2018 +0200 @@ -9,11 +9,13 @@ body { background: url('//hg.hedgewars.org/hedgewars/raw-file/tip/share/hedgewars/Data/Themes/Nature/Sky.png') fixed no-repeat bottom left; + background-color: #0B203D; + color: #FFD902; -moz-background-size: 200%; background-size: 100% 100%; font-family: sans-serif; } -h1 { text-shadow: 0 0 2px white; } +h1 { text-shadow: 0 0 2px white; color: black;} a { margin-top: 12px;