diff --git a/frontend/src/styles.scss b/frontend/src/styles.scss index 5b75073..a2d103b 100644 --- a/frontend/src/styles.scss +++ b/frontend/src/styles.scss @@ -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 {