1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 08:13:42 +00:00

adjusted warning color to be darker

This commit is contained in:
Kyle Spearrin
2017-04-28 21:36:03 -04:00
parent 31f67d412b
commit 1ffc005479
2 changed files with 2 additions and 2 deletions

View File

@@ -90,7 +90,7 @@
</div> </div>
<div ng-show="enabled()"> <div ng-show="enabled()">
<hr /> <hr />
<div class="callout callout-danger"> <div class="callout callout-warning">
<h4><i class="fa fa-warning"></i> Recovery Code <i class="fa fa-warning"></i></h4> <h4><i class="fa fa-warning"></i> Recovery Code <i class="fa fa-warning"></i></h4>
<p> <p>
The recovery code allows you to access your account in the event that you lose your authenticator app. The recovery code allows you to access your account in the event that you lose your authenticator app.

View File

@@ -3,7 +3,7 @@
/* Theme Adjustments */ /* Theme Adjustments */
@boxed-layout-bg-image-path: "../images/boxed-bg.png"; @boxed-layout-bg-image-path: "../images/boxed-bg.png";
@yellow: #e48c00; @yellow: #bf7e16;
body { body {
background-color: @gray; background-color: @gray;