я хз чё добавить

This commit is contained in:
catmpeg 2026-02-21 17:17:30 +03:00
commit e2771bd6b7
2 changed files with 5 additions and 10 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 MiB

After

Width:  |  Height:  |  Size: 1.3 MiB

Before After
Before After

View file

@ -16,7 +16,7 @@ body {
font: 14px 'ConsolasBold'; font: 14px 'ConsolasBold';
color: #fff; color: #fff;
/* background-color: #181818; */ /* background-color: #181818; */
background-image: url('/assets/background.jpg'); background: url('/assets/background.jpg') center/cover no-repeat;
text-align: center; text-align: center;
} }
@ -41,8 +41,8 @@ main {
} }
a { a {
color: #949494; color: #ffffff;
text-decoration: none; text-decoration: underline;
} }
.title { .title {
@ -61,16 +61,11 @@ a {
.block { .block {
padding: 10px 15px; padding: 10px 15px;
background-color: rgba(0, 0, 0, 0.3); background-color: rgba(0, 0, 0, 0.1);
border-radius: 5px; border-radius: 5px;
box-shadow: 0 2px 5px rgba(0,0,0,0.1); box-shadow: 0 2px 5px rgba(0,0,0,0.1);
} }
a:hover {
text-decoration: underline;
}
.info { .info {
display: flex; display: flex;
justify-content: center; justify-content: center;
@ -99,7 +94,7 @@ label {
width: 40%; width: 40%;
resize: none; resize: none;
color: #ddd; color: #ddd;
background-color: rgba(0, 0, 0, 0.3); background-color: rgba(0, 0, 0, 0.1);
border: none; border: none;
border-radius: 5px; border-radius: 5px;
padding: 5px; padding: 5px;