flexi-bot/docs/marlin/_sass/_basics.scss
2023-09-05 20:38:49 +02:00

18 lines
271 B
SCSS

html, body { min-height: 100%; }
body {
padding-top: 51px;
padding-bottom: 10px;
overflow-y: scroll;
}
p { /*text-align: justify;*/ }
.navbar { font-weight: 600; }
.nav.navbar-nav li a.here,
.nav.navbar-nav li.here > a {
color: #FFF;
background: #0088CC;
}