diff options
| author | ch1r0x <[email protected]> | 2020-12-31 16:44:18 +0100 |
|---|---|---|
| committer | ch1r0x <[email protected]> | 2020-12-31 16:44:18 +0100 |
| commit | c7af6be3326f5fd6b3c26ace95b40b6a54e4eea5 (patch) | |
| tree | b7c857f6df22ea0b927a5113449aeadd77bc0f56 | |
| parent | 3cbdad21a9ef53e943ea0fad18976aa79bef5599 (diff) | |
| download | protonmail-themes-c7af6be3326f5fd6b3c26ace95b40b6a54e4eea5.tar.xz protonmail-themes-c7af6be3326f5fd6b3c26ace95b40b6a54e4eea5.zip | |
adjust coloring of search box
| -rw-r--r-- | templates/nord/nord.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/nord/nord.scss b/templates/nord/nord.scss index 63fa5d0..1a55bfb 100644 --- a/templates/nord/nord.scss +++ b/templates/nord/nord.scss @@ -9,7 +9,7 @@ * =========================================== */ $base: #2E3440; -$search: #000; +$search: #3B4252; $highlight: #5E81AC; $navigation: #E5E9F0; |
