Files
persona5-negotiation/assets/css/style.scss
2017-06-18 09:06:06 -04:00

22 lines
274 B
SCSS

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