Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matcornic/hugo-theme-learn.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorFritz Michael Gschwantner <fmg@inspiredminds.at>2019-11-15 13:43:44 +0300
committerMatthew Taylor <matalo33@users.noreply.github.com>2020-02-02 01:41:47 +0300
commit15f890999f768fd31307a53e25ccb857f9e559c3 (patch)
tree32870f14ab179abf26a3877b24a83a0ec219e110 /static
parent8cf7531a22972f6ff8898604e87ab6f5ee8c927e (diff)
fix select option color in Chrome
Diffstat (limited to 'static')
-rw-r--r--static/css/theme.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/static/css/theme.css b/static/css/theme.css
index 2e1f65e..5ce91cd 100644
--- a/static/css/theme.css
+++ b/static/css/theme.css
@@ -1130,3 +1130,7 @@ pre .copy-to-clipboard:hover {
#searchResults {
text-align: left;
}
+
+option {
+ color: initial;
+}