Commit: Editorial and design.

This commit is contained in:
clive
2024-12-07 18:31:40 +11:00
parent 49e27cdf0b
commit 6175e972f3
11 changed files with 155 additions and 144 deletions

View File

@@ -84,12 +84,12 @@ body {
}
.featurette-heading {
font-size: 50px;
font-size: calc(1.375rem + 0.5vw);
}
}
@media (min-width: 62em) {
.featurette-heading {
margin-top: 7rem;
margin-top: 1rem;
}
}

View File

@@ -3,7 +3,7 @@
--dark-background: #eaeff2;
--dark-foregeound: #808080;
/* Light theme */
--light-background: #eaeff2;
--light-background: #f4f2ee;
--light-foregeound: #808080;
/* Defaults */
--current-background: var(--light-background);
@@ -11,13 +11,13 @@
}
.btn-primary {
background-color: #005e94;
border-color: #005e94;
background-color: #1667c0;
border-color: #1667c0;
}
.btn-primary:hover {
background-color: #0473b3;
border-color: #0473b3;
background-color: #074280;
border-color: #074280;
}
.incognito-field {
@@ -47,7 +47,7 @@ html {
}
.bg-navy {
background-color: #005e94ff;
background-color: #ffffff;
}
.bg-grey {