style.scss
1 @import "../themes/terminimal/sass/buttons"; 2 3 @import "../themes/terminimal/sass/header"; 4 @import "../themes/terminimal/sass/logo"; 5 @import "../themes/terminimal/sass/main"; 6 @import "../themes/terminimal/sass/post"; 7 @import "../themes/terminimal/sass/pagination"; 8 @import "../themes/terminimal/sass/footer"; 9 10 /** Custom CSS */ 11 12 .post-content a { 13 color: var(--accent-alpha-70); 14 } 15 16 body { 17 line-height: 1.75; 18 }