freifunk-rhein-sieg.net/_scss/_general.scss

17 lines
223 B
SCSS
Raw Normal View History

2018-03-13 17:15:12 +00:00
body {
display: flex;
min-height: 100vh;
flex-direction: column;
}
main {
flex: 1 0 auto;
}
.card {
.card-action {
background-color: #212121 !important;
a {
color: $ff_yellow !important;
}
}
2018-03-13 17:15:12 +00:00
}