new design x2

This commit is contained in:
catmpeg 2026-02-24 15:44:27 +03:00
commit 32ba63fbee
2 changed files with 3 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 MiB

After

Width:  |  Height:  |  Size: 2.7 MiB

Before After
Before After

View file

@ -70,9 +70,9 @@ a {
.block {
padding: 10px 15px;
background-color: rgba(0, 0, 0, 0.1);
background-color: rgba(0, 0, 0, 0.3);
border-radius: 5px;
box-shadow: 0 2px 5px rgba(0,0,0,0.1);
box-shadow: 0 2px 5px rgba(0,0,0,0.3);
}
.h1-404 {
@ -94,7 +94,7 @@ label {
width: 500px;
resize: none;
color: #ddd;
background-color: rgba(0, 0, 0, 0.1);
background-color: rgba(0, 0, 0, 0.3);
border: none;
border-radius: 5px;
padding: 5px;