improve styling
This commit is contained in:
@@ -78,6 +78,7 @@ code {
|
||||
padding: 0.1rem 0.5rem;
|
||||
border-radius: 0.25rem;
|
||||
color: rgba($colorBlack, 0.7);
|
||||
font-size: 0.9em;
|
||||
}
|
||||
|
||||
.is-active {
|
||||
|
||||
@@ -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