implemented editing articles

This commit is contained in:
2025-04-08 16:40:40 -06:00
parent e5b3e048b8
commit e829e2e566
5 changed files with 99 additions and 57 deletions
+9 -19
View File
@@ -291,32 +291,22 @@ table tr td label {
text-decoration-color: orange;
}
#theme-toggle,
label i {
width: 32px;
height: 32px;
i {
border: none;
background: transparent;
font-size: 1.5vw;
transition-duration: 500ms;
}
#theme-toggle {
background: none;
font-size: 1.5vw;
border: none;
}
#theme-toggle *,
label i {
transition-duration: 500ms;
}
#theme-toggle *:hover,
label i:hover {
i:hover {
color: orange;
}
label i {
width: 32px;
height: 32px;
font-size: 1.5vw;
transition-duration: 500ms;
}
.article {
width: 60%;
margin: 0 auto;