Suppressions de règles CSS inutilisées

This commit is contained in:
theo@manjaro 2022-06-16 10:51:30 +02:00
parent b2517ab152
commit 76da00161d
1 changed files with 0 additions and 26 deletions

View File

@ -50,10 +50,6 @@ nav {
width: 50%;
}
#body {
margin: 10px;
}
p {
text-align: justify;
}
@ -153,18 +149,6 @@ header a {
text-decoration: none;
}
img {
margin: 10px;
align-self: flex-start;
max-width: 200px;
border-radius: 10px;
}
iframe {
max-width: 200px;
max-height: 500px;
}
ul {
margin-bottom: 5px;
}
@ -250,16 +234,6 @@ input[type="checkbox"] + label {
box-shadow: 5px 5px black;
}
.fav label {
width: 50px;
height: 50px;
}
.done {
background: var(--bg-dark);
text-decoration: line-through;
}
input {
background: var(--bg-dark);
}