diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2021-02-21 00:18:43 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-21 00:18:43 -0500 |
commit | ae1f7ad9fec358f386e763e8e239a716bf9da258 (patch) | |
tree | 8f3cd3813fa8166ef1a2956ba67863c12cbcfea4 /ext/css/search.css | |
parent | ad0f8bfe39018563033a82ac1ee7d38dd5034594 (diff) |
Improve button styles (#1427)
* Update variable names
* Update standard button styles
* Update styles
* Update button styles
* Update styles
* Add current styles
* Update button styles
* Update styles
* Update outline item styles
* Update styles
* Update styles
* Update notification button styles
* Update button styles
Diffstat (limited to 'ext/css/search.css')
-rw-r--r-- | ext/css/search.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/css/search.css b/ext/css/search.css index 72df8a67..b5643ebb 100644 --- a/ext/css/search.css +++ b/ext/css/search.css @@ -121,7 +121,7 @@ h1 { top: 0; right: 0; bottom: 0; - background-color: var(--button-icon-color); + background-color: var(--button-default-icon-color); --icon-size: 16px 16px; } |