From 4b398f04d34fc180be89892c0e1cf9bd4d3ee2db Mon Sep 17 00:00:00 2001 From: Xpl0itR Date: Sat, 31 Aug 2019 11:54:43 +0100 Subject: [PATCH] fixed issue with default theme --- Ryujinx/Theme.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Ryujinx/Theme.css b/Ryujinx/Theme.css index 3b4eb2d0f5..d4ff1784dc 100644 --- a/Ryujinx/Theme.css +++ b/Ryujinx/Theme.css @@ -80,6 +80,10 @@ these are pretty self explicative */ /*************** * Base States * ***************/ +* { + color: white +} + .background { color: white; background-color: #292f34; } @@ -1533,6 +1537,7 @@ check { min-width: 18px; animation: none; background-color: transparent; + color: #292f34 } radio {