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