implemented editing articles
This commit is contained in:
+9
-19
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user