adjusted warning color to be darker
This commit is contained in:
parent
31f67d412b
commit
1ffc005479
|
@ -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.
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue