list revert

This commit is contained in:
ethan merchant 2024-03-05 11:10:21 -05:00
parent 8dd7b69a9d
commit 335bbaead6

View file

@ -59,6 +59,15 @@ code {
font-weight: 500; font-weight: 500;
color: #0000FF; color: #0000FF;
} }
ul {
all: revert;
width: 90%;
margin: 0 auto;
margin-bottom: 1rem;
}
li {
all: revert;
}
img, video, canvas { img, video, canvas {
overflow: hidden; overflow: hidden;
} }
@ -91,4 +100,4 @@ input {
border-radius: 32px; border-radius: 32px;
letter-spacing: 1px; letter-spacing: 1px;
font-size: 16px; font-size: 16px;
} }