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:
parent
31f67d412b
commit
1ffc005479
@ -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.
|
||||
|
@ -3,7 +3,7 @@
|
||||
/* Theme Adjustments */
|
||||
|
||||
@boxed-layout-bg-image-path: "../images/boxed-bg.png";
|
||||
@yellow: #e48c00;
|
||||
@yellow: #bf7e16;
|
||||
|
||||
body {
|
||||
background-color: @gray;
|
||||
|
Loading…
Reference in New Issue
Block a user