Change loading bar color
This commit is contained in:
parent
b787c8cfe2
commit
c1c211629d
1 changed files with 4 additions and 0 deletions
|
|
@ -73,4 +73,8 @@ body {
|
||||||
color: rgb(0, 119, 139);
|
color: rgb(0, 119, 139);
|
||||||
background-color: rgba(248, 249, 250, 0.9);
|
background-color: rgba(248, 249, 250, 0.9);
|
||||||
border-color: rgb(0, 119, 139);
|
border-color: rgb(0, 119, 139);
|
||||||
|
}
|
||||||
|
|
||||||
|
.turbolinks-progress-bar {
|
||||||
|
background-color: #01D3FB;
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue