Fixing up some CSS

This commit is contained in:
Michał Gdula 2022-08-08 19:59:40 +01:00
parent d8b20c9b34
commit bf449271e6
6 changed files with 34 additions and 18 deletions

View file

@ -41,7 +41,7 @@
background-color: #151515;
box-shadow: 5px 5px 5px #151515aa;
box-shadow: var(--shadow);
transition: transform 1s cubic-bezier(.19,1,.22,1), opacity 0.2s cubic-bezier(.19,1,.22,1);