Skip to content
Snippets Groups Projects
Commit c9d62a19 authored by chrisgarrity's avatar chrisgarrity Committed by GitHub
Browse files

Merge pull request #567 from Kenny2github/patch-1

Change language selector colors so that options are visible in all browsers/OS.
parents 4e557772 e2a08f5e
Branches
Tags
No related merge requests found
...@@ -9,6 +9,7 @@ ...@@ -9,6 +9,7 @@
.language-icon { .language-icon {
height: 2rem; height: 2rem;
display:none;
} }
.language-select { .language-select {
...@@ -17,7 +18,7 @@ ...@@ -17,7 +18,7 @@
border: 1px solid #4c97ff; border: 1px solid #4c97ff;
user-select: none; user-select: none;
outline: none; outline: none;
background: rgba(255, 255, 255, 0.2); background: rgba(255, 255, 255, 0.5);
color: white; color: #3373cc;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment