Skip to content
Snippets Groups Projects
Commit c4cea81f authored by autinerd's avatar autinerd
Browse files

Fix text color on typeselect in dark mode

parent 76bfbfba
No related branches found
No related tags found
No related merge requests found
...@@ -191,6 +191,7 @@ h1, h2, h3, h4, h5, h6 { ...@@ -191,6 +191,7 @@ h1, h2, h3, h4, h5, h6 {
#wizard #type-pane .radiogroup label { #wizard #type-pane .radiogroup label {
background-color: #ffb400; background-color: #ffb400;
color: #333333;
} }
#wizard #type-pane .radiogroup input[type="radio"]:checked + label { #wizard #type-pane .radiogroup input[type="radio"]:checked + label {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment