improve styling
This commit is contained in:
@@ -26,13 +26,16 @@
|
||||
padding: 0.1rem 0.5rem;
|
||||
border-radius: 5px;
|
||||
font-weight: 500;
|
||||
color: rgba($colorBlack, 0.7);
|
||||
color: rgba($colorBlack, 0.6);
|
||||
margin-bottom: 0.2rem;
|
||||
margin-left: -0.5rem;
|
||||
|
||||
&.active,
|
||||
&:hover {
|
||||
color: $colorBlack;
|
||||
}
|
||||
|
||||
&.active {
|
||||
color: $colorBlack;
|
||||
background-color: rgba($colorBlack, 0.05);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user