Files
persona5-negotiation/assets/css/style.scss
2017-06-24 02:05:43 -04:00

23 lines
289 B
SCSS

---
---
@import "{{ site.theme }}";
footer {
position: static !important;
}
section {
width: auto;
}
header {
width: auto;
position: static !important;
}
table {
width: auto;
tbody tr:nth-of-type(odd) {
background-color: rgba(0, 0, 0, .05);
border-color: #fff;
}
}