Removed comment in scss and fixed 0px

This commit is contained in:
Peter 2025-04-03 21:35:32 +02:00
parent 0063e1012b
commit 1d0f1d3896

View File

@ -85,10 +85,6 @@ time, mark, audio, video {
}
/*
flex CSS
by Astallyne at https://github.com/astallyne
*/
.flex {
display: flex;
}
@ -256,7 +252,7 @@ tr {
height: auto;
transition: all 100ms cubic-bezier(0.55, 0.085, 0.68, 0.53), 0.5s background ease;
cursor: pointer;
text-shadow: 1px 1px 0px black;
text-shadow: 1px 1px 0 black;
}
.button-inner > span {