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;
color: #0000FF;
}
ul {
all: revert;
width: 90%;
margin: 0 auto;
margin-bottom: 1rem;
}
li {
all: revert;
}
img, video, canvas {
overflow: hidden;
}