blog.css
ASCII text
1.toolbar { 2display: flex; 3align-items: center; 4border: 1px solid white; 5padding: 8px; 6} 7 8.toolbar > :any-link { 9text-decoration: none; 10font-size: 16px; 11margin-right: 15px; 12font-family: monospace; 13display: inline-flex; 14} 15 16.toolbar > strong { 17display: inline-block; 18font-family: monospace; 19font-size: 1rem; 20padding-right: 14px; 21margin-right: 14px; 22border-right: 1px solid white; 23} 24 25.time-stamps { 26margin-top: 5px; 27border-bottom: 1px solid white; 28} 29