Make some background colors and text colors configurable through new style configuration object

This commit is contained in:
Benji Hooper
2021-04-16 17:51:17 +01:00
parent dc818bd2b5
commit 8b7e59ca50
5 changed files with 107 additions and 22 deletions

View File

@@ -72,7 +72,8 @@ body {
font-size: 18px;
color: #fff;
box-sizing: border-box;
z-index: -1; }
z-index: -1;
cursor: pointer; }
.main #search-bar .autocomplete-items-container .autocomplete-item:hover {
background: #3b3b3b; }
.main #search-bar .autocomplete-items-container .autocomplete-active {