add css for loader h3
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Steven Polley 2024-02-17 16:41:50 -07:00
parent 6bf5a48d3f
commit 65d4780a3b
1 changed files with 9 additions and 1 deletions

View File

@ -32,7 +32,15 @@
padding: 0;
text-align: center
}
.loader h3 {
color: #fff;
color: var(--label_dark_background);
font-family: 'Figtree', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size: 1rem;
margin: 0;
padding: 0;
text-align: center
}
.loader-inner {
bottom: 0;
height: 60px;