ios text bg overlap fix?

This commit is contained in:
James Shiffer 2022-02-23 18:49:55 -08:00
parent 88400bb457
commit fcf84f7ad5

View File

@ -383,6 +383,7 @@ nav a:hover {
.container ol li, .container ol li::before {
background-color: var(--button-bg);
background-clip: content-box;
color: var(--button-text);
margin-bottom: 0;
font-size: 28px;