sway/css/master.scss
2016-03-25 01:15:58 +01:00

38 lines
402 B
SCSS

---
---
body {
background-color: #000;
color: #fff;
margin-top: 1rem;
margin-bottom: 5rem;
}
video {
max-width: 100%;
}
.text-center {
text-align: center;
}
hr {
border-color: white;
}
.table-success {
background-color: green;
}
.table-danger {
background-color: darken(red, 10);
}
nav {
background: black;
}
#logo {
max-width: 300px;
width: 100%;
}