1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-11-23 11:56:00 +01: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 ng-show="enabled()">
<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>
<p>
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 */
@boxed-layout-bg-image-path: "../images/boxed-bg.png";
@yellow: #e48c00;
@yellow: #bf7e16;
body {
background-color: @gray;