From 634cf24c73904b5b7613c8662b0036766b2dcad2 Mon Sep 17 00:00:00 2001 From: somrat Date: Wed, 10 Jun 2020 11:22:59 +0600 Subject: [PATCH] modified language selection color --- assets/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/css/style.css b/assets/css/style.css index 353c0f4..b183434 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -429,6 +429,7 @@ header.sticky-top { .lang-list.dark { color: var(--text-color-dark); + background: var(--white-color); } .banner {