Files
persona5-negotiation/assets/css/style.scss
2017-06-24 03:48:11 -04:00

27 lines
347 B
SCSS

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