Use better shade of blue
This commit is contained in:
parent
7d1734d147
commit
225b55da7a
|
@ -4,11 +4,6 @@ div {
|
|||
background: lightblue;
|
||||
}
|
||||
|
||||
header {
|
||||
font-size: x-large;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
dl {
|
||||
margin: 0px;
|
||||
font-size: 16px;
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
<p id="hours"></p>
|
||||
{% if repo_list %}
|
||||
{% for repo in repo_list %}
|
||||
<div class="col-md-4 border rounded float-md-left">
|
||||
<div class="col-md-4 rounded float-md-left">
|
||||
<h3 class="repo_label">{{ repo.label }}<small class="text-muted"> {{ repo.location }}</small></h3>
|
||||
<dl class="row">
|
||||
<dt class="col-sm-3">Latest backup:</dt>
|
||||
|
|
Loading…
Reference in New Issue
Block a user