diff options
author | Mantas <11616378+mistermantas@users.noreply.github.com> | 2019-02-13 19:09:01 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-13 19:09:01 +0200 |
commit | 592c7ce1e3a214df8e79f2b757e5edfa8dbdb587 (patch) | |
tree | 031016bf126e2c6e00a1935763ca27bdd1f2f259 /layouts/partials | |
parent | 95833849b7edac8f9aba87f6d3f74f3d3462e532 (diff) |
More accessible colors
Diffstat (limited to 'layouts/partials')
-rw-r--r-- | layouts/partials/meta.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/meta.html b/layouts/partials/meta.html index 6a4d994..5dcb17f 100644 --- a/layouts/partials/meta.html +++ b/layouts/partials/meta.html @@ -257,7 +257,7 @@ padding: 12px 18px; position: relative; top: 1px; - color: #aaa; + color: #757575; } .tab--other:hover { color: #000; } |