sway/css/master.scss

34 lines
356 B
SCSS
Raw Normal View History

2015-08-23 20:52:00 -04:00
---
---
body {
2016-03-24 20:02:07 -04:00
background-color: #000;
2015-08-23 20:52:00 -04:00
color: #fff;
2016-03-24 20:02:07 -04:00
margin-top: 1rem;
margin-bottom: 5rem;
2015-08-23 20:52:00 -04:00
}
video {
max-width: 100%;
}
2016-03-24 20:02:07 -04:00
.text-center {
text-align: center;
}
hr {
border-color: white;
}
.table-success {
background-color: green;
}
.table-danger {
background-color: darken(red, 10);
}
nav {
background: black;
}