mirror of
https://github.com/joyce-chen/persona5-negotiation.git
synced 2025-11-18 08:03:37 -05:00
22 lines
274 B
SCSS
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;
|
|
}
|
|
}
|