remove font specs

This commit is contained in:
Ed Chalstrey 2022-08-09 15:28:39 +01:00
parent fa88bad32f
commit f62b82685f

View File

@ -8,14 +8,8 @@
} }
ul[id="first-only"] li{ ul[id="first-only"] li{
color: black;
display: none; display: none;
position: absolute;
font-size: 30px;
} }
ul[id="first-only"] li:first-of-type { ul[id="first-only"] li:first-of-type {
color: black;
display: block; display: block;
position: absolute;
font-size: 30px;
} }