1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2024-11-26 18:37:12 +00:00

Change loading bar color

This commit is contained in:
Alexandre Iooss 2020-09-01 10:02:22 +02:00
parent b787c8cfe2
commit c1c211629d

View File

@ -74,3 +74,7 @@ body {
background-color: rgba(248, 249, 250, 0.9);
border-color: rgb(0, 119, 139);
}
.turbolinks-progress-bar {
background-color: #01D3FB;
}