blob: 0336f943bead2d51576da96da2fc9a62b80eb618 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
@import 'styles/mastodon/variables';
.glitch.local-settings__navigation {
background: $primary-text-color;
color: $ui-base-color;
width: 200px;
font-size: 15px;
line-height: 20px;
overflow-y: auto;
}
|