Update assets/css/style.css
All checks were successful
website-main / prod-build (push) Successful in 1m22s
website-main / test-build (push) Successful in 56s
website-main / auto-rebuild (push) Has been skipped

This commit is contained in:
Denys Konovalov 2023-06-15 16:17:03 +02:00
parent 6a0a295be1
commit 0cd60663c8

@ -450,7 +450,7 @@ details[open] summary {
bottom: -123px; bottom: -123px;
z-index: 9; z-index: 9;
padding: 15px; padding: 15px;
color: rgba(white, 0.5); color: rgba(255, 255, 255, 0.5);
border: 0; border: 0;
font-size: 30px; font-size: 30px;
transition: all linear 0.2s; transition: all linear 0.2s;
@ -501,7 +501,7 @@ details[open] summary {
overflow: hidden; overflow: hidden;
height: 10px; height: 10px;
width: 10px; width: 10px;
background: rgba(white, 0.5); background: rgba(255, 255, 255, 0.5);
border: 0; border: 0;
outline: 0; outline: 0;
} }