From c1c211629dc0b2fef9a14d043f9632b7dbc02e91 Mon Sep 17 00:00:00 2001 From: Alexandre Iooss Date: Tue, 1 Sep 2020 10:02:22 +0200 Subject: [PATCH] Change loading bar color --- note_kfet/static/css/custom.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/note_kfet/static/css/custom.css b/note_kfet/static/css/custom.css index 157dccf7..235baac9 100644 --- a/note_kfet/static/css/custom.css +++ b/note_kfet/static/css/custom.css @@ -73,4 +73,8 @@ body { color: rgb(0, 119, 139); background-color: rgba(248, 249, 250, 0.9); border-color: rgb(0, 119, 139); +} + +.turbolinks-progress-bar { + background-color: #01D3FB; } \ No newline at end of file