Home Gen401 @ 2024-11-01-15:24

This commit is contained in:
Jonas Röger 2024-11-01 15:24:42 +01:00
parent f31d306206
commit 3ddc4c77fc

View File

@ -34,7 +34,7 @@ button:hover {
background-size: 50%;
box-shadow: 0 0 10px 3px rgba(0,0,0,.4);
// background-color: @color6;
background-color: rgba(24, 27, 32, 0.4);
background-color: rgba(24, 27, 32, 0);
color: transparent;
transition: all 0.3s cubic-bezier(.55, 0.0, .28, 1.682), box-shadow 0.5s ease-in;
}