mirror of
https://github.com/bitwarden/help
synced 2026-01-03 17:13:20 +00:00
update branding
This commit is contained in:
@@ -1,16 +1,16 @@
|
||||
$brand-primary: #3c8dbc;
|
||||
$brand-primary: #175DDC;
|
||||
$brand-danger: #dd4b39;
|
||||
$brand-success: #00a65a;
|
||||
$brand-success: #26FF75;
|
||||
$brand-info: #555555;
|
||||
$brand-warning: #aa6708;
|
||||
$brand-primary-accent: darken($brand-primary, 15%);
|
||||
$brand-secondary: #2c3e50;
|
||||
$brand-dark-accent: #222d32;
|
||||
$brand-primary-accent: #1252A3;
|
||||
$brand-secondary: #1A3B66;
|
||||
$brand-dark-accent: #1A3B66;
|
||||
|
||||
$font-size-base: 18px;
|
||||
$font-family-sans-serif: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
$headings-font-family: "Open Sans", sans-serif;
|
||||
$text-color: $brand-secondary;
|
||||
$text-color: #000000;
|
||||
$gray-lighter: lighten(#000, 93.5%);
|
||||
|
||||
$font-size-h1: floor(($font-size-base * 2.0)) !default;
|
||||
|
||||
@@ -78,19 +78,15 @@ footer {
|
||||
background-color: $brand-dark-accent;
|
||||
height: 465px;
|
||||
margin: 0;
|
||||
color: #b8c7ce;
|
||||
color: #fff;
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
bottom: 0;
|
||||
font-size: 16px;
|
||||
padding: 40px 0;
|
||||
|
||||
h4 {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #8aa4af;
|
||||
color: #fff;
|
||||
|
||||
&:hover {
|
||||
color: #fff;
|
||||
|
||||
Reference in New Issue
Block a user