improve community sidebar

This commit is contained in:
hippoz 2023-08-10 00:21:38 +03:00
parent a884c02f29
commit d5e5cadc10
Signed by: hippoz
GPG key ID: 56C4E02A85F2FBED

View file

@ -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 {