sdsfsf
All checks were successful
Deploy / deploy-production (push) Has been skipped
Deploy / deploy-staging (push) Successful in 5s

This commit is contained in:
2026-05-04 01:55:41 +02:00
parent f161a4c622
commit 468736ac4d
6 changed files with 42 additions and 8 deletions

View File

@@ -95,6 +95,7 @@ a {
padding: 22px 0 48px;
}
.main-header-box,
.home-hero {
position: relative;
overflow: hidden;
@@ -111,6 +112,7 @@ a {
box-shadow: var(--shadow);
}
:root[data-theme="night"] .main-header-box,
:root[data-theme="night"] .home-hero {
background:
linear-gradient(135deg, rgba(8, 18, 28, 0.94), rgba(15, 29, 42, 0.86)),
@@ -1102,6 +1104,7 @@ body.has-modal-open {
gap: 16px;
}
.submenu-box,
.module-hero {
display: grid;
gap: 14px;
@@ -1114,6 +1117,7 @@ body.has-modal-open {
box-shadow: var(--shadow);
}
:root[data-theme="night"] .submenu-box,
:root[data-theme="night"] .module-hero {
background:
linear-gradient(135deg, rgba(8, 18, 28, 0.94), rgba(15, 29, 42, 0.86)),
@@ -1226,6 +1230,8 @@ body.has-modal-open {
vertical-align: middle;
}
.section-box,
.card-box,
.module-box,
.module-box-soft,
.module-box-table,
@@ -1237,12 +1243,15 @@ body.has-modal-open {
backdrop-filter: blur(8px);
}
.section-box,
.card-box,
.module-box,
.module-box-soft,
.module-box-table {
padding: 18px 20px;
}
.card-box,
.module-box-soft {
background: linear-gradient(180deg, rgba(255,255,255,0.96), rgba(248,252,252,0.92));
}