From 959f7cfbe84a91cce181c30f4960db8f94c0acee Mon Sep 17 00:00:00 2001 From: Nimetu Date: Wed, 1 Sep 2021 13:03:50 +0300 Subject: [PATCH] Fix css background for html/body element --- ryzom/client/data/gamedev/interfaces_v3/browser.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ryzom/client/data/gamedev/interfaces_v3/browser.css b/ryzom/client/data/gamedev/interfaces_v3/browser.css index 96d2f7a9b..ffba3cf78 100644 --- a/ryzom/client/data/gamedev/interfaces_v3/browser.css +++ b/ryzom/client/data/gamedev/interfaces_v3/browser.css @@ -1,5 +1,4 @@ html { - background-color: rgba(0, 0, 0, 1.0); color: rgba(210, 210, 210, 1.0); font-size: 12px; font-style: normal; @@ -7,6 +6,10 @@ html { text-shadow: none; } +body { + background-color: rgba(0, 0, 0, 1.0); +} + address, article, aside, blockquote, details, dialog, dd, div, dl, dt, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, hr, li, main, nav, ol, p, pre, section, table, ul {