diff --git a/app/static/css/dark-theme.css b/app/static/css/dark-theme.css index 720f27a..7e47118 100644 --- a/app/static/css/dark-theme.css +++ b/app/static/css/dark-theme.css @@ -86,11 +86,11 @@ select { } .collapsible { - color: var(--whoogle-dark-element-bg) !important; + color: var(--whoogle-dark-contrast-text) !important; } .collapsible:after { - color: var(--whoogle-dark-element-bg) !important; + color: var(--whoogle-dark-contrast-text) !important; } .active { @@ -108,7 +108,7 @@ select { } #gh-link { - color: var(--whoogle-dark-element-bg); + color: var(--whoogle-dark-contrast-text); } .autocomplete-items { diff --git a/app/templates/display.html b/app/templates/display.html index 4eb0512..d21bd6b 100644 --- a/app/templates/display.html +++ b/app/templates/display.html @@ -17,9 +17,9 @@ {{ response|safe }} diff --git a/app/templates/index.html b/app/templates/index.html index c49943e..336b159 100644 --- a/app/templates/index.html +++ b/app/templates/index.html @@ -144,10 +144,10 @@