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; 13} 14 15.toolbar > strong { 16display: inline-block; 17font-family: monospace; 18font-size: 1rem; 19padding-right: 14px; 20margin-right: 14px; 21border-right: 1px solid white; 22} 23 24.time-stamps { 25margin-top: 5px; 26border-bottom: 1px solid white; 27} 28