This commit is contained in:
+6
-10
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user