list revert
This commit is contained in:
parent
8dd7b69a9d
commit
335bbaead6
1 changed files with 10 additions and 1 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue