github.com/anakojm/hugo-katex@v0.0.0-20231023141351-42d6f5de9c0b/create/skeletons/theme/assets/css/main.css (about) 1 body { 2 color: #222; 3 font-family: sans-serif; 4 line-height: 1.5; 5 margin: 1rem; 6 max-width: 768px; 7 } 8 9 header { 10 border-bottom: 1px solid #222; 11 margin-bottom: 1rem; 12 } 13 14 footer { 15 border-top: 1px solid #222; 16 margin-top: 1rem; 17 } 18 19 a { 20 color: #00e; 21 text-decoration: none; 22 }