feat: Removed comments
Server Deploy / deploy (push) Failing after 1m13s

This commit is contained in:
2026-07-24 09:56:54 +01:00
parent 1a6cf03c03
commit e798365be2
27 changed files with 1557 additions and 1714 deletions
+6 -10
View File
@@ -1,5 +1,5 @@
/* ==========================================================================
Vantage marketing site design tokens
Vantage marketing site design tokens
Palette is anchored on the logo navy (#0B2A58). The accent IS the brand
navy, lifting to a readable blue on dark grounds; status colours (up/down/
pending) are semantic and deliberately never reused as the accent.
@@ -346,7 +346,10 @@ code {
border-radius: 4px;
border: 1px solid transparent;
cursor: pointer;
transition: transform 0.1s ease, filter 0.15s ease, border-color 0.15s ease;
transition:
transform 0.1s ease,
filter 0.15s ease,
border-color 0.15s ease;
}
.btn:active {
@@ -439,14 +442,7 @@ code {
content: "";
position: absolute;
inset: 0;
background: linear-gradient(
100deg,
#071628 0%,
#071628 26%,
rgba(7, 22, 40, 0.86) 42%,
rgba(7, 22, 40, 0.35) 62%,
rgba(7, 22, 40, 0.1) 100%
);
background: linear-gradient(100deg, #071628 0%, #071628 26%, rgba(7, 22, 40, 0.86) 42%, rgba(7, 22, 40, 0.35) 62%, rgba(7, 22, 40, 0.1) 100%);
z-index: 0;
}