Transform for JSX

This commit is contained in:
aronmal 2023-10-18 01:26:12 +02:00
parent 70ff1152de
commit 19b075058e
Signed by: aronmal
GPG key ID: 816B7707426FC612
21 changed files with 2808 additions and 2384 deletions

View file

@ -36,10 +36,6 @@
#sidenavbar button {
all: unset;
}
#sidenavbar a,
button {
margin: 5px auto;
color: #eff0f3;
padding-left: 10px;
@ -49,16 +45,12 @@ button {
border: none;
}
#sidenavbar a:hover {
#sidenavbar button:hover {
background: #eff0f3;
color: #2a2a2a;
cursor: pointer;
}
#sidenavbar button {
border: none;
}
.main {
height: 100%;
}