Commit: Editorial and design.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user