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