improve community sidebar
This commit is contained in:
parent
a884c02f29
commit
d5e5cadc10
1 changed files with 7 additions and 1 deletions
|
@ -45,11 +45,17 @@
|
|||
margin: var(--space-sm);
|
||||
margin-bottom: 0;
|
||||
transition-duration: 200ms;
|
||||
transition-property: border-radius;
|
||||
transition-property: border-radius background;
|
||||
}
|
||||
|
||||
.theme--light .communities .button:hover, .theme--light .communities .button.selected {
|
||||
color: var(--background-color-3);
|
||||
}
|
||||
|
||||
.communities .button:hover, .communities .button.selected {
|
||||
border-radius: 16px;
|
||||
background: var(--purple-2);
|
||||
color: var(--foreground-color-1);
|
||||
}
|
||||
|
||||
.communities .button span {
|
||||
|
|
Loading…
Reference in a new issue