mirror of
https://github.com/mgerb/go-discord-bot
synced 2026-01-10 17:12:48 +00:00
9 lines
122 B
SCSS
9 lines
122 B
SCSS
body {
|
|
background-color: $gray1;
|
|
color: $white;
|
|
padding-left: $navbarWidth;
|
|
}
|
|
|
|
.content {
|
|
padding: 10px;
|
|
} |