mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-31 19:20:25 +00:00
fix(hyperlinks): gray inactive drawer tabs
This commit is contained in:
parent
f7026b2478
commit
9657112bca
1 changed files with 1 additions and 1 deletions
|
|
@ -133,7 +133,7 @@
|
|||
font-size: 12px;
|
||||
font-weight: bold;
|
||||
text-align: center;
|
||||
color: $gray-400;
|
||||
color: $gray-400 !important;
|
||||
text-decoration: none !important;
|
||||
border-bottom: 2px solid transparent;
|
||||
padding: 0.5rem;
|
||||
|
|
|
|||
Loading…
Reference in a new issue