Use proper background color.
This commit is contained in:
parent
32c5c7a524
commit
7edbd02d4e
@ -2,12 +2,16 @@ html, body {
|
||||
height: 100%;
|
||||
}
|
||||
body {
|
||||
background-color: #F9FAFA;
|
||||
background-color: #F3F5F6;
|
||||
color: #3D5873;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.navbar {
|
||||
background-color: #F9FAFA;
|
||||
}
|
||||
|
||||
.navbar a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
@ -67,7 +67,7 @@
|
||||
|
||||
{{ if .VspStats.Debug }}
|
||||
<div class="container">
|
||||
<div class="alert alert-warning" role="alert">
|
||||
<div class="alert alert-warning my-2">
|
||||
Web server is running in debug mode - don't do this in production!
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -4,7 +4,7 @@
|
||||
<div class="container">
|
||||
|
||||
{{ if .VspStats.VspClosed }}
|
||||
<div class="alert alert-danger" role="alert">
|
||||
<div class="alert alert-danger">
|
||||
<h4 class="alert-heading">This Voting Service Provider is closed</h4>
|
||||
A closed VSP will still vote on tickets with already paid fees, but will not accept new any tickets.
|
||||
Visit <a href="https://decred.org/vsp/" class="alert-link" target="_blank" rel="noopener noreferrer">decred.org</a> to find a new VSP.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user