nav.css (460B)
1 nav { 2 margin: 2.5rem 0 2.5rem 0; 3 font-size: 1.125rem; 4 } 5 6 nav > ul { 7 list-style: none; 8 } 9 10 nav > ul > li > a { 11 text-decoration: none; 12 } 13 14 hr { 15 border-width: 0; 16 border-top: 0.1rem dashed; 17 margin-left: 2rem; 18 } 19 20 ul { 21 list-style: square; 22 } 23 24 .rss { 25 color: var(--secondary-color); 26 font-size: 0.75rem; 27 } 28 29 #subtitle { 30 font-size: 1.25rem; 31 font-weight: initial; 32 } 33 34 #webrings { 35 font-size: 0.75rem; 36 } 37 38 #webrings > section { 39 margin-bottom: 2rem; 40 }