diff options
| author | mat <github@matdoes.dev> | 2022-03-04 20:09:22 +0000 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2022-03-04 20:09:22 +0000 |
| commit | 517ca0ac61dc66a5a20cfb0468145ef33e2eefe2 (patch) | |
| tree | 7d6dd4ce44ece34476377b5e0247961946544c2d /src/app.css | |
| parent | a8691820aac2e5d1370f467b5b92e792fdc629a7 (diff) | |
| download | skyblock-stats-517ca0ac61dc66a5a20cfb0468145ef33e2eefe2.tar.gz skyblock-stats-517ca0ac61dc66a5a20cfb0468145ef33e2eefe2.tar.bz2 skyblock-stats-517ca0ac61dc66a5a20cfb0468145ef33e2eefe2.zip | |
add icons to inventory tabs
Diffstat (limited to 'src/app.css')
| -rw-r--r-- | src/app.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/app.css b/src/app.css index 154cdc0..334ecbc 100644 --- a/src/app.css +++ b/src/app.css @@ -4,6 +4,8 @@ --theme-lightest-background: #333; --theme-main-text: #eee; --theme-darker-text: #999; + --theme-anchor-color: #19f; + --theme-transparent-border: rgba(128, 128, 128, 0.3); --theme-yellow: #ff0; } @@ -168,7 +170,7 @@ button:hover { /* base styles for anchor tags */ a { - color: #19f; + color: var(--theme-anchor-color); text-decoration: none; } |
