diff options
Diffstat (limited to 'inc/awesomplete.css')
-rw-r--r-- | inc/awesomplete.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/inc/awesomplete.css b/inc/awesomplete.css index 76f903f7..a7a8bc77 100644 --- a/inc/awesomplete.css +++ b/inc/awesomplete.css | |||
@@ -94,4 +94,5 @@ div.awesomplete li:hover mark { | |||
94 | div.awesomplete li[aria-selected="true"] mark { | 94 | div.awesomplete li[aria-selected="true"] mark { |
95 | background: hsl(86, 102%, 21%); | 95 | background: hsl(86, 102%, 21%); |
96 | color: inherit; | 96 | color: inherit; |
97 | } \ No newline at end of file | 97 | } |
98 | |||