From e5f135774cb27db8edaab370bf322bfb1f5b8483 Mon Sep 17 00:00:00 2001 From: Jesse Antoszyk Date: Fri, 11 Feb 2022 09:08:08 -0500 Subject: [PATCH 0001/3185] KPT-19: Revert bad code --- buslog/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/buslog/Dockerfile b/buslog/Dockerfile index 62c061e2da49..e7f22d4472dc 100644 --- a/buslog/Dockerfile +++ b/buslog/Dockerfile @@ -8,6 +8,8 @@ LABEL cf_account="salesdemo" \ ENV FLASK_APP=flaskr ENV FLASK_ENV=development + + COPY . /app WORKDIR /app From 2112536dd92238654500a9e9d9179dac8cd842ed Mon Sep 17 00:00:00 2001 From: jcantosz Date: Tue, 1 Mar 2022 18:10:56 +0000 Subject: [PATCH 0002/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 0a77f9998160..9f1fca2a1ff2 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LemonChiffon; + border-top: 1px solid Maroon; } nav { - background: LemonChiffon; + background: Maroon; display: flex; align-items: center; padding: 0 0.5rem; From 66e24ea30bc66b4b7c0932491ba941395cb5a51d Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Tue, 1 Mar 2022 22:48:36 +0000 Subject: [PATCH 0003/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 9f1fca2a1ff2..14bdb415526f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Maroon; + border-top: 1px solid DarkGreen; } nav { - background: Maroon; + background: DarkGreen; display: flex; align-items: center; padding: 0 0.5rem; From 96184bd7799c0ea65a6d909c47bac1e28f3a3386 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Tue, 1 Mar 2022 23:33:37 +0000 Subject: [PATCH 0004/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 14bdb415526f..6baa43ae096e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGreen; + border-top: 1px solid BlanchedAlmond; } nav { - background: DarkGreen; + background: BlanchedAlmond; display: flex; align-items: center; padding: 0 0.5rem; From 92e9db1691938d6b615a94529ecd2259d07a0f7d Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Wed, 2 Mar 2022 02:33:36 +0000 Subject: [PATCH 0005/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 6baa43ae096e..a30b9cfca12e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BlanchedAlmond; + border-top: 1px solid PapayaWhip; } nav { - background: BlanchedAlmond; + background: PapayaWhip; display: flex; align-items: center; padding: 0 0.5rem; From 89060e9e0f6109653545a651210b3b13340be3f6 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Wed, 2 Mar 2022 04:48:36 +0000 Subject: [PATCH 0006/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index a30b9cfca12e..cc3e2a46c95e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PapayaWhip; + border-top: 1px solid LightSkyBlue; } nav { - background: PapayaWhip; + background: LightSkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From e6efb33de79466a8d340d71454259ed667109b4d Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Wed, 2 Mar 2022 07:03:37 +0000 Subject: [PATCH 0007/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index cc3e2a46c95e..5b6feda18165 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSkyBlue; + border-top: 1px solid Red; } nav { - background: LightSkyBlue; + background: Red; display: flex; align-items: center; padding: 0 0.5rem; From 848bdd76dfab2c4cab8563c2f0b4864459b863c4 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Wed, 2 Mar 2022 07:48:37 +0000 Subject: [PATCH 0008/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 5b6feda18165..d932ecdd7d93 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Red; + border-top: 1px solid Moccasin; } nav { - background: Red; + background: Moccasin; display: flex; align-items: center; padding: 0 0.5rem; From 05c25663075744eba195f6d613bc61c979551367 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Wed, 2 Mar 2022 10:48:38 +0000 Subject: [PATCH 0009/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d932ecdd7d93..b5abec4e62df 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Moccasin; + border-top: 1px solid Chocolate; } nav { - background: Moccasin; + background: Chocolate; display: flex; align-items: center; padding: 0 0.5rem; From 45fee6892534ba8d2a99e9a84dd5a2e101478fd2 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Wed, 2 Mar 2022 13:48:36 +0000 Subject: [PATCH 0010/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index b5abec4e62df..dd1156fbaefb 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Chocolate; + border-top: 1px solid DarkSlateGrey; } nav { - background: Chocolate; + background: DarkSlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From 7e2c5d4050438411ac0ad51318433335e94a0241 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Wed, 2 Mar 2022 17:33:37 +0000 Subject: [PATCH 0011/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index dd1156fbaefb..14bdb415526f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateGrey; + border-top: 1px solid DarkGreen; } nav { - background: DarkSlateGrey; + background: DarkGreen; display: flex; align-items: center; padding: 0 0.5rem; From 731b212b2b2fd75aeb268f16e29fe1f0dd82abda Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Wed, 2 Mar 2022 19:48:37 +0000 Subject: [PATCH 0012/3185] KPT-24: Update background color to CadetBlue --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 14bdb415526f..bad8db91c557 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGreen; + border-top: 1px solid CadetBlue; } nav { - background: DarkGreen; + background: CadetBlue; display: flex; align-items: center; padding: 0 0.5rem; From b653a0470f7019b77eba5c9c745b923a3c1e187c Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Wed, 2 Mar 2022 21:18:38 +0000 Subject: [PATCH 0013/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index bad8db91c557..cec3a64bc51b 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid CadetBlue; + border-top: 1px solid DarkMagenta; } nav { - background: CadetBlue; + background: DarkMagenta; display: flex; align-items: center; padding: 0 0.5rem; From 7d21dcf9f8d67fe3f8b364afb0e03385d89ba12b Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Wed, 2 Mar 2022 22:03:37 +0000 Subject: [PATCH 0014/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index cec3a64bc51b..bdd585164bf6 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkMagenta; + border-top: 1px solid MediumTurquoise; } nav { - background: DarkMagenta; + background: MediumTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From 3b9ebf55bf076061dce150b286329e6c004fba20 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Thu, 3 Mar 2022 00:18:37 +0000 Subject: [PATCH 0015/3185] KPT-22: Modals with Coral accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index bdd585164bf6..67e0111f647f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumTurquoise; + border-top: 1px solid Coral; } nav { - background: MediumTurquoise; + background: Coral; display: flex; align-items: center; padding: 0 0.5rem; From 40b2cef38c892a49b02ff20a7d5c4d713e1a70c5 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Thu, 3 Mar 2022 05:33:37 +0000 Subject: [PATCH 0016/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 67e0111f647f..a30b9cfca12e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Coral; + border-top: 1px solid PapayaWhip; } nav { - background: Coral; + background: PapayaWhip; display: flex; align-items: center; padding: 0 0.5rem; From 3b929224cf3567d78e63b046bb5e93852a52045c Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Thu, 3 Mar 2022 06:18:37 +0000 Subject: [PATCH 0017/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index a30b9cfca12e..8b28d00942f7 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PapayaWhip; + border-top: 1px solid PowderBlue; } nav { - background: PapayaWhip; + background: PowderBlue; display: flex; align-items: center; padding: 0 0.5rem; From f30d559221416807d7366ae7854ccba6ba9bcb2a Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Thu, 3 Mar 2022 10:03:37 +0000 Subject: [PATCH 0018/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 8b28d00942f7..d28f8e930d59 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PowderBlue; + border-top: 1px solid Snow; } nav { - background: PowderBlue; + background: Snow; display: flex; align-items: center; padding: 0 0.5rem; From f008de6519aebbf0c7a340a19aab4a21e3578046 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Thu, 3 Mar 2022 14:33:37 +0000 Subject: [PATCH 0019/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d28f8e930d59..9cc806b0b915 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Snow; + border-top: 1px solid DodgerBlue; } nav { - background: Snow; + background: DodgerBlue; display: flex; align-items: center; padding: 0 0.5rem; From 43b187ba7f6b3d8ad5978b4bfc3cc30f396d25e8 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Thu, 3 Mar 2022 15:18:37 +0000 Subject: [PATCH 0020/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 9cc806b0b915..b3ffebd1503f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DodgerBlue; + border-top: 1px solid PeachPuff; } nav { - background: DodgerBlue; + background: PeachPuff; display: flex; align-items: center; padding: 0 0.5rem; From 29b55516760cfb1bc50e14cabb4d4bb4bbc47824 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Thu, 3 Mar 2022 19:03:37 +0000 Subject: [PATCH 0021/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index b3ffebd1503f..38eb215526f9 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PeachPuff; + border-top: 1px solid Salmon; } nav { - background: PeachPuff; + background: Salmon; display: flex; align-items: center; padding: 0 0.5rem; From 7d0636ac07add0ab68314e62198ec9604c6c9ffe Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Thu, 3 Mar 2022 22:48:37 +0000 Subject: [PATCH 0022/3185] KPT-24: Update background color to Peru --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 38eb215526f9..3bec89149c2c 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Salmon; + border-top: 1px solid Peru; } nav { - background: Salmon; + background: Peru; display: flex; align-items: center; padding: 0 0.5rem; From 14fc349cb9bf816938e423c06be7c72034223d9c Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Thu, 3 Mar 2022 23:33:38 +0000 Subject: [PATCH 0023/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3bec89149c2c..718dcb65df26 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Peru; + border-top: 1px solid DarkCyan; } nav { - background: Peru; + background: DarkCyan; display: flex; align-items: center; padding: 0 0.5rem; From 66068638493622aecab8c5bbc2a872772c7adc35 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Fri, 4 Mar 2022 02:33:37 +0000 Subject: [PATCH 0024/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 718dcb65df26..b71c46471615 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkCyan; + border-top: 1px solid Sienna; } nav { - background: DarkCyan; + background: Sienna; display: flex; align-items: center; padding: 0 0.5rem; From 433172f8ebe95f20ad30445517b855b24c1fe2c0 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Fri, 4 Mar 2022 05:33:36 +0000 Subject: [PATCH 0025/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index b71c46471615..3fc956c8bef1 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Sienna; + border-top: 1px solid Khaki; } nav { - background: Sienna; + background: Khaki; display: flex; align-items: center; padding: 0 0.5rem; From 858f29b799843b363e3245cbfaf19677b290ea45 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Fri, 4 Mar 2022 07:48:37 +0000 Subject: [PATCH 0026/3185] KPT-24: Update background color to DarkSalmon --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3fc956c8bef1..4cb33c38cec8 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Khaki; + border-top: 1px solid DarkSalmon; } nav { - background: Khaki; + background: DarkSalmon; display: flex; align-items: center; padding: 0 0.5rem; From f45e093634856965996b36159bb9dea82dca87fa Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Fri, 4 Mar 2022 09:18:37 +0000 Subject: [PATCH 0027/3185] KPT-22: Modals with Brown accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4cb33c38cec8..01d9c09e8bbb 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSalmon; + border-top: 1px solid Brown; } nav { - background: DarkSalmon; + background: Brown; display: flex; align-items: center; padding: 0 0.5rem; From dbf7245b461c87324372f424ac6472cb65ff41c3 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Fri, 4 Mar 2022 10:48:37 +0000 Subject: [PATCH 0028/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 01d9c09e8bbb..453cdaa8fe58 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Brown; + border-top: 1px solid DarkSlateBlue; } nav { - background: Brown; + background: DarkSlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From 75c002c44093a93d25a6c5fc46cca0a532227496 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Fri, 4 Mar 2022 11:33:36 +0000 Subject: [PATCH 0029/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 453cdaa8fe58..cc3e2a46c95e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateBlue; + border-top: 1px solid LightSkyBlue; } nav { - background: DarkSlateBlue; + background: LightSkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From bd23458f15f174f18c5b62734fbd482b970382ec Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Fri, 4 Mar 2022 15:18:38 +0000 Subject: [PATCH 0030/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index cc3e2a46c95e..14bdb415526f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSkyBlue; + border-top: 1px solid DarkGreen; } nav { - background: LightSkyBlue; + background: DarkGreen; display: flex; align-items: center; padding: 0 0.5rem; From fbaf6eaa38a8187d7e0da4bb490cd2a3badc3caf Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Fri, 4 Mar 2022 17:33:37 +0000 Subject: [PATCH 0031/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 14bdb415526f..bd66074dbebd 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGreen; + border-top: 1px solid LightSlateGray; } nav { - background: DarkGreen; + background: LightSlateGray; display: flex; align-items: center; padding: 0 0.5rem; From 9524b3879ce2970e25a7747f71e13caa701ebb47 Mon Sep 17 00:00:00 2001 From: Jesse Antoszyk Date: Fri, 4 Mar 2022 13:38:06 -0500 Subject: [PATCH 0032/3185] KPT-19: Remove code failing tests --- buslog/Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/buslog/Dockerfile b/buslog/Dockerfile index e7f22d4472dc..62c061e2da49 100644 --- a/buslog/Dockerfile +++ b/buslog/Dockerfile @@ -8,8 +8,6 @@ LABEL cf_account="salesdemo" \ ENV FLASK_APP=flaskr ENV FLASK_ENV=development - - COPY . /app WORKDIR /app From 4b7aef4996e107a1437d8c22c13cbe831100a033 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Fri, 4 Mar 2022 19:52:51 +0000 Subject: [PATCH 0033/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index bd66074dbebd..b5749b217055 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSlateGray; + border-top: 1px solid Orchid; } nav { - background: LightSlateGray; + background: Orchid; display: flex; align-items: center; padding: 0 0.5rem; From dec334cb6d234a22a1a429b72f7852ab3dd5a8c2 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Fri, 4 Mar 2022 19:57:50 +0000 Subject: [PATCH 0034/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index b5749b217055..0228fd3891c6 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Orchid; + border-top: 1px solid Plum; } nav { - background: Orchid; + background: Plum; display: flex; align-items: center; padding: 0 0.5rem; From 1d097659eecb9e9c681e78f9564c708bbdb63cc9 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Fri, 4 Mar 2022 20:02:50 +0000 Subject: [PATCH 0035/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 0228fd3891c6..24d254c510ca 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Plum; + border-top: 1px solid Wheat; } nav { - background: Plum; + background: Wheat; display: flex; align-items: center; padding: 0 0.5rem; From f05157bc2735585bf347a23d90caaf6a8b2ec12b Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Fri, 4 Mar 2022 20:12:50 +0000 Subject: [PATCH 0036/3185] KPT-22: Modals with Cyan accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 24d254c510ca..e998dc1afbfd 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Wheat; + border-top: 1px solid Cyan; } nav { - background: Wheat; + background: Cyan; display: flex; align-items: center; padding: 0 0.5rem; From b321ee58129ec8c98804d6183e1fda18dfad12d0 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Fri, 4 Mar 2022 20:22:50 +0000 Subject: [PATCH 0037/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index e998dc1afbfd..ff1b8ca54562 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Cyan; + border-top: 1px solid MediumBlue; } nav { - background: Cyan; + background: MediumBlue; display: flex; align-items: center; padding: 0 0.5rem; From c066eb88f02beea0ff814fd3442f9a5a1ea87e40 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Fri, 4 Mar 2022 20:37:51 +0000 Subject: [PATCH 0038/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ff1b8ca54562..02795f4f8e2b 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumBlue; + border-top: 1px solid DarkGray; } nav { - background: MediumBlue; + background: DarkGray; display: flex; align-items: center; padding: 0 0.5rem; From f074f516c9704102574225a0cf9bc692d40ff188 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Fri, 4 Mar 2022 20:42:51 +0000 Subject: [PATCH 0039/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 02795f4f8e2b..7e2c71043980 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGray; + border-top: 1px solid OliveDrab; } nav { - background: DarkGray; + background: OliveDrab; display: flex; align-items: center; padding: 0 0.5rem; From f0d77f6688918e4b44b7209cd6a59cd7bffd8655 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Fri, 4 Mar 2022 20:47:50 +0000 Subject: [PATCH 0040/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 7e2c71043980..9f1fca2a1ff2 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OliveDrab; + border-top: 1px solid Maroon; } nav { - background: OliveDrab; + background: Maroon; display: flex; align-items: center; padding: 0 0.5rem; From e5834b71fc787fff36a13ca97d84329e7238e4ed Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Fri, 4 Mar 2022 20:52:49 +0000 Subject: [PATCH 0041/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 9f1fca2a1ff2..46aa99fbd145 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Maroon; + border-top: 1px solid DarkGoldenRod; } nav { - background: Maroon; + background: DarkGoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From 9f038320f0f28cb3fed58478152b108b41b139ab Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Fri, 4 Mar 2022 20:57:49 +0000 Subject: [PATCH 0042/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 46aa99fbd145..7885b7716913 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGoldenRod; + border-top: 1px solid MistyRose; } nav { - background: DarkGoldenRod; + background: MistyRose; display: flex; align-items: center; padding: 0 0.5rem; From fafaafec0afe0d66ce25432ad0d165811ec3b0ca Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Fri, 4 Mar 2022 23:02:49 +0000 Subject: [PATCH 0043/3185] KPT-22: Modals with AliceBlue accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 7885b7716913..a53a85ffbbae 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MistyRose; + border-top: 1px solid AliceBlue; } nav { - background: MistyRose; + background: AliceBlue; display: flex; align-items: center; padding: 0 0.5rem; From 605d56614f02e44475ea95fafb944c72a908ce87 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Fri, 4 Mar 2022 23:07:50 +0000 Subject: [PATCH 0044/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index a53a85ffbbae..4d589e9fc6c4 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid AliceBlue; + border-top: 1px solid MidnightBlue; } nav { - background: AliceBlue; + background: MidnightBlue; display: flex; align-items: center; padding: 0 0.5rem; From 33d0ef8566f33c9aff7ca9e152462bd9ffe95842 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Fri, 4 Mar 2022 23:22:50 +0000 Subject: [PATCH 0045/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4d589e9fc6c4..136dba7818fc 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MidnightBlue; + border-top: 1px solid SaddleBrown; } nav { - background: MidnightBlue; + background: SaddleBrown; display: flex; align-items: center; padding: 0 0.5rem; From 6ad560e2b0ac46b9473846cb7656614362b37205 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Fri, 4 Mar 2022 23:52:50 +0000 Subject: [PATCH 0046/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 136dba7818fc..77bfaa9f6042 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SaddleBrown; + border-top: 1px solid MediumSeaGreen; } nav { - background: SaddleBrown; + background: MediumSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From 546ba5d481e5e47520749b1d31b24b63f8bde2fc Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Sat, 5 Mar 2022 00:07:51 +0000 Subject: [PATCH 0047/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 77bfaa9f6042..0228fd3891c6 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSeaGreen; + border-top: 1px solid Plum; } nav { - background: MediumSeaGreen; + background: Plum; display: flex; align-items: center; padding: 0 0.5rem; From 6ee59ee3a327116548fcc90648009bceb85c927f Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Sat, 5 Mar 2022 00:32:51 +0000 Subject: [PATCH 0048/3185] KPT-22: Modals with LightSalmon accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 0228fd3891c6..8bc1be7e263d 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Plum; + border-top: 1px solid LightSalmon; } nav { - background: Plum; + background: LightSalmon; display: flex; align-items: center; padding: 0 0.5rem; From 4c020713553332003fcfa94d600f893c4d342089 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Sat, 5 Mar 2022 01:17:54 +0000 Subject: [PATCH 0049/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 8bc1be7e263d..4ec33dd9a11e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSalmon; + border-top: 1px solid BurlyWood; } nav { - background: LightSalmon; + background: BurlyWood; display: flex; align-items: center; padding: 0 0.5rem; From d2c53618aa963d4c3156b9f911ddde450ace0a89 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Sat, 5 Mar 2022 01:33:19 +0000 Subject: [PATCH 0050/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4ec33dd9a11e..e998dc1afbfd 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BurlyWood; + border-top: 1px solid Cyan; } nav { - background: BurlyWood; + background: Cyan; display: flex; align-items: center; padding: 0 0.5rem; From b8b188fab4f0a9492fb2ab7bc05c55444163a490 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Sat, 5 Mar 2022 03:17:51 +0000 Subject: [PATCH 0051/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index e998dc1afbfd..b5749b217055 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Cyan; + border-top: 1px solid Orchid; } nav { - background: Cyan; + background: Orchid; display: flex; align-items: center; padding: 0 0.5rem; From d157eb41f99087be3b4a1c2461ff7b0fd91ec733 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Sat, 5 Mar 2022 07:47:51 +0000 Subject: [PATCH 0052/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index b5749b217055..7a8231a1d628 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Orchid; + border-top: 1px solid SeaGreen; } nav { - background: Orchid; + background: SeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From 17d31ec52131288a4bdc4b8f583e0cc8dba7a087 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Sat, 5 Mar 2022 14:32:52 +0000 Subject: [PATCH 0053/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 7a8231a1d628..2e8c8e35e5cb 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SeaGreen; + border-top: 1px solid Magenta; } nav { - background: SeaGreen; + background: Magenta; display: flex; align-items: center; padding: 0 0.5rem; From 909f9934fa84385fe6be73ce03d7d406fd483662 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Mon, 7 Mar 2022 14:47:20 +0000 Subject: [PATCH 0054/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 2e8c8e35e5cb..266d9435f640 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Magenta; + border-top: 1px solid Orange; } nav { - background: Magenta; + background: Orange; display: flex; align-items: center; padding: 0 0.5rem; From e1584cc2023a1e118947ab01db524f93f5211f5c Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Mon, 7 Mar 2022 16:50:23 +0000 Subject: [PATCH 0055/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 266d9435f640..ebdf63f280df 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Orange; + border-top: 1px solid White; } nav { - background: Orange; + background: White; display: flex; align-items: center; padding: 0 0.5rem; From fca2dc1972bd9bd7ff9404bae9bd2e6940ea2687 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Mon, 7 Mar 2022 17:00:23 +0000 Subject: [PATCH 0056/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ebdf63f280df..95b0c9b012ff 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid White; + border-top: 1px solid DimGray; } nav { - background: White; + background: DimGray; display: flex; align-items: center; padding: 0 0.5rem; From bbca40f3c0af823bbe46179c2cf0a1715781b35e Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Mon, 7 Mar 2022 17:50:24 +0000 Subject: [PATCH 0057/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 95b0c9b012ff..39ce4de2a2ff 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DimGray; + border-top: 1px solid FireBrick; } nav { - background: DimGray; + background: FireBrick; display: flex; align-items: center; padding: 0 0.5rem; From 4ee71bee0498cae2c47e1a6334125c27a72ef3ad Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Mon, 7 Mar 2022 19:20:25 +0000 Subject: [PATCH 0058/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 39ce4de2a2ff..09d17be28fcf 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid FireBrick; + border-top: 1px solid Chartreuse; } nav { - background: FireBrick; + background: Chartreuse; display: flex; align-items: center; padding: 0 0.5rem; From 37874f916fb8bc88b558bc18d00efac1a72a28ed Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Mon, 7 Mar 2022 20:30:24 +0000 Subject: [PATCH 0059/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 09d17be28fcf..e998dc1afbfd 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Chartreuse; + border-top: 1px solid Cyan; } nav { - background: Chartreuse; + background: Cyan; display: flex; align-items: center; padding: 0 0.5rem; From 520b62dc80f3a2cbfc496ca764e4cd8e43a23578 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Mon, 7 Mar 2022 21:00:26 +0000 Subject: [PATCH 0060/3185] KPT-24: Update background color to PowderBlue --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index e998dc1afbfd..8b28d00942f7 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Cyan; + border-top: 1px solid PowderBlue; } nav { - background: Cyan; + background: PowderBlue; display: flex; align-items: center; padding: 0 0.5rem; From 3993601bc0e316e639359239d403fb1d65bdf6bf Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Mon, 7 Mar 2022 21:20:24 +0000 Subject: [PATCH 0061/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 8b28d00942f7..ec2e59e70439 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PowderBlue; + border-top: 1px solid DarkOrchid; } nav { - background: PowderBlue; + background: DarkOrchid; display: flex; align-items: center; padding: 0 0.5rem; From 9781fdee03641d58e6eeba5ac12b755017fb379f Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Mon, 7 Mar 2022 21:30:24 +0000 Subject: [PATCH 0062/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ec2e59e70439..7885b7716913 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOrchid; + border-top: 1px solid MistyRose; } nav { - background: DarkOrchid; + background: MistyRose; display: flex; align-items: center; padding: 0 0.5rem; From 1560489d6cd4095828d828f3f9ca500734976a3d Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Mon, 7 Mar 2022 22:10:24 +0000 Subject: [PATCH 0063/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 7885b7716913..0f633b206ec6 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MistyRose; + border-top: 1px solid MediumAquaMarine; } nav { - background: MistyRose; + background: MediumAquaMarine; display: flex; align-items: center; padding: 0 0.5rem; From 920dd5ccdba9c273a7cbb9a74df82aaa2a6874a8 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Mon, 7 Mar 2022 23:40:25 +0000 Subject: [PATCH 0064/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 0f633b206ec6..6550fb674240 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumAquaMarine; + border-top: 1px solid SandyBrown; } nav { - background: MediumAquaMarine; + background: SandyBrown; display: flex; align-items: center; padding: 0 0.5rem; From 09457af4747c228ac390cc1604eb98bae529942f Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Mon, 7 Mar 2022 23:50:25 +0000 Subject: [PATCH 0065/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 6550fb674240..7a8231a1d628 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SandyBrown; + border-top: 1px solid SeaGreen; } nav { - background: SandyBrown; + background: SeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From 5452bede7446a8bdbd7355490e0d55c078838808 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Tue, 8 Mar 2022 00:10:25 +0000 Subject: [PATCH 0066/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 7a8231a1d628..bd3a875e2c0c 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SeaGreen; + border-top: 1px solid SlateBlue; } nav { - background: SeaGreen; + background: SlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From 3c96e8f3dd7ad8bfb190c737940c875e14589701 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Tue, 8 Mar 2022 00:40:25 +0000 Subject: [PATCH 0067/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index bd3a875e2c0c..343dde4387ae 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateBlue; + border-top: 1px solid Grey; } nav { - background: SlateBlue; + background: Grey; display: flex; align-items: center; padding: 0 0.5rem; From 5996fd003f0e8470761ac708c02fdf7948d7f096 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Tue, 8 Mar 2022 01:10:25 +0000 Subject: [PATCH 0068/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 343dde4387ae..2bb350ffd9ac 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Grey; + border-top: 1px solid Yellow; } nav { - background: Grey; + background: Yellow; display: flex; align-items: center; padding: 0 0.5rem; From 520b8d44a9065eb753dcbc7aedc767dba7ed9812 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Tue, 8 Mar 2022 01:30:26 +0000 Subject: [PATCH 0069/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 2bb350ffd9ac..ec2e59e70439 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Yellow; + border-top: 1px solid DarkOrchid; } nav { - background: Yellow; + background: DarkOrchid; display: flex; align-items: center; padding: 0 0.5rem; From 2f89392636cc0c3ffe454bbf5235e3c636cfc5fe Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Tue, 8 Mar 2022 01:40:26 +0000 Subject: [PATCH 0070/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ec2e59e70439..d5b33e6aee0e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOrchid; + border-top: 1px solid LimeGreen; } nav { - background: DarkOrchid; + background: LimeGreen; display: flex; align-items: center; padding: 0 0.5rem; From 84e23267a11edf65f14648f1f7d2dfebe29034eb Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Tue, 8 Mar 2022 02:30:25 +0000 Subject: [PATCH 0071/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d5b33e6aee0e..d7031fe0709d 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LimeGreen; + border-top: 1px solid HotPink; } nav { - background: LimeGreen; + background: HotPink; display: flex; align-items: center; padding: 0 0.5rem; From 65f4de29b56d96b4ccd22aa3e00a6ef722bd66a2 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Tue, 8 Mar 2022 02:40:27 +0000 Subject: [PATCH 0072/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d7031fe0709d..4f31bef8a698 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid HotPink; + border-top: 1px solid NavajoWhite; } nav { - background: HotPink; + background: NavajoWhite; display: flex; align-items: center; padding: 0 0.5rem; From 943934d4e67fff262cf879e71cc15f656676a27e Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Tue, 8 Mar 2022 03:00:36 +0000 Subject: [PATCH 0073/3185] KPT-22: Modals with AntiqueWhite accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4f31bef8a698..531a07b0e7f9 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid NavajoWhite; + border-top: 1px solid AntiqueWhite; } nav { - background: NavajoWhite; + background: AntiqueWhite; display: flex; align-items: center; padding: 0 0.5rem; From 2fd9c7bb158f84da796e81e5ec71886c2218b8a5 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Tue, 8 Mar 2022 04:10:24 +0000 Subject: [PATCH 0074/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 531a07b0e7f9..5bc7ef4eb78f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid AntiqueWhite; + border-top: 1px solid DarkOrange; } nav { - background: AntiqueWhite; + background: DarkOrange; display: flex; align-items: center; padding: 0 0.5rem; From 8c4818f3c376d6de5f542a4760636ffc5f47f267 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Tue, 8 Mar 2022 04:20:24 +0000 Subject: [PATCH 0075/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 5bc7ef4eb78f..4d589e9fc6c4 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOrange; + border-top: 1px solid MidnightBlue; } nav { - background: DarkOrange; + background: MidnightBlue; display: flex; align-items: center; padding: 0 0.5rem; From d07bde5fd9b76f2e2b4e4355d06ef1f2859fb50e Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Tue, 8 Mar 2022 04:50:24 +0000 Subject: [PATCH 0076/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4d589e9fc6c4..6c526423d3cc 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MidnightBlue; + border-top: 1px solid Cornsilk; } nav { - background: MidnightBlue; + background: Cornsilk; display: flex; align-items: center; padding: 0 0.5rem; From af83fb1298f019857b766b89982cf045c8cac5c5 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Tue, 8 Mar 2022 06:40:25 +0000 Subject: [PATCH 0077/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 6c526423d3cc..09d17be28fcf 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Cornsilk; + border-top: 1px solid Chartreuse; } nav { - background: Cornsilk; + background: Chartreuse; display: flex; align-items: center; padding: 0 0.5rem; From c5851becd5b314c6a1f44205fd4e7c6b971553b7 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Tue, 8 Mar 2022 07:50:24 +0000 Subject: [PATCH 0078/3185] KPT-22: Modals with LightPink accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 09d17be28fcf..9897bbddf092 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Chartreuse; + border-top: 1px solid LightPink; } nav { - background: Chartreuse; + background: LightPink; display: flex; align-items: center; padding: 0 0.5rem; From aadd177c88860f28516d39bd8f719a4da689693b Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Tue, 8 Mar 2022 08:50:23 +0000 Subject: [PATCH 0079/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 9897bbddf092..4157a06c1b2b 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightPink; + border-top: 1px solid LawnGreen; } nav { - background: LightPink; + background: LawnGreen; display: flex; align-items: center; padding: 0 0.5rem; From a5d94e27534e9efda02dba103a5b5c06e2b9391d Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Tue, 8 Mar 2022 09:20:24 +0000 Subject: [PATCH 0080/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4157a06c1b2b..52780a4ff666 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LawnGreen; + border-top: 1px solid SlateGrey; } nav { - background: LawnGreen; + background: SlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From 688e08e59cc20ae3663bd9ac4d4deb65ba5950a0 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Tue, 8 Mar 2022 10:00:24 +0000 Subject: [PATCH 0081/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 52780a4ff666..bc298684f71f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateGrey; + border-top: 1px solid RebeccaPurple; } nav { - background: SlateGrey; + background: RebeccaPurple; display: flex; align-items: center; padding: 0 0.5rem; From acf2824f25d8003325b4abec412450c33ccd4f2b Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Tue, 8 Mar 2022 11:00:24 +0000 Subject: [PATCH 0082/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index bc298684f71f..0ad2b52a66dd 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RebeccaPurple; + border-top: 1px solid DarkSlateGray; } nav { - background: RebeccaPurple; + background: DarkSlateGray; display: flex; align-items: center; padding: 0 0.5rem; From 2d76ca4c266c998fbf5444003eda693233d19be1 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Tue, 8 Mar 2022 12:20:25 +0000 Subject: [PATCH 0083/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 0ad2b52a66dd..97c9a503bf56 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateGray; + border-top: 1px solid Lime; } nav { - background: DarkSlateGray; + background: Lime; display: flex; align-items: center; padding: 0 0.5rem; From 1b6d2cb573b2a8cc3f56e79453eaf9b9d04191eb Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Tue, 8 Mar 2022 12:30:24 +0000 Subject: [PATCH 0084/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 97c9a503bf56..01d9c09e8bbb 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Lime; + border-top: 1px solid Brown; } nav { - background: Lime; + background: Brown; display: flex; align-items: center; padding: 0 0.5rem; From cd4562a337cbcd912965dcb614e2e8235f63691f Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Tue, 8 Mar 2022 13:10:25 +0000 Subject: [PATCH 0085/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 01d9c09e8bbb..453cdaa8fe58 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Brown; + border-top: 1px solid DarkSlateBlue; } nav { - background: Brown; + background: DarkSlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From 7d134284d53515a6266814de8f2c7684a6766541 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Tue, 8 Mar 2022 16:10:25 +0000 Subject: [PATCH 0086/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 453cdaa8fe58..64214c2d85c0 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateBlue; + border-top: 1px solid LightGreen; } nav { - background: DarkSlateBlue; + background: LightGreen; display: flex; align-items: center; padding: 0 0.5rem; From 4c9111bfa66356d8a20eab3ed230cf6ba653027e Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Tue, 8 Mar 2022 17:20:24 +0000 Subject: [PATCH 0087/3185] KPT-24: Update background color to LimeGreen --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 64214c2d85c0..d5b33e6aee0e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGreen; + border-top: 1px solid LimeGreen; } nav { - background: LightGreen; + background: LimeGreen; display: flex; align-items: center; padding: 0 0.5rem; From 688750c09240279ccbdba161dc20f16474be41db Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Tue, 8 Mar 2022 17:40:26 +0000 Subject: [PATCH 0088/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d5b33e6aee0e..2bb350ffd9ac 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LimeGreen; + border-top: 1px solid Yellow; } nav { - background: LimeGreen; + background: Yellow; display: flex; align-items: center; padding: 0 0.5rem; From c5f906f061fa2752c95ddf1b1c20f535ff012ee1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 8 Mar 2022 20:38:24 +0000 Subject: [PATCH 0089/3185] KPT-22: Modals with DarkOliveGreen accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 2bb350ffd9ac..6da11d3d6276 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Yellow; + border-top: 1px solid DarkOliveGreen; } nav { - background: Yellow; + background: DarkOliveGreen; display: flex; align-items: center; padding: 0 0.5rem; From 528bb8c2ac33c0fb8f3836d35d0f9b2905977377 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 8 Mar 2022 20:48:23 +0000 Subject: [PATCH 0090/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 6da11d3d6276..31a327a93479 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOliveGreen; + border-top: 1px solid Navy; } nav { - background: DarkOliveGreen; + background: Navy; display: flex; align-items: center; padding: 0 0.5rem; From 05602b91442dac25fd96638b7e643b4631b92598 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 8 Mar 2022 21:48:24 +0000 Subject: [PATCH 0091/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 31a327a93479..3bd9c6e87f30 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Navy; + border-top: 1px solid LightBlue; } nav { - background: Navy; + background: LightBlue; display: flex; align-items: center; padding: 0 0.5rem; From ba12125713b0c51b26b98d0943f27751f515bb1c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 8 Mar 2022 22:08:23 +0000 Subject: [PATCH 0092/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3bd9c6e87f30..38eb215526f9 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightBlue; + border-top: 1px solid Salmon; } nav { - background: LightBlue; + background: Salmon; display: flex; align-items: center; padding: 0 0.5rem; From b2cdfc4667b7f7f1e4c4e8fc08ee7a7dfc44a932 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 8 Mar 2022 22:38:24 +0000 Subject: [PATCH 0093/3185] KPT-24: Update background color to FloralWhite --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 38eb215526f9..26096fe5afd6 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Salmon; + border-top: 1px solid FloralWhite; } nav { - background: Salmon; + background: FloralWhite; display: flex; align-items: center; padding: 0 0.5rem; From eff573fa2650a83a922c64275ce76b1167aaf9e7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 9 Mar 2022 00:38:24 +0000 Subject: [PATCH 0094/3185] KPT-22: Modals with SkyBlue accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 26096fe5afd6..3b05aa10f47f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid FloralWhite; + border-top: 1px solid SkyBlue; } nav { - background: FloralWhite; + background: SkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From 90b8fda9562b103415644e73b74003af8881da18 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 9 Mar 2022 01:28:24 +0000 Subject: [PATCH 0095/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3b05aa10f47f..372b1a31ed97 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SkyBlue; + border-top: 1px solid LightGrey; } nav { - background: SkyBlue; + background: LightGrey; display: flex; align-items: center; padding: 0 0.5rem; From 571684eeefbc6c544530a25b98d2a0ac6fc6e80c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 9 Mar 2022 01:38:24 +0000 Subject: [PATCH 0096/3185] KPT-24: Update background color to Cornsilk --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 372b1a31ed97..6c526423d3cc 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGrey; + border-top: 1px solid Cornsilk; } nav { - background: LightGrey; + background: Cornsilk; display: flex; align-items: center; padding: 0 0.5rem; From 85fd9cead0ea0d71804179d1c3a07985b96e5f82 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 9 Mar 2022 01:48:25 +0000 Subject: [PATCH 0097/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 6c526423d3cc..a67998ca9c46 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Cornsilk; + border-top: 1px solid MediumOrchid; } nav { - background: Cornsilk; + background: MediumOrchid; display: flex; align-items: center; padding: 0 0.5rem; From 6477f68c0a7b8aeabbc06895bc55a1150f838f8c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 9 Mar 2022 02:18:24 +0000 Subject: [PATCH 0098/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index a67998ca9c46..531a07b0e7f9 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumOrchid; + border-top: 1px solid AntiqueWhite; } nav { - background: MediumOrchid; + background: AntiqueWhite; display: flex; align-items: center; padding: 0 0.5rem; From 7807af6c19a069ab9475d94c2dcf52ccf50e7ec4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 9 Mar 2022 02:58:24 +0000 Subject: [PATCH 0099/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 531a07b0e7f9..46aa99fbd145 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid AntiqueWhite; + border-top: 1px solid DarkGoldenRod; } nav { - background: AntiqueWhite; + background: DarkGoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From e626190c9a95e2016675a48df53a06e464f91e32 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 9 Mar 2022 03:48:24 +0000 Subject: [PATCH 0100/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 46aa99fbd145..8b28d00942f7 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGoldenRod; + border-top: 1px solid PowderBlue; } nav { - background: DarkGoldenRod; + background: PowderBlue; display: flex; align-items: center; padding: 0 0.5rem; From 022ed6c5032d4372d6143d87b70a2cbd6fc48e38 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 9 Mar 2022 05:38:25 +0000 Subject: [PATCH 0101/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 8b28d00942f7..ebdf63f280df 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PowderBlue; + border-top: 1px solid White; } nav { - background: PowderBlue; + background: White; display: flex; align-items: center; padding: 0 0.5rem; From 12a9912fe6ae61b23e0cd759a34e8ce1f6f81bbb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 9 Mar 2022 05:58:25 +0000 Subject: [PATCH 0102/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ebdf63f280df..4cb33c38cec8 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid White; + border-top: 1px solid DarkSalmon; } nav { - background: White; + background: DarkSalmon; display: flex; align-items: center; padding: 0 0.5rem; From a778db8d19d2411f35f72c0e3c8b11f1b18f7dad Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 9 Mar 2022 06:08:25 +0000 Subject: [PATCH 0103/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4cb33c38cec8..ac69cd686a82 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSalmon; + border-top: 1px solid MediumSpringGreen; } nav { - background: DarkSalmon; + background: MediumSpringGreen; display: flex; align-items: center; padding: 0 0.5rem; From 363520acec6878b3c41da90e96c893a3c41e745a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 9 Mar 2022 06:28:25 +0000 Subject: [PATCH 0104/3185] KPT-22: Modals with IndianRed accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ac69cd686a82..8876d676857c 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSpringGreen; + border-top: 1px solid IndianRed; } nav { - background: MediumSpringGreen; + background: IndianRed; display: flex; align-items: center; padding: 0 0.5rem; From a36c86ab8301cca9dc110d49ecc5646c727d7d55 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 9 Mar 2022 06:38:25 +0000 Subject: [PATCH 0105/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 8876d676857c..372b1a31ed97 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid IndianRed; + border-top: 1px solid LightGrey; } nav { - background: IndianRed; + background: LightGrey; display: flex; align-items: center; padding: 0 0.5rem; From 58de3765f44d5916f4225f2c6e38536fda1fbfe4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 9 Mar 2022 07:18:24 +0000 Subject: [PATCH 0106/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 372b1a31ed97..139351cd37cf 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGrey; + border-top: 1px solid SeaShell; } nav { - background: LightGrey; + background: SeaShell; display: flex; align-items: center; padding: 0 0.5rem; From e8087a0fe3d4bd20833da7c6c3c6274fcb61f0d7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 9 Mar 2022 08:28:26 +0000 Subject: [PATCH 0107/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 139351cd37cf..343dde4387ae 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SeaShell; + border-top: 1px solid Grey; } nav { - background: SeaShell; + background: Grey; display: flex; align-items: center; padding: 0 0.5rem; From daff38018d27659ea365e30664c79d12d3c0384d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 9 Mar 2022 09:18:24 +0000 Subject: [PATCH 0108/3185] KPT-22: Modals with DarkKhaki accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 343dde4387ae..d61efedec6bb 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Grey; + border-top: 1px solid DarkKhaki; } nav { - background: Grey; + background: DarkKhaki; display: flex; align-items: center; padding: 0 0.5rem; From a7c2551a96064762ab87f523e14f814358f4bfbc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 9 Mar 2022 09:58:24 +0000 Subject: [PATCH 0109/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d61efedec6bb..8bc1be7e263d 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkKhaki; + border-top: 1px solid LightSalmon; } nav { - background: DarkKhaki; + background: LightSalmon; display: flex; align-items: center; padding: 0 0.5rem; From 52a413f63b5e629aa72be5f77a824da005341895 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 9 Mar 2022 10:08:25 +0000 Subject: [PATCH 0110/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 8bc1be7e263d..9897bbddf092 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSalmon; + border-top: 1px solid LightPink; } nav { - background: LightSalmon; + background: LightPink; display: flex; align-items: center; padding: 0 0.5rem; From bba2ad6bd3f8f78b3a1ba7e4deacb908f6df6c17 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 9 Mar 2022 10:28:23 +0000 Subject: [PATCH 0111/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 9897bbddf092..91281b5305a0 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightPink; + border-top: 1px solid HoneyDew; } nav { - background: LightPink; + background: HoneyDew; display: flex; align-items: center; padding: 0 0.5rem; From 9fa366eaceb7a4806d0d58aab580b5995af5100d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 9 Mar 2022 10:48:24 +0000 Subject: [PATCH 0112/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 91281b5305a0..0053969b5ecf 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid HoneyDew; + border-top: 1px solid WhiteSmoke; } nav { - background: HoneyDew; + background: WhiteSmoke; display: flex; align-items: center; padding: 0 0.5rem; From 954c8edaf88c0ac5105c094393bd3a00b33c6142 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 9 Mar 2022 11:38:24 +0000 Subject: [PATCH 0113/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 0053969b5ecf..bd66074dbebd 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid WhiteSmoke; + border-top: 1px solid LightSlateGray; } nav { - background: WhiteSmoke; + background: LightSlateGray; display: flex; align-items: center; padding: 0 0.5rem; From ab7bfe18f53ab9604d9a27ded5d0bc3c4892acb0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 9 Mar 2022 12:48:23 +0000 Subject: [PATCH 0114/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index bd66074dbebd..39ce4de2a2ff 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSlateGray; + border-top: 1px solid FireBrick; } nav { - background: LightSlateGray; + background: FireBrick; display: flex; align-items: center; padding: 0 0.5rem; From 55841eaedba6c799557d68cf29a6c28d7e259654 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 9 Mar 2022 15:08:24 +0000 Subject: [PATCH 0115/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 39ce4de2a2ff..372b1a31ed97 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid FireBrick; + border-top: 1px solid LightGrey; } nav { - background: FireBrick; + background: LightGrey; display: flex; align-items: center; padding: 0 0.5rem; From 5f3d826f743372f23c14ea6be3e91e052140ba55 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 9 Mar 2022 17:08:25 +0000 Subject: [PATCH 0116/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 372b1a31ed97..48f96fef5716 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGrey; + border-top: 1px solid PaleVioletRed; } nav { - background: LightGrey; + background: PaleVioletRed; display: flex; align-items: center; padding: 0 0.5rem; From 8d5f109c5a25684bd1aa5da4fdc216eacb595ef3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 9 Mar 2022 17:48:25 +0000 Subject: [PATCH 0117/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 48f96fef5716..abc9bac5eca7 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleVioletRed; + border-top: 1px solid Blue; } nav { - background: PaleVioletRed; + background: Blue; display: flex; align-items: center; padding: 0 0.5rem; From a52faf526cb7f94880baf56df97db0f47b2df93b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 9 Mar 2022 17:58:25 +0000 Subject: [PATCH 0118/3185] KPT-22: Modals with DarkBlue accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index abc9bac5eca7..9cb4c6084104 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Blue; + border-top: 1px solid DarkBlue; } nav { - background: Blue; + background: DarkBlue; display: flex; align-items: center; padding: 0 0.5rem; From 6e3f76968bfec54fab88e3ade055a78960daa189 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 9 Mar 2022 18:08:26 +0000 Subject: [PATCH 0119/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 9cb4c6084104..eca3a27ac0c5 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkBlue; + border-top: 1px solid GreenYellow; } nav { - background: DarkBlue; + background: GreenYellow; display: flex; align-items: center; padding: 0 0.5rem; From 939f4cd95c8f44e588234872e61e5ff0e93e0428 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 9 Mar 2022 18:28:25 +0000 Subject: [PATCH 0120/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index eca3a27ac0c5..bd3a875e2c0c 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GreenYellow; + border-top: 1px solid SlateBlue; } nav { - background: GreenYellow; + background: SlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From 90d0f00446e6fde58ec75e11bcd20aec6e486eff Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 9 Mar 2022 18:38:25 +0000 Subject: [PATCH 0121/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index bd3a875e2c0c..ec2e59e70439 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateBlue; + border-top: 1px solid DarkOrchid; } nav { - background: SlateBlue; + background: DarkOrchid; display: flex; align-items: center; padding: 0 0.5rem; From 89d4eb9d6b856937ee9f8df54e77f4d817b01afd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 9 Mar 2022 19:28:35 +0000 Subject: [PATCH 0122/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ec2e59e70439..0ad2b52a66dd 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOrchid; + border-top: 1px solid DarkSlateGray; } nav { - background: DarkOrchid; + background: DarkSlateGray; display: flex; align-items: center; padding: 0 0.5rem; From 12cd6eb005343d057799e4e2abcaffd33fc9cd7d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 9 Mar 2022 19:38:26 +0000 Subject: [PATCH 0123/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 0ad2b52a66dd..372b1a31ed97 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateGray; + border-top: 1px solid LightGrey; } nav { - background: DarkSlateGray; + background: LightGrey; display: flex; align-items: center; padding: 0 0.5rem; From fb6748affb7abcb309e9468be8565137287d7b77 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 9 Mar 2022 20:28:26 +0000 Subject: [PATCH 0124/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 372b1a31ed97..228291e36290 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGrey; + border-top: 1px solid Beige; } nav { - background: LightGrey; + background: Beige; display: flex; align-items: center; padding: 0 0.5rem; From 68f8c4b442a73a15e819eec590b5df65c982718b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 9 Mar 2022 20:38:27 +0000 Subject: [PATCH 0125/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 228291e36290..0228fd3891c6 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Beige; + border-top: 1px solid Plum; } nav { - background: Beige; + background: Plum; display: flex; align-items: center; padding: 0 0.5rem; From e507474031acbf64c9d64e693f5efe8d3553dc3b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 9 Mar 2022 21:48:36 +0000 Subject: [PATCH 0126/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 0228fd3891c6..014c40a7a430 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Plum; + border-top: 1px solid DeepSkyBlue; } nav { - background: Plum; + background: DeepSkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From b94bd835a415f1e13fcf8ae859fd1d2fdeea958c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 9 Mar 2022 22:18:26 +0000 Subject: [PATCH 0127/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 014c40a7a430..0fc8799d2400 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DeepSkyBlue; + border-top: 1px solid PaleTurquoise; } nav { - background: DeepSkyBlue; + background: PaleTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From 408ae23967b0b8d4a6622e5bcc721ca6b69f1d7f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 9 Mar 2022 22:38:27 +0000 Subject: [PATCH 0128/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 0fc8799d2400..2b6378f009d4 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleTurquoise; + border-top: 1px solid DarkTurquoise; } nav { - background: PaleTurquoise; + background: DarkTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From 0c2eeda6527995157e618f9f3be5ddc616c5c54e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 9 Mar 2022 23:08:26 +0000 Subject: [PATCH 0129/3185] KPT-24: Update background color to Peru --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 2b6378f009d4..3bec89149c2c 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkTurquoise; + border-top: 1px solid Peru; } nav { - background: DarkTurquoise; + background: Peru; display: flex; align-items: center; padding: 0 0.5rem; From ae7d52cf4d8c6c40614034f8243e319c47210ea6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 9 Mar 2022 23:48:27 +0000 Subject: [PATCH 0130/3185] KPT-22: Modals with HotPink accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3bec89149c2c..d7031fe0709d 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Peru; + border-top: 1px solid HotPink; } nav { - background: Peru; + background: HotPink; display: flex; align-items: center; padding: 0 0.5rem; From 89510fbac2d091544ffa6f4d78f29ea901aaf82b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Mar 2022 00:38:27 +0000 Subject: [PATCH 0131/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d7031fe0709d..1b8c7acecc59 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid HotPink; + border-top: 1px solid LightYellow; } nav { - background: HotPink; + background: LightYellow; display: flex; align-items: center; padding: 0 0.5rem; From dc0052a43b8799ad6ae1309349aa409d3ea2336c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Mar 2022 01:08:28 +0000 Subject: [PATCH 0132/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 1b8c7acecc59..8876d676857c 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightYellow; + border-top: 1px solid IndianRed; } nav { - background: LightYellow; + background: IndianRed; display: flex; align-items: center; padding: 0 0.5rem; From c1c8eaa4b06b6cef8a2fd9b03444d2b2ae11e45a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Mar 2022 01:58:53 +0000 Subject: [PATCH 0133/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 8876d676857c..6ed2eb8a42df 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid IndianRed; + border-top: 1px solid Turquoise; } nav { - background: IndianRed; + background: Turquoise; display: flex; align-items: center; padding: 0 0.5rem; From 03bf2529975a22f04e54c75e6cc4ebe71c33fcaf Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Mar 2022 03:18:49 +0000 Subject: [PATCH 0134/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 6ed2eb8a42df..ad9452d08934 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Turquoise; + border-top: 1px solid GhostWhite; } nav { - background: Turquoise; + background: GhostWhite; display: flex; align-items: center; padding: 0 0.5rem; From 3a759f830d484fa4ba560af3ca5a7b0704e9cfd6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Mar 2022 04:18:35 +0000 Subject: [PATCH 0135/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ad9452d08934..d444a165a194 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GhostWhite; + border-top: 1px solid Azure; } nav { - background: GhostWhite; + background: Azure; display: flex; align-items: center; padding: 0 0.5rem; From f4b2c6a3c16b8bcc718f16d5b778b111ace29cd3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Mar 2022 04:48:24 +0000 Subject: [PATCH 0136/3185] KPT-22: Modals with LavenderBlush accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d444a165a194..37d380ba9c8b 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Azure; + border-top: 1px solid LavenderBlush; } nav { - background: Azure; + background: LavenderBlush; display: flex; align-items: center; padding: 0 0.5rem; From 5fb67ff8e58e01744bd593ac19e71c2429e8fa03 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Mar 2022 05:38:25 +0000 Subject: [PATCH 0137/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 37d380ba9c8b..7eedbaa75afb 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LavenderBlush; + border-top: 1px solid Gray; } nav { - background: LavenderBlush; + background: Gray; display: flex; align-items: center; padding: 0 0.5rem; From 22b69c96aed2b583b46d67082ac6c47858f31fc3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Mar 2022 06:08:17 +0000 Subject: [PATCH 0138/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 7eedbaa75afb..b5abec4e62df 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gray; + border-top: 1px solid Chocolate; } nav { - background: Gray; + background: Chocolate; display: flex; align-items: center; padding: 0 0.5rem; From ab591ff6bd1f0d8750ed37e1dbfd18d915148bf3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Mar 2022 06:18:17 +0000 Subject: [PATCH 0139/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index b5abec4e62df..09d17be28fcf 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Chocolate; + border-top: 1px solid Chartreuse; } nav { - background: Chocolate; + background: Chartreuse; display: flex; align-items: center; padding: 0 0.5rem; From 3f06f69f435ecd8a47a3722f1e1af7d432c7a64c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Mar 2022 07:18:17 +0000 Subject: [PATCH 0140/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 09d17be28fcf..9897bbddf092 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Chartreuse; + border-top: 1px solid LightPink; } nav { - background: Chartreuse; + background: LightPink; display: flex; align-items: center; padding: 0 0.5rem; From 2c29af024cf6ba705814671ee2ddd632abb86bef Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Mar 2022 08:38:18 +0000 Subject: [PATCH 0141/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 9897bbddf092..9cb4c6084104 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightPink; + border-top: 1px solid DarkBlue; } nav { - background: LightPink; + background: DarkBlue; display: flex; align-items: center; padding: 0 0.5rem; From 2bbf4539de7fb74cc83126e63b5ab697f7ab18b2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Mar 2022 08:58:18 +0000 Subject: [PATCH 0142/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 9cb4c6084104..a53a85ffbbae 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkBlue; + border-top: 1px solid AliceBlue; } nav { - background: DarkBlue; + background: AliceBlue; display: flex; align-items: center; padding: 0 0.5rem; From e907596b2b217103c00e2883564e37613cb6d0e3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Mar 2022 09:28:17 +0000 Subject: [PATCH 0143/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index a53a85ffbbae..6ed2eb8a42df 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid AliceBlue; + border-top: 1px solid Turquoise; } nav { - background: AliceBlue; + background: Turquoise; display: flex; align-items: center; padding: 0 0.5rem; From 980973c6da866ca76cab67f89c0db61ab7334e15 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Mar 2022 09:38:18 +0000 Subject: [PATCH 0144/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 6ed2eb8a42df..014c40a7a430 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Turquoise; + border-top: 1px solid DeepSkyBlue; } nav { - background: Turquoise; + background: DeepSkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From 92c371bcd7a75ba94152d69a2b08430199154fe5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Mar 2022 09:48:18 +0000 Subject: [PATCH 0145/3185] KPT-22: Modals with GoldenRod accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 014c40a7a430..53c6d3eeeb62 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DeepSkyBlue; + border-top: 1px solid GoldenRod; } nav { - background: DeepSkyBlue; + background: GoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From f337c013f8d1429652262f093ff29fe3a321c807 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Mar 2022 09:58:17 +0000 Subject: [PATCH 0146/3185] KPT-24: Update background color to OldLace --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 53c6d3eeeb62..c9027d922244 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GoldenRod; + border-top: 1px solid OldLace; } nav { - background: GoldenRod; + background: OldLace; display: flex; align-items: center; padding: 0 0.5rem; From 97a199c7a4db6d036b2a7e1cbf46bddde8ea7820 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Mar 2022 10:08:17 +0000 Subject: [PATCH 0147/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index c9027d922244..31704961ca80 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OldLace; + border-top: 1px solid DarkRed; } nav { - background: OldLace; + background: DarkRed; display: flex; align-items: center; padding: 0 0.5rem; From f18503f007fb1f88d5e8318edfdb0b4fb904fb5c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Mar 2022 10:28:18 +0000 Subject: [PATCH 0148/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 31704961ca80..9b225c303ed7 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkRed; + border-top: 1px solid CornflowerBlue; } nav { - background: DarkRed; + background: CornflowerBlue; display: flex; align-items: center; padding: 0 0.5rem; From db1c358a4edcbc9689f3f417eab06bbee9050bee Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Mar 2022 10:58:17 +0000 Subject: [PATCH 0149/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 9b225c303ed7..a53a85ffbbae 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid CornflowerBlue; + border-top: 1px solid AliceBlue; } nav { - background: CornflowerBlue; + background: AliceBlue; display: flex; align-items: center; padding: 0 0.5rem; From 0fb0be80e61bc49717c2cfd882d4d5e92dbc3050 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Mar 2022 11:08:18 +0000 Subject: [PATCH 0150/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index a53a85ffbbae..e998dc1afbfd 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid AliceBlue; + border-top: 1px solid Cyan; } nav { - background: AliceBlue; + background: Cyan; display: flex; align-items: center; padding: 0 0.5rem; From e51bb804aafbeeafc67fdb0c55347fb6809ae84e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Mar 2022 12:48:17 +0000 Subject: [PATCH 0151/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index e998dc1afbfd..266d9435f640 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Cyan; + border-top: 1px solid Orange; } nav { - background: Cyan; + background: Orange; display: flex; align-items: center; padding: 0 0.5rem; From 65653d6ea3b11e19b6dc5f865d952525a9ec4f47 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Mar 2022 13:08:17 +0000 Subject: [PATCH 0152/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 266d9435f640..b5749b217055 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Orange; + border-top: 1px solid Orchid; } nav { - background: Orange; + background: Orchid; display: flex; align-items: center; padding: 0 0.5rem; From cb474aa0d311ff8025b165f97ed5415d5607b8a0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Mar 2022 13:48:18 +0000 Subject: [PATCH 0153/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index b5749b217055..19e1abc1037e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Orchid; + border-top: 1px solid PaleGreen; } nav { - background: Orchid; + background: PaleGreen; display: flex; align-items: center; padding: 0 0.5rem; From 4fea02f3ff07dd133a31a81dbe4079ce25ca98cb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Mar 2022 13:58:17 +0000 Subject: [PATCH 0154/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 19e1abc1037e..c9027d922244 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleGreen; + border-top: 1px solid OldLace; } nav { - background: PaleGreen; + background: OldLace; display: flex; align-items: center; padding: 0 0.5rem; From baaafd6ec820e9819b899e32ed3e2310e47366bf Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Mar 2022 15:08:18 +0000 Subject: [PATCH 0155/3185] KPT-22: Modals with LightGreen accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index c9027d922244..64214c2d85c0 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OldLace; + border-top: 1px solid LightGreen; } nav { - background: OldLace; + background: LightGreen; display: flex; align-items: center; padding: 0 0.5rem; From 74f526ec775efd1eefbc252e4260cc737e1fcd63 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Mar 2022 16:18:18 +0000 Subject: [PATCH 0156/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 64214c2d85c0..ceefd47a65fe 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGreen; + border-top: 1px solid BlueViolet; } nav { - background: LightGreen; + background: BlueViolet; display: flex; align-items: center; padding: 0 0.5rem; From 5c2bd4fd4f5c8b710c49e27707ceb0052c71ecc6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Mar 2022 17:28:18 +0000 Subject: [PATCH 0157/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ceefd47a65fe..6c526423d3cc 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BlueViolet; + border-top: 1px solid Cornsilk; } nav { - background: BlueViolet; + background: Cornsilk; display: flex; align-items: center; padding: 0 0.5rem; From 64064ea6ac9cf3d2a4416c64ffe9be9c73d1ccb6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Mar 2022 17:38:18 +0000 Subject: [PATCH 0158/3185] KPT-22: Modals with LightBlue accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 6c526423d3cc..3bd9c6e87f30 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Cornsilk; + border-top: 1px solid LightBlue; } nav { - background: Cornsilk; + background: LightBlue; display: flex; align-items: center; padding: 0 0.5rem; From b97e1894c7df2128c5094a70a0147c6aa6d89280 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Mar 2022 17:48:18 +0000 Subject: [PATCH 0159/3185] KPT-24: Update background color to SeaGreen --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3bd9c6e87f30..7a8231a1d628 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightBlue; + border-top: 1px solid SeaGreen; } nav { - background: LightBlue; + background: SeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From b752d5b80dcac3d7c155c424f077f46e21ed6da5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Mar 2022 19:18:18 +0000 Subject: [PATCH 0160/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 7a8231a1d628..453cdaa8fe58 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SeaGreen; + border-top: 1px solid DarkSlateBlue; } nav { - background: SeaGreen; + background: DarkSlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From 91ed38b20e396c51edef1588eaa952137636c2e5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Mar 2022 19:58:18 +0000 Subject: [PATCH 0161/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 453cdaa8fe58..4e9265f434fd 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateBlue; + border-top: 1px solid DeepPink; } nav { - background: DarkSlateBlue; + background: DeepPink; display: flex; align-items: center; padding: 0 0.5rem; From dcafaf90fc792ac438b9aaab56f651d41aff5389 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Mar 2022 20:17:42 +0000 Subject: [PATCH 0162/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4e9265f434fd..136dba7818fc 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DeepPink; + border-top: 1px solid SaddleBrown; } nav { - background: DeepPink; + background: SaddleBrown; display: flex; align-items: center; padding: 0 0.5rem; From 88265b042610e7909d594f57ec468931ee5bdff3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Mar 2022 20:18:45 +0000 Subject: [PATCH 0163/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 136dba7818fc..97c9a503bf56 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SaddleBrown; + border-top: 1px solid Lime; } nav { - background: SaddleBrown; + background: Lime; display: flex; align-items: center; padding: 0 0.5rem; From b6fc5f17eba2d6094e73baebcc4dc99cfa090b2c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Mar 2022 20:20:47 +0000 Subject: [PATCH 0164/3185] KPT-22: Modals with Gray accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 97c9a503bf56..7eedbaa75afb 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Lime; + border-top: 1px solid Gray; } nav { - background: Lime; + background: Gray; display: flex; align-items: center; padding: 0 0.5rem; From 1fdc46af0c77dc0f232a9a064dbf07a4ef870a0b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Mar 2022 22:28:18 +0000 Subject: [PATCH 0165/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 7eedbaa75afb..3ec0ac892f86 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gray; + border-top: 1px solid Gainsboro; } nav { - background: Gray; + background: Gainsboro; display: flex; align-items: center; padding: 0 0.5rem; From 107cd40097ee607489e023f98d394a9bd8930d22 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 11 Mar 2022 00:43:20 +0000 Subject: [PATCH 0166/3185] KPT-24: Update background color to RoyalBlue --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3ec0ac892f86..ec5e8acbe367 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gainsboro; + border-top: 1px solid RoyalBlue; } nav { - background: Gainsboro; + background: RoyalBlue; display: flex; align-items: center; padding: 0 0.5rem; From 5f2e1306e8bf7f642cd5247c874ac0e191db5131 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 11 Mar 2022 04:28:20 +0000 Subject: [PATCH 0167/3185] KPT-22: Modals with LavenderBlush accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ec5e8acbe367..37d380ba9c8b 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RoyalBlue; + border-top: 1px solid LavenderBlush; } nav { - background: RoyalBlue; + background: LavenderBlush; display: flex; align-items: center; padding: 0 0.5rem; From 7ce5ee37dab3e324c87d2990f84556a59ddb6d4d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 11 Mar 2022 14:13:18 +0000 Subject: [PATCH 0168/3185] KPT-24: Update background color to Black --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 37d380ba9c8b..e8872e3ed333 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LavenderBlush; + border-top: 1px solid Black; } nav { - background: LavenderBlush; + background: Black; display: flex; align-items: center; padding: 0 0.5rem; From f1b19d3f5ce146874b6c592156438205530e8a72 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 11 Mar 2022 19:28:20 +0000 Subject: [PATCH 0169/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index e8872e3ed333..cec3a64bc51b 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Black; + border-top: 1px solid DarkMagenta; } nav { - background: Black; + background: DarkMagenta; display: flex; align-items: center; padding: 0 0.5rem; From 303ca26bac224f66c953c87ece19dbb0e919f3c9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 11 Mar 2022 21:43:18 +0000 Subject: [PATCH 0170/3185] KPT-22: Modals with AntiqueWhite accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index cec3a64bc51b..531a07b0e7f9 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkMagenta; + border-top: 1px solid AntiqueWhite; } nav { - background: DarkMagenta; + background: AntiqueWhite; display: flex; align-items: center; padding: 0 0.5rem; From 0d6108191172fa51594cb928c6707d27b42eb1c4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 11 Mar 2022 22:28:17 +0000 Subject: [PATCH 0171/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 531a07b0e7f9..cc3e2a46c95e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid AntiqueWhite; + border-top: 1px solid LightSkyBlue; } nav { - background: AntiqueWhite; + background: LightSkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From 942bfe14bed24c0d96e4aabebeb04d7acb465333 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 12 Mar 2022 03:43:18 +0000 Subject: [PATCH 0172/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index cc3e2a46c95e..e998dc1afbfd 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSkyBlue; + border-top: 1px solid Cyan; } nav { - background: LightSkyBlue; + background: Cyan; display: flex; align-items: center; padding: 0 0.5rem; From 6844760773e5257c4417559f2727b1a9cde03972 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 12 Mar 2022 05:58:18 +0000 Subject: [PATCH 0173/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index e998dc1afbfd..b83d2db05aab 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Cyan; + border-top: 1px solid Silver; } nav { - background: Cyan; + background: Silver; display: flex; align-items: center; padding: 0 0.5rem; From 6c984bfc283c7abf8f46c5a64524d01f03fa2500 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 12 Mar 2022 10:28:17 +0000 Subject: [PATCH 0174/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index b83d2db05aab..2b6378f009d4 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Silver; + border-top: 1px solid DarkTurquoise; } nav { - background: Silver; + background: DarkTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From 79c1872de57fd01e57b9021cc0900197493a7e5d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 12 Mar 2022 13:28:17 +0000 Subject: [PATCH 0175/3185] KPT-24: Update background color to DarkSalmon --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 2b6378f009d4..4cb33c38cec8 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkTurquoise; + border-top: 1px solid DarkSalmon; } nav { - background: DarkTurquoise; + background: DarkSalmon; display: flex; align-items: center; padding: 0 0.5rem; From f39d7e9339f8507ab34d3d4084c369c760202a26 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 12 Mar 2022 14:58:18 +0000 Subject: [PATCH 0176/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4cb33c38cec8..454e3b0659dc 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSalmon; + border-top: 1px solid Tan; } nav { - background: DarkSalmon; + background: Tan; display: flex; align-items: center; padding: 0 0.5rem; From d7452f25087b88269e6dba31865b8904408bee76 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 12 Mar 2022 17:13:18 +0000 Subject: [PATCH 0177/3185] KPT-24: Update background color to White --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 454e3b0659dc..ebdf63f280df 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Tan; + border-top: 1px solid White; } nav { - background: Tan; + background: White; display: flex; align-items: center; padding: 0 0.5rem; From c4d1512d470cd224f8937d50033fc72a0b978bf4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 12 Mar 2022 17:58:18 +0000 Subject: [PATCH 0178/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ebdf63f280df..ee766fd90860 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid White; + border-top: 1px solid Gold; } nav { - background: White; + background: Gold; display: flex; align-items: center; padding: 0 0.5rem; From 777d2543ec02bcb8b54ef8bf8e51102beea8ed4b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 12 Mar 2022 18:43:17 +0000 Subject: [PATCH 0179/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ee766fd90860..95a9d0b2c399 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gold; + border-top: 1px solid LightCyan; } nav { - background: Gold; + background: LightCyan; display: flex; align-items: center; padding: 0 0.5rem; From 0cdae9b7304cdd51ad6fa4688ff81df0c2528086 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 12 Mar 2022 20:13:17 +0000 Subject: [PATCH 0180/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 95a9d0b2c399..4ec33dd9a11e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightCyan; + border-top: 1px solid BurlyWood; } nav { - background: LightCyan; + background: BurlyWood; display: flex; align-items: center; padding: 0 0.5rem; From 0b1fa9b6b8b26046076a1c1ea787d37c2f8c500a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 12 Mar 2022 23:13:18 +0000 Subject: [PATCH 0181/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4ec33dd9a11e..02795f4f8e2b 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BurlyWood; + border-top: 1px solid DarkGray; } nav { - background: BurlyWood; + background: DarkGray; display: flex; align-items: center; padding: 0 0.5rem; From f1c51f1a292fc888c60e897141e9136464d2a9ea Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 13 Mar 2022 00:43:17 +0000 Subject: [PATCH 0182/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 02795f4f8e2b..8876d676857c 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGray; + border-top: 1px solid IndianRed; } nav { - background: DarkGray; + background: IndianRed; display: flex; align-items: center; padding: 0 0.5rem; From c1bf4493df6fa687647714a061b9333806d75e0b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 13 Mar 2022 08:58:18 +0000 Subject: [PATCH 0183/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 8876d676857c..856552dcb2f0 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid IndianRed; + border-top: 1px solid DarkSeaGreen; } nav { - background: IndianRed; + background: DarkSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From 7d2a2a2d165b0c0c7036561c1bbc085456693d27 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 13 Mar 2022 12:43:18 +0000 Subject: [PATCH 0184/3185] KPT-24: Update background color to Turquoise --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 856552dcb2f0..6ed2eb8a42df 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSeaGreen; + border-top: 1px solid Turquoise; } nav { - background: DarkSeaGreen; + background: Turquoise; display: flex; align-items: center; padding: 0 0.5rem; From 4b5dd98f3b06f2a4aa376a27f5e769cfad2d7545 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 13 Mar 2022 13:28:18 +0000 Subject: [PATCH 0185/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 6ed2eb8a42df..343dde4387ae 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Turquoise; + border-top: 1px solid Grey; } nav { - background: Turquoise; + background: Grey; display: flex; align-items: center; padding: 0 0.5rem; From ade880307079d512a4b5e2a6d2e4da074b26198a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 13 Mar 2022 14:13:18 +0000 Subject: [PATCH 0186/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 343dde4387ae..d8e82b5712c9 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Grey; + border-top: 1px solid Fuchsia; } nav { - background: Grey; + background: Fuchsia; display: flex; align-items: center; padding: 0 0.5rem; From abc1d88fa8605e94c0ba951edce1003582250ab5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 13 Mar 2022 14:58:18 +0000 Subject: [PATCH 0187/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d8e82b5712c9..3fc956c8bef1 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Fuchsia; + border-top: 1px solid Khaki; } nav { - background: Fuchsia; + background: Khaki; display: flex; align-items: center; padding: 0 0.5rem; From 30d45ca96a2ef77d0b865a331e72b8473faec253 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 13 Mar 2022 19:28:18 +0000 Subject: [PATCH 0188/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3fc956c8bef1..50a979314f9f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Khaki; + border-top: 1px solid LightSeaGreen; } nav { - background: Khaki; + background: LightSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From 2c1409f1bb5074daa7a54db062276958e81d07cd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 14 Mar 2022 01:28:19 +0000 Subject: [PATCH 0189/3185] KPT-22: Modals with GhostWhite accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 50a979314f9f..ad9452d08934 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSeaGreen; + border-top: 1px solid GhostWhite; } nav { - background: LightSeaGreen; + background: GhostWhite; display: flex; align-items: center; padding: 0 0.5rem; From 1203787d7b94db0a6468df4986ce0c6265fb37b8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 14 Mar 2022 05:58:18 +0000 Subject: [PATCH 0190/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ad9452d08934..46aa99fbd145 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GhostWhite; + border-top: 1px solid DarkGoldenRod; } nav { - background: GhostWhite; + background: DarkGoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From 8cae136bbafe35e7bdc849e69c7731d8b1a53304 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 14 Mar 2022 08:58:20 +0000 Subject: [PATCH 0191/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 46aa99fbd145..38eb215526f9 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGoldenRod; + border-top: 1px solid Salmon; } nav { - background: DarkGoldenRod; + background: Salmon; display: flex; align-items: center; padding: 0 0.5rem; From f76d161e5ee80c3af1860f02c24b96aa12b29f7b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 14 Mar 2022 16:28:19 +0000 Subject: [PATCH 0192/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 38eb215526f9..372b1a31ed97 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Salmon; + border-top: 1px solid LightGrey; } nav { - background: Salmon; + background: LightGrey; display: flex; align-items: center; padding: 0 0.5rem; From c0ef49c8b6e74b5f7929a8c640260d1fb55c6c7c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 14 Mar 2022 18:43:18 +0000 Subject: [PATCH 0193/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 372b1a31ed97..5d4492574dd1 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGrey; + border-top: 1px solid MintCream; } nav { - background: LightGrey; + background: MintCream; display: flex; align-items: center; padding: 0 0.5rem; From 19f0a472484fc5d3209b0299232c546f5d35e1b1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 14 Mar 2022 20:58:29 +0000 Subject: [PATCH 0194/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 5d4492574dd1..afdb09fdc5dc 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MintCream; + border-top: 1px solid SlateGray; } nav { - background: MintCream; + background: SlateGray; display: flex; align-items: center; padding: 0 0.5rem; From 067454250538b26bdb632d781c0ba2876872290d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 14 Mar 2022 22:28:21 +0000 Subject: [PATCH 0195/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index afdb09fdc5dc..e8872e3ed333 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateGray; + border-top: 1px solid Black; } nav { - background: SlateGray; + background: Black; display: flex; align-items: center; padding: 0 0.5rem; From 1c96e59cc0a6e8c231274adc6fdb76010e0fd1eb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 15 Mar 2022 07:28:18 +0000 Subject: [PATCH 0196/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index e8872e3ed333..6fb1f0957aea 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Black; + border-top: 1px solid SpringGreen; } nav { - background: Black; + background: SpringGreen; display: flex; align-items: center; padding: 0 0.5rem; From b19c93579326c7b2c71d6321e65baf6510c8ea75 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 15 Mar 2022 08:13:18 +0000 Subject: [PATCH 0197/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 6fb1f0957aea..b666cf7876b7 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SpringGreen; + border-top: 1px solid Crimson; } nav { - background: SpringGreen; + background: Crimson; display: flex; align-items: center; padding: 0 0.5rem; From 245df27a9255b83ccfe8526e833513f6f7163ab2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 15 Mar 2022 08:58:17 +0000 Subject: [PATCH 0198/3185] KPT-22: Modals with FireBrick accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index b666cf7876b7..39ce4de2a2ff 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Crimson; + border-top: 1px solid FireBrick; } nav { - background: Crimson; + background: FireBrick; display: flex; align-items: center; padding: 0 0.5rem; From c14a10faf2ade1c9c07a296717f0565810d7fd42 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 15 Mar 2022 11:13:18 +0000 Subject: [PATCH 0199/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 39ce4de2a2ff..bb2f114b139e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid FireBrick; + border-top: 1px solid LightSlateGrey; } nav { - background: FireBrick; + background: LightSlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From 1b610ba362f9ea5a0a5413c435b17b6219033842 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 15 Mar 2022 14:13:18 +0000 Subject: [PATCH 0200/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index bb2f114b139e..b5749b217055 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSlateGrey; + border-top: 1px solid Orchid; } nav { - background: LightSlateGrey; + background: Orchid; display: flex; align-items: center; padding: 0 0.5rem; From 501f0846f534170780e1ce3b1b8a6778b928f980 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 15 Mar 2022 14:58:18 +0000 Subject: [PATCH 0201/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index b5749b217055..9f1fca2a1ff2 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Orchid; + border-top: 1px solid Maroon; } nav { - background: Orchid; + background: Maroon; display: flex; align-items: center; padding: 0 0.5rem; From ea6a03d93e233248f442206dcc3fd82e5640e318 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 15 Mar 2022 15:43:18 +0000 Subject: [PATCH 0202/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 9f1fca2a1ff2..3b0ac193bf44 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Maroon; + border-top: 1px solid Aquamarine; } nav { - background: Maroon; + background: Aquamarine; display: flex; align-items: center; padding: 0 0.5rem; From 401cfd7391f1b454b6d967c70a73a58f1b35f73b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 15 Mar 2022 17:58:18 +0000 Subject: [PATCH 0203/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3b0ac193bf44..4157a06c1b2b 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Aquamarine; + border-top: 1px solid LawnGreen; } nav { - background: Aquamarine; + background: LawnGreen; display: flex; align-items: center; padding: 0 0.5rem; From 441408c46436a1f43ab3e0b741615328c868f74d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 15 Mar 2022 20:58:17 +0000 Subject: [PATCH 0204/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4157a06c1b2b..a2f3a2cc2f41 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LawnGreen; + border-top: 1px solid MediumPurple; } nav { - background: LawnGreen; + background: MediumPurple; display: flex; align-items: center; padding: 0 0.5rem; From df574bf82f9cfdb2b933a0228d01a62aecf23d13 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 16 Mar 2022 00:43:19 +0000 Subject: [PATCH 0205/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index a2f3a2cc2f41..48f96fef5716 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumPurple; + border-top: 1px solid PaleVioletRed; } nav { - background: MediumPurple; + background: PaleVioletRed; display: flex; align-items: center; padding: 0 0.5rem; From 7259545f97e69382f45acbd3934a5fd699f98018 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 16 Mar 2022 01:28:18 +0000 Subject: [PATCH 0206/3185] KPT-24: Update background color to LightSteelBlue --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 48f96fef5716..195f194ef15a 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleVioletRed; + border-top: 1px solid LightSteelBlue; } nav { - background: PaleVioletRed; + background: LightSteelBlue; display: flex; align-items: center; padding: 0 0.5rem; From 000711137e09145003808872dca0f677fc12e240 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 16 Mar 2022 02:58:18 +0000 Subject: [PATCH 0207/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 195f194ef15a..c9db43be9d02 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSteelBlue; + border-top: 1px solid Purple; } nav { - background: LightSteelBlue; + background: Purple; display: flex; align-items: center; padding: 0 0.5rem; From 940340bf16a48b57ef5ab3574319dc588234e676 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 16 Mar 2022 06:43:18 +0000 Subject: [PATCH 0208/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index c9db43be9d02..2a24e48a33d3 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Purple; + border-top: 1px solid Green; } nav { - background: Purple; + background: Green; display: flex; align-items: center; padding: 0 0.5rem; From 6af91c2ff7039a91954dc16252b9a541fd2c7e65 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 16 Mar 2022 08:58:18 +0000 Subject: [PATCH 0209/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 2a24e48a33d3..cec3a64bc51b 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Green; + border-top: 1px solid DarkMagenta; } nav { - background: Green; + background: DarkMagenta; display: flex; align-items: center; padding: 0 0.5rem; From 7407160ac5362816a1c0e9b8bd88679ef031e2eb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 16 Mar 2022 10:28:18 +0000 Subject: [PATCH 0210/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index cec3a64bc51b..7e2c71043980 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkMagenta; + border-top: 1px solid OliveDrab; } nav { - background: DarkMagenta; + background: OliveDrab; display: flex; align-items: center; padding: 0 0.5rem; From 6cc92bd441c05a5418ad17fede9c14ec58dbc66c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 16 Mar 2022 11:13:17 +0000 Subject: [PATCH 0211/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 7e2c71043980..f121aafd52c6 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OliveDrab; + border-top: 1px solid SteelBlue; } nav { - background: OliveDrab; + background: SteelBlue; display: flex; align-items: center; padding: 0 0.5rem; From 43707a1005b28a47c33cd2fae7e3dd595591af75 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 16 Mar 2022 11:58:18 +0000 Subject: [PATCH 0212/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index f121aafd52c6..3723989cd0af 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SteelBlue; + border-top: 1px solid Aqua; } nav { - background: SteelBlue; + background: Aqua; display: flex; align-items: center; padding: 0 0.5rem; From f55f596bf8032efaadeac2b486e410c562f7e07d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 16 Mar 2022 12:43:18 +0000 Subject: [PATCH 0213/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3723989cd0af..4ec33dd9a11e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Aqua; + border-top: 1px solid BurlyWood; } nav { - background: Aqua; + background: BurlyWood; display: flex; align-items: center; padding: 0 0.5rem; From fb0cf8ce02419cc42b794e39ba133073cc010e38 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 16 Mar 2022 20:58:19 +0000 Subject: [PATCH 0214/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4ec33dd9a11e..d7031fe0709d 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BurlyWood; + border-top: 1px solid HotPink; } nav { - background: BurlyWood; + background: HotPink; display: flex; align-items: center; padding: 0 0.5rem; From 873275aa5b738f8a383fe3783622896e24f59564 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 16 Mar 2022 23:58:18 +0000 Subject: [PATCH 0215/3185] KPT-22: Modals with DimGray accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d7031fe0709d..95b0c9b012ff 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid HotPink; + border-top: 1px solid DimGray; } nav { - background: HotPink; + background: DimGray; display: flex; align-items: center; padding: 0 0.5rem; From 08e882c94e7eff396760bc63ba6a50d61c4be102 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 17 Mar 2022 05:13:19 +0000 Subject: [PATCH 0216/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 95b0c9b012ff..d45f2f580eae 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DimGray; + border-top: 1px solid LightGray; } nav { - background: DimGray; + background: LightGray; display: flex; align-items: center; padding: 0 0.5rem; From 4ea1d98cfd89a7853b8c3c80824eb6b949d224b9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 17 Mar 2022 07:28:18 +0000 Subject: [PATCH 0217/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d45f2f580eae..b3ffebd1503f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGray; + border-top: 1px solid PeachPuff; } nav { - background: LightGray; + background: PeachPuff; display: flex; align-items: center; padding: 0 0.5rem; From 926d3d877ff2925811916cac63a521678139e5a7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 17 Mar 2022 08:58:18 +0000 Subject: [PATCH 0218/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index b3ffebd1503f..718dcb65df26 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PeachPuff; + border-top: 1px solid DarkCyan; } nav { - background: PeachPuff; + background: DarkCyan; display: flex; align-items: center; padding: 0 0.5rem; From 3b03ba78fe7ba2ff35f46b4aeab3d48c252deeaa Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 17 Mar 2022 10:28:18 +0000 Subject: [PATCH 0219/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 718dcb65df26..39ce4de2a2ff 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkCyan; + border-top: 1px solid FireBrick; } nav { - background: DarkCyan; + background: FireBrick; display: flex; align-items: center; padding: 0 0.5rem; From 28e7ba6b676d827177754aac80da103332f6e689 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 17 Mar 2022 15:43:19 +0000 Subject: [PATCH 0220/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 39ce4de2a2ff..3fc956c8bef1 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid FireBrick; + border-top: 1px solid Khaki; } nav { - background: FireBrick; + background: Khaki; display: flex; align-items: center; padding: 0 0.5rem; From d073301c2272f13fceb2640240a74eb037fb7478 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 17 Mar 2022 19:28:18 +0000 Subject: [PATCH 0221/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3fc956c8bef1..7885b7716913 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Khaki; + border-top: 1px solid MistyRose; } nav { - background: Khaki; + background: MistyRose; display: flex; align-items: center; padding: 0 0.5rem; From 5a45ec3dd069a2dcdc70d3c443ba448bcdd45456 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 17 Mar 2022 22:28:40 +0000 Subject: [PATCH 0222/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 7885b7716913..9219f21a21b0 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MistyRose; + border-top: 1px solid OrangeRed; } nav { - background: MistyRose; + background: OrangeRed; display: flex; align-items: center; padding: 0 0.5rem; From 5a208a04347a594fb94312f5fbbecbeec55d0795 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 18 Mar 2022 02:13:30 +0000 Subject: [PATCH 0223/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 9219f21a21b0..bdd585164bf6 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OrangeRed; + border-top: 1px solid MediumTurquoise; } nav { - background: OrangeRed; + background: MediumTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From a95992f85e01af72a526c4d97b1f292008ca373f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 18 Mar 2022 02:58:31 +0000 Subject: [PATCH 0224/3185] KPT-24: Update background color to DarkSlateGray --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index bdd585164bf6..0ad2b52a66dd 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumTurquoise; + border-top: 1px solid DarkSlateGray; } nav { - background: MediumTurquoise; + background: DarkSlateGray; display: flex; align-items: center; padding: 0 0.5rem; From 3ff9da622dcc86a3989208af907c71dfa600a3c6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 18 Mar 2022 09:43:43 +0000 Subject: [PATCH 0225/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 0ad2b52a66dd..a67998ca9c46 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateGray; + border-top: 1px solid MediumOrchid; } nav { - background: DarkSlateGray; + background: MediumOrchid; display: flex; align-items: center; padding: 0 0.5rem; From 5ee0f6097f6f3cb662b6f70d57283b5dcc424343 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 18 Mar 2022 14:58:38 +0000 Subject: [PATCH 0226/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index a67998ca9c46..d5b33e6aee0e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumOrchid; + border-top: 1px solid LimeGreen; } nav { - background: MediumOrchid; + background: LimeGreen; display: flex; align-items: center; padding: 0 0.5rem; From 6e1b5fb6e902c07837238c8601f8bc40acaec238 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 18 Mar 2022 15:43:17 +0000 Subject: [PATCH 0227/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d5b33e6aee0e..9897bbddf092 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LimeGreen; + border-top: 1px solid LightPink; } nav { - background: LimeGreen; + background: LightPink; display: flex; align-items: center; padding: 0 0.5rem; From 86a73b20eacafc5a633f0087e58d7eed9091e65f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 18 Mar 2022 18:43:18 +0000 Subject: [PATCH 0228/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 9897bbddf092..9cc806b0b915 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightPink; + border-top: 1px solid DodgerBlue; } nav { - background: LightPink; + background: DodgerBlue; display: flex; align-items: center; padding: 0 0.5rem; From f0c73aa7a4184a779eefd59f3fb4169ceac4a58e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 18 Mar 2022 23:13:18 +0000 Subject: [PATCH 0229/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 9cc806b0b915..2a24e48a33d3 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DodgerBlue; + border-top: 1px solid Green; } nav { - background: DodgerBlue; + background: Green; display: flex; align-items: center; padding: 0 0.5rem; From 83c151e70b95476b07d347413ad98b86cda22d94 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 19 Mar 2022 01:28:18 +0000 Subject: [PATCH 0230/3185] KPT-22: Modals with Sienna accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 2a24e48a33d3..b71c46471615 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Green; + border-top: 1px solid Sienna; } nav { - background: Green; + background: Sienna; display: flex; align-items: center; padding: 0 0.5rem; From 2f60aa577197fce436d7cba3e0c2e72b8a4e6a66 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 19 Mar 2022 09:43:20 +0000 Subject: [PATCH 0231/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index b71c46471615..02795f4f8e2b 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Sienna; + border-top: 1px solid DarkGray; } nav { - background: Sienna; + background: DarkGray; display: flex; align-items: center; padding: 0 0.5rem; From 29beede46cd55b30e32b25574194db47dadbd58e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 19 Mar 2022 12:43:18 +0000 Subject: [PATCH 0232/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 02795f4f8e2b..9f1fca2a1ff2 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGray; + border-top: 1px solid Maroon; } nav { - background: DarkGray; + background: Maroon; display: flex; align-items: center; padding: 0 0.5rem; From 90390e50e76697fcfaf52060a8a6369bc4953cbf Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 19 Mar 2022 13:28:19 +0000 Subject: [PATCH 0233/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 9f1fca2a1ff2..9cc806b0b915 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Maroon; + border-top: 1px solid DodgerBlue; } nav { - background: Maroon; + background: DodgerBlue; display: flex; align-items: center; padding: 0 0.5rem; From 58c973aae84d0d15b2b992d05d8ca03ae6e23b6d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 19 Mar 2022 14:13:18 +0000 Subject: [PATCH 0234/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 9cc806b0b915..39ce4de2a2ff 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DodgerBlue; + border-top: 1px solid FireBrick; } nav { - background: DodgerBlue; + background: FireBrick; display: flex; align-items: center; padding: 0 0.5rem; From d20da192c30ebd768786c31fa4723957d8c47a3c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 19 Mar 2022 17:58:18 +0000 Subject: [PATCH 0235/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 39ce4de2a2ff..ac6b74bb429f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid FireBrick; + border-top: 1px solid Bisque; } nav { - background: FireBrick; + background: Bisque; display: flex; align-items: center; padding: 0 0.5rem; From e2f675e52c191cefb9c05956ad9deece92e5f28d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 19 Mar 2022 18:43:17 +0000 Subject: [PATCH 0236/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ac6b74bb429f..2a24e48a33d3 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Bisque; + border-top: 1px solid Green; } nav { - background: Bisque; + background: Green; display: flex; align-items: center; padding: 0 0.5rem; From 334ce81f775f7885464bbad0fa17a6d12db52b7c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 19 Mar 2022 23:13:18 +0000 Subject: [PATCH 0237/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 2a24e48a33d3..d8e82b5712c9 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Green; + border-top: 1px solid Fuchsia; } nav { - background: Green; + background: Fuchsia; display: flex; align-items: center; padding: 0 0.5rem; From 469bb8e8f7ae49425287be4a5fd625ff45386bf6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 20 Mar 2022 01:28:18 +0000 Subject: [PATCH 0238/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d8e82b5712c9..6675fdc2e211 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Fuchsia; + border-top: 1px solid Tomato; } nav { - background: Fuchsia; + background: Tomato; display: flex; align-items: center; padding: 0 0.5rem; From 978798dd3c4513ca570812d360a01434d53cd90e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 20 Mar 2022 02:58:17 +0000 Subject: [PATCH 0239/3185] KPT-22: Modals with DarkViolet accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 6675fdc2e211..2d42ff06bf02 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Tomato; + border-top: 1px solid DarkViolet; } nav { - background: Tomato; + background: DarkViolet; display: flex; align-items: center; padding: 0 0.5rem; From f08d374a28224e9a5d934ad06273bee9173e1cf1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 20 Mar 2022 07:28:19 +0000 Subject: [PATCH 0240/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 2d42ff06bf02..09d17be28fcf 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkViolet; + border-top: 1px solid Chartreuse; } nav { - background: DarkViolet; + background: Chartreuse; display: flex; align-items: center; padding: 0 0.5rem; From f44108a431bd8857f90e5b4754985cd89017ffaf Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 20 Mar 2022 10:28:17 +0000 Subject: [PATCH 0241/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 09d17be28fcf..7265cc2310f6 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Chartreuse; + border-top: 1px solid DarkGrey; } nav { - background: Chartreuse; + background: DarkGrey; display: flex; align-items: center; padding: 0 0.5rem; From af08b629f90ead469dd82edc019c73371da9f19a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 20 Mar 2022 11:13:19 +0000 Subject: [PATCH 0242/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 7265cc2310f6..31704961ca80 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGrey; + border-top: 1px solid DarkRed; } nav { - background: DarkGrey; + background: DarkRed; display: flex; align-items: center; padding: 0 0.5rem; From 2b7c142063f231015424dbe25197c5df47e6c232 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 20 Mar 2022 14:58:18 +0000 Subject: [PATCH 0243/3185] KPT-24: Update background color to DarkViolet --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 31704961ca80..2d42ff06bf02 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkRed; + border-top: 1px solid DarkViolet; } nav { - background: DarkRed; + background: DarkViolet; display: flex; align-items: center; padding: 0 0.5rem; From fe15cd9a89fe31ec54629516c754f50bc66cade2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 20 Mar 2022 15:43:18 +0000 Subject: [PATCH 0244/3185] KPT-24: Update background color to DarkSeaGreen --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 2d42ff06bf02..856552dcb2f0 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkViolet; + border-top: 1px solid DarkSeaGreen; } nav { - background: DarkViolet; + background: DarkSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From a998ede18812e00518b6a9db3802355303470007 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 20 Mar 2022 23:13:33 +0000 Subject: [PATCH 0245/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 856552dcb2f0..38eb215526f9 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSeaGreen; + border-top: 1px solid Salmon; } nav { - background: DarkSeaGreen; + background: Salmon; display: flex; align-items: center; padding: 0 0.5rem; From 8331f2d5fac0f9cb7005bb1293a6c4625ac0b56e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 20 Mar 2022 23:58:21 +0000 Subject: [PATCH 0246/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 38eb215526f9..2bb350ffd9ac 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Salmon; + border-top: 1px solid Yellow; } nav { - background: Salmon; + background: Yellow; display: flex; align-items: center; padding: 0 0.5rem; From 2db41140bdc195f83f898a40b466f5b2617b7546 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 21 Mar 2022 03:43:17 +0000 Subject: [PATCH 0247/3185] KPT-22: Modals with Tomato accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 2bb350ffd9ac..6675fdc2e211 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Yellow; + border-top: 1px solid Tomato; } nav { - background: Yellow; + background: Tomato; display: flex; align-items: center; padding: 0 0.5rem; From c33ee20e232e5a47dada74ba409dc60d0fa38850 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 21 Mar 2022 05:58:19 +0000 Subject: [PATCH 0248/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 6675fdc2e211..d45f2f580eae 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Tomato; + border-top: 1px solid LightGray; } nav { - background: Tomato; + background: LightGray; display: flex; align-items: center; padding: 0 0.5rem; From 42e1e8e791c71a2fb9e7558a8b0b5570d025af22 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 21 Mar 2022 11:13:43 +0000 Subject: [PATCH 0249/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d45f2f580eae..6550fb674240 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGray; + border-top: 1px solid SandyBrown; } nav { - background: LightGray; + background: SandyBrown; display: flex; align-items: center; padding: 0 0.5rem; From 4a59e07f840be39feea7fa1f0eeee7eb233f4585 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 21 Mar 2022 13:28:23 +0000 Subject: [PATCH 0250/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 6550fb674240..014c40a7a430 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SandyBrown; + border-top: 1px solid DeepSkyBlue; } nav { - background: SandyBrown; + background: DeepSkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From 4d97d73eadd2afa0a8ef8eb2d82a571910137f62 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 21 Mar 2022 18:43:17 +0000 Subject: [PATCH 0251/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 014c40a7a430..52780a4ff666 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DeepSkyBlue; + border-top: 1px solid SlateGrey; } nav { - background: DeepSkyBlue; + background: SlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From 4c0e905379e6f62732239b0a1bff956527843eae Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 21 Mar 2022 20:13:18 +0000 Subject: [PATCH 0252/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 52780a4ff666..4e9265f434fd 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateGrey; + border-top: 1px solid DeepPink; } nav { - background: SlateGrey; + background: DeepPink; display: flex; align-items: center; padding: 0 0.5rem; From 9f2429e1dd45c55f9ddde34cb97d8b471737b467 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 21 Mar 2022 22:28:17 +0000 Subject: [PATCH 0253/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4e9265f434fd..38eb215526f9 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DeepPink; + border-top: 1px solid Salmon; } nav { - background: DeepPink; + background: Salmon; display: flex; align-items: center; padding: 0 0.5rem; From dbd53b9834c9ffb5f9b34c6f23d3e7b595652cff Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 21 Mar 2022 23:58:18 +0000 Subject: [PATCH 0254/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 38eb215526f9..ac69cd686a82 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Salmon; + border-top: 1px solid MediumSpringGreen; } nav { - background: Salmon; + background: MediumSpringGreen; display: flex; align-items: center; padding: 0 0.5rem; From 9e6f2f01566ab86a0063014706a490204d56e86c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 22 Mar 2022 01:28:17 +0000 Subject: [PATCH 0255/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ac69cd686a82..195f194ef15a 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSpringGreen; + border-top: 1px solid LightSteelBlue; } nav { - background: MediumSpringGreen; + background: LightSteelBlue; display: flex; align-items: center; padding: 0 0.5rem; From 4fd4bb1bf3b68f967bd537060ab6ca9788e351ca Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 22 Mar 2022 05:58:18 +0000 Subject: [PATCH 0256/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 195f194ef15a..2b6378f009d4 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSteelBlue; + border-top: 1px solid DarkTurquoise; } nav { - background: LightSteelBlue; + background: DarkTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From e5e68be168ff3c4671fc723a99b2d0570fdd8af9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 22 Mar 2022 08:58:18 +0000 Subject: [PATCH 0257/3185] KPT-24: Update background color to BlanchedAlmond --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 2b6378f009d4..6baa43ae096e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkTurquoise; + border-top: 1px solid BlanchedAlmond; } nav { - background: DarkTurquoise; + background: BlanchedAlmond; display: flex; align-items: center; padding: 0 0.5rem; From 42d6745c0eb6ee8eec4fc4e58b1782262ac43c53 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 22 Mar 2022 09:43:17 +0000 Subject: [PATCH 0258/3185] KPT-24: Update background color to Gold --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 6baa43ae096e..ee766fd90860 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BlanchedAlmond; + border-top: 1px solid Gold; } nav { - background: BlanchedAlmond; + background: Gold; display: flex; align-items: center; padding: 0 0.5rem; From 3bfd93856469134854ace196298d02ffd7a78a6b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 22 Mar 2022 10:28:18 +0000 Subject: [PATCH 0259/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ee766fd90860..affcc732e93e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gold; + border-top: 1px solid Pink; } nav { - background: Gold; + background: Pink; display: flex; align-items: center; padding: 0 0.5rem; From 790b4b1b4b35dfd7ff52b958c77742f42de7b880 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 22 Mar 2022 11:13:18 +0000 Subject: [PATCH 0260/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index affcc732e93e..50a979314f9f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Pink; + border-top: 1px solid LightSeaGreen; } nav { - background: Pink; + background: LightSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From bc20f120de8ecd61e924ebe25299eb15b8f2548a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 22 Mar 2022 18:43:18 +0000 Subject: [PATCH 0261/3185] KPT-22: Modals with ForestGreen accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 50a979314f9f..4c78b363845c 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSeaGreen; + border-top: 1px solid ForestGreen; } nav { - background: LightSeaGreen; + background: ForestGreen; display: flex; align-items: center; padding: 0 0.5rem; From f1d349672aa0c68bb49e115ce6891f634f71d98b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 22 Mar 2022 19:28:19 +0000 Subject: [PATCH 0262/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4c78b363845c..7265cc2310f6 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid ForestGreen; + border-top: 1px solid DarkGrey; } nav { - background: ForestGreen; + background: DarkGrey; display: flex; align-items: center; padding: 0 0.5rem; From cda26a9b9db41502ba2307ae4a3cc0f80624a0df Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 22 Mar 2022 21:43:18 +0000 Subject: [PATCH 0263/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 7265cc2310f6..d45f2f580eae 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGrey; + border-top: 1px solid LightGray; } nav { - background: DarkGrey; + background: LightGray; display: flex; align-items: center; padding: 0 0.5rem; From b7bfedc3bcb180482db6029e545c454b1d9898f7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 22 Mar 2022 23:13:18 +0000 Subject: [PATCH 0264/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d45f2f580eae..1b8c7acecc59 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGray; + border-top: 1px solid LightYellow; } nav { - background: LightGray; + background: LightYellow; display: flex; align-items: center; padding: 0 0.5rem; From 38c931f940a919662570972c62ed6242b58954f7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 23 Mar 2022 05:13:17 +0000 Subject: [PATCH 0265/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 1b8c7acecc59..6da11d3d6276 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightYellow; + border-top: 1px solid DarkOliveGreen; } nav { - background: LightYellow; + background: DarkOliveGreen; display: flex; align-items: center; padding: 0 0.5rem; From 5de3fa829b3595591e3925c9b19564a7552912ce Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 23 Mar 2022 05:58:20 +0000 Subject: [PATCH 0266/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 6da11d3d6276..ac6b74bb429f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOliveGreen; + border-top: 1px solid Bisque; } nav { - background: DarkOliveGreen; + background: Bisque; display: flex; align-items: center; padding: 0 0.5rem; From d9f1fd641046ae78a510c4298ca5a3ce08ebf1b9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 23 Mar 2022 16:28:19 +0000 Subject: [PATCH 0267/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ac6b74bb429f..bad8db91c557 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Bisque; + border-top: 1px solid CadetBlue; } nav { - background: Bisque; + background: CadetBlue; display: flex; align-items: center; padding: 0 0.5rem; From d63a1c20e061865e895b7b22fdae00c608fca564 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 23 Mar 2022 17:58:18 +0000 Subject: [PATCH 0268/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index bad8db91c557..95b0c9b012ff 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid CadetBlue; + border-top: 1px solid DimGray; } nav { - background: CadetBlue; + background: DimGray; display: flex; align-items: center; padding: 0 0.5rem; From 411d9440776610e90d9b28fea5f3db44ca7c4a1e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 24 Mar 2022 00:43:18 +0000 Subject: [PATCH 0269/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 95b0c9b012ff..39ce4de2a2ff 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DimGray; + border-top: 1px solid FireBrick; } nav { - background: DimGray; + background: FireBrick; display: flex; align-items: center; padding: 0 0.5rem; From 0d776c18fbcf814652e3cd3255f4598dde949e2a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 24 Mar 2022 02:13:18 +0000 Subject: [PATCH 0270/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 39ce4de2a2ff..dd1156fbaefb 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid FireBrick; + border-top: 1px solid DarkSlateGrey; } nav { - background: FireBrick; + background: DarkSlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From 82a55b343c11d29ef43170ac9ac7d677f2a52451 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 24 Mar 2022 04:28:18 +0000 Subject: [PATCH 0271/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index dd1156fbaefb..a67998ca9c46 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateGrey; + border-top: 1px solid MediumOrchid; } nav { - background: DarkSlateGrey; + background: MediumOrchid; display: flex; align-items: center; padding: 0 0.5rem; From e994b6b483406b66deca1e8abf0d8742d57abc9e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 24 Mar 2022 08:58:20 +0000 Subject: [PATCH 0272/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index a67998ca9c46..e998dc1afbfd 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumOrchid; + border-top: 1px solid Cyan; } nav { - background: MediumOrchid; + background: Cyan; display: flex; align-items: center; padding: 0 0.5rem; From ce09fb54747ea1ce1fb161940c562b5152700dd6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 24 Mar 2022 11:13:18 +0000 Subject: [PATCH 0273/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index e998dc1afbfd..95b0c9b012ff 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Cyan; + border-top: 1px solid DimGray; } nav { - background: Cyan; + background: DimGray; display: flex; align-items: center; padding: 0 0.5rem; From ef6006003f2fe1b82d54cb84d3372da7235aa172 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 24 Mar 2022 14:13:17 +0000 Subject: [PATCH 0274/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 95b0c9b012ff..46aa99fbd145 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DimGray; + border-top: 1px solid DarkGoldenRod; } nav { - background: DimGray; + background: DarkGoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From f259b1dbf231b0bd00b1186fdfff78d6e59625f5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 24 Mar 2022 15:43:18 +0000 Subject: [PATCH 0275/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 46aa99fbd145..dd1156fbaefb 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGoldenRod; + border-top: 1px solid DarkSlateGrey; } nav { - background: DarkGoldenRod; + background: DarkSlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From f64520da51cfbcdf6ff146b232bf731a477ec113 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 24 Mar 2022 16:28:17 +0000 Subject: [PATCH 0276/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index dd1156fbaefb..09d17be28fcf 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateGrey; + border-top: 1px solid Chartreuse; } nav { - background: DarkSlateGrey; + background: Chartreuse; display: flex; align-items: center; padding: 0 0.5rem; From 72e70089a37519383e388e9018f9d87470d4d3a4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 24 Mar 2022 17:13:18 +0000 Subject: [PATCH 0277/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 09d17be28fcf..7e2c71043980 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Chartreuse; + border-top: 1px solid OliveDrab; } nav { - background: Chartreuse; + background: OliveDrab; display: flex; align-items: center; padding: 0 0.5rem; From b67fe9a0d05c98cabe1e95a0297ba64feea273c6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 24 Mar 2022 18:43:17 +0000 Subject: [PATCH 0278/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 7e2c71043980..50a979314f9f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OliveDrab; + border-top: 1px solid LightSeaGreen; } nav { - background: OliveDrab; + background: LightSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From 1f32d8b31b4c340613bcf592d8a2946912037da6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 24 Mar 2022 21:53:18 +0000 Subject: [PATCH 0279/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 50a979314f9f..b666cf7876b7 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSeaGreen; + border-top: 1px solid Crimson; } nav { - background: LightSeaGreen; + background: Crimson; display: flex; align-items: center; padding: 0 0.5rem; From c21719c1017d0981462b39bd5332f877d66b6204 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 24 Mar 2022 22:38:17 +0000 Subject: [PATCH 0280/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index b666cf7876b7..9b225c303ed7 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Crimson; + border-top: 1px solid CornflowerBlue; } nav { - background: Crimson; + background: CornflowerBlue; display: flex; align-items: center; padding: 0 0.5rem; From a2b385afb3e80394586c58d405f5c709ecebb752 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 25 Mar 2022 00:53:18 +0000 Subject: [PATCH 0281/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 9b225c303ed7..857ab72fccc2 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid CornflowerBlue; + border-top: 1px solid LightGoldenRodYellow; } nav { - background: CornflowerBlue; + background: LightGoldenRodYellow; display: flex; align-items: center; padding: 0 0.5rem; From d23144f879d357413abd644cc6c3a0dda5785c1f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 25 Mar 2022 01:38:17 +0000 Subject: [PATCH 0282/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 857ab72fccc2..d45f2f580eae 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGoldenRodYellow; + border-top: 1px solid LightGray; } nav { - background: LightGoldenRodYellow; + background: LightGray; display: flex; align-items: center; padding: 0 0.5rem; From ee109076b98cc29a141e8bdbe1586a7545ea3caa Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 25 Mar 2022 02:23:18 +0000 Subject: [PATCH 0283/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d45f2f580eae..64214c2d85c0 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGray; + border-top: 1px solid LightGreen; } nav { - background: LightGray; + background: LightGreen; display: flex; align-items: center; padding: 0 0.5rem; From d4814f5bd2298e7296839fc2495022535dd36de7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 25 Mar 2022 03:53:18 +0000 Subject: [PATCH 0284/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 64214c2d85c0..19e1abc1037e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGreen; + border-top: 1px solid PaleGreen; } nav { - background: LightGreen; + background: PaleGreen; display: flex; align-items: center; padding: 0 0.5rem; From 6fb64bf9cbca1eacc22a63f6a88d681a21e5440e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 25 Mar 2022 06:08:18 +0000 Subject: [PATCH 0285/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 19e1abc1037e..6da11d3d6276 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleGreen; + border-top: 1px solid DarkOliveGreen; } nav { - background: PaleGreen; + background: DarkOliveGreen; display: flex; align-items: center; padding: 0 0.5rem; From 033455886a1c00142ce8e9583c47f4524b7deba4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 25 Mar 2022 11:23:18 +0000 Subject: [PATCH 0286/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 6da11d3d6276..b5abec4e62df 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOliveGreen; + border-top: 1px solid Chocolate; } nav { - background: DarkOliveGreen; + background: Chocolate; display: flex; align-items: center; padding: 0 0.5rem; From b44515aa6e6f2f36f915131b1de36dbf8a824995 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 25 Mar 2022 13:38:17 +0000 Subject: [PATCH 0287/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index b5abec4e62df..3bd9c6e87f30 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Chocolate; + border-top: 1px solid LightBlue; } nav { - background: Chocolate; + background: LightBlue; display: flex; align-items: center; padding: 0 0.5rem; From 6bbd2b91224eaed74655aad18fba20135ff0d852 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 25 Mar 2022 14:23:18 +0000 Subject: [PATCH 0288/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3bd9c6e87f30..3723989cd0af 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightBlue; + border-top: 1px solid Aqua; } nav { - background: LightBlue; + background: Aqua; display: flex; align-items: center; padding: 0 0.5rem; From 3cb90f1bfac5adce8c99c0db1758ddfbaae72942 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 25 Mar 2022 15:53:19 +0000 Subject: [PATCH 0289/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3723989cd0af..bad8db91c557 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Aqua; + border-top: 1px solid CadetBlue; } nav { - background: Aqua; + background: CadetBlue; display: flex; align-items: center; padding: 0 0.5rem; From bcc845f442e805542814e87370e4b05f9c8bdbf0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 25 Mar 2022 21:08:17 +0000 Subject: [PATCH 0290/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index bad8db91c557..9897bbddf092 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid CadetBlue; + border-top: 1px solid LightPink; } nav { - background: CadetBlue; + background: LightPink; display: flex; align-items: center; padding: 0 0.5rem; From 28306fab985481d32af1d8e60387cffd9d860f4e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 26 Mar 2022 00:08:18 +0000 Subject: [PATCH 0291/3185] KPT-24: Update background color to Grey --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 9897bbddf092..343dde4387ae 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightPink; + border-top: 1px solid Grey; } nav { - background: LightPink; + background: Grey; display: flex; align-items: center; padding: 0 0.5rem; From bc28e40267fa4b7f089f30e718ec3ff36f1b07fe Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 26 Mar 2022 00:53:17 +0000 Subject: [PATCH 0292/3185] KPT-22: Modals with Indigo accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 343dde4387ae..9db6466b4d55 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Grey; + border-top: 1px solid Indigo; } nav { - background: Grey; + background: Indigo; display: flex; align-items: center; padding: 0 0.5rem; From f9acfd0e851280e0ed2b796e41c47851093da545 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 26 Mar 2022 01:38:18 +0000 Subject: [PATCH 0293/3185] KPT-22: Modals with DeepSkyBlue accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 9db6466b4d55..014c40a7a430 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Indigo; + border-top: 1px solid DeepSkyBlue; } nav { - background: Indigo; + background: DeepSkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From bb16c1ff28227286134b917f2bee3339449efe25 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 26 Mar 2022 02:23:18 +0000 Subject: [PATCH 0294/3185] KPT-22: Modals with DimGray accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 014c40a7a430..95b0c9b012ff 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DeepSkyBlue; + border-top: 1px solid DimGray; } nav { - background: DeepSkyBlue; + background: DimGray; display: flex; align-items: center; padding: 0 0.5rem; From 1d9d3843122a0bc82982804d7cbf5f18775e397a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 26 Mar 2022 03:08:17 +0000 Subject: [PATCH 0295/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 95b0c9b012ff..b5749b217055 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DimGray; + border-top: 1px solid Orchid; } nav { - background: DimGray; + background: Orchid; display: flex; align-items: center; padding: 0 0.5rem; From 74f1e0e049ca8185768aaba17eac6df904857286 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 26 Mar 2022 04:38:18 +0000 Subject: [PATCH 0296/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index b5749b217055..136dba7818fc 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Orchid; + border-top: 1px solid SaddleBrown; } nav { - background: Orchid; + background: SaddleBrown; display: flex; align-items: center; padding: 0 0.5rem; From cfa468dce46b83d6788c4b506c7c165da4d9dc82 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 26 Mar 2022 09:08:17 +0000 Subject: [PATCH 0297/3185] KPT-24: Update background color to Moccasin --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 136dba7818fc..d932ecdd7d93 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SaddleBrown; + border-top: 1px solid Moccasin; } nav { - background: SaddleBrown; + background: Moccasin; display: flex; align-items: center; padding: 0 0.5rem; From e28a93f58bfce29071ffa56bbd5d58b50b257c5f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 26 Mar 2022 10:38:18 +0000 Subject: [PATCH 0298/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d932ecdd7d93..ebdf63f280df 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Moccasin; + border-top: 1px solid White; } nav { - background: Moccasin; + background: White; display: flex; align-items: center; padding: 0 0.5rem; From ded8fc745fe2de43123af4c62fa5c405d8ecd349 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 26 Mar 2022 15:08:18 +0000 Subject: [PATCH 0299/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ebdf63f280df..3fc956c8bef1 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid White; + border-top: 1px solid Khaki; } nav { - background: White; + background: Khaki; display: flex; align-items: center; padding: 0 0.5rem; From f60c84eef55c455ab5378f41f1862f7fd72918d2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 26 Mar 2022 16:38:17 +0000 Subject: [PATCH 0300/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3fc956c8bef1..3bec89149c2c 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Khaki; + border-top: 1px solid Peru; } nav { - background: Khaki; + background: Peru; display: flex; align-items: center; padding: 0 0.5rem; From a2e3d804b7b532bc3804201fa7071807d5de028c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 26 Mar 2022 18:53:21 +0000 Subject: [PATCH 0301/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3bec89149c2c..2a24e48a33d3 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Peru; + border-top: 1px solid Green; } nav { - background: Peru; + background: Green; display: flex; align-items: center; padding: 0 0.5rem; From 40b4ca7b2753bd6c2be0f5f58c203ad9dbe40c5b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 26 Mar 2022 19:38:18 +0000 Subject: [PATCH 0302/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 2a24e48a33d3..e8872e3ed333 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Green; + border-top: 1px solid Black; } nav { - background: Green; + background: Black; display: flex; align-items: center; padding: 0 0.5rem; From df12831c30e881be109074ee1ac632503e86152c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 26 Mar 2022 21:08:18 +0000 Subject: [PATCH 0303/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index e8872e3ed333..63b3b490fb00 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Black; + border-top: 1px solid MediumVioletRed; } nav { - background: Black; + background: MediumVioletRed; display: flex; align-items: center; padding: 0 0.5rem; From 481af8d71438e71f64a5c4e7246820dd0ba51abb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 26 Mar 2022 22:38:17 +0000 Subject: [PATCH 0304/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 63b3b490fb00..6550fb674240 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumVioletRed; + border-top: 1px solid SandyBrown; } nav { - background: MediumVioletRed; + background: SandyBrown; display: flex; align-items: center; padding: 0 0.5rem; From 5c72cbef0e45da20111ab49244fd2e613c8d941b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 27 Mar 2022 01:38:18 +0000 Subject: [PATCH 0305/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 6550fb674240..136dba7818fc 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SandyBrown; + border-top: 1px solid SaddleBrown; } nav { - background: SandyBrown; + background: SaddleBrown; display: flex; align-items: center; padding: 0 0.5rem; From 3133c533efffe536fd528805f887ac8e5e464c99 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 27 Mar 2022 04:38:17 +0000 Subject: [PATCH 0306/3185] KPT-22: Modals with MediumSpringGreen accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 136dba7818fc..ac69cd686a82 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SaddleBrown; + border-top: 1px solid MediumSpringGreen; } nav { - background: SaddleBrown; + background: MediumSpringGreen; display: flex; align-items: center; padding: 0 0.5rem; From e49a023c023d8adb7daa5484bd0628475be637c6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 27 Mar 2022 10:38:17 +0000 Subject: [PATCH 0307/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ac69cd686a82..dd1156fbaefb 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSpringGreen; + border-top: 1px solid DarkSlateGrey; } nav { - background: MediumSpringGreen; + background: DarkSlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From 6053559b9d37844e9de455aa08dea8fff71e20e3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 27 Mar 2022 14:23:18 +0000 Subject: [PATCH 0308/3185] KPT-22: Modals with RosyBrown accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index dd1156fbaefb..3c53fdbf3bd7 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateGrey; + border-top: 1px solid RosyBrown; } nav { - background: DarkSlateGrey; + background: RosyBrown; display: flex; align-items: center; padding: 0 0.5rem; From bac9fc1b8f38dade0eb51c2765102eb20b965dc6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 27 Mar 2022 21:08:17 +0000 Subject: [PATCH 0309/3185] KPT-22: Modals with DimGrey accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3c53fdbf3bd7..d3ffb8ea4363 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RosyBrown; + border-top: 1px solid DimGrey; } nav { - background: RosyBrown; + background: DimGrey; display: flex; align-items: center; padding: 0 0.5rem; From d8966ad19d8706bcc287a42a3bce7c8b431b75c9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 27 Mar 2022 23:23:19 +0000 Subject: [PATCH 0310/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d3ffb8ea4363..857ab72fccc2 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DimGrey; + border-top: 1px solid LightGoldenRodYellow; } nav { - background: DimGrey; + background: LightGoldenRodYellow; display: flex; align-items: center; padding: 0 0.5rem; From a56e48ee376eb8497ba080dcc3748d1cc0cc6d97 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 28 Mar 2022 00:08:17 +0000 Subject: [PATCH 0311/3185] KPT-24: Update background color to Khaki --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 857ab72fccc2..3fc956c8bef1 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGoldenRodYellow; + border-top: 1px solid Khaki; } nav { - background: LightGoldenRodYellow; + background: Khaki; display: flex; align-items: center; padding: 0 0.5rem; From 84479bd11d9ebd164fb84410d6cc9ff5d4986a11 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 28 Mar 2022 02:23:17 +0000 Subject: [PATCH 0312/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3fc956c8bef1..19e1abc1037e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Khaki; + border-top: 1px solid PaleGreen; } nav { - background: Khaki; + background: PaleGreen; display: flex; align-items: center; padding: 0 0.5rem; From 871e1a344a3b78961f9b4a684a7db1d28195a823 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 28 Mar 2022 08:23:18 +0000 Subject: [PATCH 0313/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 19e1abc1037e..1b8c7acecc59 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleGreen; + border-top: 1px solid LightYellow; } nav { - background: PaleGreen; + background: LightYellow; display: flex; align-items: center; padding: 0 0.5rem; From 993ea987fee45066d435c3c573708f66d8d84605 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 28 Mar 2022 10:38:17 +0000 Subject: [PATCH 0314/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 1b8c7acecc59..9cb4c6084104 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightYellow; + border-top: 1px solid DarkBlue; } nav { - background: LightYellow; + background: DarkBlue; display: flex; align-items: center; padding: 0 0.5rem; From ac714f7af42aa4a199482a38755cce1ffbc3da55 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 28 Mar 2022 16:38:21 +0000 Subject: [PATCH 0315/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 9cb4c6084104..e8872e3ed333 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkBlue; + border-top: 1px solid Black; } nav { - background: DarkBlue; + background: Black; display: flex; align-items: center; padding: 0 0.5rem; From 75fb4ee63ad335b9acd4a9df24e97a7148297881 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 28 Mar 2022 21:53:18 +0000 Subject: [PATCH 0316/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index e8872e3ed333..7eedbaa75afb 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Black; + border-top: 1px solid Gray; } nav { - background: Black; + background: Gray; display: flex; align-items: center; padding: 0 0.5rem; From afe30a3bcac003bbc7cbb673730185ca720aa861 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 28 Mar 2022 23:23:19 +0000 Subject: [PATCH 0317/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 7eedbaa75afb..6550fb674240 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gray; + border-top: 1px solid SandyBrown; } nav { - background: Gray; + background: SandyBrown; display: flex; align-items: center; padding: 0 0.5rem; From 74e1af6abf3f7337b253eac83d1580583171df66 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 29 Mar 2022 16:38:18 +0000 Subject: [PATCH 0318/3185] KPT-22: Modals with SeaGreen accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 6550fb674240..7a8231a1d628 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SandyBrown; + border-top: 1px solid SeaGreen; } nav { - background: SandyBrown; + background: SeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From d318dbe65fba56ad37352d9feedcf275646bbd31 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 29 Mar 2022 18:53:18 +0000 Subject: [PATCH 0319/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 7a8231a1d628..0053969b5ecf 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SeaGreen; + border-top: 1px solid WhiteSmoke; } nav { - background: SeaGreen; + background: WhiteSmoke; display: flex; align-items: center; padding: 0 0.5rem; From f1d7d7438f05d43aa1dfdcd69781bbb5f7a40264 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 29 Mar 2022 22:38:17 +0000 Subject: [PATCH 0320/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 0053969b5ecf..2b6378f009d4 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid WhiteSmoke; + border-top: 1px solid DarkTurquoise; } nav { - background: WhiteSmoke; + background: DarkTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From d11c958fb359f4939c9a84a125c02f99c1fd4619 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 30 Mar 2022 03:08:17 +0000 Subject: [PATCH 0321/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 2b6378f009d4..6675fdc2e211 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkTurquoise; + border-top: 1px solid Tomato; } nav { - background: DarkTurquoise; + background: Tomato; display: flex; align-items: center; padding: 0 0.5rem; From a48d9052872dc726c138da5c878fb78584d1ff60 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 30 Mar 2022 06:08:18 +0000 Subject: [PATCH 0322/3185] KPT-22: Modals with DarkGrey accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 6675fdc2e211..7265cc2310f6 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Tomato; + border-top: 1px solid DarkGrey; } nav { - background: Tomato; + background: DarkGrey; display: flex; align-items: center; padding: 0 0.5rem; From ceecdc5a7256f3971ea6f5e4fe50df4188370196 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 30 Mar 2022 09:08:18 +0000 Subject: [PATCH 0323/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 7265cc2310f6..ec5e8acbe367 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGrey; + border-top: 1px solid RoyalBlue; } nav { - background: DarkGrey; + background: RoyalBlue; display: flex; align-items: center; padding: 0 0.5rem; From a2ad503095e36723c67bbf804d8c7a91a25505a0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 30 Mar 2022 12:08:17 +0000 Subject: [PATCH 0324/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ec5e8acbe367..bad8db91c557 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RoyalBlue; + border-top: 1px solid CadetBlue; } nav { - background: RoyalBlue; + background: CadetBlue; display: flex; align-items: center; padding: 0 0.5rem; From a8d0a5d9e78bd9a1b07b7ad6bec763460814a724 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 30 Mar 2022 15:08:20 +0000 Subject: [PATCH 0325/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index bad8db91c557..0228fd3891c6 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid CadetBlue; + border-top: 1px solid Plum; } nav { - background: CadetBlue; + background: Plum; display: flex; align-items: center; padding: 0 0.5rem; From 48af9b2060b813b374cf9923dae1ef75723b456e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 30 Mar 2022 16:38:18 +0000 Subject: [PATCH 0326/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 0228fd3891c6..343dde4387ae 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Plum; + border-top: 1px solid Grey; } nav { - background: Plum; + background: Grey; display: flex; align-items: center; padding: 0 0.5rem; From 4aa6169300ed87daa2270743e9fe2c44acf75d1e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 30 Mar 2022 21:53:17 +0000 Subject: [PATCH 0327/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 343dde4387ae..bb2f114b139e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Grey; + border-top: 1px solid LightSlateGrey; } nav { - background: Grey; + background: LightSlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From 355f1cce5c8fdf5283318e374bbbe8938f36dd01 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 31 Mar 2022 02:23:18 +0000 Subject: [PATCH 0328/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index bb2f114b139e..53c6d3eeeb62 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSlateGrey; + border-top: 1px solid GoldenRod; } nav { - background: LightSlateGrey; + background: GoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From 1214348a12c761856b5977d4207a50ac46354c66 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 31 Mar 2022 03:08:17 +0000 Subject: [PATCH 0329/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 53c6d3eeeb62..affcc732e93e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GoldenRod; + border-top: 1px solid Pink; } nav { - background: GoldenRod; + background: Pink; display: flex; align-items: center; padding: 0 0.5rem; From 7feb4f9681745cc33682e7ca9091051778007e25 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 31 Mar 2022 05:23:21 +0000 Subject: [PATCH 0330/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index affcc732e93e..b666cf7876b7 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Pink; + border-top: 1px solid Crimson; } nav { - background: Pink; + background: Crimson; display: flex; align-items: center; padding: 0 0.5rem; From 0828df21ea06d56469856bddc8d68d5fb4c6d575 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 31 Mar 2022 07:38:17 +0000 Subject: [PATCH 0331/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index b666cf7876b7..ce75e3b066c0 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Crimson; + border-top: 1px solid Olive; } nav { - background: Crimson; + background: Olive; display: flex; align-items: center; padding: 0 0.5rem; From 7604616bc08fa57d4a1cfdf872fff8a123a513fe Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 31 Mar 2022 08:23:18 +0000 Subject: [PATCH 0332/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ce75e3b066c0..266d9435f640 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Olive; + border-top: 1px solid Orange; } nav { - background: Olive; + background: Orange; display: flex; align-items: center; padding: 0 0.5rem; From fc1fb79640154396331d1a77567e0998d2efeaee Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 31 Mar 2022 12:53:17 +0000 Subject: [PATCH 0333/3185] KPT-24: Update background color to Brown --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 266d9435f640..01d9c09e8bbb 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Orange; + border-top: 1px solid Brown; } nav { - background: Orange; + background: Brown; display: flex; align-items: center; padding: 0 0.5rem; From 06f1bb8781455cb8ea54297741ca247d264aecad Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 31 Mar 2022 18:08:18 +0000 Subject: [PATCH 0334/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 01d9c09e8bbb..67e0111f647f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Brown; + border-top: 1px solid Coral; } nav { - background: Brown; + background: Coral; display: flex; align-items: center; padding: 0 0.5rem; From 68233c47f20563923970bb5f0c441ef830aac51e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 31 Mar 2022 19:38:17 +0000 Subject: [PATCH 0335/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 67e0111f647f..abc9bac5eca7 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Coral; + border-top: 1px solid Blue; } nav { - background: Coral; + background: Blue; display: flex; align-items: center; padding: 0 0.5rem; From 1a1104d7f06ed54d9297c36e0ce9dcd42ec12632 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 31 Mar 2022 20:23:22 +0000 Subject: [PATCH 0336/3185] KPT-22: Modals with DodgerBlue accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index abc9bac5eca7..9cc806b0b915 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Blue; + border-top: 1px solid DodgerBlue; } nav { - background: Blue; + background: DodgerBlue; display: flex; align-items: center; padding: 0 0.5rem; From 222a223c83ea67304b9997ad0d8bc1f4af90a31e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 31 Mar 2022 21:53:17 +0000 Subject: [PATCH 0337/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 9cc806b0b915..bb2f114b139e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DodgerBlue; + border-top: 1px solid LightSlateGrey; } nav { - background: DodgerBlue; + background: LightSlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From 82f53ee4fd67cc5d812f0aeb8383fed37e5c3d3f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 1 Apr 2022 01:38:18 +0000 Subject: [PATCH 0338/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index bb2f114b139e..cec3a64bc51b 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSlateGrey; + border-top: 1px solid DarkMagenta; } nav { - background: LightSlateGrey; + background: DarkMagenta; display: flex; align-items: center; padding: 0 0.5rem; From 04023d4df39fe9a594ac05a255ca02bb00c015c4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 1 Apr 2022 03:08:17 +0000 Subject: [PATCH 0339/3185] KPT-24: Update background color to Beige --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index cec3a64bc51b..228291e36290 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkMagenta; + border-top: 1px solid Beige; } nav { - background: DarkMagenta; + background: Beige; display: flex; align-items: center; padding: 0 0.5rem; From c262d648152b7bb4a3df0c42af7e07bfcafb7b8e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 1 Apr 2022 06:08:17 +0000 Subject: [PATCH 0340/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 228291e36290..67e0111f647f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Beige; + border-top: 1px solid Coral; } nav { - background: Beige; + background: Coral; display: flex; align-items: center; padding: 0 0.5rem; From 2f7d5598a6b3e8ed9bfb590598261e1298aacd23 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 1 Apr 2022 07:38:18 +0000 Subject: [PATCH 0341/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 67e0111f647f..c9027d922244 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Coral; + border-top: 1px solid OldLace; } nav { - background: Coral; + background: OldLace; display: flex; align-items: center; padding: 0 0.5rem; From 33ac2ae95d18fc02db3dba37ffe7b249f33b70e5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 1 Apr 2022 09:53:18 +0000 Subject: [PATCH 0342/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index c9027d922244..4c78b363845c 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OldLace; + border-top: 1px solid ForestGreen; } nav { - background: OldLace; + background: ForestGreen; display: flex; align-items: center; padding: 0 0.5rem; From 516ec2761aeebf8a1d5b91b4d40649f3c920ec13 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 1 Apr 2022 10:38:18 +0000 Subject: [PATCH 0343/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4c78b363845c..6ed2eb8a42df 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid ForestGreen; + border-top: 1px solid Turquoise; } nav { - background: ForestGreen; + background: Turquoise; display: flex; align-items: center; padding: 0 0.5rem; From 7552cf3a79499fd0498a249279b5165412a14db7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 1 Apr 2022 12:08:18 +0000 Subject: [PATCH 0344/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 6ed2eb8a42df..c5466bcfd359 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Turquoise; + border-top: 1px solid Teal; } nav { - background: Turquoise; + background: Teal; display: flex; align-items: center; padding: 0 0.5rem; From ebb32d40b524cabb8992ba9b8f3076256c3db6b2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 1 Apr 2022 12:53:18 +0000 Subject: [PATCH 0345/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index c5466bcfd359..857ab72fccc2 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Teal; + border-top: 1px solid LightGoldenRodYellow; } nav { - background: Teal; + background: LightGoldenRodYellow; display: flex; align-items: center; padding: 0 0.5rem; From 780414de41ecfcb5dd6b809794833eb9d5982817 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 1 Apr 2022 20:23:18 +0000 Subject: [PATCH 0346/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 857ab72fccc2..c9027d922244 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGoldenRodYellow; + border-top: 1px solid OldLace; } nav { - background: LightGoldenRodYellow; + background: OldLace; display: flex; align-items: center; padding: 0 0.5rem; From 0132851253b2f71506d43d10f2ec1529ce17ff4a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 2 Apr 2022 07:38:18 +0000 Subject: [PATCH 0347/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index c9027d922244..4cb33c38cec8 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OldLace; + border-top: 1px solid DarkSalmon; } nav { - background: OldLace; + background: DarkSalmon; display: flex; align-items: center; padding: 0 0.5rem; From 786e74bb7ee5838d86ff40eaefccac5d0a6638d0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 2 Apr 2022 21:53:17 +0000 Subject: [PATCH 0348/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4cb33c38cec8..3b0ac193bf44 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSalmon; + border-top: 1px solid Aquamarine; } nav { - background: DarkSalmon; + background: Aquamarine; display: flex; align-items: center; padding: 0 0.5rem; From b304f51260281cc1071754282def815cde1c7bbf Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 2 Apr 2022 23:23:17 +0000 Subject: [PATCH 0349/3185] KPT-24: Update background color to DarkSlateBlue --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3b0ac193bf44..453cdaa8fe58 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Aquamarine; + border-top: 1px solid DarkSlateBlue; } nav { - background: Aquamarine; + background: DarkSlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From 6781c21c98fe3543d3a9d8569890d8af8bf29d4d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 3 Apr 2022 03:53:22 +0000 Subject: [PATCH 0350/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 453cdaa8fe58..3bec89149c2c 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateBlue; + border-top: 1px solid Peru; } nav { - background: DarkSlateBlue; + background: Peru; display: flex; align-items: center; padding: 0 0.5rem; From 9064f64d11978a8e8117f4a7c78083f23983b608 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 3 Apr 2022 06:08:18 +0000 Subject: [PATCH 0351/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3bec89149c2c..1b8c7acecc59 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Peru; + border-top: 1px solid LightYellow; } nav { - background: Peru; + background: LightYellow; display: flex; align-items: center; padding: 0 0.5rem; From b0e67b30442920f2b276572318967efa4265f083 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 3 Apr 2022 09:53:18 +0000 Subject: [PATCH 0352/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 1b8c7acecc59..97c9a503bf56 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightYellow; + border-top: 1px solid Lime; } nav { - background: LightYellow; + background: Lime; display: flex; align-items: center; padding: 0 0.5rem; From c2b491a2669bd2a3d8c750113949400b4596f5d0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 3 Apr 2022 18:53:22 +0000 Subject: [PATCH 0353/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 97c9a503bf56..14bdb415526f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Lime; + border-top: 1px solid DarkGreen; } nav { - background: Lime; + background: DarkGreen; display: flex; align-items: center; padding: 0 0.5rem; From 5da57b2e3b810d71e810f1da2727228b516b719c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 3 Apr 2022 21:08:17 +0000 Subject: [PATCH 0354/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 14bdb415526f..372b1a31ed97 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGreen; + border-top: 1px solid LightGrey; } nav { - background: DarkGreen; + background: LightGrey; display: flex; align-items: center; padding: 0 0.5rem; From 2670d4076f51678884cbb56df056131c83e511db Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 4 Apr 2022 00:47:46 +0000 Subject: [PATCH 0355/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 372b1a31ed97..77bfaa9f6042 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGrey; + border-top: 1px solid MediumSeaGreen; } nav { - background: LightGrey; + background: MediumSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From 5a1c9b4cd725400316ca86c7359a1809dbb825a4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 4 Apr 2022 01:32:46 +0000 Subject: [PATCH 0356/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 77bfaa9f6042..95b0c9b012ff 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSeaGreen; + border-top: 1px solid DimGray; } nav { - background: MediumSeaGreen; + background: DimGray; display: flex; align-items: center; padding: 0 0.5rem; From 6c33d639a3152cfa9ea119637bc1078831e0c9e2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 4 Apr 2022 15:47:46 +0000 Subject: [PATCH 0357/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 95b0c9b012ff..6fb1f0957aea 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DimGray; + border-top: 1px solid SpringGreen; } nav { - background: DimGray; + background: SpringGreen; display: flex; align-items: center; padding: 0 0.5rem; From b9f619bf88744e864cb70a06e4a060f3d409fb3a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 4 Apr 2022 19:32:46 +0000 Subject: [PATCH 0358/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 6fb1f0957aea..5d4492574dd1 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SpringGreen; + border-top: 1px solid MintCream; } nav { - background: SpringGreen; + background: MintCream; display: flex; align-items: center; padding: 0 0.5rem; From 9e2e4aa911ae299f777affc7f04ac9d7e52be685 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 4 Apr 2022 19:38:08 +0000 Subject: [PATCH 0359/3185] KPT-24: Update background color to Moccasin --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 5d4492574dd1..d932ecdd7d93 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MintCream; + border-top: 1px solid Moccasin; } nav { - background: MintCream; + background: Moccasin; display: flex; align-items: center; padding: 0 0.5rem; From e5baa72fa76be6c2f88493ab128e570d57ecc278 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 4 Apr 2022 19:38:47 +0000 Subject: [PATCH 0360/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d932ecdd7d93..f121aafd52c6 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Moccasin; + border-top: 1px solid SteelBlue; } nav { - background: Moccasin; + background: SteelBlue; display: flex; align-items: center; padding: 0 0.5rem; From 9bd2b30f3b482e41c18e77e5cfe98b8999f22c18 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 5 Apr 2022 00:02:47 +0000 Subject: [PATCH 0361/3185] KPT-24: Update background color to PeachPuff --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index f121aafd52c6..b3ffebd1503f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SteelBlue; + border-top: 1px solid PeachPuff; } nav { - background: SteelBlue; + background: PeachPuff; display: flex; align-items: center; padding: 0 0.5rem; From 8c27d4749c74b24bf75e6e289f6fa7634c5befb1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 5 Apr 2022 03:02:46 +0000 Subject: [PATCH 0362/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index b3ffebd1503f..856552dcb2f0 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PeachPuff; + border-top: 1px solid DarkSeaGreen; } nav { - background: PeachPuff; + background: DarkSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From 287a75b7edb618b84f165bd9c69e234b3b690584 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 5 Apr 2022 04:32:45 +0000 Subject: [PATCH 0363/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 856552dcb2f0..5b6feda18165 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSeaGreen; + border-top: 1px solid Red; } nav { - background: DarkSeaGreen; + background: Red; display: flex; align-items: center; padding: 0 0.5rem; From 04003a69384626c5d9b63ea3f058768a96ec9d84 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 5 Apr 2022 08:17:45 +0000 Subject: [PATCH 0364/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 5b6feda18165..b666cf7876b7 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Red; + border-top: 1px solid Crimson; } nav { - background: Red; + background: Crimson; display: flex; align-items: center; padding: 0 0.5rem; From 77a0c6552862cd64e6588356ce8fa409855ad0bc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 5 Apr 2022 13:32:45 +0000 Subject: [PATCH 0365/3185] KPT-22: Modals with DarkGreen accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index b666cf7876b7..14bdb415526f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Crimson; + border-top: 1px solid DarkGreen; } nav { - background: Crimson; + background: DarkGreen; display: flex; align-items: center; padding: 0 0.5rem; From a297cef843f03af8e7730b17e694fda76da86eab Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 5 Apr 2022 15:02:45 +0000 Subject: [PATCH 0366/3185] KPT-22: Modals with Orchid accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 14bdb415526f..b5749b217055 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGreen; + border-top: 1px solid Orchid; } nav { - background: DarkGreen; + background: Orchid; display: flex; align-items: center; padding: 0 0.5rem; From 59cd525443b6d30f3ef69328243bd529e77dd3bf Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 5 Apr 2022 18:47:47 +0000 Subject: [PATCH 0367/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index b5749b217055..9897bbddf092 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Orchid; + border-top: 1px solid LightPink; } nav { - background: Orchid; + background: LightPink; display: flex; align-items: center; padding: 0 0.5rem; From 417bab5ccde43d1f01b964fc4069e18a235f7a58 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 5 Apr 2022 21:47:45 +0000 Subject: [PATCH 0368/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 9897bbddf092..4cb33c38cec8 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightPink; + border-top: 1px solid DarkSalmon; } nav { - background: LightPink; + background: DarkSalmon; display: flex; align-items: center; padding: 0 0.5rem; From 5c75b88f4e2ebb433eda0b89add3487130dd2d00 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 6 Apr 2022 00:47:46 +0000 Subject: [PATCH 0369/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4cb33c38cec8..4157a06c1b2b 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSalmon; + border-top: 1px solid LawnGreen; } nav { - background: DarkSalmon; + background: LawnGreen; display: flex; align-items: center; padding: 0 0.5rem; From 298aac2e483b3072a1ad8182623a0c9d1f9999cb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 6 Apr 2022 02:17:45 +0000 Subject: [PATCH 0370/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4157a06c1b2b..6550fb674240 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LawnGreen; + border-top: 1px solid SandyBrown; } nav { - background: LawnGreen; + background: SandyBrown; display: flex; align-items: center; padding: 0 0.5rem; From 774c200a99968c82040afdec2981c1d655f1ea0a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 6 Apr 2022 03:02:46 +0000 Subject: [PATCH 0371/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 6550fb674240..d61efedec6bb 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SandyBrown; + border-top: 1px solid DarkKhaki; } nav { - background: SandyBrown; + background: DarkKhaki; display: flex; align-items: center; padding: 0 0.5rem; From 69144c1b110d2ddc1b62a346efbd9dca71267745 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 6 Apr 2022 07:32:45 +0000 Subject: [PATCH 0372/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d61efedec6bb..d932ecdd7d93 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkKhaki; + border-top: 1px solid Moccasin; } nav { - background: DarkKhaki; + background: Moccasin; display: flex; align-items: center; padding: 0 0.5rem; From a71e801add98e5136d75afd8265a7ae173084c6c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 6 Apr 2022 08:17:46 +0000 Subject: [PATCH 0373/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d932ecdd7d93..d7031fe0709d 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Moccasin; + border-top: 1px solid HotPink; } nav { - background: Moccasin; + background: HotPink; display: flex; align-items: center; padding: 0 0.5rem; From eaac1a16655b60c170bce07d38452aeb5d012130 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 6 Apr 2022 14:17:46 +0000 Subject: [PATCH 0374/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d7031fe0709d..abc9bac5eca7 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid HotPink; + border-top: 1px solid Blue; } nav { - background: HotPink; + background: Blue; display: flex; align-items: center; padding: 0 0.5rem; From ef2746e0a9d0b8de6b05321d8324046ffea19f41 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 6 Apr 2022 15:47:46 +0000 Subject: [PATCH 0375/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index abc9bac5eca7..8bc1be7e263d 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Blue; + border-top: 1px solid LightSalmon; } nav { - background: Blue; + background: LightSalmon; display: flex; align-items: center; padding: 0 0.5rem; From 3839b4e8662ede76f28eada3e952b6220ef0ea41 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 6 Apr 2022 21:47:45 +0000 Subject: [PATCH 0376/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 8bc1be7e263d..48f96fef5716 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSalmon; + border-top: 1px solid PaleVioletRed; } nav { - background: LightSalmon; + background: PaleVioletRed; display: flex; align-items: center; padding: 0 0.5rem; From 12503e4f830bdbf54f539e81bb4bf9464f7afd6e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 6 Apr 2022 23:17:46 +0000 Subject: [PATCH 0377/3185] KPT-22: Modals with DarkBlue accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 48f96fef5716..9cb4c6084104 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleVioletRed; + border-top: 1px solid DarkBlue; } nav { - background: PaleVioletRed; + background: DarkBlue; display: flex; align-items: center; padding: 0 0.5rem; From 04dbac82ef402d917bf408dd3f0051bdb1f59870 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 7 Apr 2022 00:47:47 +0000 Subject: [PATCH 0378/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 9cb4c6084104..38d8005718f8 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkBlue; + border-top: 1px solid YellowGreen; } nav { - background: DarkBlue; + background: YellowGreen; display: flex; align-items: center; padding: 0 0.5rem; From da8d2cf3cb5ea5e4448955cd5d8d9578107c6672 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 7 Apr 2022 04:32:46 +0000 Subject: [PATCH 0379/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 38d8005718f8..5bc7ef4eb78f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid YellowGreen; + border-top: 1px solid DarkOrange; } nav { - background: YellowGreen; + background: DarkOrange; display: flex; align-items: center; padding: 0 0.5rem; From 7419b60aa5cb2ce128b49f50db4ed5f11f0f5f79 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 7 Apr 2022 06:47:47 +0000 Subject: [PATCH 0380/3185] KPT-24: Update background color to Coral --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 5bc7ef4eb78f..67e0111f647f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOrange; + border-top: 1px solid Coral; } nav { - background: DarkOrange; + background: Coral; display: flex; align-items: center; padding: 0 0.5rem; From 136ed713899aa955551bf357e2bd8d981305a0c4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 7 Apr 2022 14:17:58 +0000 Subject: [PATCH 0381/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 67e0111f647f..a30b9cfca12e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Coral; + border-top: 1px solid PapayaWhip; } nav { - background: Coral; + background: PapayaWhip; display: flex; align-items: center; padding: 0 0.5rem; From d4d6ec2c5cad0032aca4f514ea4c0c1447d45581 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 7 Apr 2022 17:17:45 +0000 Subject: [PATCH 0382/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index a30b9cfca12e..ee766fd90860 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PapayaWhip; + border-top: 1px solid Gold; } nav { - background: PapayaWhip; + background: Gold; display: flex; align-items: center; padding: 0 0.5rem; From 2479d97f29202de22d3797fcbea7f783ff4b0f45 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 7 Apr 2022 20:17:45 +0000 Subject: [PATCH 0383/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ee766fd90860..ce75e3b066c0 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gold; + border-top: 1px solid Olive; } nav { - background: Gold; + background: Olive; display: flex; align-items: center; padding: 0 0.5rem; From 22c6f000692bdba508533fb532edb2850aaffed9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 8 Apr 2022 00:02:47 +0000 Subject: [PATCH 0384/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ce75e3b066c0..affcc732e93e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Olive; + border-top: 1px solid Pink; } nav { - background: Olive; + background: Pink; display: flex; align-items: center; padding: 0 0.5rem; From 15c0f74294e3f71396a8d45e9f1892f28c0dc424 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 8 Apr 2022 02:17:46 +0000 Subject: [PATCH 0385/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index affcc732e93e..7e2c71043980 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Pink; + border-top: 1px solid OliveDrab; } nav { - background: Pink; + background: OliveDrab; display: flex; align-items: center; padding: 0 0.5rem; From 6ce2b7b2e587cd7bf9e80d30cf864f987faa4757 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 8 Apr 2022 03:02:46 +0000 Subject: [PATCH 0386/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 7e2c71043980..abc9bac5eca7 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OliveDrab; + border-top: 1px solid Blue; } nav { - background: OliveDrab; + background: Blue; display: flex; align-items: center; padding: 0 0.5rem; From 0f88eb827abae620ca132233decf2db1ddc0ef95 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 8 Apr 2022 04:32:46 +0000 Subject: [PATCH 0387/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index abc9bac5eca7..7885b7716913 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Blue; + border-top: 1px solid MistyRose; } nav { - background: Blue; + background: MistyRose; display: flex; align-items: center; padding: 0 0.5rem; From 80e47f166e00aa4a4765514bf81b347b58321636 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 8 Apr 2022 06:02:45 +0000 Subject: [PATCH 0388/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 7885b7716913..5b6feda18165 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MistyRose; + border-top: 1px solid Red; } nav { - background: MistyRose; + background: Red; display: flex; align-items: center; padding: 0 0.5rem; From 5a5100b895f62e08fd32bb1abe1b6bf6a7a4aaff Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 8 Apr 2022 08:17:46 +0000 Subject: [PATCH 0389/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 5b6feda18165..a53a85ffbbae 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Red; + border-top: 1px solid AliceBlue; } nav { - background: Red; + background: AliceBlue; display: flex; align-items: center; padding: 0 0.5rem; From caa0f8f87eb0dc78d19e1090d1fa116e422aacd4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 8 Apr 2022 12:02:46 +0000 Subject: [PATCH 0390/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index a53a85ffbbae..37d380ba9c8b 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid AliceBlue; + border-top: 1px solid LavenderBlush; } nav { - background: AliceBlue; + background: LavenderBlush; display: flex; align-items: center; padding: 0 0.5rem; From 9ef9d1b4cd19488d5f1ac5f2cb23022a43ab15a9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 8 Apr 2022 16:32:59 +0000 Subject: [PATCH 0391/3185] KPT-22: Modals with Navy accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 37d380ba9c8b..31a327a93479 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LavenderBlush; + border-top: 1px solid Navy; } nav { - background: LavenderBlush; + background: Navy; display: flex; align-items: center; padding: 0 0.5rem; From cdc7025c8665623525a9e7643fd182638c628797 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 8 Apr 2022 19:32:46 +0000 Subject: [PATCH 0392/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 31a327a93479..c9027d922244 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Navy; + border-top: 1px solid OldLace; } nav { - background: Navy; + background: OldLace; display: flex; align-items: center; padding: 0 0.5rem; From a86ea2716679098ae2833b33d6519492622277a3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 8 Apr 2022 20:17:46 +0000 Subject: [PATCH 0393/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index c9027d922244..9db6466b4d55 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OldLace; + border-top: 1px solid Indigo; } nav { - background: OldLace; + background: Indigo; display: flex; align-items: center; padding: 0 0.5rem; From 4ff790feffbb64782225a36c5b7d10e19a2b8e66 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 8 Apr 2022 21:02:47 +0000 Subject: [PATCH 0394/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 9db6466b4d55..d3ffb8ea4363 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Indigo; + border-top: 1px solid DimGrey; } nav { - background: Indigo; + background: DimGrey; display: flex; align-items: center; padding: 0 0.5rem; From 20c9f4ff3387d81fe1e7ee2ed369ed1cd1802f50 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 9 Apr 2022 00:02:50 +0000 Subject: [PATCH 0395/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d3ffb8ea4363..3723989cd0af 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DimGrey; + border-top: 1px solid Aqua; } nav { - background: DimGrey; + background: Aqua; display: flex; align-items: center; padding: 0 0.5rem; From 878fa56d741604c32be3d94e7b3b78ea6169f50d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 9 Apr 2022 02:17:50 +0000 Subject: [PATCH 0396/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3723989cd0af..95a9d0b2c399 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Aqua; + border-top: 1px solid LightCyan; } nav { - background: Aqua; + background: LightCyan; display: flex; align-items: center; padding: 0 0.5rem; From c9f26796badd54cf3f4fc1039f702c527216d183 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 9 Apr 2022 06:02:49 +0000 Subject: [PATCH 0397/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 95a9d0b2c399..2d42ff06bf02 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightCyan; + border-top: 1px solid DarkViolet; } nav { - background: LightCyan; + background: DarkViolet; display: flex; align-items: center; padding: 0 0.5rem; From 40a4b90690e2ec33bce521a24fe9c01936a5581d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 9 Apr 2022 06:47:57 +0000 Subject: [PATCH 0398/3185] KPT-24: Update background color to DarkGreen --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 2d42ff06bf02..14bdb415526f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkViolet; + border-top: 1px solid DarkGreen; } nav { - background: DarkViolet; + background: DarkGreen; display: flex; align-items: center; padding: 0 0.5rem; From 5aa274d99ad77090c26537ac53fc960077cb04dd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 9 Apr 2022 08:17:46 +0000 Subject: [PATCH 0399/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 14bdb415526f..64214c2d85c0 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGreen; + border-top: 1px solid LightGreen; } nav { - background: DarkGreen; + background: LightGreen; display: flex; align-items: center; padding: 0 0.5rem; From 672e761c6d436ffe4b89a1816f45cfd53fac5892 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 9 Apr 2022 10:32:45 +0000 Subject: [PATCH 0400/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 64214c2d85c0..7265cc2310f6 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGreen; + border-top: 1px solid DarkGrey; } nav { - background: LightGreen; + background: DarkGrey; display: flex; align-items: center; padding: 0 0.5rem; From 933f66ec0dae75408bd2a3f9152d0c740c1518b7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 9 Apr 2022 16:32:46 +0000 Subject: [PATCH 0401/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 7265cc2310f6..26096fe5afd6 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGrey; + border-top: 1px solid FloralWhite; } nav { - background: DarkGrey; + background: FloralWhite; display: flex; align-items: center; padding: 0 0.5rem; From 84b82cc2c278e2fd137f6718c26f9d3f669efe46 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 9 Apr 2022 17:17:46 +0000 Subject: [PATCH 0402/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 26096fe5afd6..39ce4de2a2ff 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid FloralWhite; + border-top: 1px solid FireBrick; } nav { - background: FloralWhite; + background: FireBrick; display: flex; align-items: center; padding: 0 0.5rem; From 436073dfe98a4edfc2b43d80ad14f82a0427881f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 10 Apr 2022 00:47:46 +0000 Subject: [PATCH 0403/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 39ce4de2a2ff..3723989cd0af 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid FireBrick; + border-top: 1px solid Aqua; } nav { - background: FireBrick; + background: Aqua; display: flex; align-items: center; padding: 0 0.5rem; From a9380fddd27d1492cc2f3d96ccaed1d765669122 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 10 Apr 2022 03:47:46 +0000 Subject: [PATCH 0404/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3723989cd0af..ce75e3b066c0 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Aqua; + border-top: 1px solid Olive; } nav { - background: Aqua; + background: Olive; display: flex; align-items: center; padding: 0 0.5rem; From a34f0200ee467350791d3bb0f0d9289e72801fdf Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 10 Apr 2022 07:32:46 +0000 Subject: [PATCH 0405/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ce75e3b066c0..8876d676857c 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Olive; + border-top: 1px solid IndianRed; } nav { - background: Olive; + background: IndianRed; display: flex; align-items: center; padding: 0 0.5rem; From 5d7e3a0ee46df9010b53858acef5870c337c02d6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 10 Apr 2022 08:17:46 +0000 Subject: [PATCH 0406/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 8876d676857c..266d9435f640 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid IndianRed; + border-top: 1px solid Orange; } nav { - background: IndianRed; + background: Orange; display: flex; align-items: center; padding: 0 0.5rem; From d80d49dca464dee48d2445fb5dcbef742df8308e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 10 Apr 2022 11:17:46 +0000 Subject: [PATCH 0407/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 266d9435f640..bd3a875e2c0c 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Orange; + border-top: 1px solid SlateBlue; } nav { - background: Orange; + background: SlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From 7158197432302d4bead3617b3ca1d543a4d0e8e0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 10 Apr 2022 12:02:46 +0000 Subject: [PATCH 0408/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index bd3a875e2c0c..7a8231a1d628 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateBlue; + border-top: 1px solid SeaGreen; } nav { - background: SlateBlue; + background: SeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From 1ecc016889d63abf866896f0944fed6432d9d7c4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 10 Apr 2022 12:47:46 +0000 Subject: [PATCH 0409/3185] KPT-24: Update background color to DarkViolet --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 7a8231a1d628..2d42ff06bf02 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SeaGreen; + border-top: 1px solid DarkViolet; } nav { - background: SeaGreen; + background: DarkViolet; display: flex; align-items: center; padding: 0 0.5rem; From b33ddba8d980688e3e5c952eefec051fbdd7540c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 10 Apr 2022 16:32:48 +0000 Subject: [PATCH 0410/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 2d42ff06bf02..ec5e8acbe367 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkViolet; + border-top: 1px solid RoyalBlue; } nav { - background: DarkViolet; + background: RoyalBlue; display: flex; align-items: center; padding: 0 0.5rem; From 13d40da7bbd6a2181e2319280bbcf94578141116 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 10 Apr 2022 19:32:46 +0000 Subject: [PATCH 0411/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ec5e8acbe367..3b0ac193bf44 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RoyalBlue; + border-top: 1px solid Aquamarine; } nav { - background: RoyalBlue; + background: Aquamarine; display: flex; align-items: center; padding: 0 0.5rem; From deac9044dcf7e9150c386bb0103e7971f1de5e6f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 10 Apr 2022 21:47:48 +0000 Subject: [PATCH 0412/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3b0ac193bf44..036ab873eeb7 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Aquamarine; + border-top: 1px solid Violet; } nav { - background: Aquamarine; + background: Violet; display: flex; align-items: center; padding: 0 0.5rem; From 384e1e125189bf7c00c14a68182521ae86d98e56 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 11 Apr 2022 00:47:46 +0000 Subject: [PATCH 0413/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 036ab873eeb7..9897bbddf092 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Violet; + border-top: 1px solid LightPink; } nav { - background: Violet; + background: LightPink; display: flex; align-items: center; padding: 0 0.5rem; From 3949f525a73910270f22bcf2b0009271bb4bdd43 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 11 Apr 2022 01:32:45 +0000 Subject: [PATCH 0414/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 9897bbddf092..c9db43be9d02 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightPink; + border-top: 1px solid Purple; } nav { - background: LightPink; + background: Purple; display: flex; align-items: center; padding: 0 0.5rem; From 9639dd2cdd79b0a83517a4e5e530c824318ccee1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 11 Apr 2022 02:17:45 +0000 Subject: [PATCH 0415/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index c9db43be9d02..036ab873eeb7 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Purple; + border-top: 1px solid Violet; } nav { - background: Purple; + background: Violet; display: flex; align-items: center; padding: 0 0.5rem; From a8a605e0bf566ca56dedc120e3abe1c0ef0ea439 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 11 Apr 2022 04:32:46 +0000 Subject: [PATCH 0416/3185] KPT-24: Update background color to MediumVioletRed --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 036ab873eeb7..63b3b490fb00 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Violet; + border-top: 1px solid MediumVioletRed; } nav { - background: Violet; + background: MediumVioletRed; display: flex; align-items: center; padding: 0 0.5rem; From 9c25eaad6ab5335724b0179514fb567412a39964 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 11 Apr 2022 09:02:46 +0000 Subject: [PATCH 0417/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 63b3b490fb00..a2f3a2cc2f41 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumVioletRed; + border-top: 1px solid MediumPurple; } nav { - background: MediumVioletRed; + background: MediumPurple; display: flex; align-items: center; padding: 0 0.5rem; From 9362c197628e2ff7917bfebbd6146a93b1e6ca95 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 11 Apr 2022 10:32:46 +0000 Subject: [PATCH 0418/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index a2f3a2cc2f41..ff1b8ca54562 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumPurple; + border-top: 1px solid MediumBlue; } nav { - background: MediumPurple; + background: MediumBlue; display: flex; align-items: center; padding: 0 0.5rem; From 7b58b1a6621437be9874c5539bdabae193b0687f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 11 Apr 2022 11:17:46 +0000 Subject: [PATCH 0419/3185] KPT-22: Modals with Peru accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ff1b8ca54562..3bec89149c2c 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumBlue; + border-top: 1px solid Peru; } nav { - background: MediumBlue; + background: Peru; display: flex; align-items: center; padding: 0 0.5rem; From 4b7f6902dfa032488295de55abd27c4214de62f1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 11 Apr 2022 16:32:46 +0000 Subject: [PATCH 0420/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3bec89149c2c..ebdf63f280df 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Peru; + border-top: 1px solid White; } nav { - background: Peru; + background: White; display: flex; align-items: center; padding: 0 0.5rem; From c9fddd93e9634929f9f966cbe1de51e29429a0b7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 11 Apr 2022 17:17:45 +0000 Subject: [PATCH 0421/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ebdf63f280df..6ed2eb8a42df 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid White; + border-top: 1px solid Turquoise; } nav { - background: White; + background: Turquoise; display: flex; align-items: center; padding: 0 0.5rem; From 5633466c2566907228b7d7f8410580c1cbe33890 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 11 Apr 2022 18:02:45 +0000 Subject: [PATCH 0422/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 6ed2eb8a42df..9f1fca2a1ff2 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Turquoise; + border-top: 1px solid Maroon; } nav { - background: Turquoise; + background: Maroon; display: flex; align-items: center; padding: 0 0.5rem; From 0b4cb43cef1437b061244f3684b7864cb091b2e2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 11 Apr 2022 21:47:46 +0000 Subject: [PATCH 0423/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 9f1fca2a1ff2..9cc806b0b915 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Maroon; + border-top: 1px solid DodgerBlue; } nav { - background: Maroon; + background: DodgerBlue; display: flex; align-items: center; padding: 0 0.5rem; From 4cddf32410a6e5c8ae07eeb7b7475a4cebe85f21 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 11 Apr 2022 22:32:46 +0000 Subject: [PATCH 0424/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 9cc806b0b915..bad8db91c557 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DodgerBlue; + border-top: 1px solid CadetBlue; } nav { - background: DodgerBlue; + background: CadetBlue; display: flex; align-items: center; padding: 0 0.5rem; From 76c63f8372ffbfa7fd394b6c2bf1ae4290ed5ebd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 12 Apr 2022 00:47:46 +0000 Subject: [PATCH 0425/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index bad8db91c557..53c6d3eeeb62 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid CadetBlue; + border-top: 1px solid GoldenRod; } nav { - background: CadetBlue; + background: GoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From d32592d7ac6a0cb43f29c6c671a2297ebbc07f7d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 12 Apr 2022 03:47:46 +0000 Subject: [PATCH 0426/3185] KPT-22: Modals with DarkCyan accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 53c6d3eeeb62..718dcb65df26 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GoldenRod; + border-top: 1px solid DarkCyan; } nav { - background: GoldenRod; + background: DarkCyan; display: flex; align-items: center; padding: 0 0.5rem; From 77bb5389a9605c50323589a852695c0f281d66db Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 12 Apr 2022 07:32:47 +0000 Subject: [PATCH 0427/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 718dcb65df26..3c53fdbf3bd7 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkCyan; + border-top: 1px solid RosyBrown; } nav { - background: DarkCyan; + background: RosyBrown; display: flex; align-items: center; padding: 0 0.5rem; From 4637db4f23f50d2597c05320f9764dde7c264901 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 12 Apr 2022 14:17:48 +0000 Subject: [PATCH 0428/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3c53fdbf3bd7..3fc956c8bef1 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RosyBrown; + border-top: 1px solid Khaki; } nav { - background: RosyBrown; + background: Khaki; display: flex; align-items: center; padding: 0 0.5rem; From bdd0b57c199deeed4af55e6193a65767cd1a56d1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 12 Apr 2022 18:47:57 +0000 Subject: [PATCH 0429/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3fc956c8bef1..67e0111f647f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Khaki; + border-top: 1px solid Coral; } nav { - background: Khaki; + background: Coral; display: flex; align-items: center; padding: 0 0.5rem; From 9150e498cd3faf37b519bc2b2575d799a54a4a4f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 12 Apr 2022 23:17:49 +0000 Subject: [PATCH 0430/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 67e0111f647f..6675fdc2e211 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Coral; + border-top: 1px solid Tomato; } nav { - background: Coral; + background: Tomato; display: flex; align-items: center; padding: 0 0.5rem; From d80233ead9a0e9bec0dbaa83f589fcb04310df74 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 13 Apr 2022 06:02:45 +0000 Subject: [PATCH 0431/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 6675fdc2e211..14bdb415526f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Tomato; + border-top: 1px solid DarkGreen; } nav { - background: Tomato; + background: DarkGreen; display: flex; align-items: center; padding: 0 0.5rem; From 88f713b700d917ef81ef0fa59278c2e80d99e80c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 13 Apr 2022 09:47:46 +0000 Subject: [PATCH 0432/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 14bdb415526f..3fc956c8bef1 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGreen; + border-top: 1px solid Khaki; } nav { - background: DarkGreen; + background: Khaki; display: flex; align-items: center; padding: 0 0.5rem; From a3c947c96b6d0dcecc13806f0f3d0d5c6193599a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 13 Apr 2022 12:02:46 +0000 Subject: [PATCH 0433/3185] KPT-24: Update background color to Navy --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3fc956c8bef1..31a327a93479 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Khaki; + border-top: 1px solid Navy; } nav { - background: Khaki; + background: Navy; display: flex; align-items: center; padding: 0 0.5rem; From 963192e75daf7a3a2cd824267fc7a9684d94f3ad Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 13 Apr 2022 13:32:46 +0000 Subject: [PATCH 0434/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 31a327a93479..d1a30d185108 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Navy; + border-top: 1px solid Linen; } nav { - background: Navy; + background: Linen; display: flex; align-items: center; padding: 0 0.5rem; From 459442281c5bf6f2b5167d469571dc9737f7d7eb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 13 Apr 2022 15:47:46 +0000 Subject: [PATCH 0435/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d1a30d185108..266d9435f640 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Linen; + border-top: 1px solid Orange; } nav { - background: Linen; + background: Orange; display: flex; align-items: center; padding: 0 0.5rem; From d27fe05b92254748def713e157ee78abb2ea8e66 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 13 Apr 2022 21:02:45 +0000 Subject: [PATCH 0436/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 266d9435f640..372b1a31ed97 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Orange; + border-top: 1px solid LightGrey; } nav { - background: Orange; + background: LightGrey; display: flex; align-items: center; padding: 0 0.5rem; From f742eaa28c42c8cf8fb9f225d7a2b70e77fca42c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 13 Apr 2022 23:17:46 +0000 Subject: [PATCH 0437/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 372b1a31ed97..4e9265f434fd 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGrey; + border-top: 1px solid DeepPink; } nav { - background: LightGrey; + background: DeepPink; display: flex; align-items: center; padding: 0 0.5rem; From bf40d604af3019523efba8744e2eb590ab9ec558 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 14 Apr 2022 02:17:45 +0000 Subject: [PATCH 0438/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4e9265f434fd..308fd2898d6e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DeepPink; + border-top: 1px solid Lavender; } nav { - background: DeepPink; + background: Lavender; display: flex; align-items: center; padding: 0 0.5rem; From 1744f0eb888404adc4f829f2091802addc30fd71 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 14 Apr 2022 03:02:47 +0000 Subject: [PATCH 0439/3185] KPT-24: Update background color to Brown --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 308fd2898d6e..01d9c09e8bbb 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Lavender; + border-top: 1px solid Brown; } nav { - background: Lavender; + background: Brown; display: flex; align-items: center; padding: 0 0.5rem; From c1186f19c6a825794efd90ba949fed0789f08df2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 14 Apr 2022 05:17:46 +0000 Subject: [PATCH 0440/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 01d9c09e8bbb..7265cc2310f6 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Brown; + border-top: 1px solid DarkGrey; } nav { - background: Brown; + background: DarkGrey; display: flex; align-items: center; padding: 0 0.5rem; From 3ca00bdcdca074fd3a0eb5d31f79d88b388cc1da Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 14 Apr 2022 06:02:47 +0000 Subject: [PATCH 0441/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 7265cc2310f6..3723989cd0af 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGrey; + border-top: 1px solid Aqua; } nav { - background: DarkGrey; + background: Aqua; display: flex; align-items: center; padding: 0 0.5rem; From 72e6412d8a92d88cbd2484836695bd2be0b64f87 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 14 Apr 2022 08:44:45 +0000 Subject: [PATCH 0442/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3723989cd0af..d45f2f580eae 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Aqua; + border-top: 1px solid LightGray; } nav { - background: Aqua; + background: LightGray; display: flex; align-items: center; padding: 0 0.5rem; From 56eb16a329b14f2b0037ac5fef0cb1f37108efde Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 14 Apr 2022 10:59:45 +0000 Subject: [PATCH 0443/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d45f2f580eae..b5749b217055 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGray; + border-top: 1px solid Orchid; } nav { - background: LightGray; + background: Orchid; display: flex; align-items: center; padding: 0 0.5rem; From 8a4d0229ab0bb309be42705bac161d176fbe4c46 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 14 Apr 2022 11:44:45 +0000 Subject: [PATCH 0444/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index b5749b217055..d444a165a194 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Orchid; + border-top: 1px solid Azure; } nav { - background: Orchid; + background: Azure; display: flex; align-items: center; padding: 0 0.5rem; From f35c741a4f6351ac72666e9c6700103451ba8641 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 14 Apr 2022 13:14:44 +0000 Subject: [PATCH 0445/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d444a165a194..a67998ca9c46 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Azure; + border-top: 1px solid MediumOrchid; } nav { - background: Azure; + background: MediumOrchid; display: flex; align-items: center; padding: 0 0.5rem; From e51f6db70b347eecca995b7a72e5d88283d8f30b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 14 Apr 2022 14:44:45 +0000 Subject: [PATCH 0446/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index a67998ca9c46..b71c46471615 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumOrchid; + border-top: 1px solid Sienna; } nav { - background: MediumOrchid; + background: Sienna; display: flex; align-items: center; padding: 0 0.5rem; From 67e0c60acb913e7a63f3e70ee97ae55b848de881 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 14 Apr 2022 17:44:45 +0000 Subject: [PATCH 0447/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index b71c46471615..c9db43be9d02 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Sienna; + border-top: 1px solid Purple; } nav { - background: Sienna; + background: Purple; display: flex; align-items: center; padding: 0 0.5rem; From dce3cd1ae6530bb232dd1e85cac3d6be31945e94 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 14 Apr 2022 20:44:45 +0000 Subject: [PATCH 0448/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index c9db43be9d02..95a9d0b2c399 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Purple; + border-top: 1px solid LightCyan; } nav { - background: Purple; + background: LightCyan; display: flex; align-items: center; padding: 0 0.5rem; From d7223ff849942a01007fefd271b121c98880c9af Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 14 Apr 2022 21:29:45 +0000 Subject: [PATCH 0449/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 95a9d0b2c399..036ab873eeb7 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightCyan; + border-top: 1px solid Violet; } nav { - background: LightCyan; + background: Violet; display: flex; align-items: center; padding: 0 0.5rem; From c61a49639eff55e6c49ead188b3c7b5670412e70 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 14 Apr 2022 23:44:44 +0000 Subject: [PATCH 0450/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 036ab873eeb7..9f1fca2a1ff2 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Violet; + border-top: 1px solid Maroon; } nav { - background: Violet; + background: Maroon; display: flex; align-items: center; padding: 0 0.5rem; From 53f984e08c5062627a94250bc02faef5452903a1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 15 Apr 2022 03:29:44 +0000 Subject: [PATCH 0451/3185] KPT-24: Update background color to PaleGoldenRod --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 9f1fca2a1ff2..f626f10eb5eb 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Maroon; + border-top: 1px solid PaleGoldenRod; } nav { - background: Maroon; + background: PaleGoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From a461bc267e520eebb1d70047de4693f47c009950 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 15 Apr 2022 19:14:46 +0000 Subject: [PATCH 0452/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index f626f10eb5eb..b83d2db05aab 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleGoldenRod; + border-top: 1px solid Silver; } nav { - background: PaleGoldenRod; + background: Silver; display: flex; align-items: center; padding: 0 0.5rem; From c5a04f90a461d7e1dce291f9d85c2718de5b2e6c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 16 Apr 2022 01:59:45 +0000 Subject: [PATCH 0453/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index b83d2db05aab..eca3a27ac0c5 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Silver; + border-top: 1px solid GreenYellow; } nav { - background: Silver; + background: GreenYellow; display: flex; align-items: center; padding: 0 0.5rem; From 3402d9dba50a6b1440bc2acc4579b149c31a196a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 16 Apr 2022 05:44:45 +0000 Subject: [PATCH 0454/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index eca3a27ac0c5..5d4492574dd1 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GreenYellow; + border-top: 1px solid MintCream; } nav { - background: GreenYellow; + background: MintCream; display: flex; align-items: center; padding: 0 0.5rem; From 253101b688d017c2958c578dc0d65aa407f44b60 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 16 Apr 2022 10:14:48 +0000 Subject: [PATCH 0455/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 5d4492574dd1..09d17be28fcf 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MintCream; + border-top: 1px solid Chartreuse; } nav { - background: MintCream; + background: Chartreuse; display: flex; align-items: center; padding: 0 0.5rem; From ce13bffe8c166e4af2e4e16806db7c6dd933811b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 16 Apr 2022 10:59:50 +0000 Subject: [PATCH 0456/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 09d17be28fcf..0f633b206ec6 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Chartreuse; + border-top: 1px solid MediumAquaMarine; } nav { - background: Chartreuse; + background: MediumAquaMarine; display: flex; align-items: center; padding: 0 0.5rem; From 339445a3f799710c46d8770c07f5cc9570fc9079 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 16 Apr 2022 12:29:45 +0000 Subject: [PATCH 0457/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 0f633b206ec6..a67998ca9c46 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumAquaMarine; + border-top: 1px solid MediumOrchid; } nav { - background: MediumAquaMarine; + background: MediumOrchid; display: flex; align-items: center; padding: 0 0.5rem; From d87a22982f1a4c814e7206b3169e6d4d74824e00 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 16 Apr 2022 16:14:45 +0000 Subject: [PATCH 0458/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index a67998ca9c46..d61efedec6bb 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumOrchid; + border-top: 1px solid DarkKhaki; } nav { - background: MediumOrchid; + background: DarkKhaki; display: flex; align-items: center; padding: 0 0.5rem; From 093c38bfbbf037b7244d8f1c552b5843679e6c33 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 16 Apr 2022 20:44:45 +0000 Subject: [PATCH 0459/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d61efedec6bb..7eedbaa75afb 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkKhaki; + border-top: 1px solid Gray; } nav { - background: DarkKhaki; + background: Gray; display: flex; align-items: center; padding: 0 0.5rem; From 3e2a0934f0b59ef3bf6a5c6a04fc7e19b31d1d3f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 16 Apr 2022 22:14:45 +0000 Subject: [PATCH 0460/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 7eedbaa75afb..2a24e48a33d3 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gray; + border-top: 1px solid Green; } nav { - background: Gray; + background: Green; display: flex; align-items: center; padding: 0 0.5rem; From d0610235b729a7708280e8ae152185e47f95e0de Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 16 Apr 2022 22:59:45 +0000 Subject: [PATCH 0461/3185] KPT-24: Update background color to Chocolate --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 2a24e48a33d3..b5abec4e62df 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Green; + border-top: 1px solid Chocolate; } nav { - background: Green; + background: Chocolate; display: flex; align-items: center; padding: 0 0.5rem; From 8c2b0caeaee6a04e0f5a359cce3c842e83cecd16 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 17 Apr 2022 03:29:45 +0000 Subject: [PATCH 0462/3185] KPT-22: Modals with DarkSlateGray accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index b5abec4e62df..0ad2b52a66dd 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Chocolate; + border-top: 1px solid DarkSlateGray; } nav { - background: Chocolate; + background: DarkSlateGray; display: flex; align-items: center; padding: 0 0.5rem; From c5eaf8ba98f59b750ffefbb7650d52da19cbe6d4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 17 Apr 2022 04:14:45 +0000 Subject: [PATCH 0463/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 0ad2b52a66dd..ce75e3b066c0 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateGray; + border-top: 1px solid Olive; } nav { - background: DarkSlateGray; + background: Olive; display: flex; align-items: center; padding: 0 0.5rem; From cbae1b694881943f1e62181f43190c814b1f53c4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 17 Apr 2022 04:59:56 +0000 Subject: [PATCH 0464/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ce75e3b066c0..6550fb674240 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Olive; + border-top: 1px solid SandyBrown; } nav { - background: Olive; + background: SandyBrown; display: flex; align-items: center; padding: 0 0.5rem; From acaeced7758f960972a53d7295c5cc03c35ff471 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 17 Apr 2022 05:44:46 +0000 Subject: [PATCH 0465/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 6550fb674240..2a24e48a33d3 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SandyBrown; + border-top: 1px solid Green; } nav { - background: SandyBrown; + background: Green; display: flex; align-items: center; padding: 0 0.5rem; From 25acf2cb8bb970a1c085443af842936ed4255566 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 17 Apr 2022 06:29:46 +0000 Subject: [PATCH 0466/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 2a24e48a33d3..0053969b5ecf 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Green; + border-top: 1px solid WhiteSmoke; } nav { - background: Green; + background: WhiteSmoke; display: flex; align-items: center; padding: 0 0.5rem; From 1c17677307881adc9e7e3e911b0e590bc34ef012 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 17 Apr 2022 10:59:46 +0000 Subject: [PATCH 0467/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 0053969b5ecf..ce75e3b066c0 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid WhiteSmoke; + border-top: 1px solid Olive; } nav { - background: WhiteSmoke; + background: Olive; display: flex; align-items: center; padding: 0 0.5rem; From 4fb1677329b3eb203ff6873dc8ec478a7ec80a8f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 17 Apr 2022 14:44:45 +0000 Subject: [PATCH 0468/3185] KPT-22: Modals with LightCyan accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ce75e3b066c0..95a9d0b2c399 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Olive; + border-top: 1px solid LightCyan; } nav { - background: Olive; + background: LightCyan; display: flex; align-items: center; padding: 0 0.5rem; From b2e64de70295cef781bda864b8f623e3e887ca03 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 17 Apr 2022 18:29:45 +0000 Subject: [PATCH 0469/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 95a9d0b2c399..91281b5305a0 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightCyan; + border-top: 1px solid HoneyDew; } nav { - background: LightCyan; + background: HoneyDew; display: flex; align-items: center; padding: 0 0.5rem; From 78fc60ddd1d18a1153f738819b1c4695159b8858 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 18 Apr 2022 02:44:45 +0000 Subject: [PATCH 0470/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 91281b5305a0..26096fe5afd6 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid HoneyDew; + border-top: 1px solid FloralWhite; } nav { - background: HoneyDew; + background: FloralWhite; display: flex; align-items: center; padding: 0 0.5rem; From 199f2b6c9e6b3f411f3725344267f059ba657252 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 18 Apr 2022 06:29:47 +0000 Subject: [PATCH 0471/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 26096fe5afd6..09d17be28fcf 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid FloralWhite; + border-top: 1px solid Chartreuse; } nav { - background: FloralWhite; + background: Chartreuse; display: flex; align-items: center; padding: 0 0.5rem; From 3fe4e5a0c4bed721346de74b7cf13bf142625802 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 18 Apr 2022 07:59:44 +0000 Subject: [PATCH 0472/3185] KPT-22: Modals with DeepSkyBlue accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 09d17be28fcf..014c40a7a430 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Chartreuse; + border-top: 1px solid DeepSkyBlue; } nav { - background: Chartreuse; + background: DeepSkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From 03a8dba18427a1474dea8c05006bfc209291fe9a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 18 Apr 2022 08:44:44 +0000 Subject: [PATCH 0473/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 014c40a7a430..4f31bef8a698 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DeepSkyBlue; + border-top: 1px solid NavajoWhite; } nav { - background: DeepSkyBlue; + background: NavajoWhite; display: flex; align-items: center; padding: 0 0.5rem; From f7444b7ef5d734c31e96af72b9731c9cf5635a72 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 18 Apr 2022 18:29:45 +0000 Subject: [PATCH 0474/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4f31bef8a698..dd1156fbaefb 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid NavajoWhite; + border-top: 1px solid DarkSlateGrey; } nav { - background: NavajoWhite; + background: DarkSlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From 5107cf52e1a9d54d84b093c3dc51ddcc1c750019 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 18 Apr 2022 21:29:45 +0000 Subject: [PATCH 0475/3185] KPT-24: Update background color to MintCream --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index dd1156fbaefb..5d4492574dd1 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateGrey; + border-top: 1px solid MintCream; } nav { - background: DarkSlateGrey; + background: MintCream; display: flex; align-items: center; padding: 0 0.5rem; From d43f72e2b5bfe17060560574a1a21f8dc227473b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 18 Apr 2022 22:14:44 +0000 Subject: [PATCH 0476/3185] KPT-22: Modals with DimGray accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 5d4492574dd1..95b0c9b012ff 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MintCream; + border-top: 1px solid DimGray; } nav { - background: MintCream; + background: DimGray; display: flex; align-items: center; padding: 0 0.5rem; From f9ac699fe6a1482af17fe9c854fa764c98b18a15 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 19 Apr 2022 04:14:44 +0000 Subject: [PATCH 0477/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 95b0c9b012ff..11a95055426e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DimGray; + border-top: 1px solid LightCoral; } nav { - background: DimGray; + background: LightCoral; display: flex; align-items: center; padding: 0 0.5rem; From e1ab573c740445c687f3d8fb8bf91d01226495cc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 19 Apr 2022 06:29:45 +0000 Subject: [PATCH 0478/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 11a95055426e..31a327a93479 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightCoral; + border-top: 1px solid Navy; } nav { - background: LightCoral; + background: Navy; display: flex; align-items: center; padding: 0 0.5rem; From 03a0ac495645fe84977c42b371ac9b3152bcbe29 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 20 Apr 2022 00:07:32 +0000 Subject: [PATCH 0479/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 31a327a93479..266d9435f640 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Navy; + border-top: 1px solid Orange; } nav { - background: Navy; + background: Orange; display: flex; align-items: center; padding: 0 0.5rem; From c163c70b1dcf879a470b32d7106d2a8c1ac80407 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 20 Apr 2022 09:07:32 +0000 Subject: [PATCH 0480/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 266d9435f640..ff1b8ca54562 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Orange; + border-top: 1px solid MediumBlue; } nav { - background: Orange; + background: MediumBlue; display: flex; align-items: center; padding: 0 0.5rem; From 9f55303c0fe390b0e688a6e1bcb09c910290756a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 20 Apr 2022 18:52:33 +0000 Subject: [PATCH 0481/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ff1b8ca54562..39ce4de2a2ff 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumBlue; + border-top: 1px solid FireBrick; } nav { - background: MediumBlue; + background: FireBrick; display: flex; align-items: center; padding: 0 0.5rem; From 06339888941e67788d0f5c0d189952572af9f6f1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 20 Apr 2022 19:37:33 +0000 Subject: [PATCH 0482/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 39ce4de2a2ff..d444a165a194 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid FireBrick; + border-top: 1px solid Azure; } nav { - background: FireBrick; + background: Azure; display: flex; align-items: center; padding: 0 0.5rem; From ae6e8ea8714faf2f7654005f09f3a46b539716d9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 20 Apr 2022 23:22:33 +0000 Subject: [PATCH 0483/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d444a165a194..53c6d3eeeb62 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Azure; + border-top: 1px solid GoldenRod; } nav { - background: Azure; + background: GoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From fee7028469909945689bff9425be84ffe3418a4c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 21 Apr 2022 00:52:33 +0000 Subject: [PATCH 0484/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 53c6d3eeeb62..52780a4ff666 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GoldenRod; + border-top: 1px solid SlateGrey; } nav { - background: GoldenRod; + background: SlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From 43a3f9bcf6cced64bf3baee2467dfeeb9b73acff Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 21 Apr 2022 14:22:44 +0000 Subject: [PATCH 0485/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 52780a4ff666..a53a85ffbbae 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateGrey; + border-top: 1px solid AliceBlue; } nav { - background: SlateGrey; + background: AliceBlue; display: flex; align-items: center; padding: 0 0.5rem; From 7a6835cea4811745e623fd177e00df0389a71164 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 21 Apr 2022 15:52:34 +0000 Subject: [PATCH 0486/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index a53a85ffbbae..7885b7716913 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid AliceBlue; + border-top: 1px solid MistyRose; } nav { - background: AliceBlue; + background: MistyRose; display: flex; align-items: center; padding: 0 0.5rem; From 60645b76dc26a6ca878e685ad71c5277d5e25aa6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 21 Apr 2022 23:22:36 +0000 Subject: [PATCH 0487/3185] KPT-22: Modals with DeepPink accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 7885b7716913..4e9265f434fd 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MistyRose; + border-top: 1px solid DeepPink; } nav { - background: MistyRose; + background: DeepPink; display: flex; align-items: center; padding: 0 0.5rem; From 34d68198f1cda7ab103df96c9dfea21ac8d6cdf8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 22 Apr 2022 04:37:33 +0000 Subject: [PATCH 0488/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4e9265f434fd..718dcb65df26 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DeepPink; + border-top: 1px solid DarkCyan; } nav { - background: DeepPink; + background: DarkCyan; display: flex; align-items: center; padding: 0 0.5rem; From 81e1cb65a45df0f6e585c17899588da7efb45135 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 22 Apr 2022 06:07:32 +0000 Subject: [PATCH 0489/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 718dcb65df26..d1a30d185108 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkCyan; + border-top: 1px solid Linen; } nav { - background: DarkCyan; + background: Linen; display: flex; align-items: center; padding: 0 0.5rem; From 16b013a4e569cd02a416f417d3b313f1e336161a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 22 Apr 2022 06:52:32 +0000 Subject: [PATCH 0490/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d1a30d185108..affcc732e93e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Linen; + border-top: 1px solid Pink; } nav { - background: Linen; + background: Pink; display: flex; align-items: center; padding: 0 0.5rem; From a3960cd76b5769976ab4e7f60ea61a823308d9d7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 22 Apr 2022 18:07:32 +0000 Subject: [PATCH 0491/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index affcc732e93e..48f96fef5716 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Pink; + border-top: 1px solid PaleVioletRed; } nav { - background: Pink; + background: PaleVioletRed; display: flex; align-items: center; padding: 0 0.5rem; From 69ab7d3f973222b28d8d48b2e1a24cb2aa040fbf Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 22 Apr 2022 21:07:33 +0000 Subject: [PATCH 0492/3185] KPT-22: Modals with Green accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 48f96fef5716..2a24e48a33d3 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleVioletRed; + border-top: 1px solid Green; } nav { - background: PaleVioletRed; + background: Green; display: flex; align-items: center; padding: 0 0.5rem; From bcabc049ac6073874e23da606409b80c2d9d1293 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 22 Apr 2022 23:22:33 +0000 Subject: [PATCH 0493/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 2a24e48a33d3..11a95055426e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Green; + border-top: 1px solid LightCoral; } nav { - background: Green; + background: LightCoral; display: flex; align-items: center; padding: 0 0.5rem; From ac10bdcf728c09a25145622e1e28a1077c3afc40 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 23 Apr 2022 00:52:32 +0000 Subject: [PATCH 0494/3185] KPT-24: Update background color to SeaGreen --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 11a95055426e..7a8231a1d628 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightCoral; + border-top: 1px solid SeaGreen; } nav { - background: LightCoral; + background: SeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From 77af17c0c87c71f2e6725a3bf1178ed7a6a713d0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 23 Apr 2022 02:22:32 +0000 Subject: [PATCH 0495/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 7a8231a1d628..38eb215526f9 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SeaGreen; + border-top: 1px solid Salmon; } nav { - background: SeaGreen; + background: Salmon; display: flex; align-items: center; padding: 0 0.5rem; From fc6c1b812faa8f80752bafcc93aa2333bdd8224c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 23 Apr 2022 03:07:33 +0000 Subject: [PATCH 0496/3185] KPT-24: Update background color to Aquamarine --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 38eb215526f9..3b0ac193bf44 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Salmon; + border-top: 1px solid Aquamarine; } nav { - background: Salmon; + background: Aquamarine; display: flex; align-items: center; padding: 0 0.5rem; From 9f4213e51bd1c6abfbae004980a684185b72c110 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 23 Apr 2022 03:52:32 +0000 Subject: [PATCH 0497/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3b0ac193bf44..19e1abc1037e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Aquamarine; + border-top: 1px solid PaleGreen; } nav { - background: Aquamarine; + background: PaleGreen; display: flex; align-items: center; padding: 0 0.5rem; From 5ee664f18bb1ee1901e5ef91623e79c4ce124119 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 23 Apr 2022 10:37:32 +0000 Subject: [PATCH 0498/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 19e1abc1037e..014c40a7a430 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleGreen; + border-top: 1px solid DeepSkyBlue; } nav { - background: PaleGreen; + background: DeepSkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From 99cc2547ecbd1e5bdc29ab2d054ef5d3c79bfec9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 23 Apr 2022 12:52:32 +0000 Subject: [PATCH 0499/3185] KPT-24: Update background color to LightCoral --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 014c40a7a430..11a95055426e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DeepSkyBlue; + border-top: 1px solid LightCoral; } nav { - background: DeepSkyBlue; + background: LightCoral; display: flex; align-items: center; padding: 0 0.5rem; From 1f44fce56bcd374dc94c249761b7bf5a5762b58c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 23 Apr 2022 15:52:33 +0000 Subject: [PATCH 0500/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 11a95055426e..6c526423d3cc 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightCoral; + border-top: 1px solid Cornsilk; } nav { - background: LightCoral; + background: Cornsilk; display: flex; align-items: center; padding: 0 0.5rem; From 0b40c9dae5fa8363293fb7bc0d7da344ef3a3810 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 23 Apr 2022 17:22:32 +0000 Subject: [PATCH 0501/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 6c526423d3cc..2a24e48a33d3 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Cornsilk; + border-top: 1px solid Green; } nav { - background: Cornsilk; + background: Green; display: flex; align-items: center; padding: 0 0.5rem; From dc5e26657c72093645cd2636b57cba429f695d24 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 24 Apr 2022 00:07:33 +0000 Subject: [PATCH 0502/3185] KPT-22: Modals with Brown accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 2a24e48a33d3..01d9c09e8bbb 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Green; + border-top: 1px solid Brown; } nav { - background: Green; + background: Brown; display: flex; align-items: center; padding: 0 0.5rem; From ed65a80910c13230539a18769666eaf30ed183e0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 24 Apr 2022 03:07:33 +0000 Subject: [PATCH 0503/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 01d9c09e8bbb..48f96fef5716 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Brown; + border-top: 1px solid PaleVioletRed; } nav { - background: Brown; + background: PaleVioletRed; display: flex; align-items: center; padding: 0 0.5rem; From 32a925e98f16acf1ea87e0be2e785e821b5535c7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 24 Apr 2022 04:37:33 +0000 Subject: [PATCH 0504/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 48f96fef5716..3bd9c6e87f30 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleVioletRed; + border-top: 1px solid LightBlue; } nav { - background: PaleVioletRed; + background: LightBlue; display: flex; align-items: center; padding: 0 0.5rem; From a83c4ea575b84ba20e09595ac16f56c6147d41c3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 24 Apr 2022 09:52:33 +0000 Subject: [PATCH 0505/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3bd9c6e87f30..77bfaa9f6042 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightBlue; + border-top: 1px solid MediumSeaGreen; } nav { - background: LightBlue; + background: MediumSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From de17810ae88bf70ce5e6f52daeefd5aa6002eae8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 24 Apr 2022 15:07:32 +0000 Subject: [PATCH 0506/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 77bfaa9f6042..50a979314f9f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSeaGreen; + border-top: 1px solid LightSeaGreen; } nav { - background: MediumSeaGreen; + background: LightSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From 8c9f3a730ab384ec0113835c4aa3abe7f0ae264c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 24 Apr 2022 20:22:32 +0000 Subject: [PATCH 0507/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 50a979314f9f..02795f4f8e2b 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSeaGreen; + border-top: 1px solid DarkGray; } nav { - background: LightSeaGreen; + background: DarkGray; display: flex; align-items: center; padding: 0 0.5rem; From b9c4a77e80e6c72b40c12389d387202d53dd6a0e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 25 Apr 2022 00:07:32 +0000 Subject: [PATCH 0508/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 02795f4f8e2b..bb2f114b139e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGray; + border-top: 1px solid LightSlateGrey; } nav { - background: DarkGray; + background: LightSlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From 9dc42c35331df6f4b4c120bf80b18f5e0d7bc063 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 25 Apr 2022 00:52:32 +0000 Subject: [PATCH 0509/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index bb2f114b139e..718dcb65df26 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSlateGrey; + border-top: 1px solid DarkCyan; } nav { - background: LightSlateGrey; + background: DarkCyan; display: flex; align-items: center; padding: 0 0.5rem; From 0e45e2d2d30b85d853a82d0e3b2ba40dbc950a3d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 25 Apr 2022 01:37:33 +0000 Subject: [PATCH 0510/3185] KPT-22: Modals with DarkSlateBlue accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 718dcb65df26..453cdaa8fe58 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkCyan; + border-top: 1px solid DarkSlateBlue; } nav { - background: DarkCyan; + background: DarkSlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From 2a82e091c9c57291bb743b96e341c8ce2b075c33 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 25 Apr 2022 02:22:32 +0000 Subject: [PATCH 0511/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 453cdaa8fe58..6675fdc2e211 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateBlue; + border-top: 1px solid Tomato; } nav { - background: DarkSlateBlue; + background: Tomato; display: flex; align-items: center; padding: 0 0.5rem; From c6dfb8d87edd32654defcda074416dcc4e76c5cf Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 25 Apr 2022 05:22:32 +0000 Subject: [PATCH 0512/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 6675fdc2e211..ec2e59e70439 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Tomato; + border-top: 1px solid DarkOrchid; } nav { - background: Tomato; + background: DarkOrchid; display: flex; align-items: center; padding: 0 0.5rem; From 62cdad9dc977eaeb85cbdae09bf6454934756d6d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 25 Apr 2022 08:22:32 +0000 Subject: [PATCH 0513/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ec2e59e70439..3bec89149c2c 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOrchid; + border-top: 1px solid Peru; } nav { - background: DarkOrchid; + background: Peru; display: flex; align-items: center; padding: 0 0.5rem; From ba2b586cd54b17e9169c008d25b587dc2134b008 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 25 Apr 2022 10:37:32 +0000 Subject: [PATCH 0514/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3bec89149c2c..3ec0ac892f86 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Peru; + border-top: 1px solid Gainsboro; } nav { - background: Peru; + background: Gainsboro; display: flex; align-items: center; padding: 0 0.5rem; From aaa0cf2fad9fa818a31d48259d90f0efe1e59c07 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 25 Apr 2022 11:22:33 +0000 Subject: [PATCH 0515/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3ec0ac892f86..4c78b363845c 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gainsboro; + border-top: 1px solid ForestGreen; } nav { - background: Gainsboro; + background: ForestGreen; display: flex; align-items: center; padding: 0 0.5rem; From 8a1fdf63a08999451b93a6c966c4a4c48ee3b4c6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 25 Apr 2022 12:07:32 +0000 Subject: [PATCH 0516/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4c78b363845c..3bec89149c2c 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid ForestGreen; + border-top: 1px solid Peru; } nav { - background: ForestGreen; + background: Peru; display: flex; align-items: center; padding: 0 0.5rem; From 718dfb63c203088deb4b5a44582d436ba8095598 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 25 Apr 2022 13:37:33 +0000 Subject: [PATCH 0517/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3bec89149c2c..95b0c9b012ff 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Peru; + border-top: 1px solid DimGray; } nav { - background: Peru; + background: DimGray; display: flex; align-items: center; padding: 0 0.5rem; From 779b7ee84565ea5cf358e15860cca9767b0cb159 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 25 Apr 2022 21:52:33 +0000 Subject: [PATCH 0518/3185] KPT-22: Modals with Aquamarine accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 95b0c9b012ff..3b0ac193bf44 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DimGray; + border-top: 1px solid Aquamarine; } nav { - background: DimGray; + background: Aquamarine; display: flex; align-items: center; padding: 0 0.5rem; From 1fd96cdc3258efaf20c1cbc4fa66d66c0f234cc4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 26 Apr 2022 00:52:32 +0000 Subject: [PATCH 0519/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3b0ac193bf44..64214c2d85c0 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Aquamarine; + border-top: 1px solid LightGreen; } nav { - background: Aquamarine; + background: LightGreen; display: flex; align-items: center; padding: 0 0.5rem; From 0d4ab35655fc8a353aad501e04366cf2c54f52c0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 26 Apr 2022 02:22:32 +0000 Subject: [PATCH 0520/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 64214c2d85c0..0a77f9998160 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGreen; + border-top: 1px solid LemonChiffon; } nav { - background: LightGreen; + background: LemonChiffon; display: flex; align-items: center; padding: 0 0.5rem; From 0017d5a88e7f44d4faee242bb1868707f25390d7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 26 Apr 2022 06:07:33 +0000 Subject: [PATCH 0521/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 0a77f9998160..b5749b217055 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LemonChiffon; + border-top: 1px solid Orchid; } nav { - background: LemonChiffon; + background: Orchid; display: flex; align-items: center; padding: 0 0.5rem; From ffbe488ec2ec48eecb21e7c099e3e294e66d6f1d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 26 Apr 2022 09:07:32 +0000 Subject: [PATCH 0522/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index b5749b217055..77bfaa9f6042 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Orchid; + border-top: 1px solid MediumSeaGreen; } nav { - background: Orchid; + background: MediumSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From f388e8176edf55ee64ba8d76650ed3137b6c1b45 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 26 Apr 2022 15:07:32 +0000 Subject: [PATCH 0523/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 77bfaa9f6042..3b0ac193bf44 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSeaGreen; + border-top: 1px solid Aquamarine; } nav { - background: MediumSeaGreen; + background: Aquamarine; display: flex; align-items: center; padding: 0 0.5rem; From 1cd2ee350449a5a3a412e95d3e04128e4f8ce6f7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 26 Apr 2022 18:52:33 +0000 Subject: [PATCH 0524/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3b0ac193bf44..d444a165a194 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Aquamarine; + border-top: 1px solid Azure; } nav { - background: Aquamarine; + background: Azure; display: flex; align-items: center; padding: 0 0.5rem; From c7c18fc20d28a6373f5f67b575b7d8c611f59daf Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 26 Apr 2022 19:37:32 +0000 Subject: [PATCH 0525/3185] KPT-24: Update background color to DarkOrchid --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d444a165a194..ec2e59e70439 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Azure; + border-top: 1px solid DarkOrchid; } nav { - background: Azure; + background: DarkOrchid; display: flex; align-items: center; padding: 0 0.5rem; From 5988cbc01060cf56eb7fabd085f20d5b0b789409 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 26 Apr 2022 20:22:32 +0000 Subject: [PATCH 0526/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ec2e59e70439..09d17be28fcf 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOrchid; + border-top: 1px solid Chartreuse; } nav { - background: DarkOrchid; + background: Chartreuse; display: flex; align-items: center; padding: 0 0.5rem; From 70717b8aaced190d8c8fce31e0653611f20ae077 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 26 Apr 2022 21:07:32 +0000 Subject: [PATCH 0527/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 09d17be28fcf..ebdf63f280df 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Chartreuse; + border-top: 1px solid White; } nav { - background: Chartreuse; + background: White; display: flex; align-items: center; padding: 0 0.5rem; From c3025ae7254c291956b66b6c739a2a3e9bee95d7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 27 Apr 2022 00:52:32 +0000 Subject: [PATCH 0528/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ebdf63f280df..5bc7ef4eb78f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid White; + border-top: 1px solid DarkOrange; } nav { - background: White; + background: DarkOrange; display: flex; align-items: center; padding: 0 0.5rem; From 4dd8c3d78601ee464dc783e2088f6e8919ac1464 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 27 Apr 2022 01:37:32 +0000 Subject: [PATCH 0529/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 5bc7ef4eb78f..d28f8e930d59 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOrange; + border-top: 1px solid Snow; } nav { - background: DarkOrange; + background: Snow; display: flex; align-items: center; padding: 0 0.5rem; From b28667c10d97aade6dadc9065657fb7071f14750 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 27 Apr 2022 05:22:34 +0000 Subject: [PATCH 0530/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d28f8e930d59..11a95055426e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Snow; + border-top: 1px solid LightCoral; } nav { - background: Snow; + background: LightCoral; display: flex; align-items: center; padding: 0 0.5rem; From cf54f4f61921b83ce12021695288e2a2d8b1b1ae Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 27 Apr 2022 06:07:33 +0000 Subject: [PATCH 0531/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 11a95055426e..ff1b8ca54562 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightCoral; + border-top: 1px solid MediumBlue; } nav { - background: LightCoral; + background: MediumBlue; display: flex; align-items: center; padding: 0 0.5rem; From 6ddddace29bfb7aec74dc79bd8b00b4429f6d64b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 27 Apr 2022 11:22:34 +0000 Subject: [PATCH 0532/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ff1b8ca54562..31704961ca80 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumBlue; + border-top: 1px solid DarkRed; } nav { - background: MediumBlue; + background: DarkRed; display: flex; align-items: center; padding: 0 0.5rem; From 87152c9dd23697c117d2758aaeea4a13150c4d94 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 27 Apr 2022 14:22:32 +0000 Subject: [PATCH 0533/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 31704961ca80..24d254c510ca 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkRed; + border-top: 1px solid Wheat; } nav { - background: DarkRed; + background: Wheat; display: flex; align-items: center; padding: 0 0.5rem; From fd9d75967a193bf9e4479ca71c45be9db71bc396 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 27 Apr 2022 17:49:42 +0000 Subject: [PATCH 0534/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 24d254c510ca..7a8231a1d628 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Wheat; + border-top: 1px solid SeaGreen; } nav { - background: Wheat; + background: SeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From e9ace77b93c33558169ae47165929032b07453a8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 27 Apr 2022 23:49:42 +0000 Subject: [PATCH 0535/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 7a8231a1d628..531a07b0e7f9 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SeaGreen; + border-top: 1px solid AntiqueWhite; } nav { - background: SeaGreen; + background: AntiqueWhite; display: flex; align-items: center; padding: 0 0.5rem; From 7c3f5d2b5816f66c9c028872b8647077d72002e4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 28 Apr 2022 07:19:42 +0000 Subject: [PATCH 0536/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 531a07b0e7f9..95b0c9b012ff 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid AntiqueWhite; + border-top: 1px solid DimGray; } nav { - background: AntiqueWhite; + background: DimGray; display: flex; align-items: center; padding: 0 0.5rem; From 8786b9316606fc347425170d844d4993fef5a3ad Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 28 Apr 2022 08:49:42 +0000 Subject: [PATCH 0537/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 95b0c9b012ff..39ce4de2a2ff 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DimGray; + border-top: 1px solid FireBrick; } nav { - background: DimGray; + background: FireBrick; display: flex; align-items: center; padding: 0 0.5rem; From 953fb57e06287e76e22587b94c9ae78dbb817fea Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 28 Apr 2022 10:19:42 +0000 Subject: [PATCH 0538/3185] KPT-24: Update background color to Crimson --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 39ce4de2a2ff..b666cf7876b7 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid FireBrick; + border-top: 1px solid Crimson; } nav { - background: FireBrick; + background: Crimson; display: flex; align-items: center; padding: 0 0.5rem; From 9e1e4a1e816013d829fc9a8c809fa8fdebfd37d2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 28 Apr 2022 14:04:42 +0000 Subject: [PATCH 0539/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index b666cf7876b7..5b6feda18165 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Crimson; + border-top: 1px solid Red; } nav { - background: Crimson; + background: Red; display: flex; align-items: center; padding: 0 0.5rem; From a5cb41e3eae0dec347b46b9a6a770009a909df27 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 28 Apr 2022 19:19:43 +0000 Subject: [PATCH 0540/3185] KPT-22: Modals with PaleTurquoise accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 5b6feda18165..0fc8799d2400 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Red; + border-top: 1px solid PaleTurquoise; } nav { - background: Red; + background: PaleTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From 86a5d0ca3c89f705d397ee826db4cdc7481f1924 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 28 Apr 2022 23:04:42 +0000 Subject: [PATCH 0541/3185] KPT-22: Modals with PaleGreen accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 0fc8799d2400..19e1abc1037e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleTurquoise; + border-top: 1px solid PaleGreen; } nav { - background: PaleTurquoise; + background: PaleGreen; display: flex; align-items: center; padding: 0 0.5rem; From 6d82818d99184f72ad3e70138298e9743494205b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 28 Apr 2022 23:49:44 +0000 Subject: [PATCH 0542/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 19e1abc1037e..2d42ff06bf02 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleGreen; + border-top: 1px solid DarkViolet; } nav { - background: PaleGreen; + background: DarkViolet; display: flex; align-items: center; padding: 0 0.5rem; From 1e26823cdb27d371c6d31a27b9e5d1a9d3343661 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 29 Apr 2022 12:34:43 +0000 Subject: [PATCH 0543/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 2d42ff06bf02..bb2f114b139e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkViolet; + border-top: 1px solid LightSlateGrey; } nav { - background: DarkViolet; + background: LightSlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From 5a5ab5b0d6eded18228e2f157a08b47426e4c4f7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 29 Apr 2022 14:04:42 +0000 Subject: [PATCH 0544/3185] KPT-22: Modals with AntiqueWhite accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index bb2f114b139e..531a07b0e7f9 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSlateGrey; + border-top: 1px solid AntiqueWhite; } nav { - background: LightSlateGrey; + background: AntiqueWhite; display: flex; align-items: center; padding: 0 0.5rem; From d2b23ab0bfee74b5128928881a15865c2860c0c5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 29 Apr 2022 14:49:42 +0000 Subject: [PATCH 0545/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 531a07b0e7f9..b5abec4e62df 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid AntiqueWhite; + border-top: 1px solid Chocolate; } nav { - background: AntiqueWhite; + background: Chocolate; display: flex; align-items: center; padding: 0 0.5rem; From fa77616ec434ce88f0d9ffa86d2099cbb4798141 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 29 Apr 2022 19:19:42 +0000 Subject: [PATCH 0546/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index b5abec4e62df..46aa99fbd145 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Chocolate; + border-top: 1px solid DarkGoldenRod; } nav { - background: Chocolate; + background: DarkGoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From c15f8de4be666c2f539eb5ba80825588fde1cc47 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 29 Apr 2022 21:34:42 +0000 Subject: [PATCH 0547/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 46aa99fbd145..4157a06c1b2b 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGoldenRod; + border-top: 1px solid LawnGreen; } nav { - background: DarkGoldenRod; + background: LawnGreen; display: flex; align-items: center; padding: 0 0.5rem; From ebf7a9dc022b74d2591b849d88f8e9988bc7f173 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 29 Apr 2022 22:19:42 +0000 Subject: [PATCH 0548/3185] KPT-22: Modals with LightGoldenRodYellow accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4157a06c1b2b..857ab72fccc2 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LawnGreen; + border-top: 1px solid LightGoldenRodYellow; } nav { - background: LawnGreen; + background: LightGoldenRodYellow; display: flex; align-items: center; padding: 0 0.5rem; From 37bb2408a070de159ee6969b08cf8ab9ece03499 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 29 Apr 2022 23:04:42 +0000 Subject: [PATCH 0549/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 857ab72fccc2..3c53fdbf3bd7 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGoldenRodYellow; + border-top: 1px solid RosyBrown; } nav { - background: LightGoldenRodYellow; + background: RosyBrown; display: flex; align-items: center; padding: 0 0.5rem; From b2161290d76373f065a822cef289319145a8ade5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 30 Apr 2022 00:47:13 +0000 Subject: [PATCH 0550/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3c53fdbf3bd7..d7031fe0709d 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RosyBrown; + border-top: 1px solid HotPink; } nav { - background: RosyBrown; + background: HotPink; display: flex; align-items: center; padding: 0 0.5rem; From 3a46c362179a578e0a0d2da35e2579cc74984ab3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 30 Apr 2022 03:02:12 +0000 Subject: [PATCH 0551/3185] KPT-24: Update background color to Navy --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d7031fe0709d..31a327a93479 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid HotPink; + border-top: 1px solid Navy; } nav { - background: HotPink; + background: Navy; display: flex; align-items: center; padding: 0 0.5rem; From 3c60949a6a38741900a27365d7d333bbe97d892a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 30 Apr 2022 03:47:12 +0000 Subject: [PATCH 0552/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 31a327a93479..454e3b0659dc 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Navy; + border-top: 1px solid Tan; } nav { - background: Navy; + background: Tan; display: flex; align-items: center; padding: 0 0.5rem; From dbc25170ef93a9c05a221429170b21da85ccb5f3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 30 Apr 2022 13:32:13 +0000 Subject: [PATCH 0553/3185] KPT-22: Modals with SpringGreen accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 454e3b0659dc..6fb1f0957aea 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Tan; + border-top: 1px solid SpringGreen; } nav { - background: Tan; + background: SpringGreen; display: flex; align-items: center; padding: 0 0.5rem; From 2ed146e8e48b0a18fb4c8101f624e7cb3c05b7a5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 30 Apr 2022 17:17:13 +0000 Subject: [PATCH 0554/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 6fb1f0957aea..036ab873eeb7 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SpringGreen; + border-top: 1px solid Violet; } nav { - background: SpringGreen; + background: Violet; display: flex; align-items: center; padding: 0 0.5rem; From fb19bcab885fb9cce8c5553950ba69397fae4771 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 30 Apr 2022 18:47:13 +0000 Subject: [PATCH 0555/3185] KPT-24: Update background color to DimGray --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 036ab873eeb7..95b0c9b012ff 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Violet; + border-top: 1px solid DimGray; } nav { - background: Violet; + background: DimGray; display: flex; align-items: center; padding: 0 0.5rem; From a85cfc386f17ef6508b1182f804e255452700ae3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 30 Apr 2022 21:47:13 +0000 Subject: [PATCH 0556/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 95b0c9b012ff..63b3b490fb00 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DimGray; + border-top: 1px solid MediumVioletRed; } nav { - background: DimGray; + background: MediumVioletRed; display: flex; align-items: center; padding: 0 0.5rem; From a9826e41b235b7fd61ab81b7dda85d0e8adcbbcc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 30 Apr 2022 22:32:12 +0000 Subject: [PATCH 0557/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 63b3b490fb00..6550fb674240 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumVioletRed; + border-top: 1px solid SandyBrown; } nav { - background: MediumVioletRed; + background: SandyBrown; display: flex; align-items: center; padding: 0 0.5rem; From a35e11d2ba4e9dbb0f479d1ef9e1d79eb644f8eb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 1 May 2022 05:17:12 +0000 Subject: [PATCH 0558/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 6550fb674240..453cdaa8fe58 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SandyBrown; + border-top: 1px solid DarkSlateBlue; } nav { - background: SandyBrown; + background: DarkSlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From 9ef22f86a9a6c560fadcc4cabe117956e8dfc337 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 1 May 2022 11:17:12 +0000 Subject: [PATCH 0559/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 453cdaa8fe58..4c78b363845c 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateBlue; + border-top: 1px solid ForestGreen; } nav { - background: DarkSlateBlue; + background: ForestGreen; display: flex; align-items: center; padding: 0 0.5rem; From 1bd2f780e12db65ab0c0fe91c1648f17e91ee649 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 1 May 2022 15:02:13 +0000 Subject: [PATCH 0560/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4c78b363845c..ce75e3b066c0 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid ForestGreen; + border-top: 1px solid Olive; } nav { - background: ForestGreen; + background: Olive; display: flex; align-items: center; padding: 0 0.5rem; From 4ebf9c973d372a2386e3c4e742d3e071775429ac Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 1 May 2022 15:47:13 +0000 Subject: [PATCH 0561/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ce75e3b066c0..b5abec4e62df 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Olive; + border-top: 1px solid Chocolate; } nav { - background: Olive; + background: Chocolate; display: flex; align-items: center; padding: 0 0.5rem; From fa0226fd4d3a9f9773cd5ce0f5121881267b5163 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 1 May 2022 16:32:13 +0000 Subject: [PATCH 0562/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index b5abec4e62df..d28f8e930d59 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Chocolate; + border-top: 1px solid Snow; } nav { - background: Chocolate; + background: Snow; display: flex; align-items: center; padding: 0 0.5rem; From 9fd8fbd641672bf8b862af82796ba34ff482b33e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 1 May 2022 17:17:13 +0000 Subject: [PATCH 0563/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d28f8e930d59..b3ffebd1503f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Snow; + border-top: 1px solid PeachPuff; } nav { - background: Snow; + background: PeachPuff; display: flex; align-items: center; padding: 0 0.5rem; From 83e786484451bc61eaa0607bbc7e8f1ad8c4aa6b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 1 May 2022 19:32:12 +0000 Subject: [PATCH 0564/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index b3ffebd1503f..4f31bef8a698 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PeachPuff; + border-top: 1px solid NavajoWhite; } nav { - background: PeachPuff; + background: NavajoWhite; display: flex; align-items: center; padding: 0 0.5rem; From 712218e86e11a5ef2c718b961cc0a91b2ecd3297 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 1 May 2022 22:32:12 +0000 Subject: [PATCH 0565/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4f31bef8a698..a2f3a2cc2f41 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid NavajoWhite; + border-top: 1px solid MediumPurple; } nav { - background: NavajoWhite; + background: MediumPurple; display: flex; align-items: center; padding: 0 0.5rem; From d2c29451a5b79cbabb3845cc404afd8483cd63c9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 2 May 2022 00:02:13 +0000 Subject: [PATCH 0566/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index a2f3a2cc2f41..d444a165a194 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumPurple; + border-top: 1px solid Azure; } nav { - background: MediumPurple; + background: Azure; display: flex; align-items: center; padding: 0 0.5rem; From fd6507294fd9887d92e6039f055322078cac013c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 2 May 2022 01:32:13 +0000 Subject: [PATCH 0567/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d444a165a194..3c53fdbf3bd7 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Azure; + border-top: 1px solid RosyBrown; } nav { - background: Azure; + background: RosyBrown; display: flex; align-items: center; padding: 0 0.5rem; From 080a866ad182258177742488f9a14b97ee7f0df8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 2 May 2022 10:32:13 +0000 Subject: [PATCH 0568/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3c53fdbf3bd7..6675fdc2e211 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RosyBrown; + border-top: 1px solid Tomato; } nav { - background: RosyBrown; + background: Tomato; display: flex; align-items: center; padding: 0 0.5rem; From 68835123b63e4e90554ca409124d9b48f7faa992 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 2 May 2022 12:02:13 +0000 Subject: [PATCH 0569/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 6675fdc2e211..7a8231a1d628 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Tomato; + border-top: 1px solid SeaGreen; } nav { - background: Tomato; + background: SeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From 1d381c7fe6d08209e3988423342f74e453afda50 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 2 May 2022 14:17:13 +0000 Subject: [PATCH 0570/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 7a8231a1d628..5b6feda18165 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SeaGreen; + border-top: 1px solid Red; } nav { - background: SeaGreen; + background: Red; display: flex; align-items: center; padding: 0 0.5rem; From a84d77e48cdc3b1886c1cdec8e902a73cf6ae497 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 2 May 2022 17:17:12 +0000 Subject: [PATCH 0571/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 5b6feda18165..50a979314f9f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Red; + border-top: 1px solid LightSeaGreen; } nav { - background: Red; + background: LightSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From f913bd640988ca3a37294683d1fadf9864847a4a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 2 May 2022 18:47:13 +0000 Subject: [PATCH 0572/3185] KPT-22: Modals with Bisque accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 50a979314f9f..ac6b74bb429f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSeaGreen; + border-top: 1px solid Bisque; } nav { - background: LightSeaGreen; + background: Bisque; display: flex; align-items: center; padding: 0 0.5rem; From 0928a9cb6c783ba1c662a6584eb04ba5220f70d9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 2 May 2022 19:32:12 +0000 Subject: [PATCH 0573/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ac6b74bb429f..9cb4c6084104 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Bisque; + border-top: 1px solid DarkBlue; } nav { - background: Bisque; + background: DarkBlue; display: flex; align-items: center; padding: 0 0.5rem; From b757c4487ad533fa3087d71f3354a2ff9ff4c3d2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 2 May 2022 21:02:12 +0000 Subject: [PATCH 0574/3185] KPT-24: Update background color to DarkKhaki --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 9cb4c6084104..d61efedec6bb 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkBlue; + border-top: 1px solid DarkKhaki; } nav { - background: DarkBlue; + background: DarkKhaki; display: flex; align-items: center; padding: 0 0.5rem; From 75b76e7af3ab4a6634d1fe99c3b00e2215466d98 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 3 May 2022 03:47:13 +0000 Subject: [PATCH 0575/3185] KPT-24: Update background color to Magenta --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d61efedec6bb..2e8c8e35e5cb 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkKhaki; + border-top: 1px solid Magenta; } nav { - background: DarkKhaki; + background: Magenta; display: flex; align-items: center; padding: 0 0.5rem; From c4079795d7ded50eec8d1e2d895e91278d89f060 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 3 May 2022 05:17:12 +0000 Subject: [PATCH 0576/3185] KPT-22: Modals with Moccasin accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 2e8c8e35e5cb..d932ecdd7d93 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Magenta; + border-top: 1px solid Moccasin; } nav { - background: Magenta; + background: Moccasin; display: flex; align-items: center; padding: 0 0.5rem; From 60e58a64faeb72ee0bd9b1aec086d6bce842f2eb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 3 May 2022 07:32:12 +0000 Subject: [PATCH 0577/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d932ecdd7d93..afdb09fdc5dc 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Moccasin; + border-top: 1px solid SlateGray; } nav { - background: Moccasin; + background: SlateGray; display: flex; align-items: center; padding: 0 0.5rem; From 707736c7c7d978dc3adb6fa01137b522c9a42b9a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 3 May 2022 09:47:12 +0000 Subject: [PATCH 0578/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index afdb09fdc5dc..8876d676857c 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateGray; + border-top: 1px solid IndianRed; } nav { - background: SlateGray; + background: IndianRed; display: flex; align-items: center; padding: 0 0.5rem; From 17fc4eee9c90fd8397a5b9b26556b593303f9b46 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 3 May 2022 10:32:12 +0000 Subject: [PATCH 0579/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 8876d676857c..2a24e48a33d3 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid IndianRed; + border-top: 1px solid Green; } nav { - background: IndianRed; + background: Green; display: flex; align-items: center; padding: 0 0.5rem; From fb79329068ceaee6004e27249a74a5bc4bb89311 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 3 May 2022 11:17:12 +0000 Subject: [PATCH 0580/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 2a24e48a33d3..ac69cd686a82 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Green; + border-top: 1px solid MediumSpringGreen; } nav { - background: Green; + background: MediumSpringGreen; display: flex; align-items: center; padding: 0 0.5rem; From 4098ff08e82f98a6c70f26fe062b3102f84df7c2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 3 May 2022 15:47:12 +0000 Subject: [PATCH 0581/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ac69cd686a82..67e0111f647f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSpringGreen; + border-top: 1px solid Coral; } nav { - background: MediumSpringGreen; + background: Coral; display: flex; align-items: center; padding: 0 0.5rem; From 2c041514d8ff44c3854015b899f217b4c0ec37f8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 3 May 2022 18:02:13 +0000 Subject: [PATCH 0582/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 67e0111f647f..228291e36290 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Coral; + border-top: 1px solid Beige; } nav { - background: Coral; + background: Beige; display: flex; align-items: center; padding: 0 0.5rem; From 962b5389b87caf3c8536f20d0eee985fb2f2ea7c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 3 May 2022 21:02:12 +0000 Subject: [PATCH 0583/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 228291e36290..372b1a31ed97 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Beige; + border-top: 1px solid LightGrey; } nav { - background: Beige; + background: LightGrey; display: flex; align-items: center; padding: 0 0.5rem; From 73049f85d922636bc9827f19f163e05024ed08cf Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 4 May 2022 00:02:15 +0000 Subject: [PATCH 0584/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 372b1a31ed97..b5abec4e62df 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGrey; + border-top: 1px solid Chocolate; } nav { - background: LightGrey; + background: Chocolate; display: flex; align-items: center; padding: 0 0.5rem; From 752a218fb76c9bcabd137b4a55b465ea9e0ab27d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 4 May 2022 00:47:12 +0000 Subject: [PATCH 0585/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index b5abec4e62df..d61efedec6bb 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Chocolate; + border-top: 1px solid DarkKhaki; } nav { - background: Chocolate; + background: DarkKhaki; display: flex; align-items: center; padding: 0 0.5rem; From 93d6edb54cc560511b2c082f807d646c8e6876e9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 4 May 2022 02:17:13 +0000 Subject: [PATCH 0586/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d61efedec6bb..6675fdc2e211 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkKhaki; + border-top: 1px solid Tomato; } nav { - background: DarkKhaki; + background: Tomato; display: flex; align-items: center; padding: 0 0.5rem; From c1d3018d40ba3146155a39f22eee2db686c000ff Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 4 May 2022 03:02:13 +0000 Subject: [PATCH 0587/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 6675fdc2e211..39ce4de2a2ff 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Tomato; + border-top: 1px solid FireBrick; } nav { - background: Tomato; + background: FireBrick; display: flex; align-items: center; padding: 0 0.5rem; From e600b227fad0f65ecdee7d70f5c98bd390409eed Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 4 May 2022 06:47:12 +0000 Subject: [PATCH 0588/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 39ce4de2a2ff..372b1a31ed97 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid FireBrick; + border-top: 1px solid LightGrey; } nav { - background: FireBrick; + background: LightGrey; display: flex; align-items: center; padding: 0 0.5rem; From a14faa2982096deed4b24657f4cf77f9c237b830 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 4 May 2022 09:02:13 +0000 Subject: [PATCH 0589/3185] KPT-22: Modals with BlanchedAlmond accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 372b1a31ed97..6baa43ae096e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGrey; + border-top: 1px solid BlanchedAlmond; } nav { - background: LightGrey; + background: BlanchedAlmond; display: flex; align-items: center; padding: 0 0.5rem; From 9b6543c6e4d483329da83031531df7c6bad41c06 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 4 May 2022 12:02:13 +0000 Subject: [PATCH 0590/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 6baa43ae096e..266d9435f640 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BlanchedAlmond; + border-top: 1px solid Orange; } nav { - background: BlanchedAlmond; + background: Orange; display: flex; align-items: center; padding: 0 0.5rem; From 029d2ac94b89d27bebdf444640a45a67034b0bd2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 4 May 2022 15:02:12 +0000 Subject: [PATCH 0591/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 266d9435f640..856552dcb2f0 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Orange; + border-top: 1px solid DarkSeaGreen; } nav { - background: Orange; + background: DarkSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From 772ee0064f750d4a38cdeec70ef5546db3fac2e0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 4 May 2022 18:02:13 +0000 Subject: [PATCH 0592/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 856552dcb2f0..7eedbaa75afb 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSeaGreen; + border-top: 1px solid Gray; } nav { - background: DarkSeaGreen; + background: Gray; display: flex; align-items: center; padding: 0 0.5rem; From bb90956d700436e35c068a4afcc6bb0df83aa48c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 5 May 2022 05:17:13 +0000 Subject: [PATCH 0593/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 7eedbaa75afb..50a979314f9f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gray; + border-top: 1px solid LightSeaGreen; } nav { - background: Gray; + background: LightSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From acefcbbc513bcbf08c6fc82e9abcc7d9de644cc2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 5 May 2022 12:02:12 +0000 Subject: [PATCH 0594/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 50a979314f9f..24d254c510ca 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSeaGreen; + border-top: 1px solid Wheat; } nav { - background: LightSeaGreen; + background: Wheat; display: flex; align-items: center; padding: 0 0.5rem; From 8b0682f2de718841c468c4b190451445883f33cb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 5 May 2022 15:02:13 +0000 Subject: [PATCH 0595/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 24d254c510ca..26096fe5afd6 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Wheat; + border-top: 1px solid FloralWhite; } nav { - background: Wheat; + background: FloralWhite; display: flex; align-items: center; padding: 0 0.5rem; From 76527e10f0b4f660fadb45e48ee23f00a0fc3286 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 5 May 2022 16:32:12 +0000 Subject: [PATCH 0596/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 26096fe5afd6..cc3e2a46c95e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid FloralWhite; + border-top: 1px solid LightSkyBlue; } nav { - background: FloralWhite; + background: LightSkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From 7c080872193fe87a62b2f9d5ae038fa5d92afa95 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 5 May 2022 20:17:12 +0000 Subject: [PATCH 0597/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index cc3e2a46c95e..857ab72fccc2 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSkyBlue; + border-top: 1px solid LightGoldenRodYellow; } nav { - background: LightSkyBlue; + background: LightGoldenRodYellow; display: flex; align-items: center; padding: 0 0.5rem; From 0defce3ce10842c0fde4e4b6c2c657bd8db0b9f6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 5 May 2022 22:32:12 +0000 Subject: [PATCH 0598/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 857ab72fccc2..9b225c303ed7 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGoldenRodYellow; + border-top: 1px solid CornflowerBlue; } nav { - background: LightGoldenRodYellow; + background: CornflowerBlue; display: flex; align-items: center; padding: 0 0.5rem; From 50d652fd5571ae5de519389579997157ded1f498 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 5 May 2022 23:17:12 +0000 Subject: [PATCH 0599/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 9b225c303ed7..38d8005718f8 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid CornflowerBlue; + border-top: 1px solid YellowGreen; } nav { - background: CornflowerBlue; + background: YellowGreen; display: flex; align-items: center; padding: 0 0.5rem; From acddc58cfe1773430a80bd18b781da256135f240 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 6 May 2022 07:32:12 +0000 Subject: [PATCH 0600/3185] KPT-24: Update background color to LightYellow --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 38d8005718f8..1b8c7acecc59 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid YellowGreen; + border-top: 1px solid LightYellow; } nav { - background: YellowGreen; + background: LightYellow; display: flex; align-items: center; padding: 0 0.5rem; From 7fcc79c4dfe94e79e12718b3ee30ab5fd23d1724 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 6 May 2022 09:47:12 +0000 Subject: [PATCH 0601/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 1b8c7acecc59..abc9bac5eca7 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightYellow; + border-top: 1px solid Blue; } nav { - background: LightYellow; + background: Blue; display: flex; align-items: center; padding: 0 0.5rem; From 378a3b4d8a1ae041945774e9ff9046dab522943a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 6 May 2022 11:17:13 +0000 Subject: [PATCH 0602/3185] KPT-22: Modals with CadetBlue accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index abc9bac5eca7..bad8db91c557 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Blue; + border-top: 1px solid CadetBlue; } nav { - background: Blue; + background: CadetBlue; display: flex; align-items: center; padding: 0 0.5rem; From 44c6c6b4bf348f7d2600de9bb4d462f4d72df197 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 6 May 2022 18:47:23 +0000 Subject: [PATCH 0603/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index bad8db91c557..ac69cd686a82 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid CadetBlue; + border-top: 1px solid MediumSpringGreen; } nav { - background: CadetBlue; + background: MediumSpringGreen; display: flex; align-items: center; padding: 0 0.5rem; From 7aaa5244fc443a53d878ac3045a77c6814d9a30c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 6 May 2022 19:32:13 +0000 Subject: [PATCH 0604/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ac69cd686a82..a30b9cfca12e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSpringGreen; + border-top: 1px solid PapayaWhip; } nav { - background: MediumSpringGreen; + background: PapayaWhip; display: flex; align-items: center; padding: 0 0.5rem; From 596abc5403449c023e90f724010a69cd9fd4a989 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 6 May 2022 21:02:12 +0000 Subject: [PATCH 0605/3185] KPT-24: Update background color to IndianRed --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index a30b9cfca12e..8876d676857c 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PapayaWhip; + border-top: 1px solid IndianRed; } nav { - background: PapayaWhip; + background: IndianRed; display: flex; align-items: center; padding: 0 0.5rem; From fb6c5ca574ea201d4a374186e8d7e9c63bf97df4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 6 May 2022 21:47:13 +0000 Subject: [PATCH 0606/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 8876d676857c..ec5e8acbe367 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid IndianRed; + border-top: 1px solid RoyalBlue; } nav { - background: IndianRed; + background: RoyalBlue; display: flex; align-items: center; padding: 0 0.5rem; From ad0c5656ed7791ec9afed21e0fb403b2d78896d3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 6 May 2022 22:32:13 +0000 Subject: [PATCH 0607/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ec5e8acbe367..a53a85ffbbae 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RoyalBlue; + border-top: 1px solid AliceBlue; } nav { - background: RoyalBlue; + background: AliceBlue; display: flex; align-items: center; padding: 0 0.5rem; From b7796faeb8f0e653b70fcb827838616b21c6c4dd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 6 May 2022 23:17:12 +0000 Subject: [PATCH 0608/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index a53a85ffbbae..308fd2898d6e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid AliceBlue; + border-top: 1px solid Lavender; } nav { - background: AliceBlue; + background: Lavender; display: flex; align-items: center; padding: 0 0.5rem; From 719476aa1f5e61bfc68e07683e82fb523fcd5cbc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 7 May 2022 01:32:13 +0000 Subject: [PATCH 0609/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 308fd2898d6e..cec3a64bc51b 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Lavender; + border-top: 1px solid DarkMagenta; } nav { - background: Lavender; + background: DarkMagenta; display: flex; align-items: center; padding: 0 0.5rem; From 8ccc267f1c589e4c26d68f5cff6033a3d0ccf145 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 7 May 2022 05:17:12 +0000 Subject: [PATCH 0610/3185] KPT-22: Modals with LightSlateGrey accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index cec3a64bc51b..bb2f114b139e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkMagenta; + border-top: 1px solid LightSlateGrey; } nav { - background: DarkMagenta; + background: LightSlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From 27f1f6c85c83f03bea8d87ee53faed0ebc8b552c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 7 May 2022 06:02:12 +0000 Subject: [PATCH 0611/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index bb2f114b139e..19e1abc1037e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSlateGrey; + border-top: 1px solid PaleGreen; } nav { - background: LightSlateGrey; + background: PaleGreen; display: flex; align-items: center; padding: 0 0.5rem; From 68d785e36e14d6b36ac0fc2502a70bd3ea515c66 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 7 May 2022 19:32:12 +0000 Subject: [PATCH 0612/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 19e1abc1037e..136dba7818fc 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleGreen; + border-top: 1px solid SaddleBrown; } nav { - background: PaleGreen; + background: SaddleBrown; display: flex; align-items: center; padding: 0 0.5rem; From 1fdf7567ac6e0f7b79084fdf102a40a0785f87eb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 8 May 2022 05:17:12 +0000 Subject: [PATCH 0613/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 136dba7818fc..4157a06c1b2b 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SaddleBrown; + border-top: 1px solid LawnGreen; } nav { - background: SaddleBrown; + background: LawnGreen; display: flex; align-items: center; padding: 0 0.5rem; From d6d66c0c9a7f02cd5b8551cf1ed07b77c10f6863 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 8 May 2022 06:47:12 +0000 Subject: [PATCH 0614/3185] KPT-24: Update background color to DimGrey --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4157a06c1b2b..d3ffb8ea4363 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LawnGreen; + border-top: 1px solid DimGrey; } nav { - background: LawnGreen; + background: DimGrey; display: flex; align-items: center; padding: 0 0.5rem; From 861a2ac1b303ce4e58148849b44f4c5976819872 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 8 May 2022 09:47:12 +0000 Subject: [PATCH 0615/3185] KPT-24: Update background color to LawnGreen --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d3ffb8ea4363..4157a06c1b2b 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DimGrey; + border-top: 1px solid LawnGreen; } nav { - background: DimGrey; + background: LawnGreen; display: flex; align-items: center; padding: 0 0.5rem; From 7dc5e1a2bd2d276404087db8fa384de0bb774531 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 8 May 2022 10:32:13 +0000 Subject: [PATCH 0616/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4157a06c1b2b..b83d2db05aab 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LawnGreen; + border-top: 1px solid Silver; } nav { - background: LawnGreen; + background: Silver; display: flex; align-items: center; padding: 0 0.5rem; From ac4736c1755a3ec71c20294525af839f99ff3fa9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 8 May 2022 12:02:13 +0000 Subject: [PATCH 0617/3185] KPT-24: Update background color to SlateGrey --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index b83d2db05aab..52780a4ff666 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Silver; + border-top: 1px solid SlateGrey; } nav { - background: Silver; + background: SlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From 99a911301226238c8e4977061772a246a278a2a2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 8 May 2022 12:47:13 +0000 Subject: [PATCH 0618/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 52780a4ff666..7581a7f2cb24 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateGrey; + border-top: 1px solid Ivory; } nav { - background: SlateGrey; + background: Ivory; display: flex; align-items: center; padding: 0 0.5rem; From 8ff51d960073da4d0db1681c6d605a2a9f7ed329 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 8 May 2022 21:02:12 +0000 Subject: [PATCH 0619/3185] KPT-22: Modals with DarkOliveGreen accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 7581a7f2cb24..6da11d3d6276 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Ivory; + border-top: 1px solid DarkOliveGreen; } nav { - background: Ivory; + background: DarkOliveGreen; display: flex; align-items: center; padding: 0 0.5rem; From 4bf15a89cffdc9ceb6f84435c9bb456cbaf8ad85 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 9 May 2022 01:32:12 +0000 Subject: [PATCH 0620/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 6da11d3d6276..9cc806b0b915 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOliveGreen; + border-top: 1px solid DodgerBlue; } nav { - background: DarkOliveGreen; + background: DodgerBlue; display: flex; align-items: center; padding: 0 0.5rem; From d88ac6bf8d06ab386e9bfc4b7bd4b2cf65f521b0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 9 May 2022 02:17:12 +0000 Subject: [PATCH 0621/3185] KPT-24: Update background color to MediumOrchid --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 9cc806b0b915..a67998ca9c46 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DodgerBlue; + border-top: 1px solid MediumOrchid; } nav { - background: DodgerBlue; + background: MediumOrchid; display: flex; align-items: center; padding: 0 0.5rem; From 67015da76a910d121597ddecf7819365c99e6f78 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 9 May 2022 03:02:12 +0000 Subject: [PATCH 0622/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index a67998ca9c46..31704961ca80 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumOrchid; + border-top: 1px solid DarkRed; } nav { - background: MediumOrchid; + background: DarkRed; display: flex; align-items: center; padding: 0 0.5rem; From fd7b0c1efef518fa3ca1876daef1db0d28bc1c3e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 9 May 2022 09:47:12 +0000 Subject: [PATCH 0623/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 31704961ca80..bb2f114b139e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkRed; + border-top: 1px solid LightSlateGrey; } nav { - background: DarkRed; + background: LightSlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From b78f3e7bf720c3d33570c0411a67dae6be0eaf5a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 9 May 2022 10:32:12 +0000 Subject: [PATCH 0624/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index bb2f114b139e..7a8231a1d628 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSlateGrey; + border-top: 1px solid SeaGreen; } nav { - background: LightSlateGrey; + background: SeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From d69cd9d40dae3fe0a7bebbe48fd15bfafab9a57c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 9 May 2022 13:32:12 +0000 Subject: [PATCH 0625/3185] KPT-22: Modals with DimGray accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 7a8231a1d628..95b0c9b012ff 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SeaGreen; + border-top: 1px solid DimGray; } nav { - background: SeaGreen; + background: DimGray; display: flex; align-items: center; padding: 0 0.5rem; From 6cec1190701f4c2cd61d8ae55717e13fca6da710 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 9 May 2022 15:47:12 +0000 Subject: [PATCH 0626/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 95b0c9b012ff..228291e36290 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DimGray; + border-top: 1px solid Beige; } nav { - background: DimGray; + background: Beige; display: flex; align-items: center; padding: 0 0.5rem; From 460ba08bf1602e92c861fcdba40c955d7f89564a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 9 May 2022 16:32:14 +0000 Subject: [PATCH 0627/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 228291e36290..bd3a875e2c0c 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Beige; + border-top: 1px solid SlateBlue; } nav { - background: Beige; + background: SlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From 95a9a8e60f04df7ce2f0ac70a849c261797a7560 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 9 May 2022 18:02:13 +0000 Subject: [PATCH 0628/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index bd3a875e2c0c..266d9435f640 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateBlue; + border-top: 1px solid Orange; } nav { - background: SlateBlue; + background: Orange; display: flex; align-items: center; padding: 0 0.5rem; From e259478a35d77748ad36a46d68a9b5d17b172c1a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 9 May 2022 18:47:12 +0000 Subject: [PATCH 0629/3185] KPT-22: Modals with SeaShell accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 266d9435f640..139351cd37cf 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Orange; + border-top: 1px solid SeaShell; } nav { - background: Orange; + background: SeaShell; display: flex; align-items: center; padding: 0 0.5rem; From f544d5b9a537d5ee2ddbb26126f3f839f26afa3c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 9 May 2022 23:17:13 +0000 Subject: [PATCH 0630/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 139351cd37cf..9cb4c6084104 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SeaShell; + border-top: 1px solid DarkBlue; } nav { - background: SeaShell; + background: DarkBlue; display: flex; align-items: center; padding: 0 0.5rem; From d34735a6a68217ff4dbec49d8a92db1c1c943cd6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 10 May 2022 00:02:14 +0000 Subject: [PATCH 0631/3185] KPT-22: Modals with MintCream accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 9cb4c6084104..5d4492574dd1 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkBlue; + border-top: 1px solid MintCream; } nav { - background: DarkBlue; + background: MintCream; display: flex; align-items: center; padding: 0 0.5rem; From 5162569d25e4fc8ed9bb9633285f1ab72569820f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 10 May 2022 00:47:13 +0000 Subject: [PATCH 0632/3185] KPT-24: Update background color to IndianRed --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 5d4492574dd1..8876d676857c 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MintCream; + border-top: 1px solid IndianRed; } nav { - background: MintCream; + background: IndianRed; display: flex; align-items: center; padding: 0 0.5rem; From 68e05dee8ccdc0186261e9826acf90ac62b8a464 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 10 May 2022 01:32:12 +0000 Subject: [PATCH 0633/3185] KPT-22: Modals with HotPink accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 8876d676857c..d7031fe0709d 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid IndianRed; + border-top: 1px solid HotPink; } nav { - background: IndianRed; + background: HotPink; display: flex; align-items: center; padding: 0 0.5rem; From 542ffbb93b3a5595147585c9ac5a2b1dbc25566f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 10 May 2022 02:17:13 +0000 Subject: [PATCH 0634/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d7031fe0709d..5bc7ef4eb78f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid HotPink; + border-top: 1px solid DarkOrange; } nav { - background: HotPink; + background: DarkOrange; display: flex; align-items: center; padding: 0 0.5rem; From a481391b6d33250f18eed4d616fff34b532c7be3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 10 May 2022 08:17:12 +0000 Subject: [PATCH 0635/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 5bc7ef4eb78f..454e3b0659dc 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOrange; + border-top: 1px solid Tan; } nav { - background: DarkOrange; + background: Tan; display: flex; align-items: center; padding: 0 0.5rem; From d8885c742dcd5bfca78de0e9262bc41510d77e9f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 10 May 2022 12:47:13 +0000 Subject: [PATCH 0636/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 454e3b0659dc..5b6feda18165 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Tan; + border-top: 1px solid Red; } nav { - background: Tan; + background: Red; display: flex; align-items: center; padding: 0 0.5rem; From 7207fb622b5e6d855d09eae168b24013df27977d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 10 May 2022 17:17:12 +0000 Subject: [PATCH 0637/3185] KPT-22: Modals with FloralWhite accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 5b6feda18165..26096fe5afd6 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Red; + border-top: 1px solid FloralWhite; } nav { - background: Red; + background: FloralWhite; display: flex; align-items: center; padding: 0 0.5rem; From e576031224ccad713acd2a3503420b54b81def19 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 10 May 2022 18:02:12 +0000 Subject: [PATCH 0638/3185] KPT-24: Update background color to DodgerBlue --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 26096fe5afd6..9cc806b0b915 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid FloralWhite; + border-top: 1px solid DodgerBlue; } nav { - background: FloralWhite; + background: DodgerBlue; display: flex; align-items: center; padding: 0 0.5rem; From dc81708114d5c335078ebb28335ce9172b1588d3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 10 May 2022 20:17:12 +0000 Subject: [PATCH 0639/3185] KPT-22: Modals with LawnGreen accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 9cc806b0b915..4157a06c1b2b 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DodgerBlue; + border-top: 1px solid LawnGreen; } nav { - background: DodgerBlue; + background: LawnGreen; display: flex; align-items: center; padding: 0 0.5rem; From 28919a7f2d6b0e9d118db62579d32fb40e66795b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 10 May 2022 21:47:12 +0000 Subject: [PATCH 0640/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4157a06c1b2b..454e3b0659dc 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LawnGreen; + border-top: 1px solid Tan; } nav { - background: LawnGreen; + background: Tan; display: flex; align-items: center; padding: 0 0.5rem; From a3506af41827e5c46027ca1cad9e7559adc65b52 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 10 May 2022 22:32:12 +0000 Subject: [PATCH 0641/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 454e3b0659dc..bd66074dbebd 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Tan; + border-top: 1px solid LightSlateGray; } nav { - background: Tan; + background: LightSlateGray; display: flex; align-items: center; padding: 0 0.5rem; From f60c6625f7d803bc4d499fc38d347868b81da60d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 10 May 2022 23:17:12 +0000 Subject: [PATCH 0642/3185] KPT-22: Modals with DarkGreen accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index bd66074dbebd..14bdb415526f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSlateGray; + border-top: 1px solid DarkGreen; } nav { - background: LightSlateGray; + background: DarkGreen; display: flex; align-items: center; padding: 0 0.5rem; From 22b23361ed359f7dfc9213bf051d0808ba83da4b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 11 May 2022 04:32:12 +0000 Subject: [PATCH 0643/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 14bdb415526f..b5749b217055 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGreen; + border-top: 1px solid Orchid; } nav { - background: DarkGreen; + background: Orchid; display: flex; align-items: center; padding: 0 0.5rem; From 472a897536a3871d0ed8327f48478cbc5602215c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 11 May 2022 05:17:13 +0000 Subject: [PATCH 0644/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index b5749b217055..c9db43be9d02 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Orchid; + border-top: 1px solid Purple; } nav { - background: Orchid; + background: Purple; display: flex; align-items: center; padding: 0 0.5rem; From 82580b2e6102fe7709272a3124dbd169cf793032 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 11 May 2022 07:32:13 +0000 Subject: [PATCH 0645/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index c9db43be9d02..0228fd3891c6 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Purple; + border-top: 1px solid Plum; } nav { - background: Purple; + background: Plum; display: flex; align-items: center; padding: 0 0.5rem; From bbfea1fcb67334e64e43117e8d859f172752d071 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 11 May 2022 08:17:12 +0000 Subject: [PATCH 0646/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 0228fd3891c6..01d9c09e8bbb 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Plum; + border-top: 1px solid Brown; } nav { - background: Plum; + background: Brown; display: flex; align-items: center; padding: 0 0.5rem; From 8995c1e0286de28fd02b1bb384db4e49ceba7ef4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 11 May 2022 17:17:13 +0000 Subject: [PATCH 0647/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 01d9c09e8bbb..4f31bef8a698 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Brown; + border-top: 1px solid NavajoWhite; } nav { - background: Brown; + background: NavajoWhite; display: flex; align-items: center; padding: 0 0.5rem; From 17880fa6de732c77b52e38bf25bbb05a8001646a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 11 May 2022 20:17:13 +0000 Subject: [PATCH 0648/3185] KPT-22: Modals with MediumTurquoise accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4f31bef8a698..bdd585164bf6 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid NavajoWhite; + border-top: 1px solid MediumTurquoise; } nav { - background: NavajoWhite; + background: MediumTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From adc0c05cb24b792191180405bd50e6ab7e455aff Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 12 May 2022 00:02:13 +0000 Subject: [PATCH 0649/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index bdd585164bf6..9db6466b4d55 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumTurquoise; + border-top: 1px solid Indigo; } nav { - background: MediumTurquoise; + background: Indigo; display: flex; align-items: center; padding: 0 0.5rem; From 12242583a5c0aae78168134f5b60f5cb6e7e045a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 12 May 2022 00:47:13 +0000 Subject: [PATCH 0650/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 9db6466b4d55..31a327a93479 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Indigo; + border-top: 1px solid Navy; } nav { - background: Indigo; + background: Navy; display: flex; align-items: center; padding: 0 0.5rem; From c5031e4f8b976c830a71b7b368b0b380ca79c67d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 12 May 2022 03:02:12 +0000 Subject: [PATCH 0651/3185] KPT-24: Update background color to PaleGreen --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 31a327a93479..19e1abc1037e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Navy; + border-top: 1px solid PaleGreen; } nav { - background: Navy; + background: PaleGreen; display: flex; align-items: center; padding: 0 0.5rem; From 4d9fad808a61bce9e759c39bd78d70385e6b753f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 12 May 2022 03:47:12 +0000 Subject: [PATCH 0652/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 19e1abc1037e..ec5e8acbe367 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleGreen; + border-top: 1px solid RoyalBlue; } nav { - background: PaleGreen; + background: RoyalBlue; display: flex; align-items: center; padding: 0 0.5rem; From 753e26d3fbaf33d41acb7c9668a157c8307d5170 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 12 May 2022 04:32:12 +0000 Subject: [PATCH 0653/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ec5e8acbe367..19e1abc1037e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RoyalBlue; + border-top: 1px solid PaleGreen; } nav { - background: RoyalBlue; + background: PaleGreen; display: flex; align-items: center; padding: 0 0.5rem; From ba5b346c7767c97e5fc84c9f86f836cf5556cc00 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 12 May 2022 12:02:13 +0000 Subject: [PATCH 0654/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 19e1abc1037e..31704961ca80 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleGreen; + border-top: 1px solid DarkRed; } nav { - background: PaleGreen; + background: DarkRed; display: flex; align-items: center; padding: 0 0.5rem; From 6e86904026fbd533bcc6405e2396d50c5d4d470b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 12 May 2022 13:32:13 +0000 Subject: [PATCH 0655/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 31704961ca80..531a07b0e7f9 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkRed; + border-top: 1px solid AntiqueWhite; } nav { - background: DarkRed; + background: AntiqueWhite; display: flex; align-items: center; padding: 0 0.5rem; From ab23f75e7c852dad759228672a8932651dfa8d28 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 12 May 2022 15:47:13 +0000 Subject: [PATCH 0656/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 531a07b0e7f9..718dcb65df26 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid AntiqueWhite; + border-top: 1px solid DarkCyan; } nav { - background: AntiqueWhite; + background: DarkCyan; display: flex; align-items: center; padding: 0 0.5rem; From 00bb4007907266f54813681eee585708c14e3994 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 12 May 2022 16:32:13 +0000 Subject: [PATCH 0657/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 718dcb65df26..afdb09fdc5dc 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkCyan; + border-top: 1px solid SlateGray; } nav { - background: DarkCyan; + background: SlateGray; display: flex; align-items: center; padding: 0 0.5rem; From 17a99e37f751c44e9056259041d2cef69f348bc6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 12 May 2022 19:32:12 +0000 Subject: [PATCH 0658/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index afdb09fdc5dc..b71c46471615 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateGray; + border-top: 1px solid Sienna; } nav { - background: SlateGray; + background: Sienna; display: flex; align-items: center; padding: 0 0.5rem; From 24f9619b9849d201fe8c4e7716ad5949cab53362 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 13 May 2022 07:32:13 +0000 Subject: [PATCH 0659/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index b71c46471615..ce75e3b066c0 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Sienna; + border-top: 1px solid Olive; } nav { - background: Sienna; + background: Olive; display: flex; align-items: center; padding: 0 0.5rem; From 1ef5c71e1b808bcfe70be33af5e92b077a37caea Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 13 May 2022 12:02:13 +0000 Subject: [PATCH 0660/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ce75e3b066c0..2d42ff06bf02 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Olive; + border-top: 1px solid DarkViolet; } nav { - background: Olive; + background: DarkViolet; display: flex; align-items: center; padding: 0 0.5rem; From 93a166f3f9a27e7f326f103aac7abe0904ad1e29 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 13 May 2022 12:47:13 +0000 Subject: [PATCH 0661/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 2d42ff06bf02..bad8db91c557 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkViolet; + border-top: 1px solid CadetBlue; } nav { - background: DarkViolet; + background: CadetBlue; display: flex; align-items: center; padding: 0 0.5rem; From c23b87f15b3da69e2cc18cfe9afad5a280476050 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 13 May 2022 15:02:23 +0000 Subject: [PATCH 0662/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index bad8db91c557..cec3a64bc51b 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid CadetBlue; + border-top: 1px solid DarkMagenta; } nav { - background: CadetBlue; + background: DarkMagenta; display: flex; align-items: center; padding: 0 0.5rem; From 4c334f5aad2bbf8b114eafc48f4dfe7e969f63f7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 13 May 2022 15:47:12 +0000 Subject: [PATCH 0663/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index cec3a64bc51b..ebdf63f280df 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkMagenta; + border-top: 1px solid White; } nav { - background: DarkMagenta; + background: White; display: flex; align-items: center; padding: 0 0.5rem; From 9ff538d7087cf038b487c17ca30e98f1be5dc5c7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 13 May 2022 18:02:13 +0000 Subject: [PATCH 0664/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ebdf63f280df..bd66074dbebd 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid White; + border-top: 1px solid LightSlateGray; } nav { - background: White; + background: LightSlateGray; display: flex; align-items: center; padding: 0 0.5rem; From 030ec11dc9553f6f4676a82809e12af4f2df42bc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 13 May 2022 19:32:13 +0000 Subject: [PATCH 0665/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index bd66074dbebd..24d254c510ca 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSlateGray; + border-top: 1px solid Wheat; } nav { - background: LightSlateGray; + background: Wheat; display: flex; align-items: center; padding: 0 0.5rem; From b9c7d4f108fa5f06b40aa13f25cad304961f19c8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 13 May 2022 20:17:13 +0000 Subject: [PATCH 0666/3185] KPT-24: Update background color to SandyBrown --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 24d254c510ca..6550fb674240 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Wheat; + border-top: 1px solid SandyBrown; } nav { - background: Wheat; + background: SandyBrown; display: flex; align-items: center; padding: 0 0.5rem; From 690c7ca25c231afed1e6a1ce2b5cde8159456d16 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 13 May 2022 22:32:12 +0000 Subject: [PATCH 0667/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 6550fb674240..4d589e9fc6c4 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SandyBrown; + border-top: 1px solid MidnightBlue; } nav { - background: SandyBrown; + background: MidnightBlue; display: flex; align-items: center; padding: 0 0.5rem; From 9cafbee3783f221f4ef9ae8ed88b12a96e916c69 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 14 May 2022 00:47:14 +0000 Subject: [PATCH 0668/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4d589e9fc6c4..97c9a503bf56 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MidnightBlue; + border-top: 1px solid Lime; } nav { - background: MidnightBlue; + background: Lime; display: flex; align-items: center; padding: 0 0.5rem; From 62ef5cf3a0549d7e250c6b6204f376d77d6ab052 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 14 May 2022 01:32:12 +0000 Subject: [PATCH 0669/3185] KPT-24: Update background color to Indigo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 97c9a503bf56..9db6466b4d55 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Lime; + border-top: 1px solid Indigo; } nav { - background: Lime; + background: Indigo; display: flex; align-items: center; padding: 0 0.5rem; From 57683f653992081cc09f5a62ee92367a9ce27be9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 14 May 2022 05:17:12 +0000 Subject: [PATCH 0670/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 9db6466b4d55..eca3a27ac0c5 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Indigo; + border-top: 1px solid GreenYellow; } nav { - background: Indigo; + background: GreenYellow; display: flex; align-items: center; padding: 0 0.5rem; From f891e679d1d36b2b6684c39f2569d5daf9499255 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 14 May 2022 07:32:13 +0000 Subject: [PATCH 0671/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index eca3a27ac0c5..3723989cd0af 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GreenYellow; + border-top: 1px solid Aqua; } nav { - background: GreenYellow; + background: Aqua; display: flex; align-items: center; padding: 0 0.5rem; From 593c3d973890cd96b8e87f7f98c613cb64ef5721 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 14 May 2022 08:17:13 +0000 Subject: [PATCH 0672/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3723989cd0af..0ad2b52a66dd 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Aqua; + border-top: 1px solid DarkSlateGray; } nav { - background: Aqua; + background: DarkSlateGray; display: flex; align-items: center; padding: 0 0.5rem; From 871724d38d6566573cae58adbb4f63a3f2a959d1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 14 May 2022 12:02:12 +0000 Subject: [PATCH 0673/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 0ad2b52a66dd..31a327a93479 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateGray; + border-top: 1px solid Navy; } nav { - background: DarkSlateGray; + background: Navy; display: flex; align-items: center; padding: 0 0.5rem; From 936de98eb3448e3fdbe9f80be0d606a1eaac3653 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 14 May 2022 12:47:13 +0000 Subject: [PATCH 0674/3185] KPT-24: Update background color to LightSalmon --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 31a327a93479..8bc1be7e263d 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Navy; + border-top: 1px solid LightSalmon; } nav { - background: Navy; + background: LightSalmon; display: flex; align-items: center; padding: 0 0.5rem; From 09cca21a5cd074fc8bf3e66b643dbe018a097977 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 14 May 2022 16:32:12 +0000 Subject: [PATCH 0675/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 8bc1be7e263d..8b28d00942f7 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSalmon; + border-top: 1px solid PowderBlue; } nav { - background: LightSalmon; + background: PowderBlue; display: flex; align-items: center; padding: 0 0.5rem; From 887175646c528605d63ba2b20cab12e666df899c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 14 May 2022 21:47:14 +0000 Subject: [PATCH 0676/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 8b28d00942f7..d5b33e6aee0e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PowderBlue; + border-top: 1px solid LimeGreen; } nav { - background: PowderBlue; + background: LimeGreen; display: flex; align-items: center; padding: 0 0.5rem; From 123cc74efefcc2711587f13f306ec2666871f900 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 14 May 2022 22:32:13 +0000 Subject: [PATCH 0677/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d5b33e6aee0e..91281b5305a0 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LimeGreen; + border-top: 1px solid HoneyDew; } nav { - background: LimeGreen; + background: HoneyDew; display: flex; align-items: center; padding: 0 0.5rem; From 7eeef5abe72b936f461940a6a70855c0c71fa8d0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 15 May 2022 00:47:12 +0000 Subject: [PATCH 0678/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 91281b5305a0..6fb1f0957aea 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid HoneyDew; + border-top: 1px solid SpringGreen; } nav { - background: HoneyDew; + background: SpringGreen; display: flex; align-items: center; padding: 0 0.5rem; From 565dd8e7136b4c1ad6e66d88e9c71710efbb216e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 15 May 2022 02:17:13 +0000 Subject: [PATCH 0679/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 6fb1f0957aea..77bfaa9f6042 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SpringGreen; + border-top: 1px solid MediumSeaGreen; } nav { - background: SpringGreen; + background: MediumSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From aa4eb616686f522b0a09b01fba3d981997e39e4a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 15 May 2022 07:32:12 +0000 Subject: [PATCH 0680/3185] KPT-22: Modals with Blue accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 77bfaa9f6042..abc9bac5eca7 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSeaGreen; + border-top: 1px solid Blue; } nav { - background: MediumSeaGreen; + background: Blue; display: flex; align-items: center; padding: 0 0.5rem; From 8378673253e8695784b3f2236939e5ec9b2d94a3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 15 May 2022 08:17:12 +0000 Subject: [PATCH 0681/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index abc9bac5eca7..9219f21a21b0 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Blue; + border-top: 1px solid OrangeRed; } nav { - background: Blue; + background: OrangeRed; display: flex; align-items: center; padding: 0 0.5rem; From 28da8fee5716da17dc47674c8b22a126461ce613 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 15 May 2022 09:47:13 +0000 Subject: [PATCH 0682/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 9219f21a21b0..39ce4de2a2ff 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OrangeRed; + border-top: 1px solid FireBrick; } nav { - background: OrangeRed; + background: FireBrick; display: flex; align-items: center; padding: 0 0.5rem; From 4507f0f60b8e788fc7637e69b1f334c9c67783c4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 15 May 2022 19:32:12 +0000 Subject: [PATCH 0683/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 39ce4de2a2ff..c9027d922244 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid FireBrick; + border-top: 1px solid OldLace; } nav { - background: FireBrick; + background: OldLace; display: flex; align-items: center; padding: 0 0.5rem; From 4d770e0f065682a545dc13504ba99729efd0ae5e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 15 May 2022 20:17:12 +0000 Subject: [PATCH 0684/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index c9027d922244..4ec33dd9a11e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OldLace; + border-top: 1px solid BurlyWood; } nav { - background: OldLace; + background: BurlyWood; display: flex; align-items: center; padding: 0 0.5rem; From 8165a7d80f83828d03c732e7a985eb93e0e4e3bf Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 15 May 2022 21:02:13 +0000 Subject: [PATCH 0685/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4ec33dd9a11e..7a8231a1d628 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BurlyWood; + border-top: 1px solid SeaGreen; } nav { - background: BurlyWood; + background: SeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From 70c3b9257179ea06aac0577b49229329c98dd394 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 15 May 2022 22:32:13 +0000 Subject: [PATCH 0686/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 7a8231a1d628..31a327a93479 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SeaGreen; + border-top: 1px solid Navy; } nav { - background: SeaGreen; + background: Navy; display: flex; align-items: center; padding: 0 0.5rem; From 8d9820d30baff5f907dd287d3de6ba28c04d675e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 16 May 2022 00:02:15 +0000 Subject: [PATCH 0687/3185] KPT-22: Modals with Salmon accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 31a327a93479..38eb215526f9 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Navy; + border-top: 1px solid Salmon; } nav { - background: Navy; + background: Salmon; display: flex; align-items: center; padding: 0 0.5rem; From bc4ff78df1168ffde87fe1446dfc6d2043b383dc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 16 May 2022 11:17:13 +0000 Subject: [PATCH 0688/3185] KPT-24: Update background color to DarkBlue --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 38eb215526f9..9cb4c6084104 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Salmon; + border-top: 1px solid DarkBlue; } nav { - background: Salmon; + background: DarkBlue; display: flex; align-items: center; padding: 0 0.5rem; From bda4bae46e3230aead3ccfc54ef9c6dc6fb18f44 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 16 May 2022 20:17:12 +0000 Subject: [PATCH 0689/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 9cb4c6084104..37d380ba9c8b 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkBlue; + border-top: 1px solid LavenderBlush; } nav { - background: DarkBlue; + background: LavenderBlush; display: flex; align-items: center; padding: 0 0.5rem; From 5690c2fcddabbb61f9d630131d08d1e96d7d19ed Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 16 May 2022 23:17:14 +0000 Subject: [PATCH 0690/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 37d380ba9c8b..856552dcb2f0 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LavenderBlush; + border-top: 1px solid DarkSeaGreen; } nav { - background: LavenderBlush; + background: DarkSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From 19019044cc1f49befd7427522fe268b54b6bec9c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 17 May 2022 00:02:12 +0000 Subject: [PATCH 0691/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 856552dcb2f0..b83d2db05aab 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSeaGreen; + border-top: 1px solid Silver; } nav { - background: DarkSeaGreen; + background: Silver; display: flex; align-items: center; padding: 0 0.5rem; From cfdfd0e8b2ea1f87efb58dacdd08de064e9ef520 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 17 May 2022 03:02:12 +0000 Subject: [PATCH 0692/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index b83d2db05aab..1b8c7acecc59 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Silver; + border-top: 1px solid LightYellow; } nav { - background: Silver; + background: LightYellow; display: flex; align-items: center; padding: 0 0.5rem; From 24a3a3574a08807855f0c04aa36e02983bcce6a0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 17 May 2022 06:47:12 +0000 Subject: [PATCH 0693/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 1b8c7acecc59..ce75e3b066c0 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightYellow; + border-top: 1px solid Olive; } nav { - background: LightYellow; + background: Olive; display: flex; align-items: center; padding: 0 0.5rem; From 909104cc13c15f9c6d9406b8ff3c5a1083f74a26 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 17 May 2022 10:32:12 +0000 Subject: [PATCH 0694/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ce75e3b066c0..9b225c303ed7 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Olive; + border-top: 1px solid CornflowerBlue; } nav { - background: Olive; + background: CornflowerBlue; display: flex; align-items: center; padding: 0 0.5rem; From 6d8b2c11ac064a7d397fe82e6af4f5cd12552f25 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 17 May 2022 11:17:12 +0000 Subject: [PATCH 0695/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 9b225c303ed7..7885b7716913 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid CornflowerBlue; + border-top: 1px solid MistyRose; } nav { - background: CornflowerBlue; + background: MistyRose; display: flex; align-items: center; padding: 0 0.5rem; From 1e50c694a79bd3e93362c0a346646b89be74e8be Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 17 May 2022 12:02:13 +0000 Subject: [PATCH 0696/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 7885b7716913..eca3a27ac0c5 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MistyRose; + border-top: 1px solid GreenYellow; } nav { - background: MistyRose; + background: GreenYellow; display: flex; align-items: center; padding: 0 0.5rem; From f0994435299348187fa4b64217251287b8b587f5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 17 May 2022 15:47:13 +0000 Subject: [PATCH 0697/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index eca3a27ac0c5..9b225c303ed7 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GreenYellow; + border-top: 1px solid CornflowerBlue; } nav { - background: GreenYellow; + background: CornflowerBlue; display: flex; align-items: center; padding: 0 0.5rem; From 7e4b8dec9da9d62c2d7ecaae284eafcf183114ee Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 17 May 2022 18:02:13 +0000 Subject: [PATCH 0698/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 9b225c303ed7..b3ffebd1503f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid CornflowerBlue; + border-top: 1px solid PeachPuff; } nav { - background: CornflowerBlue; + background: PeachPuff; display: flex; align-items: center; padding: 0 0.5rem; From 355bd18f8da47e08c0cabf9c2de0650a9b5ff055 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 17 May 2022 19:32:13 +0000 Subject: [PATCH 0699/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index b3ffebd1503f..95b0c9b012ff 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PeachPuff; + border-top: 1px solid DimGray; } nav { - background: PeachPuff; + background: DimGray; display: flex; align-items: center; padding: 0 0.5rem; From 8df671e26811ce6be9c4b96e7ec230324e3438b2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 17 May 2022 21:47:12 +0000 Subject: [PATCH 0700/3185] KPT-22: Modals with DarkOrange accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 95b0c9b012ff..5bc7ef4eb78f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DimGray; + border-top: 1px solid DarkOrange; } nav { - background: DimGray; + background: DarkOrange; display: flex; align-items: center; padding: 0 0.5rem; From 25675f0f32e65e5d945edb921bdb23cea2a545cd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 17 May 2022 22:32:12 +0000 Subject: [PATCH 0701/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 5bc7ef4eb78f..3fc956c8bef1 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOrange; + border-top: 1px solid Khaki; } nav { - background: DarkOrange; + background: Khaki; display: flex; align-items: center; padding: 0 0.5rem; From 429adbfb7280d39e7a50ed4e141d6fe949816ee6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 18 May 2022 01:32:13 +0000 Subject: [PATCH 0702/3185] KPT-22: Modals with GreenYellow accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3fc956c8bef1..eca3a27ac0c5 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Khaki; + border-top: 1px solid GreenYellow; } nav { - background: Khaki; + background: GreenYellow; display: flex; align-items: center; padding: 0 0.5rem; From cc3faaab015e7e1bcc0622b3aa2299b66bc84453 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 18 May 2022 02:17:12 +0000 Subject: [PATCH 0703/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index eca3a27ac0c5..308fd2898d6e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GreenYellow; + border-top: 1px solid Lavender; } nav { - background: GreenYellow; + background: Lavender; display: flex; align-items: center; padding: 0 0.5rem; From 21e421f4e4b119beb12e1d6fc927e1883ac09a86 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 18 May 2022 03:47:12 +0000 Subject: [PATCH 0704/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 308fd2898d6e..d45f2f580eae 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Lavender; + border-top: 1px solid LightGray; } nav { - background: Lavender; + background: LightGray; display: flex; align-items: center; padding: 0 0.5rem; From 66571e6e2dafb14a3fc1cd37d8b5fa7634b140c5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 18 May 2022 06:47:12 +0000 Subject: [PATCH 0705/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d45f2f580eae..5bc7ef4eb78f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGray; + border-top: 1px solid DarkOrange; } nav { - background: LightGray; + background: DarkOrange; display: flex; align-items: center; padding: 0 0.5rem; From af5f3837bb42bfba11a912ce0ca844fb5d4d0125 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 18 May 2022 10:32:13 +0000 Subject: [PATCH 0706/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 5bc7ef4eb78f..0f633b206ec6 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOrange; + border-top: 1px solid MediumAquaMarine; } nav { - background: DarkOrange; + background: MediumAquaMarine; display: flex; align-items: center; padding: 0 0.5rem; From e8ce3295a634f4738dec13a890717a8beeb4b249 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 18 May 2022 12:47:13 +0000 Subject: [PATCH 0707/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 0f633b206ec6..7265cc2310f6 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumAquaMarine; + border-top: 1px solid DarkGrey; } nav { - background: MediumAquaMarine; + background: DarkGrey; display: flex; align-items: center; padding: 0 0.5rem; From 72a87711bb08d8b8240cddc341e7db607ceafaa7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 18 May 2022 13:32:12 +0000 Subject: [PATCH 0708/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 7265cc2310f6..9f1fca2a1ff2 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGrey; + border-top: 1px solid Maroon; } nav { - background: DarkGrey; + background: Maroon; display: flex; align-items: center; padding: 0 0.5rem; From 06ccea096462e95271807c0c441ebbca54a80390 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 18 May 2022 15:02:13 +0000 Subject: [PATCH 0709/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 9f1fca2a1ff2..bd66074dbebd 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Maroon; + border-top: 1px solid LightSlateGray; } nav { - background: Maroon; + background: LightSlateGray; display: flex; align-items: center; padding: 0 0.5rem; From bc4021d7ee8fe48306c2d228b0dea894d30dc3a9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 18 May 2022 19:32:13 +0000 Subject: [PATCH 0710/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index bd66074dbebd..5bc7ef4eb78f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSlateGray; + border-top: 1px solid DarkOrange; } nav { - background: LightSlateGray; + background: DarkOrange; display: flex; align-items: center; padding: 0 0.5rem; From 3f4ee363406375eb51df20ff61db10b33a2deaad Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 18 May 2022 21:02:12 +0000 Subject: [PATCH 0711/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 5bc7ef4eb78f..9cc806b0b915 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOrange; + border-top: 1px solid DodgerBlue; } nav { - background: DarkOrange; + background: DodgerBlue; display: flex; align-items: center; padding: 0 0.5rem; From 385392ad0eda8600c596c32d1449668d0a6c8a99 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 19 May 2022 00:02:13 +0000 Subject: [PATCH 0712/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 9cc806b0b915..d3ffb8ea4363 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DodgerBlue; + border-top: 1px solid DimGrey; } nav { - background: DodgerBlue; + background: DimGrey; display: flex; align-items: center; padding: 0 0.5rem; From 0f18ba34c32165449674238c974892ecef4d0d53 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 19 May 2022 00:47:13 +0000 Subject: [PATCH 0713/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d3ffb8ea4363..31704961ca80 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DimGrey; + border-top: 1px solid DarkRed; } nav { - background: DimGrey; + background: DarkRed; display: flex; align-items: center; padding: 0 0.5rem; From cd9e86ae9c9c1dfdafc9ddbb99aba5e06ad731af Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 19 May 2022 07:32:13 +0000 Subject: [PATCH 0714/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 31704961ca80..b83d2db05aab 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkRed; + border-top: 1px solid Silver; } nav { - background: DarkRed; + background: Silver; display: flex; align-items: center; padding: 0 0.5rem; From 16e5c20e14b8278d7943c74b2050550366d04976 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 19 May 2022 12:47:12 +0000 Subject: [PATCH 0715/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index b83d2db05aab..d61efedec6bb 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Silver; + border-top: 1px solid DarkKhaki; } nav { - background: Silver; + background: DarkKhaki; display: flex; align-items: center; padding: 0 0.5rem; From 137d0f7a95fc6313bb426f2b1993e55a99703f07 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 19 May 2022 13:32:13 +0000 Subject: [PATCH 0716/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d61efedec6bb..cec3a64bc51b 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkKhaki; + border-top: 1px solid DarkMagenta; } nav { - background: DarkKhaki; + background: DarkMagenta; display: flex; align-items: center; padding: 0 0.5rem; From 5c3404a37ee87b658bf8b7925fad5dc7b35202fc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 19 May 2022 14:17:13 +0000 Subject: [PATCH 0717/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index cec3a64bc51b..6c526423d3cc 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkMagenta; + border-top: 1px solid Cornsilk; } nav { - background: DarkMagenta; + background: Cornsilk; display: flex; align-items: center; padding: 0 0.5rem; From 82b80eb53e644d414025f5d2b6e485b259ca213d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 19 May 2022 16:32:12 +0000 Subject: [PATCH 0718/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 6c526423d3cc..53c6d3eeeb62 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Cornsilk; + border-top: 1px solid GoldenRod; } nav { - background: Cornsilk; + background: GoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From 90060d644facd7e3e03ff9c163510fcf8b01a463 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 19 May 2022 18:02:13 +0000 Subject: [PATCH 0719/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 53c6d3eeeb62..1230ce9cd975 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GoldenRod; + border-top: 1px solid MediumSlateBlue; } nav { - background: GoldenRod; + background: MediumSlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From 0c4c9486d16f6bd360bda269af811649929efc77 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 19 May 2022 20:17:12 +0000 Subject: [PATCH 0720/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 1230ce9cd975..8b28d00942f7 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSlateBlue; + border-top: 1px solid PowderBlue; } nav { - background: MediumSlateBlue; + background: PowderBlue; display: flex; align-items: center; padding: 0 0.5rem; From 55d1813e8b2832be3eff328cd11307847439ef4a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 19 May 2022 21:02:12 +0000 Subject: [PATCH 0721/3185] KPT-22: Modals with Fuchsia accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 8b28d00942f7..d8e82b5712c9 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PowderBlue; + border-top: 1px solid Fuchsia; } nav { - background: PowderBlue; + background: Fuchsia; display: flex; align-items: center; padding: 0 0.5rem; From 534313da34c56c8d30c398eaf62bd10adce6e947 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 19 May 2022 21:47:12 +0000 Subject: [PATCH 0722/3185] KPT-24: Update background color to OldLace --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d8e82b5712c9..c9027d922244 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Fuchsia; + border-top: 1px solid OldLace; } nav { - background: Fuchsia; + background: OldLace; display: flex; align-items: center; padding: 0 0.5rem; From 96269892932b1826f8dde3d65ccf492a06ca5759 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 20 May 2022 00:47:12 +0000 Subject: [PATCH 0723/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index c9027d922244..e8872e3ed333 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OldLace; + border-top: 1px solid Black; } nav { - background: OldLace; + background: Black; display: flex; align-items: center; padding: 0 0.5rem; From 302d4dd51cf2a536a1f4080e2cb751ed31cad617 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 20 May 2022 04:32:13 +0000 Subject: [PATCH 0724/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index e8872e3ed333..bad8db91c557 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Black; + border-top: 1px solid CadetBlue; } nav { - background: Black; + background: CadetBlue; display: flex; align-items: center; padding: 0 0.5rem; From aa2f0f8f7f4364ba2c490cac6da924e1e84b1464 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 20 May 2022 06:47:13 +0000 Subject: [PATCH 0725/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index bad8db91c557..ac69cd686a82 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid CadetBlue; + border-top: 1px solid MediumSpringGreen; } nav { - background: CadetBlue; + background: MediumSpringGreen; display: flex; align-items: center; padding: 0 0.5rem; From cf2f182b71a550de1aad88e74995e54e59338b50 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 20 May 2022 07:32:13 +0000 Subject: [PATCH 0726/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ac69cd686a82..ce75e3b066c0 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSpringGreen; + border-top: 1px solid Olive; } nav { - background: MediumSpringGreen; + background: Olive; display: flex; align-items: center; padding: 0 0.5rem; From 660794d94f9a318e1a823b788f53d47cc3fdcc0e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 20 May 2022 09:47:13 +0000 Subject: [PATCH 0727/3185] KPT-22: Modals with LightSteelBlue accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ce75e3b066c0..195f194ef15a 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Olive; + border-top: 1px solid LightSteelBlue; } nav { - background: Olive; + background: LightSteelBlue; display: flex; align-items: center; padding: 0 0.5rem; From 026641794ab315269da3afe7b97e2403d2c690e0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 20 May 2022 18:02:13 +0000 Subject: [PATCH 0728/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 195f194ef15a..bad8db91c557 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSteelBlue; + border-top: 1px solid CadetBlue; } nav { - background: LightSteelBlue; + background: CadetBlue; display: flex; align-items: center; padding: 0 0.5rem; From a2a661d9fa52b5d58ee42215ba7acda3fe9fd2bb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 20 May 2022 18:47:12 +0000 Subject: [PATCH 0729/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index bad8db91c557..6550fb674240 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid CadetBlue; + border-top: 1px solid SandyBrown; } nav { - background: CadetBlue; + background: SandyBrown; display: flex; align-items: center; padding: 0 0.5rem; From bf42e9e54938369cc44c8bb76e650b73d56f386f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 20 May 2022 20:17:12 +0000 Subject: [PATCH 0730/3185] KPT-22: Modals with DimGrey accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 6550fb674240..d3ffb8ea4363 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SandyBrown; + border-top: 1px solid DimGrey; } nav { - background: SandyBrown; + background: DimGrey; display: flex; align-items: center; padding: 0 0.5rem; From e57c4294e47997ba63d6554b8e6184e025581610 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 20 May 2022 21:47:13 +0000 Subject: [PATCH 0731/3185] KPT-22: Modals with MediumSeaGreen accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d3ffb8ea4363..77bfaa9f6042 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DimGrey; + border-top: 1px solid MediumSeaGreen; } nav { - background: DimGrey; + background: MediumSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From bb1d05fce54355e88d264130fe34e90f27fb62a4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 20 May 2022 22:32:12 +0000 Subject: [PATCH 0732/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 77bfaa9f6042..19e1abc1037e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSeaGreen; + border-top: 1px solid PaleGreen; } nav { - background: MediumSeaGreen; + background: PaleGreen; display: flex; align-items: center; padding: 0 0.5rem; From e9455b10eb6bdc492be1bdf455ff7899f4d5a5bf Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 21 May 2022 04:32:12 +0000 Subject: [PATCH 0733/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 19e1abc1037e..a67998ca9c46 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleGreen; + border-top: 1px solid MediumOrchid; } nav { - background: PaleGreen; + background: MediumOrchid; display: flex; align-items: center; padding: 0 0.5rem; From 076977a298444b98cb0b87ee939b9caf7a548e25 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 21 May 2022 08:17:12 +0000 Subject: [PATCH 0734/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index a67998ca9c46..454e3b0659dc 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumOrchid; + border-top: 1px solid Tan; } nav { - background: MediumOrchid; + background: Tan; display: flex; align-items: center; padding: 0 0.5rem; From 26796d4e8bfddb5fc064659ff113a7e99d59b401 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 21 May 2022 12:02:13 +0000 Subject: [PATCH 0735/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 454e3b0659dc..f626f10eb5eb 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Tan; + border-top: 1px solid PaleGoldenRod; } nav { - background: Tan; + background: PaleGoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From bbd4d3cf2d91c0554ab6f3cf2512eb9dcb004775 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 21 May 2022 15:47:13 +0000 Subject: [PATCH 0736/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index f626f10eb5eb..5d4492574dd1 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleGoldenRod; + border-top: 1px solid MintCream; } nav { - background: PaleGoldenRod; + background: MintCream; display: flex; align-items: center; padding: 0 0.5rem; From dd3343a46a2ad33ca686dc98a903acba37693c66 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 21 May 2022 16:32:13 +0000 Subject: [PATCH 0737/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 5d4492574dd1..d61efedec6bb 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MintCream; + border-top: 1px solid DarkKhaki; } nav { - background: MintCream; + background: DarkKhaki; display: flex; align-items: center; padding: 0 0.5rem; From 96ae45d9985fc7436801f52a24d6689e5cc95442 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 21 May 2022 18:02:12 +0000 Subject: [PATCH 0738/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d61efedec6bb..7eedbaa75afb 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkKhaki; + border-top: 1px solid Gray; } nav { - background: DarkKhaki; + background: Gray; display: flex; align-items: center; padding: 0 0.5rem; From 0e4d3218723b08f6c6d2b816fb02e9006cdc1111 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 22 May 2022 03:02:13 +0000 Subject: [PATCH 0739/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 7eedbaa75afb..48f96fef5716 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gray; + border-top: 1px solid PaleVioletRed; } nav { - background: Gray; + background: PaleVioletRed; display: flex; align-items: center; padding: 0 0.5rem; From 12608885f91f2dc80c2dcbf1657a16baba7dd710 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 22 May 2022 04:32:12 +0000 Subject: [PATCH 0740/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 48f96fef5716..3b0ac193bf44 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleVioletRed; + border-top: 1px solid Aquamarine; } nav { - background: PaleVioletRed; + background: Aquamarine; display: flex; align-items: center; padding: 0 0.5rem; From ab3e65ed4aa335a6884b8a7bdbf3e5b0cb7580a0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 22 May 2022 05:17:12 +0000 Subject: [PATCH 0741/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3b0ac193bf44..37d380ba9c8b 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Aquamarine; + border-top: 1px solid LavenderBlush; } nav { - background: Aquamarine; + background: LavenderBlush; display: flex; align-items: center; padding: 0 0.5rem; From f1f66be9f48551606df386e7bf22e0252872a43d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 22 May 2022 09:02:12 +0000 Subject: [PATCH 0742/3185] KPT-24: Update background color to RoyalBlue --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 37d380ba9c8b..ec5e8acbe367 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LavenderBlush; + border-top: 1px solid RoyalBlue; } nav { - background: LavenderBlush; + background: RoyalBlue; display: flex; align-items: center; padding: 0 0.5rem; From 6e8adf0159c30616524b0f8235a53032a5dadbd3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 22 May 2022 17:17:12 +0000 Subject: [PATCH 0743/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ec5e8acbe367..d28f8e930d59 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RoyalBlue; + border-top: 1px solid Snow; } nav { - background: RoyalBlue; + background: Snow; display: flex; align-items: center; padding: 0 0.5rem; From f611399911bc276d01fd5c0a204f61313335f965 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 22 May 2022 19:32:12 +0000 Subject: [PATCH 0744/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d28f8e930d59..7eedbaa75afb 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Snow; + border-top: 1px solid Gray; } nav { - background: Snow; + background: Gray; display: flex; align-items: center; padding: 0 0.5rem; From c7817c829f87965a4fad12a0d552d524a765618f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 22 May 2022 20:17:13 +0000 Subject: [PATCH 0745/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 7eedbaa75afb..95a9d0b2c399 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gray; + border-top: 1px solid LightCyan; } nav { - background: Gray; + background: LightCyan; display: flex; align-items: center; padding: 0 0.5rem; From d568a2c313e963798c5156bac70779187095fa82 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 23 May 2022 04:32:12 +0000 Subject: [PATCH 0746/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 95a9d0b2c399..eca3a27ac0c5 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightCyan; + border-top: 1px solid GreenYellow; } nav { - background: LightCyan; + background: GreenYellow; display: flex; align-items: center; padding: 0 0.5rem; From 2459cf243c975d682ebe6950d3d4a2088e339f79 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 23 May 2022 10:32:13 +0000 Subject: [PATCH 0747/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index eca3a27ac0c5..bd66074dbebd 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GreenYellow; + border-top: 1px solid LightSlateGray; } nav { - background: GreenYellow; + background: LightSlateGray; display: flex; align-items: center; padding: 0 0.5rem; From 9161821f9a3383efc12c2a0db8f3e3c8d4fba751 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 23 May 2022 11:17:12 +0000 Subject: [PATCH 0748/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index bd66074dbebd..453cdaa8fe58 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSlateGray; + border-top: 1px solid DarkSlateBlue; } nav { - background: LightSlateGray; + background: DarkSlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From dd41e7e678ae0d9dedf5dad1dbf59697f79e7c60 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 23 May 2022 15:02:13 +0000 Subject: [PATCH 0749/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 453cdaa8fe58..b3ffebd1503f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateBlue; + border-top: 1px solid PeachPuff; } nav { - background: DarkSlateBlue; + background: PeachPuff; display: flex; align-items: center; padding: 0 0.5rem; From 326733b35622247ade07b936c52fac3c602b9aca Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 23 May 2022 19:32:16 +0000 Subject: [PATCH 0750/3185] KPT-24: Update background color to Aquamarine --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index b3ffebd1503f..3b0ac193bf44 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PeachPuff; + border-top: 1px solid Aquamarine; } nav { - background: PeachPuff; + background: Aquamarine; display: flex; align-items: center; padding: 0 0.5rem; From 818312eb306c82cc749d0ef3d71805ec11f457f1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 23 May 2022 21:47:12 +0000 Subject: [PATCH 0751/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3b0ac193bf44..a30b9cfca12e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Aquamarine; + border-top: 1px solid PapayaWhip; } nav { - background: Aquamarine; + background: PapayaWhip; display: flex; align-items: center; padding: 0 0.5rem; From 1e1f63ba990e637fec862be9ec64b44eb3fe2ffd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 23 May 2022 23:17:12 +0000 Subject: [PATCH 0752/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index a30b9cfca12e..ee766fd90860 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PapayaWhip; + border-top: 1px solid Gold; } nav { - background: PapayaWhip; + background: Gold; display: flex; align-items: center; padding: 0 0.5rem; From 95ccaefb4194d46482101bbbf0f02a87dd54d3d6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 24 May 2022 00:02:13 +0000 Subject: [PATCH 0753/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ee766fd90860..d45f2f580eae 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gold; + border-top: 1px solid LightGray; } nav { - background: Gold; + background: LightGray; display: flex; align-items: center; padding: 0 0.5rem; From 618ad90d71389a80ffb36980946142c2f68c91b3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 24 May 2022 00:47:12 +0000 Subject: [PATCH 0754/3185] KPT-22: Modals with DarkKhaki accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d45f2f580eae..d61efedec6bb 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGray; + border-top: 1px solid DarkKhaki; } nav { - background: LightGray; + background: DarkKhaki; display: flex; align-items: center; padding: 0 0.5rem; From 5954b4f1b08f762a052ae2292191f19ce133bd94 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 24 May 2022 01:32:12 +0000 Subject: [PATCH 0755/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d61efedec6bb..b71c46471615 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkKhaki; + border-top: 1px solid Sienna; } nav { - background: DarkKhaki; + background: Sienna; display: flex; align-items: center; padding: 0 0.5rem; From 5769bc3912cba6f1ec592c51fbb6730122a5f93a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 24 May 2022 04:32:12 +0000 Subject: [PATCH 0756/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index b71c46471615..31704961ca80 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Sienna; + border-top: 1px solid DarkRed; } nav { - background: Sienna; + background: DarkRed; display: flex; align-items: center; padding: 0 0.5rem; From 16bd5108dafda606e46d8a4864807fd62d17b284 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 24 May 2022 07:32:12 +0000 Subject: [PATCH 0757/3185] KPT-24: Update background color to SlateGrey --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 31704961ca80..52780a4ff666 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkRed; + border-top: 1px solid SlateGrey; } nav { - background: DarkRed; + background: SlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From f2d61c600608c4db8532f23f511a411890d3f996 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 24 May 2022 13:32:12 +0000 Subject: [PATCH 0758/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 52780a4ff666..7eedbaa75afb 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateGrey; + border-top: 1px solid Gray; } nav { - background: SlateGrey; + background: Gray; display: flex; align-items: center; padding: 0 0.5rem; From bb8334ffb2833cb25baa742802a987cece5f5573 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 24 May 2022 20:17:12 +0000 Subject: [PATCH 0759/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 7eedbaa75afb..7581a7f2cb24 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gray; + border-top: 1px solid Ivory; } nav { - background: Gray; + background: Ivory; display: flex; align-items: center; padding: 0 0.5rem; From 504709d822172e538209c74d304e1afa4393bf2d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 24 May 2022 21:02:12 +0000 Subject: [PATCH 0760/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 7581a7f2cb24..4157a06c1b2b 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Ivory; + border-top: 1px solid LawnGreen; } nav { - background: Ivory; + background: LawnGreen; display: flex; align-items: center; padding: 0 0.5rem; From 8fec88e3e4b92c4c73d7b55ec891379ec4e16b78 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 24 May 2022 22:32:12 +0000 Subject: [PATCH 0761/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4157a06c1b2b..5bc7ef4eb78f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LawnGreen; + border-top: 1px solid DarkOrange; } nav { - background: LawnGreen; + background: DarkOrange; display: flex; align-items: center; padding: 0 0.5rem; From 203c96a2053b28d0c5879bb53adfd06b38fd7907 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 25 May 2022 03:02:12 +0000 Subject: [PATCH 0762/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 5bc7ef4eb78f..036ab873eeb7 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOrange; + border-top: 1px solid Violet; } nav { - background: DarkOrange; + background: Violet; display: flex; align-items: center; padding: 0 0.5rem; From fd535891b8fd151fe3bce724c5aff46ce7bed19a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 25 May 2022 05:17:12 +0000 Subject: [PATCH 0763/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 036ab873eeb7..abc9bac5eca7 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Violet; + border-top: 1px solid Blue; } nav { - background: Violet; + background: Blue; display: flex; align-items: center; padding: 0 0.5rem; From b3f6540d25f60b57272abd0429eecdec836e79f5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 25 May 2022 09:02:13 +0000 Subject: [PATCH 0764/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index abc9bac5eca7..3bec89149c2c 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Blue; + border-top: 1px solid Peru; } nav { - background: Blue; + background: Peru; display: flex; align-items: center; padding: 0 0.5rem; From 185a6b598da5bae42a87b8ce07b39a906417bc25 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 25 May 2022 10:32:12 +0000 Subject: [PATCH 0765/3185] KPT-24: Update background color to GhostWhite --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3bec89149c2c..ad9452d08934 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Peru; + border-top: 1px solid GhostWhite; } nav { - background: Peru; + background: GhostWhite; display: flex; align-items: center; padding: 0 0.5rem; From 3b5ab9e83baa2772d27453306ce3280e06596dc8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 25 May 2022 14:17:13 +0000 Subject: [PATCH 0766/3185] KPT-22: Modals with MistyRose accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ad9452d08934..7885b7716913 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GhostWhite; + border-top: 1px solid MistyRose; } nav { - background: GhostWhite; + background: MistyRose; display: flex; align-items: center; padding: 0 0.5rem; From 9b1515bf2d7375601c3fad132a10748b34d9585b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 25 May 2022 16:32:14 +0000 Subject: [PATCH 0767/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 7885b7716913..ac69cd686a82 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MistyRose; + border-top: 1px solid MediumSpringGreen; } nav { - background: MistyRose; + background: MediumSpringGreen; display: flex; align-items: center; padding: 0 0.5rem; From 70c157f88e7087b4cfd65afa614dd590a20e349c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 25 May 2022 22:32:12 +0000 Subject: [PATCH 0768/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ac69cd686a82..a53a85ffbbae 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSpringGreen; + border-top: 1px solid AliceBlue; } nav { - background: MediumSpringGreen; + background: AliceBlue; display: flex; align-items: center; padding: 0 0.5rem; From a84e7313fcf9ff3179d3c244bb4c78beadf0e069 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 25 May 2022 23:17:12 +0000 Subject: [PATCH 0769/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index a53a85ffbbae..ec5e8acbe367 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid AliceBlue; + border-top: 1px solid RoyalBlue; } nav { - background: AliceBlue; + background: RoyalBlue; display: flex; align-items: center; padding: 0 0.5rem; From ff6f0a2f7c9237e7fe2781abefb7d1efb48cffee Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 26 May 2022 00:02:16 +0000 Subject: [PATCH 0770/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ec5e8acbe367..ad9452d08934 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RoyalBlue; + border-top: 1px solid GhostWhite; } nav { - background: RoyalBlue; + background: GhostWhite; display: flex; align-items: center; padding: 0 0.5rem; From d771eac126debfb5b0b5da0ecd7844749860abc1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 26 May 2022 06:02:13 +0000 Subject: [PATCH 0771/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ad9452d08934..6baa43ae096e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GhostWhite; + border-top: 1px solid BlanchedAlmond; } nav { - background: GhostWhite; + background: BlanchedAlmond; display: flex; align-items: center; padding: 0 0.5rem; From eac408f2250ac1db8f01b2b6a1fc3c5832928aad Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 26 May 2022 07:32:12 +0000 Subject: [PATCH 0772/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 6baa43ae096e..4f31bef8a698 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BlanchedAlmond; + border-top: 1px solid NavajoWhite; } nav { - background: BlanchedAlmond; + background: NavajoWhite; display: flex; align-items: center; padding: 0 0.5rem; From 1ef25587bdb1f66f1a6806664ebd5acc0058e6ed Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 26 May 2022 10:32:12 +0000 Subject: [PATCH 0773/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4f31bef8a698..9b225c303ed7 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid NavajoWhite; + border-top: 1px solid CornflowerBlue; } nav { - background: NavajoWhite; + background: CornflowerBlue; display: flex; align-items: center; padding: 0 0.5rem; From 6130f8282c686146660005fc96470f4b4cbca3f4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 26 May 2022 17:17:12 +0000 Subject: [PATCH 0774/3185] KPT-22: Modals with RosyBrown accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 9b225c303ed7..3c53fdbf3bd7 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid CornflowerBlue; + border-top: 1px solid RosyBrown; } nav { - background: CornflowerBlue; + background: RosyBrown; display: flex; align-items: center; padding: 0 0.5rem; From 483e09444c34fa28c2f27ff8bfebea62e2b440f8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 26 May 2022 20:17:13 +0000 Subject: [PATCH 0775/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3c53fdbf3bd7..9b225c303ed7 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RosyBrown; + border-top: 1px solid CornflowerBlue; } nav { - background: RosyBrown; + background: CornflowerBlue; display: flex; align-items: center; padding: 0 0.5rem; From c081846e83ab533528a42e0547e2fcf06d24ad66 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 26 May 2022 21:02:13 +0000 Subject: [PATCH 0776/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 9b225c303ed7..5bc7ef4eb78f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid CornflowerBlue; + border-top: 1px solid DarkOrange; } nav { - background: CornflowerBlue; + background: DarkOrange; display: flex; align-items: center; padding: 0 0.5rem; From 1275effbb1b8fe39528cff13f992c17b6029ab13 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 27 May 2022 01:32:12 +0000 Subject: [PATCH 0777/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 5bc7ef4eb78f..0f633b206ec6 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOrange; + border-top: 1px solid MediumAquaMarine; } nav { - background: DarkOrange; + background: MediumAquaMarine; display: flex; align-items: center; padding: 0 0.5rem; From a0a2e8f4b58fd1603b404b198cde8329d1a7bb3f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 27 May 2022 12:47:12 +0000 Subject: [PATCH 0778/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 0f633b206ec6..a67998ca9c46 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumAquaMarine; + border-top: 1px solid MediumOrchid; } nav { - background: MediumAquaMarine; + background: MediumOrchid; display: flex; align-items: center; padding: 0 0.5rem; From 724e00ec4d864320592f5b84a0b68aeee8c95c4b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 27 May 2022 21:47:13 +0000 Subject: [PATCH 0779/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index a67998ca9c46..26096fe5afd6 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumOrchid; + border-top: 1px solid FloralWhite; } nav { - background: MediumOrchid; + background: FloralWhite; display: flex; align-items: center; padding: 0 0.5rem; From 1aec7091e93de1765d97e2bf515d6a0a5b2d3999 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 28 May 2022 00:02:12 +0000 Subject: [PATCH 0780/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 26096fe5afd6..ee766fd90860 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid FloralWhite; + border-top: 1px solid Gold; } nav { - background: FloralWhite; + background: Gold; display: flex; align-items: center; padding: 0 0.5rem; From 3576ad9350a276547e96033ee131e0c8a194f086 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 28 May 2022 02:17:12 +0000 Subject: [PATCH 0781/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ee766fd90860..f626f10eb5eb 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gold; + border-top: 1px solid PaleGoldenRod; } nav { - background: Gold; + background: PaleGoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From af6b886d1b1b8d93ea5d6d8aee26111dea59d7cf Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 28 May 2022 04:32:12 +0000 Subject: [PATCH 0782/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index f626f10eb5eb..d932ecdd7d93 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleGoldenRod; + border-top: 1px solid Moccasin; } nav { - background: PaleGoldenRod; + background: Moccasin; display: flex; align-items: center; padding: 0 0.5rem; From 8396365d58916136f24b1a6f1c4e2779a7b16420 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 28 May 2022 07:32:12 +0000 Subject: [PATCH 0783/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d932ecdd7d93..136dba7818fc 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Moccasin; + border-top: 1px solid SaddleBrown; } nav { - background: Moccasin; + background: SaddleBrown; display: flex; align-items: center; padding: 0 0.5rem; From 7337a94634fbccc5232093f4f6f476a9e14c4132 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 28 May 2022 11:17:12 +0000 Subject: [PATCH 0784/3185] KPT-22: Modals with DodgerBlue accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 136dba7818fc..9cc806b0b915 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SaddleBrown; + border-top: 1px solid DodgerBlue; } nav { - background: SaddleBrown; + background: DodgerBlue; display: flex; align-items: center; padding: 0 0.5rem; From 51f9fda7a724e30e4282fba48d39fea3ce338c61 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 28 May 2022 18:02:13 +0000 Subject: [PATCH 0785/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 9cc806b0b915..31704961ca80 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DodgerBlue; + border-top: 1px solid DarkRed; } nav { - background: DodgerBlue; + background: DarkRed; display: flex; align-items: center; padding: 0 0.5rem; From 18dead9a687357280ddc97a95da5cf35b309d7fa Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 28 May 2022 20:17:12 +0000 Subject: [PATCH 0786/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 31704961ca80..46aa99fbd145 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkRed; + border-top: 1px solid DarkGoldenRod; } nav { - background: DarkRed; + background: DarkGoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From 161151ab921fa5bcc5684cf3fae9922d0008d511 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 28 May 2022 21:47:12 +0000 Subject: [PATCH 0787/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 46aa99fbd145..63b3b490fb00 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGoldenRod; + border-top: 1px solid MediumVioletRed; } nav { - background: DarkGoldenRod; + background: MediumVioletRed; display: flex; align-items: center; padding: 0 0.5rem; From b0b45d38eb505ac0b8ec4a4dcf14f183811e2392 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 28 May 2022 22:32:12 +0000 Subject: [PATCH 0788/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 63b3b490fb00..abc9bac5eca7 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumVioletRed; + border-top: 1px solid Blue; } nav { - background: MediumVioletRed; + background: Blue; display: flex; align-items: center; padding: 0 0.5rem; From 30ff7c16cf22c940b57722c5d2c3aed5d07d98ab Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 28 May 2022 23:17:12 +0000 Subject: [PATCH 0789/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index abc9bac5eca7..19e1abc1037e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Blue; + border-top: 1px solid PaleGreen; } nav { - background: Blue; + background: PaleGreen; display: flex; align-items: center; padding: 0 0.5rem; From a2b769be7a0409cf0a4031b9efd3322f77e4eeb4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 29 May 2022 00:02:13 +0000 Subject: [PATCH 0790/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 19e1abc1037e..3b0ac193bf44 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleGreen; + border-top: 1px solid Aquamarine; } nav { - background: PaleGreen; + background: Aquamarine; display: flex; align-items: center; padding: 0 0.5rem; From 71d818eefe6c13c999a0be8f073835f6e8f6b4c4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 29 May 2022 01:32:12 +0000 Subject: [PATCH 0791/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3b0ac193bf44..266d9435f640 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Aquamarine; + border-top: 1px solid Orange; } nav { - background: Aquamarine; + background: Orange; display: flex; align-items: center; padding: 0 0.5rem; From df7b18c4e94a7b06dcde79b337e3cde9f6e3ecab Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 29 May 2022 02:17:12 +0000 Subject: [PATCH 0792/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 266d9435f640..308fd2898d6e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Orange; + border-top: 1px solid Lavender; } nav { - background: Orange; + background: Lavender; display: flex; align-items: center; padding: 0 0.5rem; From daa1894bcde178c2e60a2640eba3e00345147d25 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 29 May 2022 06:02:12 +0000 Subject: [PATCH 0793/3185] KPT-24: Update background color to Sienna --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 308fd2898d6e..b71c46471615 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Lavender; + border-top: 1px solid Sienna; } nav { - background: Lavender; + background: Sienna; display: flex; align-items: center; padding: 0 0.5rem; From 7764a62c2ab9df54609ee5f97d118ed348270d38 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 29 May 2022 08:17:12 +0000 Subject: [PATCH 0794/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index b71c46471615..195f194ef15a 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Sienna; + border-top: 1px solid LightSteelBlue; } nav { - background: Sienna; + background: LightSteelBlue; display: flex; align-items: center; padding: 0 0.5rem; From 749020fd1c00816ac77d02621acc6d0bcc542451 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 29 May 2022 09:47:12 +0000 Subject: [PATCH 0795/3185] KPT-24: Update background color to DarkRed --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 195f194ef15a..31704961ca80 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSteelBlue; + border-top: 1px solid DarkRed; } nav { - background: LightSteelBlue; + background: DarkRed; display: flex; align-items: center; padding: 0 0.5rem; From 6a8c828af088800024cd56d5766b46bd58ffdfed Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 29 May 2022 10:32:12 +0000 Subject: [PATCH 0796/3185] KPT-24: Update background color to HotPink --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 31704961ca80..d7031fe0709d 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkRed; + border-top: 1px solid HotPink; } nav { - background: DarkRed; + background: HotPink; display: flex; align-items: center; padding: 0 0.5rem; From dd655c47e9faa94369f190fea1dbac232e972769 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 29 May 2022 12:02:12 +0000 Subject: [PATCH 0797/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d7031fe0709d..19e1abc1037e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid HotPink; + border-top: 1px solid PaleGreen; } nav { - background: HotPink; + background: PaleGreen; display: flex; align-items: center; padding: 0 0.5rem; From 2a845c7f9b130b6e2f9585287c0cafb11d406624 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 29 May 2022 15:02:13 +0000 Subject: [PATCH 0798/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 19e1abc1037e..53c6d3eeeb62 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleGreen; + border-top: 1px solid GoldenRod; } nav { - background: PaleGreen; + background: GoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From f972e0574ad01e6c85f885b3924529e1d362ad68 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 29 May 2022 17:17:12 +0000 Subject: [PATCH 0799/3185] KPT-24: Update background color to DarkViolet --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 53c6d3eeeb62..2d42ff06bf02 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GoldenRod; + border-top: 1px solid DarkViolet; } nav { - background: GoldenRod; + background: DarkViolet; display: flex; align-items: center; padding: 0 0.5rem; From 74c6251e618761af6d9ea2c679aefb2a6f0213b0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 29 May 2022 18:02:13 +0000 Subject: [PATCH 0800/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 2d42ff06bf02..9cc806b0b915 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkViolet; + border-top: 1px solid DodgerBlue; } nav { - background: DarkViolet; + background: DodgerBlue; display: flex; align-items: center; padding: 0 0.5rem; From 1c08df94c915c40ec7f155df1c8ff98d84d27683 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 29 May 2022 21:02:13 +0000 Subject: [PATCH 0801/3185] KPT-22: Modals with LightGreen accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 9cc806b0b915..64214c2d85c0 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DodgerBlue; + border-top: 1px solid LightGreen; } nav { - background: DodgerBlue; + background: LightGreen; display: flex; align-items: center; padding: 0 0.5rem; From 08fcfc91b5934b45c6ae8a1fe67ce127d1edb766 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 30 May 2022 00:02:14 +0000 Subject: [PATCH 0802/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 64214c2d85c0..d8e82b5712c9 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGreen; + border-top: 1px solid Fuchsia; } nav { - background: LightGreen; + background: Fuchsia; display: flex; align-items: center; padding: 0 0.5rem; From 37c06d46633bd4e5e931e07f4de449b8e8277520 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 30 May 2022 01:32:12 +0000 Subject: [PATCH 0803/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d8e82b5712c9..9f1fca2a1ff2 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Fuchsia; + border-top: 1px solid Maroon; } nav { - background: Fuchsia; + background: Maroon; display: flex; align-items: center; padding: 0 0.5rem; From bcbabfd90ee9105a6cb21d8a030b3bf199a8863c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 30 May 2022 09:47:12 +0000 Subject: [PATCH 0804/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 9f1fca2a1ff2..37d380ba9c8b 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Maroon; + border-top: 1px solid LavenderBlush; } nav { - background: Maroon; + background: LavenderBlush; display: flex; align-items: center; padding: 0 0.5rem; From 99ce0ee13522997acdcaf4d0c1c90f2791707041 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 30 May 2022 11:17:12 +0000 Subject: [PATCH 0805/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 37d380ba9c8b..52780a4ff666 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LavenderBlush; + border-top: 1px solid SlateGrey; } nav { - background: LavenderBlush; + background: SlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From 9122a074739da65050e906c5e6ff442a593a84e4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 30 May 2022 12:02:13 +0000 Subject: [PATCH 0806/3185] KPT-24: Update background color to Aqua --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 52780a4ff666..3723989cd0af 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateGrey; + border-top: 1px solid Aqua; } nav { - background: SlateGrey; + background: Aqua; display: flex; align-items: center; padding: 0 0.5rem; From 255699515e813a6e613ef0c566bbeb9e2f36483c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 30 May 2022 14:17:13 +0000 Subject: [PATCH 0807/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3723989cd0af..4f31bef8a698 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Aqua; + border-top: 1px solid NavajoWhite; } nav { - background: Aqua; + background: NavajoWhite; display: flex; align-items: center; padding: 0 0.5rem; From 73631ece3489125d8fd9c3828e2fe8180aa1f5e6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 30 May 2022 15:02:13 +0000 Subject: [PATCH 0808/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4f31bef8a698..bdd585164bf6 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid NavajoWhite; + border-top: 1px solid MediumTurquoise; } nav { - background: NavajoWhite; + background: MediumTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From 7c7859189e55fe6be20ead3b5ee1fc1d2baafd47 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 30 May 2022 16:32:13 +0000 Subject: [PATCH 0809/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index bdd585164bf6..8bc1be7e263d 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumTurquoise; + border-top: 1px solid LightSalmon; } nav { - background: MediumTurquoise; + background: LightSalmon; display: flex; align-items: center; padding: 0 0.5rem; From a03b135da92cee00c342fd98e28ea42e82110734 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 31 May 2022 06:02:13 +0000 Subject: [PATCH 0810/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 8bc1be7e263d..ac69cd686a82 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSalmon; + border-top: 1px solid MediumSpringGreen; } nav { - background: LightSalmon; + background: MediumSpringGreen; display: flex; align-items: center; padding: 0 0.5rem; From a12ed4bc8d089e9659a36b2d4c6d6feb0ad2e573 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 31 May 2022 06:47:13 +0000 Subject: [PATCH 0811/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ac69cd686a82..a2f3a2cc2f41 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSpringGreen; + border-top: 1px solid MediumPurple; } nav { - background: MediumSpringGreen; + background: MediumPurple; display: flex; align-items: center; padding: 0 0.5rem; From 9f9e473ffadba184479c4dcf9e31c667fd70a406 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 31 May 2022 08:17:12 +0000 Subject: [PATCH 0812/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index a2f3a2cc2f41..036ab873eeb7 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumPurple; + border-top: 1px solid Violet; } nav { - background: MediumPurple; + background: Violet; display: flex; align-items: center; padding: 0 0.5rem; From 4944ecb0767ffce4c17ffd8ce816d116decd95f5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 31 May 2022 16:32:13 +0000 Subject: [PATCH 0813/3185] KPT-22: Modals with MediumOrchid accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 036ab873eeb7..a67998ca9c46 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Violet; + border-top: 1px solid MediumOrchid; } nav { - background: Violet; + background: MediumOrchid; display: flex; align-items: center; padding: 0 0.5rem; From ee342578eb75cf0308746d3bf0a49f73c1cc97f0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 31 May 2022 21:02:14 +0000 Subject: [PATCH 0814/3185] KPT-24: Update background color to SlateGray --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index a67998ca9c46..afdb09fdc5dc 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumOrchid; + border-top: 1px solid SlateGray; } nav { - background: MediumOrchid; + background: SlateGray; display: flex; align-items: center; padding: 0 0.5rem; From a9fd77a056af6a5a9b0f4f2f2a454db532fb53fa Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 31 May 2022 21:47:12 +0000 Subject: [PATCH 0815/3185] KPT-22: Modals with LightGoldenRodYellow accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index afdb09fdc5dc..857ab72fccc2 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateGray; + border-top: 1px solid LightGoldenRodYellow; } nav { - background: SlateGray; + background: LightGoldenRodYellow; display: flex; align-items: center; padding: 0 0.5rem; From 5a7b0220da78dfa748cffb737c9bcd3f46f54d2f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 1 Jun 2022 03:47:12 +0000 Subject: [PATCH 0816/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 857ab72fccc2..bd66074dbebd 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGoldenRodYellow; + border-top: 1px solid LightSlateGray; } nav { - background: LightGoldenRodYellow; + background: LightSlateGray; display: flex; align-items: center; padding: 0 0.5rem; From 223ad67175d3614246fa0383102184d996288c82 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 1 Jun 2022 04:32:13 +0000 Subject: [PATCH 0817/3185] KPT-22: Modals with Teal accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index bd66074dbebd..c5466bcfd359 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSlateGray; + border-top: 1px solid Teal; } nav { - background: LightSlateGray; + background: Teal; display: flex; align-items: center; padding: 0 0.5rem; From 4e6a5dbb8c4cbd21f34a2c3e764cae2eca01baec Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 1 Jun 2022 06:02:12 +0000 Subject: [PATCH 0818/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index c5466bcfd359..38eb215526f9 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Teal; + border-top: 1px solid Salmon; } nav { - background: Teal; + background: Salmon; display: flex; align-items: center; padding: 0 0.5rem; From 193fdde7b5cc548132372f4427378429bf8feb37 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 1 Jun 2022 06:47:13 +0000 Subject: [PATCH 0819/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 38eb215526f9..4c78b363845c 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Salmon; + border-top: 1px solid ForestGreen; } nav { - background: Salmon; + background: ForestGreen; display: flex; align-items: center; padding: 0 0.5rem; From 8e6bafd057f3ba107d32cb96fa9e0776a2cddea0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 1 Jun 2022 12:47:13 +0000 Subject: [PATCH 0820/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4c78b363845c..31704961ca80 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid ForestGreen; + border-top: 1px solid DarkRed; } nav { - background: ForestGreen; + background: DarkRed; display: flex; align-items: center; padding: 0 0.5rem; From 29596fa36236948f8c1ef27e13541f40f78b684e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 1 Jun 2022 15:02:13 +0000 Subject: [PATCH 0821/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 31704961ca80..ec2e59e70439 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkRed; + border-top: 1px solid DarkOrchid; } nav { - background: DarkRed; + background: DarkOrchid; display: flex; align-items: center; padding: 0 0.5rem; From be487a916ae6ea80d6526e4e60046bea62db3b43 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 1 Jun 2022 20:17:13 +0000 Subject: [PATCH 0822/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ec2e59e70439..7265cc2310f6 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOrchid; + border-top: 1px solid DarkGrey; } nav { - background: DarkOrchid; + background: DarkGrey; display: flex; align-items: center; padding: 0 0.5rem; From c4c4610de1685fc090826c7db05b249fcde52117 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 2 Jun 2022 00:02:13 +0000 Subject: [PATCH 0823/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 7265cc2310f6..24d254c510ca 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGrey; + border-top: 1px solid Wheat; } nav { - background: DarkGrey; + background: Wheat; display: flex; align-items: center; padding: 0 0.5rem; From ef755218f4811ba88e765971a098d1f852ece479 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 2 Jun 2022 00:47:12 +0000 Subject: [PATCH 0824/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 24d254c510ca..d8e82b5712c9 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Wheat; + border-top: 1px solid Fuchsia; } nav { - background: Wheat; + background: Fuchsia; display: flex; align-items: center; padding: 0 0.5rem; From ffbd7989ab048513ab151965f0212a46ea5936ce Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 2 Jun 2022 04:32:12 +0000 Subject: [PATCH 0825/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d8e82b5712c9..7eedbaa75afb 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Fuchsia; + border-top: 1px solid Gray; } nav { - background: Fuchsia; + background: Gray; display: flex; align-items: center; padding: 0 0.5rem; From 1ea868c1a004ac3b4d010a77a30f75e0d79b5484 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 2 Jun 2022 06:02:13 +0000 Subject: [PATCH 0826/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 7eedbaa75afb..343dde4387ae 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gray; + border-top: 1px solid Grey; } nav { - background: Gray; + background: Grey; display: flex; align-items: center; padding: 0 0.5rem; From e1c3d66464928438324d85cad58e9168836f6887 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 2 Jun 2022 13:32:12 +0000 Subject: [PATCH 0827/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 343dde4387ae..a30b9cfca12e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Grey; + border-top: 1px solid PapayaWhip; } nav { - background: Grey; + background: PapayaWhip; display: flex; align-items: center; padding: 0 0.5rem; From 7d396fb8928bb4e2cb71ead29fdbceb8afcaf1f9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 2 Jun 2022 17:17:13 +0000 Subject: [PATCH 0828/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index a30b9cfca12e..0a77f9998160 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PapayaWhip; + border-top: 1px solid LemonChiffon; } nav { - background: PapayaWhip; + background: LemonChiffon; display: flex; align-items: center; padding: 0 0.5rem; From 2b247cbbf601b8d11e0b589e29c160251b50fc71 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 2 Jun 2022 18:47:12 +0000 Subject: [PATCH 0829/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 0a77f9998160..afdb09fdc5dc 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LemonChiffon; + border-top: 1px solid SlateGray; } nav { - background: LemonChiffon; + background: SlateGray; display: flex; align-items: center; padding: 0 0.5rem; From 68e67b0629057b551d17f821683b8ceee006c80e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 2 Jun 2022 22:32:13 +0000 Subject: [PATCH 0830/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index afdb09fdc5dc..2d42ff06bf02 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateGray; + border-top: 1px solid DarkViolet; } nav { - background: SlateGray; + background: DarkViolet; display: flex; align-items: center; padding: 0 0.5rem; From 2e7f6b0d561a38b6f814f5089cb1524674be3ffe Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 3 Jun 2022 03:02:13 +0000 Subject: [PATCH 0831/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 2d42ff06bf02..97c9a503bf56 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkViolet; + border-top: 1px solid Lime; } nav { - background: DarkViolet; + background: Lime; display: flex; align-items: center; padding: 0 0.5rem; From b1be4044c5e1ed953b67a1f694d7c94719ac08c2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 3 Jun 2022 03:47:12 +0000 Subject: [PATCH 0832/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 97c9a503bf56..64214c2d85c0 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Lime; + border-top: 1px solid LightGreen; } nav { - background: Lime; + background: LightGreen; display: flex; align-items: center; padding: 0 0.5rem; From 7b4ed0ca926a9ab3fc2b8b18de8c502d16de10e1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 3 Jun 2022 09:47:12 +0000 Subject: [PATCH 0833/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 64214c2d85c0..0228fd3891c6 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGreen; + border-top: 1px solid Plum; } nav { - background: LightGreen; + background: Plum; display: flex; align-items: center; padding: 0 0.5rem; From 5aede3ad9c0bfd69b4d7d955654aa831fbc7fcf2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 3 Jun 2022 15:47:12 +0000 Subject: [PATCH 0834/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 0228fd3891c6..3723989cd0af 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Plum; + border-top: 1px solid Aqua; } nav { - background: Plum; + background: Aqua; display: flex; align-items: center; padding: 0 0.5rem; From b5528359ba843ead58842fee3f79077a1e7c5fac Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 3 Jun 2022 16:32:12 +0000 Subject: [PATCH 0835/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3723989cd0af..f626f10eb5eb 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Aqua; + border-top: 1px solid PaleGoldenRod; } nav { - background: Aqua; + background: PaleGoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From 8850c347bfc7011787e8964d4522ac3d5080bf00 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 3 Jun 2022 18:02:12 +0000 Subject: [PATCH 0836/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index f626f10eb5eb..26096fe5afd6 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleGoldenRod; + border-top: 1px solid FloralWhite; } nav { - background: PaleGoldenRod; + background: FloralWhite; display: flex; align-items: center; padding: 0 0.5rem; From 7341c70a3c1606ec9d3f0be94d921b204f18e9ce Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 3 Jun 2022 22:32:14 +0000 Subject: [PATCH 0837/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 26096fe5afd6..ebdf63f280df 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid FloralWhite; + border-top: 1px solid White; } nav { - background: FloralWhite; + background: White; display: flex; align-items: center; padding: 0 0.5rem; From 7fec52849d4a29168d14feb0e219782e12130a2a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 4 Jun 2022 03:47:12 +0000 Subject: [PATCH 0838/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ebdf63f280df..a2f3a2cc2f41 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid White; + border-top: 1px solid MediumPurple; } nav { - background: White; + background: MediumPurple; display: flex; align-items: center; padding: 0 0.5rem; From e8362395d33c019f8e12b2429d986740d5973325 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 4 Jun 2022 12:02:12 +0000 Subject: [PATCH 0839/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index a2f3a2cc2f41..9219f21a21b0 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumPurple; + border-top: 1px solid OrangeRed; } nav { - background: MediumPurple; + background: OrangeRed; display: flex; align-items: center; padding: 0 0.5rem; From 414333041dc7f0d9ff880fb61b04029b8bfde397 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 4 Jun 2022 14:17:12 +0000 Subject: [PATCH 0840/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 9219f21a21b0..38d8005718f8 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OrangeRed; + border-top: 1px solid YellowGreen; } nav { - background: OrangeRed; + background: YellowGreen; display: flex; align-items: center; padding: 0 0.5rem; From 949f0ac38db521f85d67734ebcd9faf900e0f777 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 4 Jun 2022 16:32:12 +0000 Subject: [PATCH 0841/3185] KPT-24: Update background color to LightSlateGray --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 38d8005718f8..bd66074dbebd 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid YellowGreen; + border-top: 1px solid LightSlateGray; } nav { - background: YellowGreen; + background: LightSlateGray; display: flex; align-items: center; padding: 0 0.5rem; From cdc90a4b229f8b4b93850cebe735e8f12622ecec Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 5 Jun 2022 00:47:13 +0000 Subject: [PATCH 0842/3185] KPT-22: Modals with Orange accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index bd66074dbebd..266d9435f640 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSlateGray; + border-top: 1px solid Orange; } nav { - background: LightSlateGray; + background: Orange; display: flex; align-items: center; padding: 0 0.5rem; From c961abd5358fe3dd9ec4a58c88de5581d3a4c805 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 5 Jun 2022 08:17:12 +0000 Subject: [PATCH 0843/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 266d9435f640..dd1156fbaefb 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Orange; + border-top: 1px solid DarkSlateGrey; } nav { - background: Orange; + background: DarkSlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From c6149e44a6c9c523a2e07166637fe71e4d0bd2cf Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 5 Jun 2022 09:47:12 +0000 Subject: [PATCH 0844/3185] KPT-22: Modals with SlateGrey accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index dd1156fbaefb..52780a4ff666 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateGrey; + border-top: 1px solid SlateGrey; } nav { - background: DarkSlateGrey; + background: SlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From 3e54e60b1254e4dc9242c7b32bea418d2d62802e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 5 Jun 2022 14:17:12 +0000 Subject: [PATCH 0845/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 52780a4ff666..5d4492574dd1 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateGrey; + border-top: 1px solid MintCream; } nav { - background: SlateGrey; + background: MintCream; display: flex; align-items: center; padding: 0 0.5rem; From baeca571c205825fcbce399726c5f4593fbd89a5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 5 Jun 2022 19:32:13 +0000 Subject: [PATCH 0846/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 5d4492574dd1..3b05aa10f47f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MintCream; + border-top: 1px solid SkyBlue; } nav { - background: MintCream; + background: SkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From 7348aac81f678ee860b7864649ca022ba1db9dfe Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 5 Jun 2022 21:02:13 +0000 Subject: [PATCH 0847/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3b05aa10f47f..24d254c510ca 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SkyBlue; + border-top: 1px solid Wheat; } nav { - background: SkyBlue; + background: Wheat; display: flex; align-items: center; padding: 0 0.5rem; From 129e635ca0d8f91786e5f0e1ab7e49f7c4516db8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 5 Jun 2022 22:32:15 +0000 Subject: [PATCH 0848/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 24d254c510ca..857ab72fccc2 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Wheat; + border-top: 1px solid LightGoldenRodYellow; } nav { - background: Wheat; + background: LightGoldenRodYellow; display: flex; align-items: center; padding: 0 0.5rem; From 594f8ca358699027edfde6e4ccd19aa9dee7dba7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 6 Jun 2022 06:02:12 +0000 Subject: [PATCH 0849/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 857ab72fccc2..77bfaa9f6042 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGoldenRodYellow; + border-top: 1px solid MediumSeaGreen; } nav { - background: LightGoldenRodYellow; + background: MediumSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From 37cdaefada9e7517f378e1d3cc9f20d7d8ea1e19 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 6 Jun 2022 12:02:12 +0000 Subject: [PATCH 0850/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 77bfaa9f6042..bc298684f71f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSeaGreen; + border-top: 1px solid RebeccaPurple; } nav { - background: MediumSeaGreen; + background: RebeccaPurple; display: flex; align-items: center; padding: 0 0.5rem; From ad7e32f843738095241681874042bd867d28878b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 6 Jun 2022 15:02:13 +0000 Subject: [PATCH 0851/3185] KPT-22: Modals with MidnightBlue accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index bc298684f71f..4d589e9fc6c4 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RebeccaPurple; + border-top: 1px solid MidnightBlue; } nav { - background: RebeccaPurple; + background: MidnightBlue; display: flex; align-items: center; padding: 0 0.5rem; From 6480e35f092c8b98d5465624c471c2f4043c7e06 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 6 Jun 2022 16:32:13 +0000 Subject: [PATCH 0852/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4d589e9fc6c4..01d9c09e8bbb 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MidnightBlue; + border-top: 1px solid Brown; } nav { - background: MidnightBlue; + background: Brown; display: flex; align-items: center; padding: 0 0.5rem; From f81c96c6379985712a67360689044c7aa8133328 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 6 Jun 2022 20:17:12 +0000 Subject: [PATCH 0853/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 01d9c09e8bbb..cec3a64bc51b 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Brown; + border-top: 1px solid DarkMagenta; } nav { - background: Brown; + background: DarkMagenta; display: flex; align-items: center; padding: 0 0.5rem; From 3d7e90cb34cd071e0c3970041ff1a383185638dd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 6 Jun 2022 23:17:13 +0000 Subject: [PATCH 0854/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index cec3a64bc51b..14bdb415526f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkMagenta; + border-top: 1px solid DarkGreen; } nav { - background: DarkMagenta; + background: DarkGreen; display: flex; align-items: center; padding: 0 0.5rem; From 922b82c1906dbc2b1db2fce6dcec1cb1c58be73c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 7 Jun 2022 00:02:13 +0000 Subject: [PATCH 0855/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 14bdb415526f..31a327a93479 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGreen; + border-top: 1px solid Navy; } nav { - background: DarkGreen; + background: Navy; display: flex; align-items: center; padding: 0 0.5rem; From 65a45a491e9a061a3118447db12eff521c7755ea Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 7 Jun 2022 04:32:14 +0000 Subject: [PATCH 0856/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 31a327a93479..19e1abc1037e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Navy; + border-top: 1px solid PaleGreen; } nav { - background: Navy; + background: PaleGreen; display: flex; align-items: center; padding: 0 0.5rem; From 18f81bb81919a8a6047b5a57d3b029ecd0658e16 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 7 Jun 2022 06:47:12 +0000 Subject: [PATCH 0857/3185] KPT-24: Update background color to ForestGreen --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 19e1abc1037e..4c78b363845c 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleGreen; + border-top: 1px solid ForestGreen; } nav { - background: PaleGreen; + background: ForestGreen; display: flex; align-items: center; padding: 0 0.5rem; From 1fdaa54e8056b7f9c4a85c43d0789ecbded6c3ac Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 7 Jun 2022 08:17:13 +0000 Subject: [PATCH 0858/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4c78b363845c..38d8005718f8 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid ForestGreen; + border-top: 1px solid YellowGreen; } nav { - background: ForestGreen; + background: YellowGreen; display: flex; align-items: center; padding: 0 0.5rem; From 879671bfca3ceb01cefcf8c6ce203c0718936b52 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 7 Jun 2022 09:02:13 +0000 Subject: [PATCH 0859/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 38d8005718f8..cec3a64bc51b 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid YellowGreen; + border-top: 1px solid DarkMagenta; } nav { - background: YellowGreen; + background: DarkMagenta; display: flex; align-items: center; padding: 0 0.5rem; From 8f284efeaabf2f82ff88e531240214e00a40099b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 7 Jun 2022 13:32:13 +0000 Subject: [PATCH 0860/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index cec3a64bc51b..9cc806b0b915 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkMagenta; + border-top: 1px solid DodgerBlue; } nav { - background: DarkMagenta; + background: DodgerBlue; display: flex; align-items: center; padding: 0 0.5rem; From 9cb62740a6b988440a4c1e426a3a4601c9e0783a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 7 Jun 2022 17:17:14 +0000 Subject: [PATCH 0861/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 9cc806b0b915..64214c2d85c0 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DodgerBlue; + border-top: 1px solid LightGreen; } nav { - background: DodgerBlue; + background: LightGreen; display: flex; align-items: center; padding: 0 0.5rem; From 9235f2880e98364052c0226cc829fe24e0c8b93f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 7 Jun 2022 22:32:12 +0000 Subject: [PATCH 0862/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 64214c2d85c0..eca3a27ac0c5 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGreen; + border-top: 1px solid GreenYellow; } nav { - background: LightGreen; + background: GreenYellow; display: flex; align-items: center; padding: 0 0.5rem; From c963f0459a41a27dd0d445f1e7aec090e6ac7f54 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 8 Jun 2022 03:02:13 +0000 Subject: [PATCH 0863/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index eca3a27ac0c5..3b0ac193bf44 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GreenYellow; + border-top: 1px solid Aquamarine; } nav { - background: GreenYellow; + background: Aquamarine; display: flex; align-items: center; padding: 0 0.5rem; From 08f90f0f0bb79dddf4529e348438b87c6585cbde Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 8 Jun 2022 07:32:13 +0000 Subject: [PATCH 0864/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3b0ac193bf44..e8872e3ed333 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Aquamarine; + border-top: 1px solid Black; } nav { - background: Aquamarine; + background: Black; display: flex; align-items: center; padding: 0 0.5rem; From 5cbca995ea7d0df5ae85c2ae31e722d547431c34 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 8 Jun 2022 11:17:12 +0000 Subject: [PATCH 0865/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index e8872e3ed333..77bfaa9f6042 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Black; + border-top: 1px solid MediumSeaGreen; } nav { - background: Black; + background: MediumSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From 0cf738a9b25c4c606e0931aab97ca71a495aaf91 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 8 Jun 2022 15:02:14 +0000 Subject: [PATCH 0866/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 77bfaa9f6042..01d9c09e8bbb 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSeaGreen; + border-top: 1px solid Brown; } nav { - background: MediumSeaGreen; + background: Brown; display: flex; align-items: center; padding: 0 0.5rem; From 9b54ebd8acceebc434fa1bb50235529bc5ee2d1b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 8 Jun 2022 16:32:13 +0000 Subject: [PATCH 0867/3185] KPT-24: Update background color to Khaki --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 01d9c09e8bbb..3fc956c8bef1 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Brown; + border-top: 1px solid Khaki; } nav { - background: Brown; + background: Khaki; display: flex; align-items: center; padding: 0 0.5rem; From b352239b0e6f1fdcef5676d2fc2054dde6d0a786 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 8 Jun 2022 20:17:13 +0000 Subject: [PATCH 0868/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3fc956c8bef1..e8872e3ed333 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Khaki; + border-top: 1px solid Black; } nav { - background: Khaki; + background: Black; display: flex; align-items: center; padding: 0 0.5rem; From 70546175874f76c3c1d8359bce804e483e331186 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 8 Jun 2022 22:32:13 +0000 Subject: [PATCH 0869/3185] KPT-22: Modals with PeachPuff accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index e8872e3ed333..b3ffebd1503f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Black; + border-top: 1px solid PeachPuff; } nav { - background: Black; + background: PeachPuff; display: flex; align-items: center; padding: 0 0.5rem; From 452e84820db0e474bb858cc3b5568ef1e585f57f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 9 Jun 2022 00:02:14 +0000 Subject: [PATCH 0870/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index b3ffebd1503f..6fb1f0957aea 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PeachPuff; + border-top: 1px solid SpringGreen; } nav { - background: PeachPuff; + background: SpringGreen; display: flex; align-items: center; padding: 0 0.5rem; From f69b79ab522a23e9b72bf1bfd7b8931faf507359 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 9 Jun 2022 00:47:12 +0000 Subject: [PATCH 0871/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 6fb1f0957aea..9cb4c6084104 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SpringGreen; + border-top: 1px solid DarkBlue; } nav { - background: SpringGreen; + background: DarkBlue; display: flex; align-items: center; padding: 0 0.5rem; From c8296aaf3017f56e12da583a73fb6993ed93b544 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 9 Jun 2022 06:47:12 +0000 Subject: [PATCH 0872/3185] KPT-24: Update background color to FireBrick --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 9cb4c6084104..39ce4de2a2ff 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkBlue; + border-top: 1px solid FireBrick; } nav { - background: DarkBlue; + background: FireBrick; display: flex; align-items: center; padding: 0 0.5rem; From 59c716d7699d742fa8a4801bb394fc79d473af92 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 9 Jun 2022 09:02:13 +0000 Subject: [PATCH 0873/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 39ce4de2a2ff..48f96fef5716 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid FireBrick; + border-top: 1px solid PaleVioletRed; } nav { - background: FireBrick; + background: PaleVioletRed; display: flex; align-items: center; padding: 0 0.5rem; From 688f87db7129c91039f49e6bbf4ee13339ab6b8e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 9 Jun 2022 10:32:13 +0000 Subject: [PATCH 0874/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 48f96fef5716..0ad2b52a66dd 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleVioletRed; + border-top: 1px solid DarkSlateGray; } nav { - background: PaleVioletRed; + background: DarkSlateGray; display: flex; align-items: center; padding: 0 0.5rem; From 12523853484f63ceeb34eec59c3f02c696d07e98 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 9 Jun 2022 14:17:12 +0000 Subject: [PATCH 0875/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 0ad2b52a66dd..a67998ca9c46 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateGray; + border-top: 1px solid MediumOrchid; } nav { - background: DarkSlateGray; + background: MediumOrchid; display: flex; align-items: center; padding: 0 0.5rem; From 91ec4cfb8ac6aa02c1c1f460a574675ef679f622 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 9 Jun 2022 19:32:12 +0000 Subject: [PATCH 0876/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index a67998ca9c46..9cc806b0b915 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumOrchid; + border-top: 1px solid DodgerBlue; } nav { - background: MediumOrchid; + background: DodgerBlue; display: flex; align-items: center; padding: 0 0.5rem; From e045083b777dbdcf7382e83930b77c842a29047a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 10 Jun 2022 00:02:14 +0000 Subject: [PATCH 0877/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 9cc806b0b915..2b6378f009d4 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DodgerBlue; + border-top: 1px solid DarkTurquoise; } nav { - background: DodgerBlue; + background: DarkTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From d4b2f91ed709400ea5a65310c9644b4cfe19e20b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 10 Jun 2022 02:17:13 +0000 Subject: [PATCH 0878/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 2b6378f009d4..3c53fdbf3bd7 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkTurquoise; + border-top: 1px solid RosyBrown; } nav { - background: DarkTurquoise; + background: RosyBrown; display: flex; align-items: center; padding: 0 0.5rem; From 5873424a20ef5df5eb06bf23d22472eb4180605e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 10 Jun 2022 03:47:13 +0000 Subject: [PATCH 0879/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3c53fdbf3bd7..b5749b217055 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RosyBrown; + border-top: 1px solid Orchid; } nav { - background: RosyBrown; + background: Orchid; display: flex; align-items: center; padding: 0 0.5rem; From ed0eabf6a261477c4fb94e1884b54fb24b7d06c8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 10 Jun 2022 04:32:12 +0000 Subject: [PATCH 0880/3185] KPT-22: Modals with DarkSalmon accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index b5749b217055..4cb33c38cec8 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Orchid; + border-top: 1px solid DarkSalmon; } nav { - background: Orchid; + background: DarkSalmon; display: flex; align-items: center; padding: 0 0.5rem; From 922782e7f5f4d4a73665e2ba458829722fa6f648 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 10 Jun 2022 05:17:12 +0000 Subject: [PATCH 0881/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4cb33c38cec8..718dcb65df26 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSalmon; + border-top: 1px solid DarkCyan; } nav { - background: DarkSalmon; + background: DarkCyan; display: flex; align-items: center; padding: 0 0.5rem; From 635b7e9a7da0100a4cc8924964ee0f670be74465 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 10 Jun 2022 06:02:13 +0000 Subject: [PATCH 0882/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 718dcb65df26..ceefd47a65fe 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkCyan; + border-top: 1px solid BlueViolet; } nav { - background: DarkCyan; + background: BlueViolet; display: flex; align-items: center; padding: 0 0.5rem; From 297c2a9d3eaa198477a8754e0dcf4df636b8a769 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 10 Jun 2022 09:47:13 +0000 Subject: [PATCH 0883/3185] KPT-22: Modals with Silver accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ceefd47a65fe..b83d2db05aab 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BlueViolet; + border-top: 1px solid Silver; } nav { - background: BlueViolet; + background: Silver; display: flex; align-items: center; padding: 0 0.5rem; From f0e9dcbe6e7bdb00045f0015289f52156e437e80 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 10 Jun 2022 13:32:12 +0000 Subject: [PATCH 0884/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index b83d2db05aab..63b3b490fb00 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Silver; + border-top: 1px solid MediumVioletRed; } nav { - background: Silver; + background: MediumVioletRed; display: flex; align-items: center; padding: 0 0.5rem; From d4c583fbb9483ceb5c6dc4e6e2a711049df66d34 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 10 Jun 2022 15:47:13 +0000 Subject: [PATCH 0885/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 63b3b490fb00..37d380ba9c8b 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumVioletRed; + border-top: 1px solid LavenderBlush; } nav { - background: MediumVioletRed; + background: LavenderBlush; display: flex; align-items: center; padding: 0 0.5rem; From 0571d5d950767c536b9de4d8a0bf760acfd5faeb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 10 Jun 2022 21:02:12 +0000 Subject: [PATCH 0886/3185] KPT-24: Update background color to DarkViolet --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 37d380ba9c8b..2d42ff06bf02 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LavenderBlush; + border-top: 1px solid DarkViolet; } nav { - background: LavenderBlush; + background: DarkViolet; display: flex; align-items: center; padding: 0 0.5rem; From ea3f8795590c975905f2cbde5a0509107e098995 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 10 Jun 2022 22:32:12 +0000 Subject: [PATCH 0887/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 2d42ff06bf02..9cb4c6084104 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkViolet; + border-top: 1px solid DarkBlue; } nav { - background: DarkViolet; + background: DarkBlue; display: flex; align-items: center; padding: 0 0.5rem; From 6daa711a5ffc58bd2a1e9848f8177bcd03eb3d02 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 11 Jun 2022 00:02:13 +0000 Subject: [PATCH 0888/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 9cb4c6084104..d45f2f580eae 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkBlue; + border-top: 1px solid LightGray; } nav { - background: DarkBlue; + background: LightGray; display: flex; align-items: center; padding: 0 0.5rem; From f5da91fd20a5df9c159fc4fef62edf649043eeed Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 11 Jun 2022 00:47:13 +0000 Subject: [PATCH 0889/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d45f2f580eae..cc3e2a46c95e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGray; + border-top: 1px solid LightSkyBlue; } nav { - background: LightGray; + background: LightSkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From 52889dfea3fbeccd0801239e30e8cdf641eea839 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 11 Jun 2022 03:02:13 +0000 Subject: [PATCH 0890/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index cc3e2a46c95e..4157a06c1b2b 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSkyBlue; + border-top: 1px solid LawnGreen; } nav { - background: LightSkyBlue; + background: LawnGreen; display: flex; align-items: center; padding: 0 0.5rem; From f6c07fa911869ef2906c123a404b6c8ef245b596 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 11 Jun 2022 04:32:12 +0000 Subject: [PATCH 0891/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4157a06c1b2b..228291e36290 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LawnGreen; + border-top: 1px solid Beige; } nav { - background: LawnGreen; + background: Beige; display: flex; align-items: center; padding: 0 0.5rem; From 8531844a616339b523ed583e2d8922d7b0067378 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 11 Jun 2022 09:02:12 +0000 Subject: [PATCH 0892/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 228291e36290..14bdb415526f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Beige; + border-top: 1px solid DarkGreen; } nav { - background: Beige; + background: DarkGreen; display: flex; align-items: center; padding: 0 0.5rem; From 1042c1ee3f5d3d3f1b3a6514ea7ec6905d67bc39 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 11 Jun 2022 12:47:12 +0000 Subject: [PATCH 0893/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 14bdb415526f..eca3a27ac0c5 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGreen; + border-top: 1px solid GreenYellow; } nav { - background: DarkGreen; + background: GreenYellow; display: flex; align-items: center; padding: 0 0.5rem; From c10657338b09f28ede4d1e71d8191bceb044019e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 11 Jun 2022 15:02:12 +0000 Subject: [PATCH 0894/3185] KPT-22: Modals with Purple accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index eca3a27ac0c5..c9db43be9d02 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GreenYellow; + border-top: 1px solid Purple; } nav { - background: GreenYellow; + background: Purple; display: flex; align-items: center; padding: 0 0.5rem; From f49d5d0c85c292bf4c42977e5f18a490340d5aa3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 11 Jun 2022 15:47:12 +0000 Subject: [PATCH 0895/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index c9db43be9d02..b71c46471615 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Purple; + border-top: 1px solid Sienna; } nav { - background: Purple; + background: Sienna; display: flex; align-items: center; padding: 0 0.5rem; From 0149de034731ca88c6cab13fbe1d010c32790aae Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 11 Jun 2022 20:17:12 +0000 Subject: [PATCH 0896/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index b71c46471615..affcc732e93e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Sienna; + border-top: 1px solid Pink; } nav { - background: Sienna; + background: Pink; display: flex; align-items: center; padding: 0 0.5rem; From 8bf18a7080363343ea5582df40cda2408b6f3eba Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 12 Jun 2022 06:47:12 +0000 Subject: [PATCH 0897/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index affcc732e93e..b71c46471615 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Pink; + border-top: 1px solid Sienna; } nav { - background: Pink; + background: Sienna; display: flex; align-items: center; padding: 0 0.5rem; From 2265bd8fda41baa296bffeb139fba6f3b7e853f5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 12 Jun 2022 12:02:13 +0000 Subject: [PATCH 0898/3185] KPT-22: Modals with WhiteSmoke accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index b71c46471615..0053969b5ecf 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Sienna; + border-top: 1px solid WhiteSmoke; } nav { - background: Sienna; + background: WhiteSmoke; display: flex; align-items: center; padding: 0 0.5rem; From 0de9ef916c6d4362aefc4faa75dfa404bcedbccb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 12 Jun 2022 12:47:12 +0000 Subject: [PATCH 0899/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 0053969b5ecf..a53a85ffbbae 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid WhiteSmoke; + border-top: 1px solid AliceBlue; } nav { - background: WhiteSmoke; + background: AliceBlue; display: flex; align-items: center; padding: 0 0.5rem; From 3f62f352fe7249086dc04869e9beb8b9d54e58ad Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 12 Jun 2022 18:47:12 +0000 Subject: [PATCH 0900/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index a53a85ffbbae..d45f2f580eae 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid AliceBlue; + border-top: 1px solid LightGray; } nav { - background: AliceBlue; + background: LightGray; display: flex; align-items: center; padding: 0 0.5rem; From 2989b60cac276b476458874e77125799ce519ee1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 12 Jun 2022 20:17:12 +0000 Subject: [PATCH 0901/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d45f2f580eae..856552dcb2f0 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGray; + border-top: 1px solid DarkSeaGreen; } nav { - background: LightGray; + background: DarkSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From 0dbbe85f6ba731f42d6f9524b1574ab71f0787f3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 13 Jun 2022 01:32:12 +0000 Subject: [PATCH 0902/3185] KPT-22: Modals with OliveDrab accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 856552dcb2f0..7e2c71043980 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSeaGreen; + border-top: 1px solid OliveDrab; } nav { - background: DarkSeaGreen; + background: OliveDrab; display: flex; align-items: center; padding: 0 0.5rem; From f9a4c93ca1de0327f53c9de94d97b585bcb944b3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 13 Jun 2022 03:47:13 +0000 Subject: [PATCH 0903/3185] KPT-22: Modals with MintCream accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 7e2c71043980..5d4492574dd1 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OliveDrab; + border-top: 1px solid MintCream; } nav { - background: OliveDrab; + background: MintCream; display: flex; align-items: center; padding: 0 0.5rem; From 74300501b21db72db95dd8b4dd2953ca76f999b5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 13 Jun 2022 06:47:12 +0000 Subject: [PATCH 0904/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 5d4492574dd1..6baa43ae096e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MintCream; + border-top: 1px solid BlanchedAlmond; } nav { - background: MintCream; + background: BlanchedAlmond; display: flex; align-items: center; padding: 0 0.5rem; From 2dc5db670dd85c502ae6e70eeb3e98a227b26c02 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 13 Jun 2022 09:02:13 +0000 Subject: [PATCH 0905/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 6baa43ae096e..ec2e59e70439 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BlanchedAlmond; + border-top: 1px solid DarkOrchid; } nav { - background: BlanchedAlmond; + background: DarkOrchid; display: flex; align-items: center; padding: 0 0.5rem; From f8b3b745c67473d4873f38c364673a7b06acc780 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 13 Jun 2022 10:32:13 +0000 Subject: [PATCH 0906/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ec2e59e70439..a53a85ffbbae 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOrchid; + border-top: 1px solid AliceBlue; } nav { - background: DarkOrchid; + background: AliceBlue; display: flex; align-items: center; padding: 0 0.5rem; From 271e4e5ca872f041299cc225bec405aa88a872f9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 13 Jun 2022 12:47:12 +0000 Subject: [PATCH 0907/3185] KPT-22: Modals with DarkGrey accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index a53a85ffbbae..7265cc2310f6 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid AliceBlue; + border-top: 1px solid DarkGrey; } nav { - background: AliceBlue; + background: DarkGrey; display: flex; align-items: center; padding: 0 0.5rem; From 29d69ea50aa4344564cacd76c5ed4211f30ae3e0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 13 Jun 2022 14:19:00 +0000 Subject: [PATCH 0908/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 7265cc2310f6..abc9bac5eca7 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGrey; + border-top: 1px solid Blue; } nav { - background: DarkGrey; + background: Blue; display: flex; align-items: center; padding: 0 0.5rem; From a49641574fb622870331d629b6d3bc01d05a7e1d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 13 Jun 2022 18:02:13 +0000 Subject: [PATCH 0909/3185] KPT-24: Update background color to Maroon --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index abc9bac5eca7..9f1fca2a1ff2 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Blue; + border-top: 1px solid Maroon; } nav { - background: Blue; + background: Maroon; display: flex; align-items: center; padding: 0 0.5rem; From addca36f783cc2a44295bf229fed0ff92972d01e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 14 Jun 2022 00:02:23 +0000 Subject: [PATCH 0910/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 9f1fca2a1ff2..4d589e9fc6c4 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Maroon; + border-top: 1px solid MidnightBlue; } nav { - background: Maroon; + background: MidnightBlue; display: flex; align-items: center; padding: 0 0.5rem; From 6b2df6fde4cbc3cf0169fe2662739c9161a9dd15 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 14 Jun 2022 03:02:13 +0000 Subject: [PATCH 0911/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4d589e9fc6c4..4ec33dd9a11e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MidnightBlue; + border-top: 1px solid BurlyWood; } nav { - background: MidnightBlue; + background: BurlyWood; display: flex; align-items: center; padding: 0 0.5rem; From 5465ffbbb5f1413e0b167071fc69f98713902514 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 14 Jun 2022 03:47:12 +0000 Subject: [PATCH 0912/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4ec33dd9a11e..9897bbddf092 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BurlyWood; + border-top: 1px solid LightPink; } nav { - background: BurlyWood; + background: LightPink; display: flex; align-items: center; padding: 0 0.5rem; From 06f58c4e26089c61bc44acb3f71d52c08112c5e0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 14 Jun 2022 06:02:13 +0000 Subject: [PATCH 0913/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 9897bbddf092..2a24e48a33d3 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightPink; + border-top: 1px solid Green; } nav { - background: LightPink; + background: Green; display: flex; align-items: center; padding: 0 0.5rem; From 85591efa1f02922d2d87c9fbadebfcebc0d40e5f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 14 Jun 2022 08:17:13 +0000 Subject: [PATCH 0914/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 2a24e48a33d3..454e3b0659dc 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Green; + border-top: 1px solid Tan; } nav { - background: Green; + background: Tan; display: flex; align-items: center; padding: 0 0.5rem; From 58dbeb71b7cee2bfdd6ff558f30d3a2823721928 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 14 Jun 2022 10:32:13 +0000 Subject: [PATCH 0915/3185] KPT-22: Modals with Khaki accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 454e3b0659dc..3fc956c8bef1 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Tan; + border-top: 1px solid Khaki; } nav { - background: Tan; + background: Khaki; display: flex; align-items: center; padding: 0 0.5rem; From 06170f2e5dcb3cde32dd7c601c3e5ac029dc9d02 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 14 Jun 2022 11:17:12 +0000 Subject: [PATCH 0916/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3fc956c8bef1..b71c46471615 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Khaki; + border-top: 1px solid Sienna; } nav { - background: Khaki; + background: Sienna; display: flex; align-items: center; padding: 0 0.5rem; From cc2636be51fe557a0f3a1d3be19c8e707602edf5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 14 Jun 2022 13:32:13 +0000 Subject: [PATCH 0917/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index b71c46471615..a2f3a2cc2f41 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Sienna; + border-top: 1px solid MediumPurple; } nav { - background: Sienna; + background: MediumPurple; display: flex; align-items: center; padding: 0 0.5rem; From ef8256afeb8b524b716d9f3f4597ef061ae09717 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 14 Jun 2022 15:02:13 +0000 Subject: [PATCH 0918/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index a2f3a2cc2f41..bd3a875e2c0c 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumPurple; + border-top: 1px solid SlateBlue; } nav { - background: MediumPurple; + background: SlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From 31efa3d552918eb329c09d715a9038896fa2381f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 14 Jun 2022 15:47:13 +0000 Subject: [PATCH 0919/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index bd3a875e2c0c..f121aafd52c6 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateBlue; + border-top: 1px solid SteelBlue; } nav { - background: SlateBlue; + background: SteelBlue; display: flex; align-items: center; padding: 0 0.5rem; From 03740f4ba8a7e08e81e09e39948f48dbef05aa55 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 14 Jun 2022 16:32:13 +0000 Subject: [PATCH 0920/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index f121aafd52c6..9db6466b4d55 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SteelBlue; + border-top: 1px solid Indigo; } nav { - background: SteelBlue; + background: Indigo; display: flex; align-items: center; padding: 0 0.5rem; From dd53cf489ae7bf845859308e4f5741d3bd92c626 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 14 Jun 2022 17:17:13 +0000 Subject: [PATCH 0921/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 9db6466b4d55..e8872e3ed333 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Indigo; + border-top: 1px solid Black; } nav { - background: Indigo; + background: Black; display: flex; align-items: center; padding: 0 0.5rem; From adb36598a971b5c2a76b16ae4d020f97cea7844b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 15 Jun 2022 00:47:13 +0000 Subject: [PATCH 0922/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index e8872e3ed333..b83d2db05aab 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Black; + border-top: 1px solid Silver; } nav { - background: Black; + background: Silver; display: flex; align-items: center; padding: 0 0.5rem; From 44925e560a244d184ee01e8a0e4f07d18c5506f7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 15 Jun 2022 03:02:12 +0000 Subject: [PATCH 0923/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index b83d2db05aab..6550fb674240 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Silver; + border-top: 1px solid SandyBrown; } nav { - background: Silver; + background: SandyBrown; display: flex; align-items: center; padding: 0 0.5rem; From e16eaf873640c668b6c47a0fe4b535c1249055cf Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 15 Jun 2022 04:32:13 +0000 Subject: [PATCH 0924/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 6550fb674240..ee268dfc6674 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SandyBrown; + border-top: 1px solid Thistle; } nav { - background: SandyBrown; + background: Thistle; display: flex; align-items: center; padding: 0 0.5rem; From f9a9daf92ebd41bba424a1e9b734e4a281f6d963 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 15 Jun 2022 08:17:12 +0000 Subject: [PATCH 0925/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ee268dfc6674..ad9452d08934 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Thistle; + border-top: 1px solid GhostWhite; } nav { - background: Thistle; + background: GhostWhite; display: flex; align-items: center; padding: 0 0.5rem; From cb38b47efe1a29d839c3a1d51661cf54840423ac Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 15 Jun 2022 12:47:16 +0000 Subject: [PATCH 0926/3185] KPT-22: Modals with Bisque accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ad9452d08934..ac6b74bb429f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GhostWhite; + border-top: 1px solid Bisque; } nav { - background: GhostWhite; + background: Bisque; display: flex; align-items: center; padding: 0 0.5rem; From 2039644c0a815026f25f1fc754d2315dc19bc4ce Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 15 Jun 2022 16:32:14 +0000 Subject: [PATCH 0927/3185] KPT-24: Update background color to SeaShell --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ac6b74bb429f..139351cd37cf 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Bisque; + border-top: 1px solid SeaShell; } nav { - background: Bisque; + background: SeaShell; display: flex; align-items: center; padding: 0 0.5rem; From 21051aab9e69d74a06ac3f469830aa1b3e019684 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 16 Jun 2022 00:02:17 +0000 Subject: [PATCH 0928/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 139351cd37cf..5bc7ef4eb78f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SeaShell; + border-top: 1px solid DarkOrange; } nav { - background: SeaShell; + background: DarkOrange; display: flex; align-items: center; padding: 0 0.5rem; From b8dcd7c7a640180dc269a25d7ea4c24b70d95be2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 16 Jun 2022 07:32:12 +0000 Subject: [PATCH 0929/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 5bc7ef4eb78f..531a07b0e7f9 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOrange; + border-top: 1px solid AntiqueWhite; } nav { - background: DarkOrange; + background: AntiqueWhite; display: flex; align-items: center; padding: 0 0.5rem; From 1e0f2097c38386c122554a6a9f2af8821532135c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 16 Jun 2022 08:17:12 +0000 Subject: [PATCH 0930/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 531a07b0e7f9..136dba7818fc 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid AntiqueWhite; + border-top: 1px solid SaddleBrown; } nav { - background: AntiqueWhite; + background: SaddleBrown; display: flex; align-items: center; padding: 0 0.5rem; From cb3405775658b2d0940bee6e0c21f573f4625ccd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 16 Jun 2022 10:32:13 +0000 Subject: [PATCH 0931/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 136dba7818fc..4ec33dd9a11e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SaddleBrown; + border-top: 1px solid BurlyWood; } nav { - background: SaddleBrown; + background: BurlyWood; display: flex; align-items: center; padding: 0 0.5rem; From cf087b415135ae228d9f4eea240e5f3e7aec3b34 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 16 Jun 2022 12:02:13 +0000 Subject: [PATCH 0932/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4ec33dd9a11e..2e8c8e35e5cb 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BurlyWood; + border-top: 1px solid Magenta; } nav { - background: BurlyWood; + background: Magenta; display: flex; align-items: center; padding: 0 0.5rem; From 06edc05129374a3fbe9a1c4ef66b14271b681b5c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 16 Jun 2022 19:32:13 +0000 Subject: [PATCH 0933/3185] KPT-22: Modals with LightGray accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 2e8c8e35e5cb..d45f2f580eae 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Magenta; + border-top: 1px solid LightGray; } nav { - background: Magenta; + background: LightGray; display: flex; align-items: center; padding: 0 0.5rem; From 2a0eb3572b8edb5a93dddcd471fc0cb10c7e3889 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 16 Jun 2022 21:47:13 +0000 Subject: [PATCH 0934/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d45f2f580eae..bad8db91c557 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGray; + border-top: 1px solid CadetBlue; } nav { - background: LightGray; + background: CadetBlue; display: flex; align-items: center; padding: 0 0.5rem; From 6d3a07bc8af59e36de5c5a3680b46c99053c75ed Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 17 Jun 2022 04:32:12 +0000 Subject: [PATCH 0935/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index bad8db91c557..4c78b363845c 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid CadetBlue; + border-top: 1px solid ForestGreen; } nav { - background: CadetBlue; + background: ForestGreen; display: flex; align-items: center; padding: 0 0.5rem; From 54f6ceec2387c9805ab832e069f9ff2a8ceaad1a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 17 Jun 2022 07:32:12 +0000 Subject: [PATCH 0936/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4c78b363845c..136dba7818fc 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid ForestGreen; + border-top: 1px solid SaddleBrown; } nav { - background: ForestGreen; + background: SaddleBrown; display: flex; align-items: center; padding: 0 0.5rem; From dfb08d9af69625e7ea754dce10b486cf91e7f128 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 17 Jun 2022 12:02:13 +0000 Subject: [PATCH 0937/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 136dba7818fc..ec5e8acbe367 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SaddleBrown; + border-top: 1px solid RoyalBlue; } nav { - background: SaddleBrown; + background: RoyalBlue; display: flex; align-items: center; padding: 0 0.5rem; From 71ff11ab9c9d819dc525bc6980f8d6c5e296e1e1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 17 Jun 2022 14:17:12 +0000 Subject: [PATCH 0938/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ec5e8acbe367..4cb33c38cec8 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RoyalBlue; + border-top: 1px solid DarkSalmon; } nav { - background: RoyalBlue; + background: DarkSalmon; display: flex; align-items: center; padding: 0 0.5rem; From 22705dafab8d7e3c0b481ee2d12c60c206189fb8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 17 Jun 2022 15:47:12 +0000 Subject: [PATCH 0939/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4cb33c38cec8..3ec0ac892f86 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSalmon; + border-top: 1px solid Gainsboro; } nav { - background: DarkSalmon; + background: Gainsboro; display: flex; align-items: center; padding: 0 0.5rem; From 2772591392ef11c8bee0ca0c390302cc112f441c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 17 Jun 2022 16:32:12 +0000 Subject: [PATCH 0940/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3ec0ac892f86..95b0c9b012ff 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gainsboro; + border-top: 1px solid DimGray; } nav { - background: Gainsboro; + background: DimGray; display: flex; align-items: center; padding: 0 0.5rem; From c5bed290bf53b192b6f430cde6573312a46ad413 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 17 Jun 2022 18:02:13 +0000 Subject: [PATCH 0941/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 95b0c9b012ff..e998dc1afbfd 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DimGray; + border-top: 1px solid Cyan; } nav { - background: DimGray; + background: Cyan; display: flex; align-items: center; padding: 0 0.5rem; From ac726996eba149c88e1fcfa18ae7b99649801a1b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 17 Jun 2022 19:32:14 +0000 Subject: [PATCH 0942/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index e998dc1afbfd..64214c2d85c0 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Cyan; + border-top: 1px solid LightGreen; } nav { - background: Cyan; + background: LightGreen; display: flex; align-items: center; padding: 0 0.5rem; From f056f7846b13dfd487e50f678fb288c4343c3f4e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 18 Jun 2022 05:17:12 +0000 Subject: [PATCH 0943/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 64214c2d85c0..372b1a31ed97 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGreen; + border-top: 1px solid LightGrey; } nav { - background: LightGreen; + background: LightGrey; display: flex; align-items: center; padding: 0 0.5rem; From 9d8daa0d79f37003c4c8522386b42c30957c9e79 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 18 Jun 2022 06:02:13 +0000 Subject: [PATCH 0944/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 372b1a31ed97..11a95055426e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGrey; + border-top: 1px solid LightCoral; } nav { - background: LightGrey; + background: LightCoral; display: flex; align-items: center; padding: 0 0.5rem; From 17b175e9703477e227c55a79d1ff06f793574752 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 18 Jun 2022 08:17:13 +0000 Subject: [PATCH 0945/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 11a95055426e..4f31bef8a698 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightCoral; + border-top: 1px solid NavajoWhite; } nav { - background: LightCoral; + background: NavajoWhite; display: flex; align-items: center; padding: 0 0.5rem; From cd73cd78e1c286e71966fcd8338fe143c99cf045 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 18 Jun 2022 12:47:12 +0000 Subject: [PATCH 0946/3185] KPT-22: Modals with Coral accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4f31bef8a698..67e0111f647f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid NavajoWhite; + border-top: 1px solid Coral; } nav { - background: NavajoWhite; + background: Coral; display: flex; align-items: center; padding: 0 0.5rem; From ea699eb8fe47292b22cb2076d0889d0f0b9ea6db Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 18 Jun 2022 21:02:12 +0000 Subject: [PATCH 0947/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 67e0111f647f..c9db43be9d02 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Coral; + border-top: 1px solid Purple; } nav { - background: Coral; + background: Purple; display: flex; align-items: center; padding: 0 0.5rem; From 379ba7b9ebc3364b3254e2d84dd4f1ef32dea614 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 19 Jun 2022 00:47:12 +0000 Subject: [PATCH 0948/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index c9db43be9d02..52780a4ff666 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Purple; + border-top: 1px solid SlateGrey; } nav { - background: Purple; + background: SlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From 8156032d1ccb38af2bb90c147001112d0284aecf Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 19 Jun 2022 11:17:13 +0000 Subject: [PATCH 0949/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 52780a4ff666..ac6b74bb429f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateGrey; + border-top: 1px solid Bisque; } nav { - background: SlateGrey; + background: Bisque; display: flex; align-items: center; padding: 0 0.5rem; From 604b3be38bc4d22e36a08898741fa876e443e4ea Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 19 Jun 2022 14:17:12 +0000 Subject: [PATCH 0950/3185] KPT-24: Update background color to LightPink --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ac6b74bb429f..9897bbddf092 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Bisque; + border-top: 1px solid LightPink; } nav { - background: Bisque; + background: LightPink; display: flex; align-items: center; padding: 0 0.5rem; From 7964d98da0fded3b4e658905d97f2501bc8a493b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 19 Jun 2022 15:47:12 +0000 Subject: [PATCH 0951/3185] KPT-22: Modals with Lavender accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 9897bbddf092..308fd2898d6e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightPink; + border-top: 1px solid Lavender; } nav { - background: LightPink; + background: Lavender; display: flex; align-items: center; padding: 0 0.5rem; From 685593f7cb79701d75a2072502d1970a64608ae8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 19 Jun 2022 17:17:12 +0000 Subject: [PATCH 0952/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 308fd2898d6e..38eb215526f9 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Lavender; + border-top: 1px solid Salmon; } nav { - background: Lavender; + background: Salmon; display: flex; align-items: center; padding: 0 0.5rem; From 74ff37292a7c8cf22fade69cb2e874a0100e34a3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 19 Jun 2022 18:47:12 +0000 Subject: [PATCH 0953/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 38eb215526f9..5d4492574dd1 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Salmon; + border-top: 1px solid MintCream; } nav { - background: Salmon; + background: MintCream; display: flex; align-items: center; padding: 0 0.5rem; From f2578778dd6afcc80847121c1c2ab66dcfdfeaf7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 19 Jun 2022 23:17:12 +0000 Subject: [PATCH 0954/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 5d4492574dd1..531a07b0e7f9 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MintCream; + border-top: 1px solid AntiqueWhite; } nav { - background: MintCream; + background: AntiqueWhite; display: flex; align-items: center; padding: 0 0.5rem; From 0e41dd799b6229a430399264ef770792e498bedc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 20 Jun 2022 01:32:12 +0000 Subject: [PATCH 0955/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 531a07b0e7f9..2bb350ffd9ac 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid AntiqueWhite; + border-top: 1px solid Yellow; } nav { - background: AntiqueWhite; + background: Yellow; display: flex; align-items: center; padding: 0 0.5rem; From cdc25d8a62cf3e02e4498208fedb7f8dcae352ac Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 20 Jun 2022 05:17:12 +0000 Subject: [PATCH 0956/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 2bb350ffd9ac..ee766fd90860 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Yellow; + border-top: 1px solid Gold; } nav { - background: Yellow; + background: Gold; display: flex; align-items: center; padding: 0 0.5rem; From 365bde1731ef7d1d971d30676567b2ba461b93e1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 20 Jun 2022 09:47:12 +0000 Subject: [PATCH 0957/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ee766fd90860..9cc806b0b915 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gold; + border-top: 1px solid DodgerBlue; } nav { - background: Gold; + background: DodgerBlue; display: flex; align-items: center; padding: 0 0.5rem; From 66407fdabef17ad6665c0b794ce5e399ab594b94 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 20 Jun 2022 15:02:12 +0000 Subject: [PATCH 0958/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 9cc806b0b915..ebdf63f280df 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DodgerBlue; + border-top: 1px solid White; } nav { - background: DodgerBlue; + background: White; display: flex; align-items: center; padding: 0 0.5rem; From f48b928047893eb0dacea55ee29add5e8f2551b2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 20 Jun 2022 15:47:12 +0000 Subject: [PATCH 0959/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ebdf63f280df..02795f4f8e2b 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid White; + border-top: 1px solid DarkGray; } nav { - background: White; + background: DarkGray; display: flex; align-items: center; padding: 0 0.5rem; From f787652fdb896b6d73a2c61bdde279021fa55cba Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 20 Jun 2022 19:32:12 +0000 Subject: [PATCH 0960/3185] KPT-24: Update background color to MediumAquaMarine --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 02795f4f8e2b..0f633b206ec6 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGray; + border-top: 1px solid MediumAquaMarine; } nav { - background: DarkGray; + background: MediumAquaMarine; display: flex; align-items: center; padding: 0 0.5rem; From 7e44df5ed9c1e20bf39c33bece8d96486a7494c0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 20 Jun 2022 22:32:12 +0000 Subject: [PATCH 0961/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 0f633b206ec6..343dde4387ae 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumAquaMarine; + border-top: 1px solid Grey; } nav { - background: MediumAquaMarine; + background: Grey; display: flex; align-items: center; padding: 0 0.5rem; From db744f3c07489044356615e89569a1968d777b51 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 20 Jun 2022 23:17:13 +0000 Subject: [PATCH 0962/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 343dde4387ae..7265cc2310f6 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Grey; + border-top: 1px solid DarkGrey; } nav { - background: Grey; + background: DarkGrey; display: flex; align-items: center; padding: 0 0.5rem; From 317bc9ecaa3fe13190a9c98d06292f3bbb7e3334 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 21 Jun 2022 09:02:13 +0000 Subject: [PATCH 0963/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 7265cc2310f6..718dcb65df26 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGrey; + border-top: 1px solid DarkCyan; } nav { - background: DarkGrey; + background: DarkCyan; display: flex; align-items: center; padding: 0 0.5rem; From 20c9fe3a69170494eb19e5fa186ebca5d736968c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 21 Jun 2022 10:32:13 +0000 Subject: [PATCH 0964/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 718dcb65df26..f626f10eb5eb 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkCyan; + border-top: 1px solid PaleGoldenRod; } nav { - background: DarkCyan; + background: PaleGoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From 420a01b6b9301514bd0d8bdcce6130305383cbbb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 21 Jun 2022 13:32:13 +0000 Subject: [PATCH 0965/3185] KPT-22: Modals with LightSeaGreen accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index f626f10eb5eb..50a979314f9f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleGoldenRod; + border-top: 1px solid LightSeaGreen; } nav { - background: PaleGoldenRod; + background: LightSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From 5951c951e6bc1fa887b7b23b3e781fba8ffc03e5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 21 Jun 2022 17:17:12 +0000 Subject: [PATCH 0966/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 50a979314f9f..67e0111f647f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSeaGreen; + border-top: 1px solid Coral; } nav { - background: LightSeaGreen; + background: Coral; display: flex; align-items: center; padding: 0 0.5rem; From 300da7f24afc03dcdd4a478a588f8455f2c34ab5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 21 Jun 2022 18:47:13 +0000 Subject: [PATCH 0967/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 67e0111f647f..2e8c8e35e5cb 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Coral; + border-top: 1px solid Magenta; } nav { - background: Coral; + background: Magenta; display: flex; align-items: center; padding: 0 0.5rem; From 1e3b769cccb5059f2bafd676b93a1d172ce74027 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 21 Jun 2022 23:17:13 +0000 Subject: [PATCH 0968/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 2e8c8e35e5cb..37d380ba9c8b 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Magenta; + border-top: 1px solid LavenderBlush; } nav { - background: Magenta; + background: LavenderBlush; display: flex; align-items: center; padding: 0 0.5rem; From d6be2420038a9db354279fee3239388c4675fb04 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 22 Jun 2022 06:02:13 +0000 Subject: [PATCH 0969/3185] KPT-24: Update background color to Chocolate --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 37d380ba9c8b..b5abec4e62df 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LavenderBlush; + border-top: 1px solid Chocolate; } nav { - background: LavenderBlush; + background: Chocolate; display: flex; align-items: center; padding: 0 0.5rem; From 182f0c7988c6742f4e2a2f84f0f2c0e6b470f069 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 22 Jun 2022 06:47:12 +0000 Subject: [PATCH 0970/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index b5abec4e62df..ec5e8acbe367 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Chocolate; + border-top: 1px solid RoyalBlue; } nav { - background: Chocolate; + background: RoyalBlue; display: flex; align-items: center; padding: 0 0.5rem; From a1bad20bfc7660d656361359c999429791fefcb1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 22 Jun 2022 08:17:12 +0000 Subject: [PATCH 0971/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ec5e8acbe367..48f96fef5716 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RoyalBlue; + border-top: 1px solid PaleVioletRed; } nav { - background: RoyalBlue; + background: PaleVioletRed; display: flex; align-items: center; padding: 0 0.5rem; From 803b41c8216a05fbfff560486af10034ff33f615 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 22 Jun 2022 09:02:12 +0000 Subject: [PATCH 0972/3185] KPT-24: Update background color to Azure --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 48f96fef5716..d444a165a194 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleVioletRed; + border-top: 1px solid Azure; } nav { - background: PaleVioletRed; + background: Azure; display: flex; align-items: center; padding: 0 0.5rem; From 542ec7432f782365440da49ff71eb1b2c25cccaf Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 22 Jun 2022 09:47:12 +0000 Subject: [PATCH 0973/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d444a165a194..abc9bac5eca7 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Azure; + border-top: 1px solid Blue; } nav { - background: Azure; + background: Blue; display: flex; align-items: center; padding: 0 0.5rem; From 17babf3966ac248e2273635bb4e7fff1c0a2eab5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 22 Jun 2022 12:02:12 +0000 Subject: [PATCH 0974/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index abc9bac5eca7..31a327a93479 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Blue; + border-top: 1px solid Navy; } nav { - background: Blue; + background: Navy; display: flex; align-items: center; padding: 0 0.5rem; From 1b8fa9c7bc81a11e72d3dc846bc6b697976a625e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 22 Jun 2022 15:02:13 +0000 Subject: [PATCH 0975/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 31a327a93479..4c78b363845c 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Navy; + border-top: 1px solid ForestGreen; } nav { - background: Navy; + background: ForestGreen; display: flex; align-items: center; padding: 0 0.5rem; From 1ffe7c8510f3f22913d6934a1def4e4420984678 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 22 Jun 2022 15:47:13 +0000 Subject: [PATCH 0976/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4c78b363845c..46aa99fbd145 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid ForestGreen; + border-top: 1px solid DarkGoldenRod; } nav { - background: ForestGreen; + background: DarkGoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From a1bcb5df1fd24d0ece6b0e1f5dfa2a3b5fbc858c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 22 Jun 2022 16:32:12 +0000 Subject: [PATCH 0977/3185] KPT-24: Update background color to DarkRed --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 46aa99fbd145..31704961ca80 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGoldenRod; + border-top: 1px solid DarkRed; } nav { - background: DarkGoldenRod; + background: DarkRed; display: flex; align-items: center; padding: 0 0.5rem; From 482c815480610ef0e44e1b5e887a22bfe24ed530 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 22 Jun 2022 17:17:13 +0000 Subject: [PATCH 0978/3185] KPT-24: Update background color to MediumAquaMarine --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 31704961ca80..0f633b206ec6 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkRed; + border-top: 1px solid MediumAquaMarine; } nav { - background: DarkRed; + background: MediumAquaMarine; display: flex; align-items: center; padding: 0 0.5rem; From fd6fd9e6c7c926f8acbdba0e996e8de2f4c0fb81 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 22 Jun 2022 18:02:13 +0000 Subject: [PATCH 0979/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 0f633b206ec6..bc298684f71f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumAquaMarine; + border-top: 1px solid RebeccaPurple; } nav { - background: MediumAquaMarine; + background: RebeccaPurple; display: flex; align-items: center; padding: 0 0.5rem; From 9dd188d93717aed4af794f4d085eceb4ea6b09a0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 23 Jun 2022 00:47:13 +0000 Subject: [PATCH 0980/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index bc298684f71f..343dde4387ae 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RebeccaPurple; + border-top: 1px solid Grey; } nav { - background: RebeccaPurple; + background: Grey; display: flex; align-items: center; padding: 0 0.5rem; From 25926b6555939da8523dec36d42fc74032793b0f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 23 Jun 2022 06:02:13 +0000 Subject: [PATCH 0981/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 343dde4387ae..a53a85ffbbae 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Grey; + border-top: 1px solid AliceBlue; } nav { - background: Grey; + background: AliceBlue; display: flex; align-items: center; padding: 0 0.5rem; From de0907af1dc8567f8ee0717baf58014e1c6f3b75 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 23 Jun 2022 11:17:12 +0000 Subject: [PATCH 0982/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index a53a85ffbbae..ee268dfc6674 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid AliceBlue; + border-top: 1px solid Thistle; } nav { - background: AliceBlue; + background: Thistle; display: flex; align-items: center; padding: 0 0.5rem; From 15c9065d0dbb10e911765be11fb7ca632fc15416 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 23 Jun 2022 12:02:13 +0000 Subject: [PATCH 0983/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ee268dfc6674..f121aafd52c6 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Thistle; + border-top: 1px solid SteelBlue; } nav { - background: Thistle; + background: SteelBlue; display: flex; align-items: center; padding: 0 0.5rem; From 70b521ceaa0f81eadeef4a2c17cbebb065d586ba Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 23 Jun 2022 12:47:12 +0000 Subject: [PATCH 0984/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index f121aafd52c6..11a95055426e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SteelBlue; + border-top: 1px solid LightCoral; } nav { - background: SteelBlue; + background: LightCoral; display: flex; align-items: center; padding: 0 0.5rem; From 6fe5f62e79ab9450a74afafb75967d2cea6d8412 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 23 Jun 2022 15:47:12 +0000 Subject: [PATCH 0985/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 11a95055426e..0228fd3891c6 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightCoral; + border-top: 1px solid Plum; } nav { - background: LightCoral; + background: Plum; display: flex; align-items: center; padding: 0 0.5rem; From 215b12aa2a0c827b0bb8041e1ba5b807f6f9c018 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 23 Jun 2022 18:02:12 +0000 Subject: [PATCH 0986/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 0228fd3891c6..46aa99fbd145 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Plum; + border-top: 1px solid DarkGoldenRod; } nav { - background: Plum; + background: DarkGoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From b5b91d2180bccb4f011f5f669578658492444fe8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 23 Jun 2022 18:47:12 +0000 Subject: [PATCH 0987/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 46aa99fbd145..ff1b8ca54562 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGoldenRod; + border-top: 1px solid MediumBlue; } nav { - background: DarkGoldenRod; + background: MediumBlue; display: flex; align-items: center; padding: 0 0.5rem; From 47704eb0538ed8ad4b69f098c32bb5c822f0e250 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 23 Jun 2022 21:02:14 +0000 Subject: [PATCH 0988/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ff1b8ca54562..6ed2eb8a42df 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumBlue; + border-top: 1px solid Turquoise; } nav { - background: MediumBlue; + background: Turquoise; display: flex; align-items: center; padding: 0 0.5rem; From cae505898708b8635536118e32609b6d46682649 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 23 Jun 2022 21:47:14 +0000 Subject: [PATCH 0989/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 6ed2eb8a42df..5d4492574dd1 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Turquoise; + border-top: 1px solid MintCream; } nav { - background: Turquoise; + background: MintCream; display: flex; align-items: center; padding: 0 0.5rem; From 892650fdab7ab9a1498764e6f580894503da8f0a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 24 Jun 2022 00:47:12 +0000 Subject: [PATCH 0990/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 5d4492574dd1..ceefd47a65fe 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MintCream; + border-top: 1px solid BlueViolet; } nav { - background: MintCream; + background: BlueViolet; display: flex; align-items: center; padding: 0 0.5rem; From 8953be55e24b7969d947fceaf6da534980260f97 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 24 Jun 2022 02:17:12 +0000 Subject: [PATCH 0991/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ceefd47a65fe..97c9a503bf56 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BlueViolet; + border-top: 1px solid Lime; } nav { - background: BlueViolet; + background: Lime; display: flex; align-items: center; padding: 0 0.5rem; From 67c7927e92bb640c4766d956ee676cd5653a2d1c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 24 Jun 2022 09:47:12 +0000 Subject: [PATCH 0992/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 97c9a503bf56..b71c46471615 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Lime; + border-top: 1px solid Sienna; } nav { - background: Lime; + background: Sienna; display: flex; align-items: center; padding: 0 0.5rem; From a96001bbb029105e6e71da72d827c1b5186c7af3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 24 Jun 2022 10:32:13 +0000 Subject: [PATCH 0993/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index b71c46471615..266d9435f640 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Sienna; + border-top: 1px solid Orange; } nav { - background: Sienna; + background: Orange; display: flex; align-items: center; padding: 0 0.5rem; From 509eae0980f2048c3ae3345746ac066b6113d029 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 24 Jun 2022 12:47:13 +0000 Subject: [PATCH 0994/3185] KPT-24: Update background color to PaleGreen --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 266d9435f640..19e1abc1037e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Orange; + border-top: 1px solid PaleGreen; } nav { - background: Orange; + background: PaleGreen; display: flex; align-items: center; padding: 0 0.5rem; From 3f408e77e13f7801a609b88f56599235932eb47b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 24 Jun 2022 15:47:12 +0000 Subject: [PATCH 0995/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 19e1abc1037e..2d42ff06bf02 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleGreen; + border-top: 1px solid DarkViolet; } nav { - background: PaleGreen; + background: DarkViolet; display: flex; align-items: center; padding: 0 0.5rem; From b70363e2104d89707f53d576edc8c3129c60e9f4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 24 Jun 2022 16:32:12 +0000 Subject: [PATCH 0996/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 2d42ff06bf02..e998dc1afbfd 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkViolet; + border-top: 1px solid Cyan; } nav { - background: DarkViolet; + background: Cyan; display: flex; align-items: center; padding: 0 0.5rem; From ca669731b5cfd00d37cde1f48333319844f78225 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 24 Jun 2022 18:47:13 +0000 Subject: [PATCH 0997/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index e998dc1afbfd..37d380ba9c8b 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Cyan; + border-top: 1px solid LavenderBlush; } nav { - background: Cyan; + background: LavenderBlush; display: flex; align-items: center; padding: 0 0.5rem; From dabfc14b130d795c5c2e30dc46a446d5d3d677e4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 25 Jun 2022 01:32:12 +0000 Subject: [PATCH 0998/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 37d380ba9c8b..4157a06c1b2b 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LavenderBlush; + border-top: 1px solid LawnGreen; } nav { - background: LavenderBlush; + background: LawnGreen; display: flex; align-items: center; padding: 0 0.5rem; From 8f0d7a0644ef8721f97a8f7af25f84eb8a54eec0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 25 Jun 2022 03:02:12 +0000 Subject: [PATCH 0999/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4157a06c1b2b..d5b33e6aee0e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LawnGreen; + border-top: 1px solid LimeGreen; } nav { - background: LawnGreen; + background: LimeGreen; display: flex; align-items: center; padding: 0 0.5rem; From b75014ba918f43f868011eb634764660ea28e825 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 25 Jun 2022 04:32:12 +0000 Subject: [PATCH 1000/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d5b33e6aee0e..266d9435f640 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LimeGreen; + border-top: 1px solid Orange; } nav { - background: LimeGreen; + background: Orange; display: flex; align-items: center; padding: 0 0.5rem; From 79a150456422baf2e2c8ddc839f3861c9f57c031 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 25 Jun 2022 07:32:12 +0000 Subject: [PATCH 1001/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 266d9435f640..718dcb65df26 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Orange; + border-top: 1px solid DarkCyan; } nav { - background: Orange; + background: DarkCyan; display: flex; align-items: center; padding: 0 0.5rem; From 5bf752c911bd34be87c3419a750a2b8ffc94b522 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 25 Jun 2022 11:17:13 +0000 Subject: [PATCH 1002/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 718dcb65df26..136dba7818fc 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkCyan; + border-top: 1px solid SaddleBrown; } nav { - background: DarkCyan; + background: SaddleBrown; display: flex; align-items: center; padding: 0 0.5rem; From 2f1de96eb3a4f0a9af9d522a35ebc7fd685d567e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 25 Jun 2022 14:17:13 +0000 Subject: [PATCH 1003/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 136dba7818fc..6da11d3d6276 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SaddleBrown; + border-top: 1px solid DarkOliveGreen; } nav { - background: SaddleBrown; + background: DarkOliveGreen; display: flex; align-items: center; padding: 0 0.5rem; From 627dfbb4acf9cc0481962ef6d053bf8052f729d1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 25 Jun 2022 15:47:12 +0000 Subject: [PATCH 1004/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 6da11d3d6276..6ed2eb8a42df 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOliveGreen; + border-top: 1px solid Turquoise; } nav { - background: DarkOliveGreen; + background: Turquoise; display: flex; align-items: center; padding: 0 0.5rem; From b934d68b295a2bf68781a722bb690483bdbdc0e0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 25 Jun 2022 17:17:13 +0000 Subject: [PATCH 1005/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 6ed2eb8a42df..bb2f114b139e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Turquoise; + border-top: 1px solid LightSlateGrey; } nav { - background: Turquoise; + background: LightSlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From e1a1bf05250979e5b02ea30dd11d1c349e8bd482 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 25 Jun 2022 18:47:12 +0000 Subject: [PATCH 1006/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index bb2f114b139e..0053969b5ecf 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSlateGrey; + border-top: 1px solid WhiteSmoke; } nav { - background: LightSlateGrey; + background: WhiteSmoke; display: flex; align-items: center; padding: 0 0.5rem; From e531b92ce2909de564ab35c7fd6c832a6ca53f44 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 25 Jun 2022 22:32:13 +0000 Subject: [PATCH 1007/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 0053969b5ecf..d45f2f580eae 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid WhiteSmoke; + border-top: 1px solid LightGray; } nav { - background: WhiteSmoke; + background: LightGray; display: flex; align-items: center; padding: 0 0.5rem; From f00e99ffcb709c351fa30b59fc1d027363873783 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 26 Jun 2022 03:02:12 +0000 Subject: [PATCH 1008/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d45f2f580eae..bdd585164bf6 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGray; + border-top: 1px solid MediumTurquoise; } nav { - background: LightGray; + background: MediumTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From 15604a1a7bb6d2e753ad89e31c95bef1ea6b5810 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 26 Jun 2022 04:32:12 +0000 Subject: [PATCH 1009/3185] KPT-24: Update background color to Violet --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index bdd585164bf6..036ab873eeb7 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumTurquoise; + border-top: 1px solid Violet; } nav { - background: MediumTurquoise; + background: Violet; display: flex; align-items: center; padding: 0 0.5rem; From 294ae0f4739b8ffb57a546be490d980ae9b88678 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 26 Jun 2022 06:47:12 +0000 Subject: [PATCH 1010/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 036ab873eeb7..3ec0ac892f86 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Violet; + border-top: 1px solid Gainsboro; } nav { - background: Violet; + background: Gainsboro; display: flex; align-items: center; padding: 0 0.5rem; From 1f76317ddc38e28a0438c8dd2c1afe26e08b89f4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 26 Jun 2022 14:17:12 +0000 Subject: [PATCH 1011/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3ec0ac892f86..bd66074dbebd 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gainsboro; + border-top: 1px solid LightSlateGray; } nav { - background: Gainsboro; + background: LightSlateGray; display: flex; align-items: center; padding: 0 0.5rem; From 583d51b4812016f755be9a6cc3684fede518501f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 26 Jun 2022 16:32:13 +0000 Subject: [PATCH 1012/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index bd66074dbebd..6fb1f0957aea 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSlateGray; + border-top: 1px solid SpringGreen; } nav { - background: LightSlateGray; + background: SpringGreen; display: flex; align-items: center; padding: 0 0.5rem; From 8d4a22ea6a6e9147daf396da9cf241e0af9b98c9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 26 Jun 2022 17:17:12 +0000 Subject: [PATCH 1013/3185] KPT-24: Update background color to DimGray --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 6fb1f0957aea..95b0c9b012ff 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SpringGreen; + border-top: 1px solid DimGray; } nav { - background: SpringGreen; + background: DimGray; display: flex; align-items: center; padding: 0 0.5rem; From 737affd70ba9f7fce145ca1a8ef82d8b98282323 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 26 Jun 2022 18:02:13 +0000 Subject: [PATCH 1014/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 95b0c9b012ff..136dba7818fc 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DimGray; + border-top: 1px solid SaddleBrown; } nav { - background: DimGray; + background: SaddleBrown; display: flex; align-items: center; padding: 0 0.5rem; From df19921e4926fddc209745af3860c9cee6c5071d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 26 Jun 2022 19:32:13 +0000 Subject: [PATCH 1015/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 136dba7818fc..dd1156fbaefb 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SaddleBrown; + border-top: 1px solid DarkSlateGrey; } nav { - background: SaddleBrown; + background: DarkSlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From 718c286bff0d369593e412cc6d11cf0eb5cd8b9f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 26 Jun 2022 21:02:12 +0000 Subject: [PATCH 1016/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index dd1156fbaefb..9219f21a21b0 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateGrey; + border-top: 1px solid OrangeRed; } nav { - background: DarkSlateGrey; + background: OrangeRed; display: flex; align-items: center; padding: 0 0.5rem; From 29429db749e3cd180d8bf9fb2658ee2015418024 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 26 Jun 2022 22:32:13 +0000 Subject: [PATCH 1017/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 9219f21a21b0..48f96fef5716 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OrangeRed; + border-top: 1px solid PaleVioletRed; } nav { - background: OrangeRed; + background: PaleVioletRed; display: flex; align-items: center; padding: 0 0.5rem; From 3d6cc294600dc76e10de5d44cc39053ce2a33f8b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 27 Jun 2022 05:17:12 +0000 Subject: [PATCH 1018/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 48f96fef5716..6550fb674240 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleVioletRed; + border-top: 1px solid SandyBrown; } nav { - background: PaleVioletRed; + background: SandyBrown; display: flex; align-items: center; padding: 0 0.5rem; From bc43941014466f978382371d8fb9565f7576cd85 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 27 Jun 2022 07:32:13 +0000 Subject: [PATCH 1019/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 6550fb674240..6da11d3d6276 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SandyBrown; + border-top: 1px solid DarkOliveGreen; } nav { - background: SandyBrown; + background: DarkOliveGreen; display: flex; align-items: center; padding: 0 0.5rem; From 61f302134a6d8bf16b61f42a28ecbe8ebd332be9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 27 Jun 2022 09:47:12 +0000 Subject: [PATCH 1020/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 6da11d3d6276..6ed2eb8a42df 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOliveGreen; + border-top: 1px solid Turquoise; } nav { - background: DarkOliveGreen; + background: Turquoise; display: flex; align-items: center; padding: 0 0.5rem; From 66baaf86f75a6bb112f122f8719d4ae0d20ade62 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 27 Jun 2022 11:17:13 +0000 Subject: [PATCH 1021/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 6ed2eb8a42df..2b6378f009d4 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Turquoise; + border-top: 1px solid DarkTurquoise; } nav { - background: Turquoise; + background: DarkTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From 2e4ef2301b1d819934bee8beaca13754c1219fa3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 27 Jun 2022 12:47:13 +0000 Subject: [PATCH 1022/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 2b6378f009d4..09d17be28fcf 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkTurquoise; + border-top: 1px solid Chartreuse; } nav { - background: DarkTurquoise; + background: Chartreuse; display: flex; align-items: center; padding: 0 0.5rem; From d326d087d2ab28c5faf837efd0a25d9a5605222d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 27 Jun 2022 13:32:13 +0000 Subject: [PATCH 1023/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 09d17be28fcf..e8872e3ed333 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Chartreuse; + border-top: 1px solid Black; } nav { - background: Chartreuse; + background: Black; display: flex; align-items: center; padding: 0 0.5rem; From 931014b6a9db86bcb2656189f6484565e80518ec Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 27 Jun 2022 16:32:13 +0000 Subject: [PATCH 1024/3185] KPT-24: Update background color to DarkRed --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index e8872e3ed333..31704961ca80 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Black; + border-top: 1px solid DarkRed; } nav { - background: Black; + background: DarkRed; display: flex; align-items: center; padding: 0 0.5rem; From 2c0dfd34aba90454a54b3dfae9a18acdc0b94ae3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 27 Jun 2022 18:47:13 +0000 Subject: [PATCH 1025/3185] KPT-22: Modals with Moccasin accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 31704961ca80..d932ecdd7d93 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkRed; + border-top: 1px solid Moccasin; } nav { - background: DarkRed; + background: Moccasin; display: flex; align-items: center; padding: 0 0.5rem; From ff62acf38f2c5d66f0c2bda9183d2d6c2fa6484c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 27 Jun 2022 21:02:24 +0000 Subject: [PATCH 1026/3185] KPT-22: Modals with LavenderBlush accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d932ecdd7d93..37d380ba9c8b 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Moccasin; + border-top: 1px solid LavenderBlush; } nav { - background: Moccasin; + background: LavenderBlush; display: flex; align-items: center; padding: 0 0.5rem; From f28e61925c35e87a6daa76b7329dd3bca6b8cc03 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 27 Jun 2022 21:47:13 +0000 Subject: [PATCH 1027/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 37d380ba9c8b..7885b7716913 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LavenderBlush; + border-top: 1px solid MistyRose; } nav { - background: LavenderBlush; + background: MistyRose; display: flex; align-items: center; padding: 0 0.5rem; From f4b44547ce0cf70ae11ec3899b6b595af82046b2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 27 Jun 2022 22:32:13 +0000 Subject: [PATCH 1028/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 7885b7716913..4157a06c1b2b 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MistyRose; + border-top: 1px solid LawnGreen; } nav { - background: MistyRose; + background: LawnGreen; display: flex; align-items: center; padding: 0 0.5rem; From 1d50631251e2d7ba8e7ec962d4de9169db45dc81 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 27 Jun 2022 23:17:13 +0000 Subject: [PATCH 1029/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4157a06c1b2b..cec3a64bc51b 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LawnGreen; + border-top: 1px solid DarkMagenta; } nav { - background: LawnGreen; + background: DarkMagenta; display: flex; align-items: center; padding: 0 0.5rem; From bbd2c6a40f1fdc647d02da77ead4dddcffd20df8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 28 Jun 2022 00:47:13 +0000 Subject: [PATCH 1030/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index cec3a64bc51b..d8e82b5712c9 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkMagenta; + border-top: 1px solid Fuchsia; } nav { - background: DarkMagenta; + background: Fuchsia; display: flex; align-items: center; padding: 0 0.5rem; From 8bedb584db233602546dbffdc624d4b6876da566 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 28 Jun 2022 01:32:13 +0000 Subject: [PATCH 1031/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d8e82b5712c9..4e9265f434fd 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Fuchsia; + border-top: 1px solid DeepPink; } nav { - background: Fuchsia; + background: DeepPink; display: flex; align-items: center; padding: 0 0.5rem; From f9e6622d7fa8b3b16e3c83d2694ee6b83b943b55 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 28 Jun 2022 03:02:13 +0000 Subject: [PATCH 1032/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4e9265f434fd..ac69cd686a82 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DeepPink; + border-top: 1px solid MediumSpringGreen; } nav { - background: DeepPink; + background: MediumSpringGreen; display: flex; align-items: center; padding: 0 0.5rem; From 1ba92e5b87f3470fb9c27ead44ba57f1542769d5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 28 Jun 2022 04:32:12 +0000 Subject: [PATCH 1033/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ac69cd686a82..4ec33dd9a11e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSpringGreen; + border-top: 1px solid BurlyWood; } nav { - background: MediumSpringGreen; + background: BurlyWood; display: flex; align-items: center; padding: 0 0.5rem; From 8bd4f9e8e30d5c8257b4603e2f652694b8fd63ed Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 28 Jun 2022 06:02:13 +0000 Subject: [PATCH 1034/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4ec33dd9a11e..139351cd37cf 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BurlyWood; + border-top: 1px solid SeaShell; } nav { - background: BurlyWood; + background: SeaShell; display: flex; align-items: center; padding: 0 0.5rem; From 75ac3129d80fbecbd1fd3d067148ca2a3abbcab8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 28 Jun 2022 12:47:13 +0000 Subject: [PATCH 1035/3185] KPT-22: Modals with Fuchsia accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 139351cd37cf..d8e82b5712c9 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SeaShell; + border-top: 1px solid Fuchsia; } nav { - background: SeaShell; + background: Fuchsia; display: flex; align-items: center; padding: 0 0.5rem; From ba94206beac0cb34379bb89bfb11d2a2e47f52c4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 28 Jun 2022 13:32:13 +0000 Subject: [PATCH 1036/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d8e82b5712c9..9b225c303ed7 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Fuchsia; + border-top: 1px solid CornflowerBlue; } nav { - background: Fuchsia; + background: CornflowerBlue; display: flex; align-items: center; padding: 0 0.5rem; From 629423faa52a6f8591f804892b2eacf2801e8927 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 28 Jun 2022 15:02:13 +0000 Subject: [PATCH 1037/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 9b225c303ed7..d1a30d185108 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid CornflowerBlue; + border-top: 1px solid Linen; } nav { - background: CornflowerBlue; + background: Linen; display: flex; align-items: center; padding: 0 0.5rem; From 2a7f977e94d8b02b98aeda39fdb7c52d61d45d88 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 28 Jun 2022 17:17:12 +0000 Subject: [PATCH 1038/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d1a30d185108..4157a06c1b2b 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Linen; + border-top: 1px solid LawnGreen; } nav { - background: Linen; + background: LawnGreen; display: flex; align-items: center; padding: 0 0.5rem; From f05459b7af2ee4f1912e1a564a995bf3b1469d7e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 28 Jun 2022 19:32:14 +0000 Subject: [PATCH 1039/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4157a06c1b2b..8b28d00942f7 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LawnGreen; + border-top: 1px solid PowderBlue; } nav { - background: LawnGreen; + background: PowderBlue; display: flex; align-items: center; padding: 0 0.5rem; From 989ece2b2439b7fed4960c82b9ab0bc87f5f7a0a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 28 Jun 2022 20:17:12 +0000 Subject: [PATCH 1040/3185] KPT-22: Modals with DarkRed accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 8b28d00942f7..31704961ca80 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PowderBlue; + border-top: 1px solid DarkRed; } nav { - background: PowderBlue; + background: DarkRed; display: flex; align-items: center; padding: 0 0.5rem; From 4c10942450c63de7886ef756c6a62279f54ef90a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 28 Jun 2022 23:17:12 +0000 Subject: [PATCH 1041/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 31704961ca80..139351cd37cf 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkRed; + border-top: 1px solid SeaShell; } nav { - background: DarkRed; + background: SeaShell; display: flex; align-items: center; padding: 0 0.5rem; From b84ed5d045435024aea2ca5a489a6320dafc6b3c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 29 Jun 2022 00:47:12 +0000 Subject: [PATCH 1042/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 139351cd37cf..0f633b206ec6 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SeaShell; + border-top: 1px solid MediumAquaMarine; } nav { - background: SeaShell; + background: MediumAquaMarine; display: flex; align-items: center; padding: 0 0.5rem; From 791cce08dabfdf82160a1877b3e09e4e9673037e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 29 Jun 2022 03:47:14 +0000 Subject: [PATCH 1043/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 0f633b206ec6..d5b33e6aee0e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumAquaMarine; + border-top: 1px solid LimeGreen; } nav { - background: MediumAquaMarine; + background: LimeGreen; display: flex; align-items: center; padding: 0 0.5rem; From d04f674f649ddd4b6ef6e1f909702c4490895cd7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 29 Jun 2022 09:02:12 +0000 Subject: [PATCH 1044/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d5b33e6aee0e..bc298684f71f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LimeGreen; + border-top: 1px solid RebeccaPurple; } nav { - background: LimeGreen; + background: RebeccaPurple; display: flex; align-items: center; padding: 0 0.5rem; From 812406482d5ac69b515b96d58e1f66fe416f6e8d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 29 Jun 2022 10:32:12 +0000 Subject: [PATCH 1045/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index bc298684f71f..38d8005718f8 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RebeccaPurple; + border-top: 1px solid YellowGreen; } nav { - background: RebeccaPurple; + background: YellowGreen; display: flex; align-items: center; padding: 0 0.5rem; From be5fefbdc00feb0a8a8397e523a14ef36ace32cc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 29 Jun 2022 12:47:12 +0000 Subject: [PATCH 1046/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 38d8005718f8..372b1a31ed97 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid YellowGreen; + border-top: 1px solid LightGrey; } nav { - background: YellowGreen; + background: LightGrey; display: flex; align-items: center; padding: 0 0.5rem; From 6e7829ebae9d884a542617d19e01ff72cbc0c2d6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 29 Jun 2022 13:32:12 +0000 Subject: [PATCH 1047/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 372b1a31ed97..52780a4ff666 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGrey; + border-top: 1px solid SlateGrey; } nav { - background: LightGrey; + background: SlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From d3371c4fdfa926144718c2845622a6404b246435 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 29 Jun 2022 18:02:13 +0000 Subject: [PATCH 1048/3185] KPT-24: Update background color to DarkSlateBlue --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 52780a4ff666..453cdaa8fe58 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateGrey; + border-top: 1px solid DarkSlateBlue; } nav { - background: SlateGrey; + background: DarkSlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From 0ad5e13f1f8abaf545a8d4bfa3e1c25efce80d03 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 29 Jun 2022 21:47:13 +0000 Subject: [PATCH 1049/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 453cdaa8fe58..4157a06c1b2b 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateBlue; + border-top: 1px solid LawnGreen; } nav { - background: DarkSlateBlue; + background: LawnGreen; display: flex; align-items: center; padding: 0 0.5rem; From 96e42a26d20a69e21d9c761a47d9f8fea52e3db8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 30 Jun 2022 00:02:14 +0000 Subject: [PATCH 1050/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4157a06c1b2b..9cc806b0b915 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LawnGreen; + border-top: 1px solid DodgerBlue; } nav { - background: LawnGreen; + background: DodgerBlue; display: flex; align-items: center; padding: 0 0.5rem; From 54ba0568d31c7c872c4fe65917b197eba7e6a50f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 30 Jun 2022 04:32:13 +0000 Subject: [PATCH 1051/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 9cc806b0b915..c9db43be9d02 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DodgerBlue; + border-top: 1px solid Purple; } nav { - background: DodgerBlue; + background: Purple; display: flex; align-items: center; padding: 0 0.5rem; From 16677df24511033d81933d657cd87c8c0cf157d2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 30 Jun 2022 05:17:15 +0000 Subject: [PATCH 1052/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index c9db43be9d02..e8872e3ed333 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Purple; + border-top: 1px solid Black; } nav { - background: Purple; + background: Black; display: flex; align-items: center; padding: 0 0.5rem; From 8831e0d910931af3a17c26ffa7e209be4a245528 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 30 Jun 2022 06:02:14 +0000 Subject: [PATCH 1053/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index e8872e3ed333..7eedbaa75afb 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Black; + border-top: 1px solid Gray; } nav { - background: Black; + background: Gray; display: flex; align-items: center; padding: 0 0.5rem; From 9ef7ae830da519c60d412e79291e446877b87d20 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 30 Jun 2022 12:02:13 +0000 Subject: [PATCH 1054/3185] KPT-24: Update background color to Wheat --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 7eedbaa75afb..24d254c510ca 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gray; + border-top: 1px solid Wheat; } nav { - background: Gray; + background: Wheat; display: flex; align-items: center; padding: 0 0.5rem; From e7abd536258327dd933635c93bc7d18f8aaa4d5b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 30 Jun 2022 12:47:12 +0000 Subject: [PATCH 1055/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 24d254c510ca..8876d676857c 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Wheat; + border-top: 1px solid IndianRed; } nav { - background: Wheat; + background: IndianRed; display: flex; align-items: center; padding: 0 0.5rem; From 207f87e8bde589297c6256d20f78cf20665b7d46 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 30 Jun 2022 18:02:13 +0000 Subject: [PATCH 1056/3185] KPT-24: Update background color to NavajoWhite --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 8876d676857c..4f31bef8a698 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid IndianRed; + border-top: 1px solid NavajoWhite; } nav { - background: IndianRed; + background: NavajoWhite; display: flex; align-items: center; padding: 0 0.5rem; From c09597ad3c1fe289308f64c97b5be31a3dd5f929 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 30 Jun 2022 19:32:13 +0000 Subject: [PATCH 1057/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4f31bef8a698..ce75e3b066c0 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid NavajoWhite; + border-top: 1px solid Olive; } nav { - background: NavajoWhite; + background: Olive; display: flex; align-items: center; padding: 0 0.5rem; From a9f4b7ed0b333a99d6154076fc38e4c78c9605ac Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 1 Jul 2022 03:02:13 +0000 Subject: [PATCH 1058/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ce75e3b066c0..2bb350ffd9ac 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Olive; + border-top: 1px solid Yellow; } nav { - background: Olive; + background: Yellow; display: flex; align-items: center; padding: 0 0.5rem; From c8ca00089974af84e54561de1eb4e85def913936 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 1 Jul 2022 04:32:12 +0000 Subject: [PATCH 1059/3185] KPT-24: Update background color to SteelBlue --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 2bb350ffd9ac..f121aafd52c6 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Yellow; + border-top: 1px solid SteelBlue; } nav { - background: Yellow; + background: SteelBlue; display: flex; align-items: center; padding: 0 0.5rem; From 98ced22a64f43821ac2b33ad7818a38cd3606022 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 1 Jul 2022 05:17:13 +0000 Subject: [PATCH 1060/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index f121aafd52c6..343dde4387ae 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SteelBlue; + border-top: 1px solid Grey; } nav { - background: SteelBlue; + background: Grey; display: flex; align-items: center; padding: 0 0.5rem; From 54e5677bd8e0b02dc69ac619fc537f4d7fd2dd99 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 1 Jul 2022 12:47:13 +0000 Subject: [PATCH 1061/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 343dde4387ae..ac69cd686a82 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Grey; + border-top: 1px solid MediumSpringGreen; } nav { - background: Grey; + background: MediumSpringGreen; display: flex; align-items: center; padding: 0 0.5rem; From 24413d0e4d4e2441d8bc737077468606adf6cbb7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 1 Jul 2022 13:32:13 +0000 Subject: [PATCH 1062/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ac69cd686a82..454e3b0659dc 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSpringGreen; + border-top: 1px solid Tan; } nav { - background: MediumSpringGreen; + background: Tan; display: flex; align-items: center; padding: 0 0.5rem; From 21afed1afa481c8f014488f1256a48f25980fea8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 1 Jul 2022 16:32:13 +0000 Subject: [PATCH 1063/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 454e3b0659dc..4d589e9fc6c4 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Tan; + border-top: 1px solid MidnightBlue; } nav { - background: Tan; + background: MidnightBlue; display: flex; align-items: center; padding: 0 0.5rem; From 368be630643f811907a577b9af0456fe3bee4b20 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 1 Jul 2022 20:17:13 +0000 Subject: [PATCH 1064/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4d589e9fc6c4..5bc7ef4eb78f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MidnightBlue; + border-top: 1px solid DarkOrange; } nav { - background: MidnightBlue; + background: DarkOrange; display: flex; align-items: center; padding: 0 0.5rem; From 42a73ccd50de901c1b043bfb30c6079d9640c468 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 2 Jul 2022 00:47:13 +0000 Subject: [PATCH 1065/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 5bc7ef4eb78f..8876d676857c 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOrange; + border-top: 1px solid IndianRed; } nav { - background: DarkOrange; + background: IndianRed; display: flex; align-items: center; padding: 0 0.5rem; From 400a03a450e94389cb886d2a2b2be773666603e2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 2 Jul 2022 10:32:13 +0000 Subject: [PATCH 1066/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 8876d676857c..ee766fd90860 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid IndianRed; + border-top: 1px solid Gold; } nav { - background: IndianRed; + background: Gold; display: flex; align-items: center; padding: 0 0.5rem; From d2b997ed785c314f1df01952ad5190f37b54018d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 2 Jul 2022 12:02:14 +0000 Subject: [PATCH 1067/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ee766fd90860..ebdf63f280df 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gold; + border-top: 1px solid White; } nav { - background: Gold; + background: White; display: flex; align-items: center; padding: 0 0.5rem; From 6e3083856db49c0be5e92b84eb7124b87103e5a6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 2 Jul 2022 12:47:13 +0000 Subject: [PATCH 1068/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ebdf63f280df..26096fe5afd6 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid White; + border-top: 1px solid FloralWhite; } nav { - background: White; + background: FloralWhite; display: flex; align-items: center; padding: 0 0.5rem; From 7dd247753446b179c06acc2a1a2a9e8eb015c4dd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 2 Jul 2022 21:02:12 +0000 Subject: [PATCH 1069/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 26096fe5afd6..c9db43be9d02 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid FloralWhite; + border-top: 1px solid Purple; } nav { - background: FloralWhite; + background: Purple; display: flex; align-items: center; padding: 0 0.5rem; From cc88502c21420ec2fcf78ddd1fbbb6d001edbfb7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 2 Jul 2022 22:32:13 +0000 Subject: [PATCH 1070/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index c9db43be9d02..f121aafd52c6 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Purple; + border-top: 1px solid SteelBlue; } nav { - background: Purple; + background: SteelBlue; display: flex; align-items: center; padding: 0 0.5rem; From 3735a46bcf47523315096cca6d2976708dfd04f0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 3 Jul 2022 03:02:13 +0000 Subject: [PATCH 1071/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index f121aafd52c6..bb2f114b139e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SteelBlue; + border-top: 1px solid LightSlateGrey; } nav { - background: SteelBlue; + background: LightSlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From 67d004f3b49728af53c64667e5497ae5999055cf Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 3 Jul 2022 09:02:14 +0000 Subject: [PATCH 1072/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index bb2f114b139e..9cb4c6084104 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSlateGrey; + border-top: 1px solid DarkBlue; } nav { - background: LightSlateGrey; + background: DarkBlue; display: flex; align-items: center; padding: 0 0.5rem; From 86cdabc7ae924837be875d67d282ec591af831e2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 3 Jul 2022 11:17:12 +0000 Subject: [PATCH 1073/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 9cb4c6084104..ce75e3b066c0 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkBlue; + border-top: 1px solid Olive; } nav { - background: DarkBlue; + background: Olive; display: flex; align-items: center; padding: 0 0.5rem; From 915cd20c105dd6afe5ca00629adc1d7fbe0fea08 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 3 Jul 2022 13:32:13 +0000 Subject: [PATCH 1074/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ce75e3b066c0..a2f3a2cc2f41 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Olive; + border-top: 1px solid MediumPurple; } nav { - background: Olive; + background: MediumPurple; display: flex; align-items: center; padding: 0 0.5rem; From 286adcea8adc7ea827ed9e2e02577292401f2cb2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 3 Jul 2022 14:17:12 +0000 Subject: [PATCH 1075/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index a2f3a2cc2f41..7885b7716913 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumPurple; + border-top: 1px solid MistyRose; } nav { - background: MediumPurple; + background: MistyRose; display: flex; align-items: center; padding: 0 0.5rem; From ca6528d00241fd3b2317d62d433772f30897addb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 3 Jul 2022 15:02:13 +0000 Subject: [PATCH 1076/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 7885b7716913..9cc806b0b915 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MistyRose; + border-top: 1px solid DodgerBlue; } nav { - background: MistyRose; + background: DodgerBlue; display: flex; align-items: center; padding: 0 0.5rem; From 06eb6ec4b2f9e8be4375abf877f8603a01eabe0f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 3 Jul 2022 20:17:13 +0000 Subject: [PATCH 1077/3185] KPT-24: Update background color to Azure --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 9cc806b0b915..d444a165a194 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DodgerBlue; + border-top: 1px solid Azure; } nav { - background: DodgerBlue; + background: Azure; display: flex; align-items: center; padding: 0 0.5rem; From 4524e1b480ce22b1b1516907d45a6b8fbac20527 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 3 Jul 2022 21:47:13 +0000 Subject: [PATCH 1078/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d444a165a194..8876d676857c 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Azure; + border-top: 1px solid IndianRed; } nav { - background: Azure; + background: IndianRed; display: flex; align-items: center; padding: 0 0.5rem; From 4896cdd624615825dfc69bd0e6bea641f917e5d1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 3 Jul 2022 22:32:13 +0000 Subject: [PATCH 1079/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 8876d676857c..d28f8e930d59 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid IndianRed; + border-top: 1px solid Snow; } nav { - background: IndianRed; + background: Snow; display: flex; align-items: center; padding: 0 0.5rem; From 314b6750e23287013d7ba0ab365a7232dd5914df Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 4 Jul 2022 00:02:15 +0000 Subject: [PATCH 1080/3185] KPT-22: Modals with MediumBlue accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d28f8e930d59..ff1b8ca54562 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Snow; + border-top: 1px solid MediumBlue; } nav { - background: Snow; + background: MediumBlue; display: flex; align-items: center; padding: 0 0.5rem; From 9ebb7ce9010857e04624357b74faaa7eadc01782 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 4 Jul 2022 03:02:13 +0000 Subject: [PATCH 1081/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ff1b8ca54562..343dde4387ae 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumBlue; + border-top: 1px solid Grey; } nav { - background: MediumBlue; + background: Grey; display: flex; align-items: center; padding: 0 0.5rem; From 263d91ed88f433eb94195e00cb79b44dd407d997 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 4 Jul 2022 03:47:12 +0000 Subject: [PATCH 1082/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 343dde4387ae..eca3a27ac0c5 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Grey; + border-top: 1px solid GreenYellow; } nav { - background: Grey; + background: GreenYellow; display: flex; align-items: center; padding: 0 0.5rem; From 8ce4485ff0c70a65f75757119176849504af95e7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 4 Jul 2022 04:32:13 +0000 Subject: [PATCH 1083/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index eca3a27ac0c5..9cc806b0b915 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GreenYellow; + border-top: 1px solid DodgerBlue; } nav { - background: GreenYellow; + background: DodgerBlue; display: flex; align-items: center; padding: 0 0.5rem; From 91eaab43334ad13b403de94dbd3a4b8803f0c28e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 4 Jul 2022 10:32:14 +0000 Subject: [PATCH 1084/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 9cc806b0b915..cc3e2a46c95e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DodgerBlue; + border-top: 1px solid LightSkyBlue; } nav { - background: DodgerBlue; + background: LightSkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From 974161a987c2a5978d482fa2959741a3b41902e9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 4 Jul 2022 12:02:14 +0000 Subject: [PATCH 1085/3185] KPT-22: Modals with SkyBlue accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index cc3e2a46c95e..3b05aa10f47f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSkyBlue; + border-top: 1px solid SkyBlue; } nav { - background: LightSkyBlue; + background: SkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From 0299386724d0bca08613e083cb10717f39c65a07 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 4 Jul 2022 17:17:13 +0000 Subject: [PATCH 1086/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3b05aa10f47f..ff1b8ca54562 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SkyBlue; + border-top: 1px solid MediumBlue; } nav { - background: SkyBlue; + background: MediumBlue; display: flex; align-items: center; padding: 0 0.5rem; From 4c7e1d0f0ff21da8432f6ede65e27c8cb8277bed Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 4 Jul 2022 19:32:12 +0000 Subject: [PATCH 1087/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ff1b8ca54562..52780a4ff666 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumBlue; + border-top: 1px solid SlateGrey; } nav { - background: MediumBlue; + background: SlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From 04786edfee79238a090284c6fabc6d3d3be262b1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 4 Jul 2022 22:32:13 +0000 Subject: [PATCH 1088/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 52780a4ff666..5b6feda18165 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateGrey; + border-top: 1px solid Red; } nav { - background: SlateGrey; + background: Red; display: flex; align-items: center; padding: 0 0.5rem; From b8a9055d899487b84a042cad40010b2dd8e48909 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 5 Jul 2022 06:02:13 +0000 Subject: [PATCH 1089/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 5b6feda18165..31704961ca80 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Red; + border-top: 1px solid DarkRed; } nav { - background: Red; + background: DarkRed; display: flex; align-items: center; padding: 0 0.5rem; From 7d300697261fab6428ff7ebea612c2ef995af39c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 5 Jul 2022 06:47:13 +0000 Subject: [PATCH 1090/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 31704961ca80..036ab873eeb7 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkRed; + border-top: 1px solid Violet; } nav { - background: DarkRed; + background: Violet; display: flex; align-items: center; padding: 0 0.5rem; From bcdd00d91ee02ccfb40f4bbbdd00a9363599c71a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 5 Jul 2022 09:02:14 +0000 Subject: [PATCH 1091/3185] KPT-24: Update background color to White --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 036ab873eeb7..ebdf63f280df 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Violet; + border-top: 1px solid White; } nav { - background: Violet; + background: White; display: flex; align-items: center; padding: 0 0.5rem; From 6cf7f81ff216245f7fdf0ad5a3e49d30e6b61f80 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 5 Jul 2022 12:02:14 +0000 Subject: [PATCH 1092/3185] KPT-22: Modals with LightPink accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ebdf63f280df..9897bbddf092 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid White; + border-top: 1px solid LightPink; } nav { - background: White; + background: LightPink; display: flex; align-items: center; padding: 0 0.5rem; From d782fabe28d127e005fbeb1ec2b0732520c1dd96 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 5 Jul 2022 12:47:13 +0000 Subject: [PATCH 1093/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 9897bbddf092..97c9a503bf56 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightPink; + border-top: 1px solid Lime; } nav { - background: LightPink; + background: Lime; display: flex; align-items: center; padding: 0 0.5rem; From 308b6b07e3f6ad77dadf6cc711f621e553ca29b5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 5 Jul 2022 13:32:13 +0000 Subject: [PATCH 1094/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 97c9a503bf56..3bec89149c2c 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Lime; + border-top: 1px solid Peru; } nav { - background: Lime; + background: Peru; display: flex; align-items: center; padding: 0 0.5rem; From 90836aa3c8e32e980be2889dfa62333a9b8fef0d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 5 Jul 2022 16:32:13 +0000 Subject: [PATCH 1095/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3bec89149c2c..46aa99fbd145 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Peru; + border-top: 1px solid DarkGoldenRod; } nav { - background: Peru; + background: DarkGoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From 87090ed74979ec261328ef2204b2c10ae986b88f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 6 Jul 2022 02:17:13 +0000 Subject: [PATCH 1096/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 46aa99fbd145..5b6feda18165 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGoldenRod; + border-top: 1px solid Red; } nav { - background: DarkGoldenRod; + background: Red; display: flex; align-items: center; padding: 0 0.5rem; From cf53e73ad2f7bc08577c1057861d804523e5b2e8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 6 Jul 2022 03:47:13 +0000 Subject: [PATCH 1097/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 5b6feda18165..c9db43be9d02 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Red; + border-top: 1px solid Purple; } nav { - background: Red; + background: Purple; display: flex; align-items: center; padding: 0 0.5rem; From a36b30c80c3aa661339401ff1c78369607a1e879 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 6 Jul 2022 04:32:13 +0000 Subject: [PATCH 1098/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index c9db43be9d02..31704961ca80 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Purple; + border-top: 1px solid DarkRed; } nav { - background: Purple; + background: DarkRed; display: flex; align-items: center; padding: 0 0.5rem; From fd745e75a2ce546ed79a334ca9c055e65c54eb28 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 6 Jul 2022 06:47:13 +0000 Subject: [PATCH 1099/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 31704961ca80..5d4492574dd1 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkRed; + border-top: 1px solid MintCream; } nav { - background: DarkRed; + background: MintCream; display: flex; align-items: center; padding: 0 0.5rem; From 433d89496cb7cbfe1c774b933aaab83b05b3dab7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 6 Jul 2022 10:32:13 +0000 Subject: [PATCH 1100/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 5d4492574dd1..7a8231a1d628 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MintCream; + border-top: 1px solid SeaGreen; } nav { - background: MintCream; + background: SeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From 0a07a946c86ca65064632b0dc94e7d4632deb4c1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 6 Jul 2022 12:47:12 +0000 Subject: [PATCH 1101/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 7a8231a1d628..d444a165a194 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SeaGreen; + border-top: 1px solid Azure; } nav { - background: SeaGreen; + background: Azure; display: flex; align-items: center; padding: 0 0.5rem; From 61dc3610266c07518face211b89a5b40a87bf85d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 6 Jul 2022 15:02:12 +0000 Subject: [PATCH 1102/3185] KPT-22: Modals with SkyBlue accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d444a165a194..3b05aa10f47f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Azure; + border-top: 1px solid SkyBlue; } nav { - background: Azure; + background: SkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From 8d72c2adc82f62424ef8ab235984c5f91e581dd4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 6 Jul 2022 16:32:13 +0000 Subject: [PATCH 1103/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3b05aa10f47f..6550fb674240 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SkyBlue; + border-top: 1px solid SandyBrown; } nav { - background: SkyBlue; + background: SandyBrown; display: flex; align-items: center; padding: 0 0.5rem; From 275f7de5ac776d88ad10d70ac0e9246360e3bc6d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 6 Jul 2022 19:32:12 +0000 Subject: [PATCH 1104/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 6550fb674240..0fc8799d2400 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SandyBrown; + border-top: 1px solid PaleTurquoise; } nav { - background: SandyBrown; + background: PaleTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From 92b60fbfa9698e1b8a06d6ef4e825a88ccf7b867 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 6 Jul 2022 20:17:13 +0000 Subject: [PATCH 1105/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 0fc8799d2400..b83d2db05aab 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleTurquoise; + border-top: 1px solid Silver; } nav { - background: PaleTurquoise; + background: Silver; display: flex; align-items: center; padding: 0 0.5rem; From 173f17b27680299b1401fa0fd94c05e4a98323f8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 6 Jul 2022 23:17:12 +0000 Subject: [PATCH 1106/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index b83d2db05aab..0fc8799d2400 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Silver; + border-top: 1px solid PaleTurquoise; } nav { - background: Silver; + background: PaleTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From 04500bb8cf52620e3fcf035c8b4d5bf3e0578e98 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 7 Jul 2022 00:02:33 +0000 Subject: [PATCH 1107/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 0fc8799d2400..3b05aa10f47f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleTurquoise; + border-top: 1px solid SkyBlue; } nav { - background: PaleTurquoise; + background: SkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From d62f28662170280bc646fc8e82454b5f4e99b0de Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 7 Jul 2022 04:32:13 +0000 Subject: [PATCH 1108/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3b05aa10f47f..95a9d0b2c399 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SkyBlue; + border-top: 1px solid LightCyan; } nav { - background: SkyBlue; + background: LightCyan; display: flex; align-items: center; padding: 0 0.5rem; From 4fc16146407480a041f7613ccca9edcd3e4f300d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 7 Jul 2022 05:17:12 +0000 Subject: [PATCH 1109/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 95a9d0b2c399..01d9c09e8bbb 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightCyan; + border-top: 1px solid Brown; } nav { - background: LightCyan; + background: Brown; display: flex; align-items: center; padding: 0 0.5rem; From d887c0f08038fceb2e045c16b0b81bcaaf68caca Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 7 Jul 2022 06:02:13 +0000 Subject: [PATCH 1110/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 01d9c09e8bbb..a30b9cfca12e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Brown; + border-top: 1px solid PapayaWhip; } nav { - background: Brown; + background: PapayaWhip; display: flex; align-items: center; padding: 0 0.5rem; From f744d2482587b119dff0754d48ee07f008bf774d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 7 Jul 2022 07:32:13 +0000 Subject: [PATCH 1111/3185] KPT-22: Modals with SteelBlue accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index a30b9cfca12e..f121aafd52c6 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PapayaWhip; + border-top: 1px solid SteelBlue; } nav { - background: PapayaWhip; + background: SteelBlue; display: flex; align-items: center; padding: 0 0.5rem; From 00b313d4a9ead05c12bd9908466e78a00c3f3086 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 7 Jul 2022 09:47:12 +0000 Subject: [PATCH 1112/3185] KPT-22: Modals with FloralWhite accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index f121aafd52c6..26096fe5afd6 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SteelBlue; + border-top: 1px solid FloralWhite; } nav { - background: SteelBlue; + background: FloralWhite; display: flex; align-items: center; padding: 0 0.5rem; From d7408040b00f5945bcceef8460ed87ad6ee5c767 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 7 Jul 2022 12:02:13 +0000 Subject: [PATCH 1113/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 26096fe5afd6..b83d2db05aab 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid FloralWhite; + border-top: 1px solid Silver; } nav { - background: FloralWhite; + background: Silver; display: flex; align-items: center; padding: 0 0.5rem; From 573dc38d918474cd17f97d0b622c79cfcdb71c49 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 7 Jul 2022 13:32:13 +0000 Subject: [PATCH 1114/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index b83d2db05aab..bb2f114b139e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Silver; + border-top: 1px solid LightSlateGrey; } nav { - background: Silver; + background: LightSlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From f3e9de7c0147ff9c9ae8e3076ee10fb58c9546e1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 7 Jul 2022 15:02:14 +0000 Subject: [PATCH 1115/3185] KPT-22: Modals with DarkSlateGrey accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index bb2f114b139e..dd1156fbaefb 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSlateGrey; + border-top: 1px solid DarkSlateGrey; } nav { - background: LightSlateGrey; + background: DarkSlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From bf81d3b7ae8a7e75e1606a2697561d0bb13a7796 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 7 Jul 2022 21:02:13 +0000 Subject: [PATCH 1116/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index dd1156fbaefb..0f633b206ec6 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateGrey; + border-top: 1px solid MediumAquaMarine; } nav { - background: DarkSlateGrey; + background: MediumAquaMarine; display: flex; align-items: center; padding: 0 0.5rem; From 187f913de41877b3c2765db1188b108063632d59 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 7 Jul 2022 21:47:12 +0000 Subject: [PATCH 1117/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 0f633b206ec6..38d8005718f8 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumAquaMarine; + border-top: 1px solid YellowGreen; } nav { - background: MediumAquaMarine; + background: YellowGreen; display: flex; align-items: center; padding: 0 0.5rem; From 60bf09b1565184c97f0fcfc7a0b7c0f7aa3aa48a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 7 Jul 2022 23:17:13 +0000 Subject: [PATCH 1118/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 38d8005718f8..6fb1f0957aea 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid YellowGreen; + border-top: 1px solid SpringGreen; } nav { - background: YellowGreen; + background: SpringGreen; display: flex; align-items: center; padding: 0 0.5rem; From f6b7eeb891183fc880c48e06ede13eb7f5df95ef Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 8 Jul 2022 01:32:13 +0000 Subject: [PATCH 1119/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 6fb1f0957aea..d8e82b5712c9 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SpringGreen; + border-top: 1px solid Fuchsia; } nav { - background: SpringGreen; + background: Fuchsia; display: flex; align-items: center; padding: 0 0.5rem; From 3e30aa84efe0663f1c6833b35113e10235f07073 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 8 Jul 2022 09:02:12 +0000 Subject: [PATCH 1120/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d8e82b5712c9..343dde4387ae 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Fuchsia; + border-top: 1px solid Grey; } nav { - background: Fuchsia; + background: Grey; display: flex; align-items: center; padding: 0 0.5rem; From 933314b8dbad56f7e6aecdef3351ce6ee5b36b6d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 8 Jul 2022 09:47:12 +0000 Subject: [PATCH 1121/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 343dde4387ae..9897bbddf092 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Grey; + border-top: 1px solid LightPink; } nav { - background: Grey; + background: LightPink; display: flex; align-items: center; padding: 0 0.5rem; From f144b05ad70a8936988f78837118299eeff99060 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 8 Jul 2022 15:02:12 +0000 Subject: [PATCH 1122/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 9897bbddf092..136dba7818fc 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightPink; + border-top: 1px solid SaddleBrown; } nav { - background: LightPink; + background: SaddleBrown; display: flex; align-items: center; padding: 0 0.5rem; From 35f34863331ab863e7e2f091c9c075e5c6d57bed Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 8 Jul 2022 15:47:12 +0000 Subject: [PATCH 1123/3185] KPT-22: Modals with DarkOliveGreen accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 136dba7818fc..6da11d3d6276 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SaddleBrown; + border-top: 1px solid DarkOliveGreen; } nav { - background: SaddleBrown; + background: DarkOliveGreen; display: flex; align-items: center; padding: 0 0.5rem; From 1fe1d2681caf319646d383603f82c7f423f49915 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 8 Jul 2022 16:32:12 +0000 Subject: [PATCH 1124/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 6da11d3d6276..3723989cd0af 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOliveGreen; + border-top: 1px solid Aqua; } nav { - background: DarkOliveGreen; + background: Aqua; display: flex; align-items: center; padding: 0 0.5rem; From 47517fd8f41179cb84870c47b87636ea99e3d282 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 8 Jul 2022 17:17:14 +0000 Subject: [PATCH 1125/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3723989cd0af..453cdaa8fe58 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Aqua; + border-top: 1px solid DarkSlateBlue; } nav { - background: Aqua; + background: DarkSlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From 7bffb473214ce3f8edde971d5eea418f767682ac Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 8 Jul 2022 20:17:13 +0000 Subject: [PATCH 1126/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 453cdaa8fe58..3bd9c6e87f30 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateBlue; + border-top: 1px solid LightBlue; } nav { - background: DarkSlateBlue; + background: LightBlue; display: flex; align-items: center; padding: 0 0.5rem; From 3a23d6d545abce65e664fbb7015c871f983e33fb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 8 Jul 2022 22:32:13 +0000 Subject: [PATCH 1127/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3bd9c6e87f30..139351cd37cf 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightBlue; + border-top: 1px solid SeaShell; } nav { - background: LightBlue; + background: SeaShell; display: flex; align-items: center; padding: 0 0.5rem; From 49e2625d1477786ac410d2224526bade0d1099f4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 8 Jul 2022 23:17:12 +0000 Subject: [PATCH 1128/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 139351cd37cf..50a979314f9f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SeaShell; + border-top: 1px solid LightSeaGreen; } nav { - background: SeaShell; + background: LightSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From 165dbf414aae79c6615d39958a744f36ab97056c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 9 Jul 2022 07:32:12 +0000 Subject: [PATCH 1129/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 50a979314f9f..856552dcb2f0 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSeaGreen; + border-top: 1px solid DarkSeaGreen; } nav { - background: LightSeaGreen; + background: DarkSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From 17af96cfe2e8b54da867fb2b367530c4dd42a164 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 9 Jul 2022 09:02:12 +0000 Subject: [PATCH 1130/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 856552dcb2f0..6550fb674240 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSeaGreen; + border-top: 1px solid SandyBrown; } nav { - background: DarkSeaGreen; + background: SandyBrown; display: flex; align-items: center; padding: 0 0.5rem; From 5464fc6ef17f87f6403d5c7349d93a15d03eb076 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 9 Jul 2022 10:32:12 +0000 Subject: [PATCH 1131/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 6550fb674240..7a8231a1d628 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SandyBrown; + border-top: 1px solid SeaGreen; } nav { - background: SandyBrown; + background: SeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From d555080de054b233e6db91faf5719e7a425a0bf8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 9 Jul 2022 15:02:13 +0000 Subject: [PATCH 1132/3185] KPT-24: Update background color to Snow --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 7a8231a1d628..d28f8e930d59 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SeaGreen; + border-top: 1px solid Snow; } nav { - background: SeaGreen; + background: Snow; display: flex; align-items: center; padding: 0 0.5rem; From a0856e97f828aae2015a968fb03d1c6c311e595c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 9 Jul 2022 18:47:13 +0000 Subject: [PATCH 1133/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d28f8e930d59..9f1fca2a1ff2 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Snow; + border-top: 1px solid Maroon; } nav { - background: Snow; + background: Maroon; display: flex; align-items: center; padding: 0 0.5rem; From 5801d55e9bae88433878bee4359760f7d45be196 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 9 Jul 2022 21:02:14 +0000 Subject: [PATCH 1134/3185] KPT-22: Modals with Moccasin accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 9f1fca2a1ff2..d932ecdd7d93 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Maroon; + border-top: 1px solid Moccasin; } nav { - background: Maroon; + background: Moccasin; display: flex; align-items: center; padding: 0 0.5rem; From 8e4f2dda4752c5f300a9f13a9d57af905a858e21 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 10 Jul 2022 01:32:12 +0000 Subject: [PATCH 1135/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d932ecdd7d93..266d9435f640 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Moccasin; + border-top: 1px solid Orange; } nav { - background: Moccasin; + background: Orange; display: flex; align-items: center; padding: 0 0.5rem; From a4cb0e0b0b76b0fe8adbf0be604cf8cafeb0b788 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 10 Jul 2022 07:32:13 +0000 Subject: [PATCH 1136/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 266d9435f640..e998dc1afbfd 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Orange; + border-top: 1px solid Cyan; } nav { - background: Orange; + background: Cyan; display: flex; align-items: center; padding: 0 0.5rem; From 7b74dae6a0fe0bdb681fc26cac001270c01132bb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 10 Jul 2022 10:32:14 +0000 Subject: [PATCH 1137/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index e998dc1afbfd..52780a4ff666 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Cyan; + border-top: 1px solid SlateGrey; } nav { - background: Cyan; + background: SlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From 0941dbdba52fc3c175128434acead5c12ddc92e4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 10 Jul 2022 16:32:13 +0000 Subject: [PATCH 1138/3185] KPT-24: Update background color to ForestGreen --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 52780a4ff666..4c78b363845c 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateGrey; + border-top: 1px solid ForestGreen; } nav { - background: SlateGrey; + background: ForestGreen; display: flex; align-items: center; padding: 0 0.5rem; From 322a10cdbfa98bb34ebf469912370c9492a48b43 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 10 Jul 2022 18:02:13 +0000 Subject: [PATCH 1139/3185] KPT-24: Update background color to Orange --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4c78b363845c..266d9435f640 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid ForestGreen; + border-top: 1px solid Orange; } nav { - background: ForestGreen; + background: Orange; display: flex; align-items: center; padding: 0 0.5rem; From 712a0a017c51cb900d1cc6d68254130324aa3e00 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 10 Jul 2022 19:32:13 +0000 Subject: [PATCH 1140/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 266d9435f640..a53a85ffbbae 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Orange; + border-top: 1px solid AliceBlue; } nav { - background: Orange; + background: AliceBlue; display: flex; align-items: center; padding: 0 0.5rem; From a70dbbd92090ed7c21a295266c8cb499f07aae31 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 10 Jul 2022 20:17:14 +0000 Subject: [PATCH 1141/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index a53a85ffbbae..5b6feda18165 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid AliceBlue; + border-top: 1px solid Red; } nav { - background: AliceBlue; + background: Red; display: flex; align-items: center; padding: 0 0.5rem; From 73edfa0e7c773039f4671e47e7a8c66ddaeed7d3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 10 Jul 2022 21:02:12 +0000 Subject: [PATCH 1142/3185] KPT-22: Modals with Pink accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 5b6feda18165..affcc732e93e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Red; + border-top: 1px solid Pink; } nav { - background: Red; + background: Pink; display: flex; align-items: center; padding: 0 0.5rem; From 6460ee6683ce00c683e6971203a422e814c60aff Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 11 Jul 2022 00:02:13 +0000 Subject: [PATCH 1143/3185] KPT-24: Update background color to GhostWhite --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index affcc732e93e..ad9452d08934 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Pink; + border-top: 1px solid GhostWhite; } nav { - background: Pink; + background: GhostWhite; display: flex; align-items: center; padding: 0 0.5rem; From b495aa1feb6b9fe626975f1e602b57700db07d75 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 11 Jul 2022 02:17:12 +0000 Subject: [PATCH 1144/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ad9452d08934..2e8c8e35e5cb 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GhostWhite; + border-top: 1px solid Magenta; } nav { - background: GhostWhite; + background: Magenta; display: flex; align-items: center; padding: 0 0.5rem; From 3fd55faf53434fd157b06d7efec6eb1eb3d0aac6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 11 Jul 2022 09:02:13 +0000 Subject: [PATCH 1145/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 2e8c8e35e5cb..6da11d3d6276 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Magenta; + border-top: 1px solid DarkOliveGreen; } nav { - background: Magenta; + background: DarkOliveGreen; display: flex; align-items: center; padding: 0 0.5rem; From 007c439a92c13dcace553180e71beeb6c235bf41 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 11 Jul 2022 14:06:51 +0000 Subject: [PATCH 1146/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 6da11d3d6276..91281b5305a0 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOliveGreen; + border-top: 1px solid HoneyDew; } nav { - background: DarkOliveGreen; + background: HoneyDew; display: flex; align-items: center; padding: 0 0.5rem; From 94cc578d741f3d8d3a2c6ce57ae70078ff5548af Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 11 Jul 2022 15:36:52 +0000 Subject: [PATCH 1147/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 91281b5305a0..6fb1f0957aea 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid HoneyDew; + border-top: 1px solid SpringGreen; } nav { - background: HoneyDew; + background: SpringGreen; display: flex; align-items: center; padding: 0 0.5rem; From 095883741c08a5db6b5248a95c675da64e5b3400 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 11 Jul 2022 17:06:51 +0000 Subject: [PATCH 1148/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 6fb1f0957aea..3b05aa10f47f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SpringGreen; + border-top: 1px solid SkyBlue; } nav { - background: SpringGreen; + background: SkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From 740826aaebd231742a37eededb24224573d6b640 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 11 Jul 2022 18:36:51 +0000 Subject: [PATCH 1149/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3b05aa10f47f..139351cd37cf 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SkyBlue; + border-top: 1px solid SeaShell; } nav { - background: SkyBlue; + background: SeaShell; display: flex; align-items: center; padding: 0 0.5rem; From a762c6cc1c6b5d53f381c214c1134f36dbcbd802 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 11 Jul 2022 21:36:52 +0000 Subject: [PATCH 1150/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 139351cd37cf..affcc732e93e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SeaShell; + border-top: 1px solid Pink; } nav { - background: SeaShell; + background: Pink; display: flex; align-items: center; padding: 0 0.5rem; From 60498eb7de042ba04922c956dd7a46a2edd29255 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 11 Jul 2022 23:06:52 +0000 Subject: [PATCH 1151/3185] KPT-24: Update background color to DarkCyan --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index affcc732e93e..718dcb65df26 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Pink; + border-top: 1px solid DarkCyan; } nav { - background: Pink; + background: DarkCyan; display: flex; align-items: center; padding: 0 0.5rem; From a82e2e15591d01167e07d2511326db75b7ff405e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 12 Jul 2022 02:51:51 +0000 Subject: [PATCH 1152/3185] KPT-24: Update background color to IndianRed --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 718dcb65df26..8876d676857c 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkCyan; + border-top: 1px solid IndianRed; } nav { - background: DarkCyan; + background: IndianRed; display: flex; align-items: center; padding: 0 0.5rem; From 601481e4d439249cb80a69f8d6c0be9982105724 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 12 Jul 2022 05:06:51 +0000 Subject: [PATCH 1153/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 8876d676857c..bd66074dbebd 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid IndianRed; + border-top: 1px solid LightSlateGray; } nav { - background: IndianRed; + background: LightSlateGray; display: flex; align-items: center; padding: 0 0.5rem; From f6d684594dccc2a75901273ca07097244388ae2c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 12 Jul 2022 05:51:52 +0000 Subject: [PATCH 1154/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index bd66074dbebd..37d380ba9c8b 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSlateGray; + border-top: 1px solid LavenderBlush; } nav { - background: LightSlateGray; + background: LavenderBlush; display: flex; align-items: center; padding: 0 0.5rem; From 45083869979a7e28da406a15e8a7a722ebc8431b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 12 Jul 2022 07:21:53 +0000 Subject: [PATCH 1155/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 37d380ba9c8b..02795f4f8e2b 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LavenderBlush; + border-top: 1px solid DarkGray; } nav { - background: LavenderBlush; + background: DarkGray; display: flex; align-items: center; padding: 0 0.5rem; From 48acd2eee761d13d6e46f5f2a480ea5cad10e387 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 12 Jul 2022 08:06:51 +0000 Subject: [PATCH 1156/3185] KPT-22: Modals with Indigo accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 02795f4f8e2b..9db6466b4d55 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGray; + border-top: 1px solid Indigo; } nav { - background: DarkGray; + background: Indigo; display: flex; align-items: center; padding: 0 0.5rem; From 815d5f6db79ce468ba477cf670871e9206708169 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 12 Jul 2022 17:51:51 +0000 Subject: [PATCH 1157/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 9db6466b4d55..0228fd3891c6 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Indigo; + border-top: 1px solid Plum; } nav { - background: Indigo; + background: Plum; display: flex; align-items: center; padding: 0 0.5rem; From cbefca37128f7ed7464925d44aafddec554187ee Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 12 Jul 2022 18:36:52 +0000 Subject: [PATCH 1158/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 0228fd3891c6..c5466bcfd359 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Plum; + border-top: 1px solid Teal; } nav { - background: Plum; + background: Teal; display: flex; align-items: center; padding: 0 0.5rem; From da7c844613fa596e95c1a99a759c4adcf60fa1bd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 12 Jul 2022 20:51:52 +0000 Subject: [PATCH 1159/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index c5466bcfd359..39ce4de2a2ff 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Teal; + border-top: 1px solid FireBrick; } nav { - background: Teal; + background: FireBrick; display: flex; align-items: center; padding: 0 0.5rem; From aadbcd05db26db118a4b2c77276458353a653cd0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 13 Jul 2022 02:51:51 +0000 Subject: [PATCH 1160/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 39ce4de2a2ff..b3ffebd1503f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid FireBrick; + border-top: 1px solid PeachPuff; } nav { - background: FireBrick; + background: PeachPuff; display: flex; align-items: center; padding: 0 0.5rem; From 9179db734d63b14d6a73f36f0a4f441ff4dd5484 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 13 Jul 2022 05:51:51 +0000 Subject: [PATCH 1161/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index b3ffebd1503f..bc298684f71f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PeachPuff; + border-top: 1px solid RebeccaPurple; } nav { - background: PeachPuff; + background: RebeccaPurple; display: flex; align-items: center; padding: 0 0.5rem; From c968e920d54e3b5e831919ba8916c990095a151e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 13 Jul 2022 08:51:51 +0000 Subject: [PATCH 1162/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index bc298684f71f..9cc806b0b915 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RebeccaPurple; + border-top: 1px solid DodgerBlue; } nav { - background: RebeccaPurple; + background: DodgerBlue; display: flex; align-items: center; padding: 0 0.5rem; From ebceece1bacdb15284347b35252d865da2d5b7ab Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 13 Jul 2022 21:36:52 +0000 Subject: [PATCH 1163/3185] KPT-24: Update background color to DarkGoldenRod --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 9cc806b0b915..46aa99fbd145 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DodgerBlue; + border-top: 1px solid DarkGoldenRod; } nav { - background: DodgerBlue; + background: DarkGoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From df8eb771a620cd89a7e650bb413abc6ae016c963 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 13 Jul 2022 23:06:52 +0000 Subject: [PATCH 1164/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 46aa99fbd145..11a95055426e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGoldenRod; + border-top: 1px solid LightCoral; } nav { - background: DarkGoldenRod; + background: LightCoral; display: flex; align-items: center; padding: 0 0.5rem; From 44d5895f0d548b934866d74778f9632589142f09 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 14 Jul 2022 03:36:51 +0000 Subject: [PATCH 1165/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 11a95055426e..8876d676857c 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightCoral; + border-top: 1px solid IndianRed; } nav { - background: LightCoral; + background: IndianRed; display: flex; align-items: center; padding: 0 0.5rem; From abd7ebb64f04907647e37f8b084b824e4b04fa7a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 14 Jul 2022 05:51:52 +0000 Subject: [PATCH 1166/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 8876d676857c..136dba7818fc 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid IndianRed; + border-top: 1px solid SaddleBrown; } nav { - background: IndianRed; + background: SaddleBrown; display: flex; align-items: center; padding: 0 0.5rem; From 1737ea7f90635e9f1ffe4951cc05a6b491c67d02 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 14 Jul 2022 06:36:52 +0000 Subject: [PATCH 1167/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 136dba7818fc..3bec89149c2c 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SaddleBrown; + border-top: 1px solid Peru; } nav { - background: SaddleBrown; + background: Peru; display: flex; align-items: center; padding: 0 0.5rem; From 1c6cb4acedb91d2f548c791a128a0cae6c69f0a8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 14 Jul 2022 09:36:51 +0000 Subject: [PATCH 1168/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3bec89149c2c..857ab72fccc2 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Peru; + border-top: 1px solid LightGoldenRodYellow; } nav { - background: Peru; + background: LightGoldenRodYellow; display: flex; align-items: center; padding: 0 0.5rem; From c9966ab336dcc796a856aa83475e1ec662980000 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 14 Jul 2022 11:06:51 +0000 Subject: [PATCH 1169/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 857ab72fccc2..136dba7818fc 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGoldenRodYellow; + border-top: 1px solid SaddleBrown; } nav { - background: LightGoldenRodYellow; + background: SaddleBrown; display: flex; align-items: center; padding: 0 0.5rem; From 965517c8845c76d388ce28750e220a10481d0a52 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 14 Jul 2022 15:36:52 +0000 Subject: [PATCH 1170/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 136dba7818fc..6fb1f0957aea 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SaddleBrown; + border-top: 1px solid SpringGreen; } nav { - background: SaddleBrown; + background: SpringGreen; display: flex; align-items: center; padding: 0 0.5rem; From 52cb8e4babedd336ca389edca2a10f07dc282862 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 14 Jul 2022 16:21:52 +0000 Subject: [PATCH 1171/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 6fb1f0957aea..3ec0ac892f86 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SpringGreen; + border-top: 1px solid Gainsboro; } nav { - background: SpringGreen; + background: Gainsboro; display: flex; align-items: center; padding: 0 0.5rem; From 421fcabd5b2ebfd69be9a459c78d33deaef8c96a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 14 Jul 2022 20:06:52 +0000 Subject: [PATCH 1172/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3ec0ac892f86..195f194ef15a 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gainsboro; + border-top: 1px solid LightSteelBlue; } nav { - background: Gainsboro; + background: LightSteelBlue; display: flex; align-items: center; padding: 0 0.5rem; From f7a742032fa523dc9ef0cb4121089bad079c0ce0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 14 Jul 2022 22:21:52 +0000 Subject: [PATCH 1173/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 195f194ef15a..02795f4f8e2b 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSteelBlue; + border-top: 1px solid DarkGray; } nav { - background: LightSteelBlue; + background: DarkGray; display: flex; align-items: center; padding: 0 0.5rem; From f6b8b380d30cdd7c3ab9eaec8491417e1b0558cd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 14 Jul 2022 23:51:52 +0000 Subject: [PATCH 1174/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 02795f4f8e2b..6da11d3d6276 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGray; + border-top: 1px solid DarkOliveGreen; } nav { - background: DarkGray; + background: DarkOliveGreen; display: flex; align-items: center; padding: 0 0.5rem; From 62a2f3b9b13373b98f7de1ecc378a89d78235ef1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 15 Jul 2022 02:51:52 +0000 Subject: [PATCH 1175/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 6da11d3d6276..50a979314f9f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOliveGreen; + border-top: 1px solid LightSeaGreen; } nav { - background: DarkOliveGreen; + background: LightSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From 75600226e0feaed9f9fafec350305a18e786e36d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 15 Jul 2022 05:06:52 +0000 Subject: [PATCH 1176/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 50a979314f9f..d444a165a194 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSeaGreen; + border-top: 1px solid Azure; } nav { - background: LightSeaGreen; + background: Azure; display: flex; align-items: center; padding: 0 0.5rem; From ce010be0027020dec35fce8c7d0e8c7d07ce82e9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 15 Jul 2022 05:51:52 +0000 Subject: [PATCH 1177/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d444a165a194..ce75e3b066c0 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Azure; + border-top: 1px solid Olive; } nav { - background: Azure; + background: Olive; display: flex; align-items: center; padding: 0 0.5rem; From 798e47467a1cafece4fcf2dce00f329d89cd6f6c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 15 Jul 2022 11:06:52 +0000 Subject: [PATCH 1178/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ce75e3b066c0..b5abec4e62df 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Olive; + border-top: 1px solid Chocolate; } nav { - background: Olive; + background: Chocolate; display: flex; align-items: center; padding: 0 0.5rem; From e8371a7b1639608aab7a8cf39e91ebd71a646173 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 15 Jul 2022 12:36:51 +0000 Subject: [PATCH 1179/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index b5abec4e62df..b666cf7876b7 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Chocolate; + border-top: 1px solid Crimson; } nav { - background: Chocolate; + background: Crimson; display: flex; align-items: center; padding: 0 0.5rem; From 37f81f3f336aff549750e00a951b037875dec885 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 15 Jul 2022 16:21:51 +0000 Subject: [PATCH 1180/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index b666cf7876b7..9219f21a21b0 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Crimson; + border-top: 1px solid OrangeRed; } nav { - background: Crimson; + background: OrangeRed; display: flex; align-items: center; padding: 0 0.5rem; From 8d2726435a3c60d30fb123a6c6d1ba89966b57ac Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 15 Jul 2022 22:21:52 +0000 Subject: [PATCH 1181/3185] KPT-22: Modals with MediumPurple accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 9219f21a21b0..a2f3a2cc2f41 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OrangeRed; + border-top: 1px solid MediumPurple; } nav { - background: OrangeRed; + background: MediumPurple; display: flex; align-items: center; padding: 0 0.5rem; From 40fb52b06bf36afb10fd9f2a60e07ab53bd0257d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 15 Jul 2022 23:06:52 +0000 Subject: [PATCH 1182/3185] KPT-24: Update background color to RebeccaPurple --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index a2f3a2cc2f41..bc298684f71f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumPurple; + border-top: 1px solid RebeccaPurple; } nav { - background: MediumPurple; + background: RebeccaPurple; display: flex; align-items: center; padding: 0 0.5rem; From e2c43310b7e4dcecdbc466a7d1ab82232903249c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 15 Jul 2022 23:51:52 +0000 Subject: [PATCH 1183/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index bc298684f71f..97c9a503bf56 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RebeccaPurple; + border-top: 1px solid Lime; } nav { - background: RebeccaPurple; + background: Lime; display: flex; align-items: center; padding: 0 0.5rem; From 0a0017302611ce8c2767fd67e463a1cd2ec99d4f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 16 Jul 2022 01:21:52 +0000 Subject: [PATCH 1184/3185] KPT-24: Update background color to SaddleBrown --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 97c9a503bf56..136dba7818fc 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Lime; + border-top: 1px solid SaddleBrown; } nav { - background: Lime; + background: SaddleBrown; display: flex; align-items: center; padding: 0 0.5rem; From dafa748d3d65e28b0d79fe0aafad8dc3c03b0049 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 16 Jul 2022 02:06:52 +0000 Subject: [PATCH 1185/3185] KPT-22: Modals with PapayaWhip accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 136dba7818fc..a30b9cfca12e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SaddleBrown; + border-top: 1px solid PapayaWhip; } nav { - background: SaddleBrown; + background: PapayaWhip; display: flex; align-items: center; padding: 0 0.5rem; From 2dd8ec33fe05604a27396ecede52fe7b368059f4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 16 Jul 2022 02:51:52 +0000 Subject: [PATCH 1186/3185] KPT-24: Update background color to Tomato --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index a30b9cfca12e..6675fdc2e211 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PapayaWhip; + border-top: 1px solid Tomato; } nav { - background: PapayaWhip; + background: Tomato; display: flex; align-items: center; padding: 0 0.5rem; From e8b46a8eda736b0a4a81981472891f276bba738d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 16 Jul 2022 05:51:52 +0000 Subject: [PATCH 1187/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 6675fdc2e211..857ab72fccc2 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Tomato; + border-top: 1px solid LightGoldenRodYellow; } nav { - background: Tomato; + background: LightGoldenRodYellow; display: flex; align-items: center; padding: 0 0.5rem; From c79d8fe406c4658ab650c62c975c10438a66691b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 16 Jul 2022 08:51:52 +0000 Subject: [PATCH 1188/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 857ab72fccc2..37d380ba9c8b 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGoldenRodYellow; + border-top: 1px solid LavenderBlush; } nav { - background: LightGoldenRodYellow; + background: LavenderBlush; display: flex; align-items: center; padding: 0 0.5rem; From b34fd57832a111851eb6d2cc9047499d9f2fb2ea Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 16 Jul 2022 10:21:53 +0000 Subject: [PATCH 1189/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 37d380ba9c8b..d45f2f580eae 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LavenderBlush; + border-top: 1px solid LightGray; } nav { - background: LavenderBlush; + background: LightGray; display: flex; align-items: center; padding: 0 0.5rem; From 1ab05f4416498f0f41662bce0b4da7b89339bc47 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 16 Jul 2022 11:06:54 +0000 Subject: [PATCH 1190/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d45f2f580eae..2a24e48a33d3 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGray; + border-top: 1px solid Green; } nav { - background: LightGray; + background: Green; display: flex; align-items: center; padding: 0 0.5rem; From b03f80e592700e94ab57ddabc0c58fac32651c1e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 16 Jul 2022 14:51:51 +0000 Subject: [PATCH 1191/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 2a24e48a33d3..ad9452d08934 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Green; + border-top: 1px solid GhostWhite; } nav { - background: Green; + background: GhostWhite; display: flex; align-items: center; padding: 0 0.5rem; From 7c654232915a8d80a3c455c753a40385702f6eaa Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 16 Jul 2022 15:36:51 +0000 Subject: [PATCH 1192/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ad9452d08934..2d42ff06bf02 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GhostWhite; + border-top: 1px solid DarkViolet; } nav { - background: GhostWhite; + background: DarkViolet; display: flex; align-items: center; padding: 0 0.5rem; From 31c4a9960206b2a666b3d7dc908e49485f2c7b3a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 16 Jul 2022 19:21:54 +0000 Subject: [PATCH 1193/3185] KPT-24: Update background color to Lime --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 2d42ff06bf02..97c9a503bf56 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkViolet; + border-top: 1px solid Lime; } nav { - background: DarkViolet; + background: Lime; display: flex; align-items: center; padding: 0 0.5rem; From a2a0b2ff8a009806b9218f82b7eb87bd370fc58e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 16 Jul 2022 20:06:53 +0000 Subject: [PATCH 1194/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 97c9a503bf56..38d8005718f8 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Lime; + border-top: 1px solid YellowGreen; } nav { - background: Lime; + background: YellowGreen; display: flex; align-items: center; padding: 0 0.5rem; From 26d324594cf5e68f88a8da1514c62751e74edd35 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 16 Jul 2022 23:06:51 +0000 Subject: [PATCH 1195/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 38d8005718f8..4ec33dd9a11e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid YellowGreen; + border-top: 1px solid BurlyWood; } nav { - background: YellowGreen; + background: BurlyWood; display: flex; align-items: center; padding: 0 0.5rem; From 4f6912965b8a5b20942b064b59a7505afe9e01ac Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 16 Jul 2022 23:51:53 +0000 Subject: [PATCH 1196/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4ec33dd9a11e..228291e36290 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BurlyWood; + border-top: 1px solid Beige; } nav { - background: BurlyWood; + background: Beige; display: flex; align-items: center; padding: 0 0.5rem; From 872c52b1f02b8fd8c3ac3352723a82431766e2d7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 17 Jul 2022 02:51:54 +0000 Subject: [PATCH 1197/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 228291e36290..4e9265f434fd 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Beige; + border-top: 1px solid DeepPink; } nav { - background: Beige; + background: DeepPink; display: flex; align-items: center; padding: 0 0.5rem; From 8ab27566325daf0e6d50066eeadda58a967dfe14 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 17 Jul 2022 04:21:52 +0000 Subject: [PATCH 1198/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4e9265f434fd..7265cc2310f6 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DeepPink; + border-top: 1px solid DarkGrey; } nav { - background: DeepPink; + background: DarkGrey; display: flex; align-items: center; padding: 0 0.5rem; From 7cf9ff3fde28863c3da6122fae303f3be9c48bd2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 17 Jul 2022 05:06:51 +0000 Subject: [PATCH 1199/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 7265cc2310f6..2b6378f009d4 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGrey; + border-top: 1px solid DarkTurquoise; } nav { - background: DarkGrey; + background: DarkTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From 74db749efc937c707686d2b1a7764b5efcbbdb58 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 17 Jul 2022 11:06:55 +0000 Subject: [PATCH 1200/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 2b6378f009d4..5bc7ef4eb78f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkTurquoise; + border-top: 1px solid DarkOrange; } nav { - background: DarkTurquoise; + background: DarkOrange; display: flex; align-items: center; padding: 0 0.5rem; From 25d7833aacd69a8c0abe895876128d65c51f8196 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 17 Jul 2022 13:21:52 +0000 Subject: [PATCH 1201/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 5bc7ef4eb78f..ad9452d08934 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOrange; + border-top: 1px solid GhostWhite; } nav { - background: DarkOrange; + background: GhostWhite; display: flex; align-items: center; padding: 0 0.5rem; From b6ec56219c1a28832227c6a4383046cefa7d1469 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 17 Jul 2022 20:51:52 +0000 Subject: [PATCH 1202/3185] KPT-22: Modals with DarkSlateBlue accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ad9452d08934..453cdaa8fe58 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GhostWhite; + border-top: 1px solid DarkSlateBlue; } nav { - background: GhostWhite; + background: DarkSlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From 4f462c1aff5a101fbe21d132a204fff00efb95a6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 17 Jul 2022 22:21:51 +0000 Subject: [PATCH 1203/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 453cdaa8fe58..b3ffebd1503f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateBlue; + border-top: 1px solid PeachPuff; } nav { - background: DarkSlateBlue; + background: PeachPuff; display: flex; align-items: center; padding: 0 0.5rem; From 470df649d2d7d410fc0587b08a9e5028c61bee27 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 18 Jul 2022 03:36:52 +0000 Subject: [PATCH 1204/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index b3ffebd1503f..bd3a875e2c0c 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PeachPuff; + border-top: 1px solid SlateBlue; } nav { - background: PeachPuff; + background: SlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From f7cd58d95beb230c953c3502b0c453a578524a5d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 18 Jul 2022 08:06:52 +0000 Subject: [PATCH 1205/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index bd3a875e2c0c..1b8c7acecc59 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateBlue; + border-top: 1px solid LightYellow; } nav { - background: SlateBlue; + background: LightYellow; display: flex; align-items: center; padding: 0 0.5rem; From c13783fcc1bddfe485e20769851a30121d1524e1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 18 Jul 2022 11:06:52 +0000 Subject: [PATCH 1206/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 1b8c7acecc59..bad8db91c557 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightYellow; + border-top: 1px solid CadetBlue; } nav { - background: LightYellow; + background: CadetBlue; display: flex; align-items: center; padding: 0 0.5rem; From 7194e4fb47b3c813c2212889619743a831d2e7b2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 18 Jul 2022 16:21:52 +0000 Subject: [PATCH 1207/3185] KPT-22: Modals with OldLace accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index bad8db91c557..c9027d922244 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid CadetBlue; + border-top: 1px solid OldLace; } nav { - background: CadetBlue; + background: OldLace; display: flex; align-items: center; padding: 0 0.5rem; From 038cff4bc73ed482d48ac6557e931ad8e170adda Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 18 Jul 2022 17:51:52 +0000 Subject: [PATCH 1208/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index c9027d922244..7eedbaa75afb 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OldLace; + border-top: 1px solid Gray; } nav { - background: OldLace; + background: Gray; display: flex; align-items: center; padding: 0 0.5rem; From 37232c895082ad1dd7665f7b8332f9883028a7c2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 18 Jul 2022 21:36:52 +0000 Subject: [PATCH 1209/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 7eedbaa75afb..d45f2f580eae 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gray; + border-top: 1px solid LightGray; } nav { - background: Gray; + background: LightGray; display: flex; align-items: center; padding: 0 0.5rem; From 09f7206fed705b538499ac20111fb3ed4800e123 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 19 Jul 2022 05:06:52 +0000 Subject: [PATCH 1210/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d45f2f580eae..48f96fef5716 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGray; + border-top: 1px solid PaleVioletRed; } nav { - background: LightGray; + background: PaleVioletRed; display: flex; align-items: center; padding: 0 0.5rem; From 324e0003e986cd8f7791138ca6851e124fcfa75f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 19 Jul 2022 05:51:51 +0000 Subject: [PATCH 1211/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 48f96fef5716..77bfaa9f6042 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleVioletRed; + border-top: 1px solid MediumSeaGreen; } nav { - background: PaleVioletRed; + background: MediumSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From c51c36a00efecf6835b932bed7cf85f071d213c7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 19 Jul 2022 11:51:52 +0000 Subject: [PATCH 1212/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 77bfaa9f6042..bad8db91c557 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSeaGreen; + border-top: 1px solid CadetBlue; } nav { - background: MediumSeaGreen; + background: CadetBlue; display: flex; align-items: center; padding: 0 0.5rem; From 6ee8095456fd914273cf91c5afff1b97584f3ecd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 19 Jul 2022 16:21:51 +0000 Subject: [PATCH 1213/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index bad8db91c557..9b225c303ed7 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid CadetBlue; + border-top: 1px solid CornflowerBlue; } nav { - background: CadetBlue; + background: CornflowerBlue; display: flex; align-items: center; padding: 0 0.5rem; From 515c74a305a9542893a10cc313e93b519a29cd52 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 19 Jul 2022 17:06:51 +0000 Subject: [PATCH 1214/3185] KPT-22: Modals with BlanchedAlmond accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 9b225c303ed7..6baa43ae096e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid CornflowerBlue; + border-top: 1px solid BlanchedAlmond; } nav { - background: CornflowerBlue; + background: BlanchedAlmond; display: flex; align-items: center; padding: 0 0.5rem; From c10753c37ec1debaf4e9b03f40444389e7b66402 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 19 Jul 2022 19:21:53 +0000 Subject: [PATCH 1215/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 6baa43ae096e..d8e82b5712c9 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BlanchedAlmond; + border-top: 1px solid Fuchsia; } nav { - background: BlanchedAlmond; + background: Fuchsia; display: flex; align-items: center; padding: 0 0.5rem; From dadeeb298da35e76f449dce8e0e8cb5a2b27d6d5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 19 Jul 2022 20:06:52 +0000 Subject: [PATCH 1216/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d8e82b5712c9..b5abec4e62df 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Fuchsia; + border-top: 1px solid Chocolate; } nav { - background: Fuchsia; + background: Chocolate; display: flex; align-items: center; padding: 0 0.5rem; From c8d29defc7ed938150d2ba9884c0c46a5299504a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 19 Jul 2022 21:36:52 +0000 Subject: [PATCH 1217/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index b5abec4e62df..9db6466b4d55 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Chocolate; + border-top: 1px solid Indigo; } nav { - background: Chocolate; + background: Indigo; display: flex; align-items: center; padding: 0 0.5rem; From 8f8cf37167c8bff952652104cd53d71bf7e96f99 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 20 Jul 2022 01:21:52 +0000 Subject: [PATCH 1218/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 9db6466b4d55..2d42ff06bf02 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Indigo; + border-top: 1px solid DarkViolet; } nav { - background: Indigo; + background: DarkViolet; display: flex; align-items: center; padding: 0 0.5rem; From 70381aec90c3d1097e966d8616096828feb73af2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 20 Jul 2022 02:51:52 +0000 Subject: [PATCH 1219/3185] KPT-24: Update background color to DarkGrey --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 2d42ff06bf02..7265cc2310f6 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkViolet; + border-top: 1px solid DarkGrey; } nav { - background: DarkViolet; + background: DarkGrey; display: flex; align-items: center; padding: 0 0.5rem; From 8af88d7259d02b6e61ac31c9d05ee737076ee3cf Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 20 Jul 2022 03:36:52 +0000 Subject: [PATCH 1220/3185] KPT-22: Modals with LightGreen accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 7265cc2310f6..64214c2d85c0 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGrey; + border-top: 1px solid LightGreen; } nav { - background: DarkGrey; + background: LightGreen; display: flex; align-items: center; padding: 0 0.5rem; From ee41422cfb28a7f179d35417001ae437167ac9f4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 20 Jul 2022 08:06:51 +0000 Subject: [PATCH 1221/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 64214c2d85c0..2a24e48a33d3 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGreen; + border-top: 1px solid Green; } nav { - background: LightGreen; + background: Green; display: flex; align-items: center; padding: 0 0.5rem; From 894fb5979dc9addde8c426eb3561a2e2c183a44d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 20 Jul 2022 11:51:52 +0000 Subject: [PATCH 1222/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 2a24e48a33d3..0053969b5ecf 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Green; + border-top: 1px solid WhiteSmoke; } nav { - background: Green; + background: WhiteSmoke; display: flex; align-items: center; padding: 0 0.5rem; From 0705d8ca77a68982fc73c509e65238c26bf2ff83 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 20 Jul 2022 15:36:52 +0000 Subject: [PATCH 1223/3185] KPT-24: Update background color to BlueViolet --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 0053969b5ecf..ceefd47a65fe 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid WhiteSmoke; + border-top: 1px solid BlueViolet; } nav { - background: WhiteSmoke; + background: BlueViolet; display: flex; align-items: center; padding: 0 0.5rem; From 4827b48396ee4f3ee73e21acfca53d8a024c342c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 20 Jul 2022 22:21:52 +0000 Subject: [PATCH 1224/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ceefd47a65fe..5b6feda18165 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BlueViolet; + border-top: 1px solid Red; } nav { - background: BlueViolet; + background: Red; display: flex; align-items: center; padding: 0 0.5rem; From 2a77375887928ef7a2a777cd51d6ecfe8ca938f9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 21 Jul 2022 05:51:52 +0000 Subject: [PATCH 1225/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 5b6feda18165..37d380ba9c8b 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Red; + border-top: 1px solid LavenderBlush; } nav { - background: Red; + background: LavenderBlush; display: flex; align-items: center; padding: 0 0.5rem; From e8e3e6750f170cc082c2beedecd3f537877a8c16 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 21 Jul 2022 08:51:51 +0000 Subject: [PATCH 1226/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 37d380ba9c8b..77bfaa9f6042 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LavenderBlush; + border-top: 1px solid MediumSeaGreen; } nav { - background: LavenderBlush; + background: MediumSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From 9f7484e83d09e857480a4a8c3e987abe50568f05 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 21 Jul 2022 10:21:55 +0000 Subject: [PATCH 1227/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 77bfaa9f6042..39ce4de2a2ff 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSeaGreen; + border-top: 1px solid FireBrick; } nav { - background: MediumSeaGreen; + background: FireBrick; display: flex; align-items: center; padding: 0 0.5rem; From 79f20dc614fdbaea69f98ef5b7dcb1f00ba6058e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 21 Jul 2022 11:51:51 +0000 Subject: [PATCH 1228/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 39ce4de2a2ff..2d42ff06bf02 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid FireBrick; + border-top: 1px solid DarkViolet; } nav { - background: FireBrick; + background: DarkViolet; display: flex; align-items: center; padding: 0 0.5rem; From 08c16d3ffaa10f7fac31a029ac88ec50108189d5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 21 Jul 2022 12:36:52 +0000 Subject: [PATCH 1229/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 2d42ff06bf02..39ce4de2a2ff 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkViolet; + border-top: 1px solid FireBrick; } nav { - background: DarkViolet; + background: FireBrick; display: flex; align-items: center; padding: 0 0.5rem; From ff13b6a7518cb33c3e3cc2d0f8747ad07169910e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 21 Jul 2022 15:36:51 +0000 Subject: [PATCH 1230/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 39ce4de2a2ff..343dde4387ae 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid FireBrick; + border-top: 1px solid Grey; } nav { - background: FireBrick; + background: Grey; display: flex; align-items: center; padding: 0 0.5rem; From 31ad7d65970c56433785aa7cecee097ca10a523e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 21 Jul 2022 22:21:51 +0000 Subject: [PATCH 1231/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 343dde4387ae..0228fd3891c6 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Grey; + border-top: 1px solid Plum; } nav { - background: Grey; + background: Plum; display: flex; align-items: center; padding: 0 0.5rem; From 24f2adffc863990d0c435657a26e9bd5b377a2ea Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 22 Jul 2022 02:06:51 +0000 Subject: [PATCH 1232/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 0228fd3891c6..95b0c9b012ff 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Plum; + border-top: 1px solid DimGray; } nav { - background: Plum; + background: DimGray; display: flex; align-items: center; padding: 0 0.5rem; From 11e8f1b3905d825f2f9caf010deede7158cf3d7a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 22 Jul 2022 04:21:53 +0000 Subject: [PATCH 1233/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 95b0c9b012ff..2b6378f009d4 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DimGray; + border-top: 1px solid DarkTurquoise; } nav { - background: DimGray; + background: DarkTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From 032c17867aaa37c340c056d17ef1d15123e513f0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 22 Jul 2022 08:51:52 +0000 Subject: [PATCH 1234/3185] KPT-24: Update background color to FloralWhite --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 2b6378f009d4..26096fe5afd6 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkTurquoise; + border-top: 1px solid FloralWhite; } nav { - background: DarkTurquoise; + background: FloralWhite; display: flex; align-items: center; padding: 0 0.5rem; From 065ab66a383595663f9f93676991df5a84783818 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 22 Jul 2022 13:21:52 +0000 Subject: [PATCH 1235/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 26096fe5afd6..bdd585164bf6 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid FloralWhite; + border-top: 1px solid MediumTurquoise; } nav { - background: FloralWhite; + background: MediumTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From d72edec31d12d6884f57e6b720c833fab05f4036 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 22 Jul 2022 14:06:51 +0000 Subject: [PATCH 1236/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index bdd585164bf6..3bd9c6e87f30 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumTurquoise; + border-top: 1px solid LightBlue; } nav { - background: MediumTurquoise; + background: LightBlue; display: flex; align-items: center; padding: 0 0.5rem; From 3f2b3e934b4dafe1b61500400623b8cc3c79b358 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 22 Jul 2022 15:36:52 +0000 Subject: [PATCH 1237/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3bd9c6e87f30..38eb215526f9 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightBlue; + border-top: 1px solid Salmon; } nav { - background: LightBlue; + background: Salmon; display: flex; align-items: center; padding: 0 0.5rem; From 7cf0933f48b379d7ac9b786f44134bd0872c1a77 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 22 Jul 2022 23:06:52 +0000 Subject: [PATCH 1238/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 38eb215526f9..d3ffb8ea4363 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Salmon; + border-top: 1px solid DimGrey; } nav { - background: Salmon; + background: DimGrey; display: flex; align-items: center; padding: 0 0.5rem; From df464fb7d2664e485c7a3097cf0c9a1dc5a98ac9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 22 Jul 2022 23:51:52 +0000 Subject: [PATCH 1239/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d3ffb8ea4363..d5b33e6aee0e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DimGrey; + border-top: 1px solid LimeGreen; } nav { - background: DimGrey; + background: LimeGreen; display: flex; align-items: center; padding: 0 0.5rem; From 3531638041dd0220aa2567a199aadff481468644 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 23 Jul 2022 01:21:52 +0000 Subject: [PATCH 1240/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d5b33e6aee0e..4ec33dd9a11e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LimeGreen; + border-top: 1px solid BurlyWood; } nav { - background: LimeGreen; + background: BurlyWood; display: flex; align-items: center; padding: 0 0.5rem; From f4f2c55cf7e47e6bfbace30866ab2485994b551f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 23 Jul 2022 04:21:53 +0000 Subject: [PATCH 1241/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4ec33dd9a11e..eca3a27ac0c5 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BurlyWood; + border-top: 1px solid GreenYellow; } nav { - background: BurlyWood; + background: GreenYellow; display: flex; align-items: center; padding: 0 0.5rem; From c326192e6ee5b08c0aee7302c72022a91fe6e99a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 23 Jul 2022 08:51:52 +0000 Subject: [PATCH 1242/3185] KPT-24: Update background color to DarkOliveGreen --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index eca3a27ac0c5..6da11d3d6276 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GreenYellow; + border-top: 1px solid DarkOliveGreen; } nav { - background: GreenYellow; + background: DarkOliveGreen; display: flex; align-items: center; padding: 0 0.5rem; From 6b33d3ce71626007f740d7faa029941550bec4c0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 23 Jul 2022 09:36:52 +0000 Subject: [PATCH 1243/3185] KPT-24: Update background color to LightYellow --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 6da11d3d6276..1b8c7acecc59 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOliveGreen; + border-top: 1px solid LightYellow; } nav { - background: DarkOliveGreen; + background: LightYellow; display: flex; align-items: center; padding: 0 0.5rem; From 1158fb48f24056eb6ebba02c112a64f318e7440d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 23 Jul 2022 11:51:52 +0000 Subject: [PATCH 1244/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 1b8c7acecc59..9897bbddf092 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightYellow; + border-top: 1px solid LightPink; } nav { - background: LightYellow; + background: LightPink; display: flex; align-items: center; padding: 0 0.5rem; From a10ba92cc4f238f8101996349fdda92211005fba Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 23 Jul 2022 13:21:52 +0000 Subject: [PATCH 1245/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 9897bbddf092..3b05aa10f47f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightPink; + border-top: 1px solid SkyBlue; } nav { - background: LightPink; + background: SkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From 29efec0a9ff625d077fbd49f8fa4387d8fc5404c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 23 Jul 2022 19:21:52 +0000 Subject: [PATCH 1246/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3b05aa10f47f..50a979314f9f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SkyBlue; + border-top: 1px solid LightSeaGreen; } nav { - background: SkyBlue; + background: LightSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From 217cd5d708aaa58a79456ec592b7e73cb7668c47 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 23 Jul 2022 22:21:53 +0000 Subject: [PATCH 1247/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 50a979314f9f..dd1156fbaefb 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSeaGreen; + border-top: 1px solid DarkSlateGrey; } nav { - background: LightSeaGreen; + background: DarkSlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From 4549b86a2766e2619a1f9e8144bbbe8a2bed0aa0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 23 Jul 2022 23:06:52 +0000 Subject: [PATCH 1248/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index dd1156fbaefb..63b3b490fb00 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateGrey; + border-top: 1px solid MediumVioletRed; } nav { - background: DarkSlateGrey; + background: MediumVioletRed; display: flex; align-items: center; padding: 0 0.5rem; From a39fe40e9d253878cd4c8f2292aaefca4fbcc834 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 24 Jul 2022 00:36:52 +0000 Subject: [PATCH 1249/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 63b3b490fb00..bb2f114b139e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumVioletRed; + border-top: 1px solid LightSlateGrey; } nav { - background: MediumVioletRed; + background: LightSlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From 514731bce9c664c53ff7b0f0d1684df22e87d53e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 24 Jul 2022 02:06:51 +0000 Subject: [PATCH 1250/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index bb2f114b139e..1b8c7acecc59 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSlateGrey; + border-top: 1px solid LightYellow; } nav { - background: LightSlateGrey; + background: LightYellow; display: flex; align-items: center; padding: 0 0.5rem; From a20104535cf26825f08331ccba98475117f44208 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 24 Jul 2022 07:21:52 +0000 Subject: [PATCH 1251/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 1b8c7acecc59..b3ffebd1503f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightYellow; + border-top: 1px solid PeachPuff; } nav { - background: LightYellow; + background: PeachPuff; display: flex; align-items: center; padding: 0 0.5rem; From 91e55b37671fa826ab3bec53004856eeba99e881 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 24 Jul 2022 08:06:52 +0000 Subject: [PATCH 1252/3185] KPT-22: Modals with LightGoldenRodYellow accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index b3ffebd1503f..857ab72fccc2 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PeachPuff; + border-top: 1px solid LightGoldenRodYellow; } nav { - background: PeachPuff; + background: LightGoldenRodYellow; display: flex; align-items: center; padding: 0 0.5rem; From 6f9f3a9d3f1ae2483190b522873f89a7d5061974 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 24 Jul 2022 09:36:51 +0000 Subject: [PATCH 1253/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 857ab72fccc2..d932ecdd7d93 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGoldenRodYellow; + border-top: 1px solid Moccasin; } nav { - background: LightGoldenRodYellow; + background: Moccasin; display: flex; align-items: center; padding: 0 0.5rem; From 289fffcf11b764f4bb472f79be1b6ceaf31c0bd6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 24 Jul 2022 12:36:51 +0000 Subject: [PATCH 1254/3185] KPT-22: Modals with PaleTurquoise accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d932ecdd7d93..0fc8799d2400 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Moccasin; + border-top: 1px solid PaleTurquoise; } nav { - background: Moccasin; + background: PaleTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From e8491530499bc43fee8b5607e2580188b5f4ed92 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 24 Jul 2022 14:51:52 +0000 Subject: [PATCH 1255/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 0fc8799d2400..857ab72fccc2 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleTurquoise; + border-top: 1px solid LightGoldenRodYellow; } nav { - background: PaleTurquoise; + background: LightGoldenRodYellow; display: flex; align-items: center; padding: 0 0.5rem; From 55873ed4f2140147e4b5b1ebb5bafe615c218d0a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 24 Jul 2022 17:51:52 +0000 Subject: [PATCH 1256/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 857ab72fccc2..95b0c9b012ff 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGoldenRodYellow; + border-top: 1px solid DimGray; } nav { - background: LightGoldenRodYellow; + background: DimGray; display: flex; align-items: center; padding: 0 0.5rem; From 23bf2f56bb993222e8db2ba9694914b298c90f1f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 24 Jul 2022 19:21:51 +0000 Subject: [PATCH 1257/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 95b0c9b012ff..2e8c8e35e5cb 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DimGray; + border-top: 1px solid Magenta; } nav { - background: DimGray; + background: Magenta; display: flex; align-items: center; padding: 0 0.5rem; From 589e6f1186ded41b2cc2c676ce69aba95021ed66 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 24 Jul 2022 21:36:52 +0000 Subject: [PATCH 1258/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 2e8c8e35e5cb..ec2e59e70439 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Magenta; + border-top: 1px solid DarkOrchid; } nav { - background: Magenta; + background: DarkOrchid; display: flex; align-items: center; padding: 0 0.5rem; From 330023c5e023bb3d7091c3f416e3bd2cf6e039eb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 24 Jul 2022 22:21:52 +0000 Subject: [PATCH 1259/3185] KPT-22: Modals with MediumSlateBlue accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ec2e59e70439..1230ce9cd975 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOrchid; + border-top: 1px solid MediumSlateBlue; } nav { - background: DarkOrchid; + background: MediumSlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From 794a73602c9c136b4162b88a14e8d802cd0e2646 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 25 Jul 2022 00:36:52 +0000 Subject: [PATCH 1260/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 1230ce9cd975..0053969b5ecf 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSlateBlue; + border-top: 1px solid WhiteSmoke; } nav { - background: MediumSlateBlue; + background: WhiteSmoke; display: flex; align-items: center; padding: 0 0.5rem; From eb8c58b478175df1691bc99b84e1bdd2e6f9c9dd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 25 Jul 2022 03:36:52 +0000 Subject: [PATCH 1261/3185] KPT-24: Update background color to Azure --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 0053969b5ecf..d444a165a194 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid WhiteSmoke; + border-top: 1px solid Azure; } nav { - background: WhiteSmoke; + background: Azure; display: flex; align-items: center; padding: 0 0.5rem; From a7a86911377efe962160a4d17050bad2a1c7636b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 25 Jul 2022 04:21:52 +0000 Subject: [PATCH 1262/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d444a165a194..bc298684f71f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Azure; + border-top: 1px solid RebeccaPurple; } nav { - background: Azure; + background: RebeccaPurple; display: flex; align-items: center; padding: 0 0.5rem; From 63bd7e2bc663733f25e0d2910acf1cce6a748c85 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 25 Jul 2022 07:21:51 +0000 Subject: [PATCH 1263/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index bc298684f71f..0053969b5ecf 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RebeccaPurple; + border-top: 1px solid WhiteSmoke; } nav { - background: RebeccaPurple; + background: WhiteSmoke; display: flex; align-items: center; padding: 0 0.5rem; From 05c3e73bf73fabfa8195f60883118012aa43e406 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 25 Jul 2022 09:37:02 +0000 Subject: [PATCH 1264/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 0053969b5ecf..0f633b206ec6 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid WhiteSmoke; + border-top: 1px solid MediumAquaMarine; } nav { - background: WhiteSmoke; + background: MediumAquaMarine; display: flex; align-items: center; padding: 0 0.5rem; From 54b1aa2ad013337eafa8a587f8b86ad6cc79080f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 25 Jul 2022 12:36:53 +0000 Subject: [PATCH 1265/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 0f633b206ec6..0a77f9998160 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumAquaMarine; + border-top: 1px solid LemonChiffon; } nav { - background: MediumAquaMarine; + background: LemonChiffon; display: flex; align-items: center; padding: 0 0.5rem; From 8788aad0935546326f3a0338ddac7453f93b5954 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 25 Jul 2022 16:21:52 +0000 Subject: [PATCH 1266/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 0a77f9998160..6550fb674240 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LemonChiffon; + border-top: 1px solid SandyBrown; } nav { - background: LemonChiffon; + background: SandyBrown; display: flex; align-items: center; padding: 0 0.5rem; From 98cc821ca78f0edf80daf75c0f38de11d75a82c4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 25 Jul 2022 17:51:53 +0000 Subject: [PATCH 1267/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 6550fb674240..d61efedec6bb 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SandyBrown; + border-top: 1px solid DarkKhaki; } nav { - background: SandyBrown; + background: DarkKhaki; display: flex; align-items: center; padding: 0 0.5rem; From c8927f2fb43f555a61518295e6008d35f259f41c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 25 Jul 2022 22:21:52 +0000 Subject: [PATCH 1268/3185] KPT-22: Modals with MistyRose accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d61efedec6bb..7885b7716913 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkKhaki; + border-top: 1px solid MistyRose; } nav { - background: DarkKhaki; + background: MistyRose; display: flex; align-items: center; padding: 0 0.5rem; From e2b01ad9f059ed55dca759b4c84c760ad0f0b8be Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 26 Jul 2022 04:21:52 +0000 Subject: [PATCH 1269/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 7885b7716913..014c40a7a430 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MistyRose; + border-top: 1px solid DeepSkyBlue; } nav { - background: MistyRose; + background: DeepSkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From bffe9ceadd42be4b66743c7fdcc3c7989c444c06 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 26 Jul 2022 06:36:51 +0000 Subject: [PATCH 1270/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 014c40a7a430..6da11d3d6276 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DeepSkyBlue; + border-top: 1px solid DarkOliveGreen; } nav { - background: DeepSkyBlue; + background: DarkOliveGreen; display: flex; align-items: center; padding: 0 0.5rem; From be54c5c13c4a56710dd09ee021e265341f20c162 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 26 Jul 2022 11:51:52 +0000 Subject: [PATCH 1271/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 6da11d3d6276..d28f8e930d59 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOliveGreen; + border-top: 1px solid Snow; } nav { - background: DarkOliveGreen; + background: Snow; display: flex; align-items: center; padding: 0 0.5rem; From 415f2e4878e3d40113534d5140512e9fe5298540 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 26 Jul 2022 15:36:52 +0000 Subject: [PATCH 1272/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d28f8e930d59..c5466bcfd359 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Snow; + border-top: 1px solid Teal; } nav { - background: Snow; + background: Teal; display: flex; align-items: center; padding: 0 0.5rem; From 14cc59b3ec197490586f497ea5aa17efb57dc583 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 26 Jul 2022 19:21:52 +0000 Subject: [PATCH 1273/3185] KPT-24: Update background color to WhiteSmoke --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index c5466bcfd359..0053969b5ecf 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Teal; + border-top: 1px solid WhiteSmoke; } nav { - background: Teal; + background: WhiteSmoke; display: flex; align-items: center; padding: 0 0.5rem; From bc82c7574626dc66a9d8db2d42a4d51dac42cd10 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 26 Jul 2022 21:36:51 +0000 Subject: [PATCH 1274/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 0053969b5ecf..4ec33dd9a11e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid WhiteSmoke; + border-top: 1px solid BurlyWood; } nav { - background: WhiteSmoke; + background: BurlyWood; display: flex; align-items: center; padding: 0 0.5rem; From fa612adbee405fbf5e4a6675ba43eadd47ce78d4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 26 Jul 2022 23:06:52 +0000 Subject: [PATCH 1275/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4ec33dd9a11e..7a8231a1d628 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BurlyWood; + border-top: 1px solid SeaGreen; } nav { - background: BurlyWood; + background: SeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From e737e5895cb0bdd1c3db901656a5aa3c9a29ea68 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 27 Jul 2022 00:36:51 +0000 Subject: [PATCH 1276/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 7a8231a1d628..5d4492574dd1 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SeaGreen; + border-top: 1px solid MintCream; } nav { - background: SeaGreen; + background: MintCream; display: flex; align-items: center; padding: 0 0.5rem; From 53d9989f7f3e955f87b9fdfe91eb39b77dccd1a6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 27 Jul 2022 06:36:51 +0000 Subject: [PATCH 1277/3185] KPT-22: Modals with Gainsboro accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 5d4492574dd1..3ec0ac892f86 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MintCream; + border-top: 1px solid Gainsboro; } nav { - background: MintCream; + background: Gainsboro; display: flex; align-items: center; padding: 0 0.5rem; From 4ab11f0464b2c78b9011c5073beda393a22e57d2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 27 Jul 2022 08:51:52 +0000 Subject: [PATCH 1278/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3ec0ac892f86..e998dc1afbfd 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gainsboro; + border-top: 1px solid Cyan; } nav { - background: Gainsboro; + background: Cyan; display: flex; align-items: center; padding: 0 0.5rem; From 254ea93325f1f73592525541f5db216eef2c52ae Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 27 Jul 2022 10:21:52 +0000 Subject: [PATCH 1279/3185] KPT-22: Modals with OrangeRed accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index e998dc1afbfd..9219f21a21b0 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Cyan; + border-top: 1px solid OrangeRed; } nav { - background: Cyan; + background: OrangeRed; display: flex; align-items: center; padding: 0 0.5rem; From 55210373ddf5cca441853332ac32cd7eb5f29e6c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 27 Jul 2022 11:06:51 +0000 Subject: [PATCH 1280/3185] KPT-22: Modals with Wheat accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 9219f21a21b0..24d254c510ca 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OrangeRed; + border-top: 1px solid Wheat; } nav { - background: OrangeRed; + background: Wheat; display: flex; align-items: center; padding: 0 0.5rem; From 46df584edbabfa5ecdf53cfd9d74f220d939b15b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 27 Jul 2022 14:06:51 +0000 Subject: [PATCH 1281/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 24d254c510ca..f626f10eb5eb 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Wheat; + border-top: 1px solid PaleGoldenRod; } nav { - background: Wheat; + background: PaleGoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From 559d5d2ad0d4623ccb0029fd4b9333043b85a737 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 27 Jul 2022 14:51:51 +0000 Subject: [PATCH 1282/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index f626f10eb5eb..50a979314f9f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleGoldenRod; + border-top: 1px solid LightSeaGreen; } nav { - background: PaleGoldenRod; + background: LightSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From c00cdb1084d1656098d7b9c42e4808a3e4937987 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 27 Jul 2022 17:51:51 +0000 Subject: [PATCH 1283/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 50a979314f9f..46aa99fbd145 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSeaGreen; + border-top: 1px solid DarkGoldenRod; } nav { - background: LightSeaGreen; + background: DarkGoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From 405d765ba9ca39ec4bb1b6a17946dfdb80d21571 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 27 Jul 2022 18:36:52 +0000 Subject: [PATCH 1284/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 46aa99fbd145..1230ce9cd975 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGoldenRod; + border-top: 1px solid MediumSlateBlue; } nav { - background: DarkGoldenRod; + background: MediumSlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From caf97b55d45f5a1b39c0dd10316ed7b6f5104d05 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 28 Jul 2022 00:36:52 +0000 Subject: [PATCH 1285/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 1230ce9cd975..affcc732e93e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSlateBlue; + border-top: 1px solid Pink; } nav { - background: MediumSlateBlue; + background: Pink; display: flex; align-items: center; padding: 0 0.5rem; From 0fb260dac428acb00b9b960870a9c5d6abe3485c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 28 Jul 2022 01:21:53 +0000 Subject: [PATCH 1286/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index affcc732e93e..6da11d3d6276 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Pink; + border-top: 1px solid DarkOliveGreen; } nav { - background: Pink; + background: DarkOliveGreen; display: flex; align-items: center; padding: 0 0.5rem; From 9f24ef5d3a2de25ce5d00fd3b12e96e7b4d45083 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 28 Jul 2022 02:06:52 +0000 Subject: [PATCH 1287/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 6da11d3d6276..531a07b0e7f9 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOliveGreen; + border-top: 1px solid AntiqueWhite; } nav { - background: DarkOliveGreen; + background: AntiqueWhite; display: flex; align-items: center; padding: 0 0.5rem; From 2dc5590aa9fdc4d7044f27ce11dc52d37507fa80 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 28 Jul 2022 02:51:52 +0000 Subject: [PATCH 1288/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 531a07b0e7f9..afdb09fdc5dc 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid AntiqueWhite; + border-top: 1px solid SlateGray; } nav { - background: AntiqueWhite; + background: SlateGray; display: flex; align-items: center; padding: 0 0.5rem; From b9bb184fcc777fc1065d3bfc37c925f9f4f9a952 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 28 Jul 2022 06:36:51 +0000 Subject: [PATCH 1289/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index afdb09fdc5dc..ceefd47a65fe 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateGray; + border-top: 1px solid BlueViolet; } nav { - background: SlateGray; + background: BlueViolet; display: flex; align-items: center; padding: 0 0.5rem; From 6e63f94469119f94ca220484ff1ede916f5a12d0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 28 Jul 2022 08:06:52 +0000 Subject: [PATCH 1290/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ceefd47a65fe..5bc7ef4eb78f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BlueViolet; + border-top: 1px solid DarkOrange; } nav { - background: BlueViolet; + background: DarkOrange; display: flex; align-items: center; padding: 0 0.5rem; From 739cc593fcc729bb02240958aa1cd554e8f420a8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 28 Jul 2022 17:51:51 +0000 Subject: [PATCH 1291/3185] KPT-24: Update background color to Indigo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 5bc7ef4eb78f..9db6466b4d55 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOrange; + border-top: 1px solid Indigo; } nav { - background: DarkOrange; + background: Indigo; display: flex; align-items: center; padding: 0 0.5rem; From dc6468e6c8816c7cbd464c7253360b77d3a13e42 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 28 Jul 2022 18:36:53 +0000 Subject: [PATCH 1292/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 9db6466b4d55..52780a4ff666 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Indigo; + border-top: 1px solid SlateGrey; } nav { - background: Indigo; + background: SlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From 2f1174e90b49b37d0729aed969dce07c03ff002f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 29 Jul 2022 00:36:53 +0000 Subject: [PATCH 1293/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 52780a4ff666..7581a7f2cb24 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateGrey; + border-top: 1px solid Ivory; } nav { - background: SlateGrey; + background: Ivory; display: flex; align-items: center; padding: 0 0.5rem; From 06e5655669ee46f7fe70c835a4738807f3a0066b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 29 Jul 2022 13:21:55 +0000 Subject: [PATCH 1294/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 7581a7f2cb24..95a9d0b2c399 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Ivory; + border-top: 1px solid LightCyan; } nav { - background: Ivory; + background: LightCyan; display: flex; align-items: center; padding: 0 0.5rem; From aa0f1e392edf6be32cc23cfe6bd354ee074c56d5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 30 Jul 2022 02:51:51 +0000 Subject: [PATCH 1295/3185] KPT-24: Update background color to DeepSkyBlue --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 95a9d0b2c399..014c40a7a430 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightCyan; + border-top: 1px solid DeepSkyBlue; } nav { - background: LightCyan; + background: DeepSkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From 398bd84c2141613cedc8616b606e76dc76221483 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 30 Jul 2022 03:36:51 +0000 Subject: [PATCH 1296/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 014c40a7a430..b83d2db05aab 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DeepSkyBlue; + border-top: 1px solid Silver; } nav { - background: DeepSkyBlue; + background: Silver; display: flex; align-items: center; padding: 0 0.5rem; From 14d7a0597acbe9b05b71d513cc7b691a9381094e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 30 Jul 2022 04:21:55 +0000 Subject: [PATCH 1297/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index b83d2db05aab..3723989cd0af 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Silver; + border-top: 1px solid Aqua; } nav { - background: Silver; + background: Aqua; display: flex; align-items: center; padding: 0 0.5rem; From 0a0f4dd517e266dd8acca289787dc864a27364da Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 30 Jul 2022 05:51:52 +0000 Subject: [PATCH 1298/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3723989cd0af..6550fb674240 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Aqua; + border-top: 1px solid SandyBrown; } nav { - background: Aqua; + background: SandyBrown; display: flex; align-items: center; padding: 0 0.5rem; From 2735e948a04ed71c73b6b02bc7fc02d26f9e0fd7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 30 Jul 2022 07:21:53 +0000 Subject: [PATCH 1299/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 6550fb674240..b3ffebd1503f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SandyBrown; + border-top: 1px solid PeachPuff; } nav { - background: SandyBrown; + background: PeachPuff; display: flex; align-items: center; padding: 0 0.5rem; From 25826b8b39f69c6317f7e9c9ea07bf814d6edd7c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 30 Jul 2022 08:06:51 +0000 Subject: [PATCH 1300/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index b3ffebd1503f..a53a85ffbbae 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PeachPuff; + border-top: 1px solid AliceBlue; } nav { - background: PeachPuff; + background: AliceBlue; display: flex; align-items: center; padding: 0 0.5rem; From 311025b35ef435e42f208ce16e0b864e1a80da1d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 30 Jul 2022 08:51:51 +0000 Subject: [PATCH 1301/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index a53a85ffbbae..0053969b5ecf 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid AliceBlue; + border-top: 1px solid WhiteSmoke; } nav { - background: AliceBlue; + background: WhiteSmoke; display: flex; align-items: center; padding: 0 0.5rem; From 2c84bbe93798629028ccd50052e8b195fefb6b0d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 30 Jul 2022 14:06:52 +0000 Subject: [PATCH 1302/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 0053969b5ecf..718dcb65df26 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid WhiteSmoke; + border-top: 1px solid DarkCyan; } nav { - background: WhiteSmoke; + background: DarkCyan; display: flex; align-items: center; padding: 0 0.5rem; From dfb5b6e29973e18e524a7d17fb2cfd0b1e23559c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 30 Jul 2022 14:51:51 +0000 Subject: [PATCH 1303/3185] KPT-24: Update background color to MediumSeaGreen --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 718dcb65df26..77bfaa9f6042 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkCyan; + border-top: 1px solid MediumSeaGreen; } nav { - background: DarkCyan; + background: MediumSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From e1d23d698db1eab8229aaba7f28b1ca877885661 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 30 Jul 2022 17:06:51 +0000 Subject: [PATCH 1304/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 77bfaa9f6042..2b6378f009d4 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSeaGreen; + border-top: 1px solid DarkTurquoise; } nav { - background: MediumSeaGreen; + background: DarkTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From 3c8fb91198df727170109a35787dfe7f2feac3bd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 30 Jul 2022 20:51:52 +0000 Subject: [PATCH 1305/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 2b6378f009d4..cec3a64bc51b 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkTurquoise; + border-top: 1px solid DarkMagenta; } nav { - background: DarkTurquoise; + background: DarkMagenta; display: flex; align-items: center; padding: 0 0.5rem; From 01f942a45d80614128921c1b1f960423f95089a2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 31 Jul 2022 00:36:51 +0000 Subject: [PATCH 1306/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index cec3a64bc51b..bb2f114b139e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkMagenta; + border-top: 1px solid LightSlateGrey; } nav { - background: DarkMagenta; + background: LightSlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From 85529ccfeb2235b57504359c72e99d6dbf1938c3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 31 Jul 2022 01:21:51 +0000 Subject: [PATCH 1307/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index bb2f114b139e..0ad2b52a66dd 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSlateGrey; + border-top: 1px solid DarkSlateGray; } nav { - background: LightSlateGrey; + background: DarkSlateGray; display: flex; align-items: center; padding: 0 0.5rem; From 8100fb295d541e0675cb28cd02084125ecba6138 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 31 Jul 2022 02:51:51 +0000 Subject: [PATCH 1308/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 0ad2b52a66dd..2b6378f009d4 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateGray; + border-top: 1px solid DarkTurquoise; } nav { - background: DarkSlateGray; + background: DarkTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From a84050b124818455167323c7e7f2f4a3db6706b6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 31 Jul 2022 06:36:52 +0000 Subject: [PATCH 1309/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 2b6378f009d4..ceefd47a65fe 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkTurquoise; + border-top: 1px solid BlueViolet; } nav { - background: DarkTurquoise; + background: BlueViolet; display: flex; align-items: center; padding: 0 0.5rem; From 3bdfeaba4b17c6e768872743c2adcdb551e3064b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 31 Jul 2022 07:21:51 +0000 Subject: [PATCH 1310/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ceefd47a65fe..a30b9cfca12e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BlueViolet; + border-top: 1px solid PapayaWhip; } nav { - background: BlueViolet; + background: PapayaWhip; display: flex; align-items: center; padding: 0 0.5rem; From eb4e24cdcbcaef369456f68330586b358ddb85a1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 31 Jul 2022 10:21:53 +0000 Subject: [PATCH 1311/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index a30b9cfca12e..cec3a64bc51b 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PapayaWhip; + border-top: 1px solid DarkMagenta; } nav { - background: PapayaWhip; + background: DarkMagenta; display: flex; align-items: center; padding: 0 0.5rem; From 7bb998523c45cf3422d0d471479afc80cc8db4ce Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 31 Jul 2022 14:51:51 +0000 Subject: [PATCH 1312/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index cec3a64bc51b..8bc1be7e263d 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkMagenta; + border-top: 1px solid LightSalmon; } nav { - background: DarkMagenta; + background: LightSalmon; display: flex; align-items: center; padding: 0 0.5rem; From 77924961413d8c5ff3082e6a7797cb9fc6bf9b16 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 31 Jul 2022 16:21:52 +0000 Subject: [PATCH 1313/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 8bc1be7e263d..0053969b5ecf 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSalmon; + border-top: 1px solid WhiteSmoke; } nav { - background: LightSalmon; + background: WhiteSmoke; display: flex; align-items: center; padding: 0 0.5rem; From c16702df44b87970030fbbf695de9ac97a93056a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 31 Jul 2022 19:21:51 +0000 Subject: [PATCH 1314/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 0053969b5ecf..014c40a7a430 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid WhiteSmoke; + border-top: 1px solid DeepSkyBlue; } nav { - background: WhiteSmoke; + background: DeepSkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From 0255841478706a384804d5feb65a87f4ed31eee5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 31 Jul 2022 20:06:52 +0000 Subject: [PATCH 1315/3185] KPT-24: Update background color to OliveDrab --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 014c40a7a430..7e2c71043980 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DeepSkyBlue; + border-top: 1px solid OliveDrab; } nav { - background: DeepSkyBlue; + background: OliveDrab; display: flex; align-items: center; padding: 0 0.5rem; From 866e38a3fc254f29d1dce3b031646084df4bc051 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 31 Jul 2022 21:36:53 +0000 Subject: [PATCH 1316/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 7e2c71043980..f121aafd52c6 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OliveDrab; + border-top: 1px solid SteelBlue; } nav { - background: OliveDrab; + background: SteelBlue; display: flex; align-items: center; padding: 0 0.5rem; From db7ebf226d7a862e135882dd836d4cb8c2874644 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 31 Jul 2022 22:21:52 +0000 Subject: [PATCH 1317/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index f121aafd52c6..2d42ff06bf02 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SteelBlue; + border-top: 1px solid DarkViolet; } nav { - background: SteelBlue; + background: DarkViolet; display: flex; align-items: center; padding: 0 0.5rem; From 868c91024b1eee37033c96601fbe8e1a0141c8af Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 31 Jul 2022 23:06:52 +0000 Subject: [PATCH 1318/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 2d42ff06bf02..856552dcb2f0 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkViolet; + border-top: 1px solid DarkSeaGreen; } nav { - background: DarkViolet; + background: DarkSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From a80a1512c80630910a26a3ddcbf92ac4f6069556 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 1 Aug 2022 08:51:51 +0000 Subject: [PATCH 1319/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 856552dcb2f0..266d9435f640 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSeaGreen; + border-top: 1px solid Orange; } nav { - background: DarkSeaGreen; + background: Orange; display: flex; align-items: center; padding: 0 0.5rem; From 7daa2a43d405ebc01068ff714c414f5670dd67a8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 1 Aug 2022 13:21:56 +0000 Subject: [PATCH 1320/3185] KPT-22: Modals with Brown accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 266d9435f640..01d9c09e8bbb 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Orange; + border-top: 1px solid Brown; } nav { - background: Orange; + background: Brown; display: flex; align-items: center; padding: 0 0.5rem; From 5a4588dab35e11da299e0c37d0d73ff2d0a9705e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 1 Aug 2022 14:06:51 +0000 Subject: [PATCH 1321/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 01d9c09e8bbb..31704961ca80 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Brown; + border-top: 1px solid DarkRed; } nav { - background: Brown; + background: DarkRed; display: flex; align-items: center; padding: 0 0.5rem; From 5bdab335b2ec81d169835f68b09b3a13f07ceaff Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 1 Aug 2022 19:21:52 +0000 Subject: [PATCH 1322/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 31704961ca80..531a07b0e7f9 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkRed; + border-top: 1px solid AntiqueWhite; } nav { - background: DarkRed; + background: AntiqueWhite; display: flex; align-items: center; padding: 0 0.5rem; From 73d5718ef7876986aad8d3dd46c5dc2b15e7151c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 2 Aug 2022 06:36:51 +0000 Subject: [PATCH 1323/3185] KPT-24: Update background color to Crimson --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 531a07b0e7f9..b666cf7876b7 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid AntiqueWhite; + border-top: 1px solid Crimson; } nav { - background: AntiqueWhite; + background: Crimson; display: flex; align-items: center; padding: 0 0.5rem; From cb98c2298b555833f59fcf8a1906f198d10272e1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 2 Aug 2022 10:21:52 +0000 Subject: [PATCH 1324/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index b666cf7876b7..31a327a93479 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Crimson; + border-top: 1px solid Navy; } nav { - background: Crimson; + background: Navy; display: flex; align-items: center; padding: 0 0.5rem; From 9aa2449ebd5b901bde1ba0339838746569734f4f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 2 Aug 2022 14:06:51 +0000 Subject: [PATCH 1325/3185] KPT-24: Update background color to Wheat --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 31a327a93479..24d254c510ca 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Navy; + border-top: 1px solid Wheat; } nav { - background: Navy; + background: Wheat; display: flex; align-items: center; padding: 0 0.5rem; From 0a21d3da5ed30b6e4460f6ba440311fc093a984a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 2 Aug 2022 16:21:52 +0000 Subject: [PATCH 1326/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 24d254c510ca..4c78b363845c 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Wheat; + border-top: 1px solid ForestGreen; } nav { - background: Wheat; + background: ForestGreen; display: flex; align-items: center; padding: 0 0.5rem; From 12a9f7d73f4fd697b49b5386440a016d9ae6b4ad Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 2 Aug 2022 17:06:52 +0000 Subject: [PATCH 1327/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4c78b363845c..63b3b490fb00 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid ForestGreen; + border-top: 1px solid MediumVioletRed; } nav { - background: ForestGreen; + background: MediumVioletRed; display: flex; align-items: center; padding: 0 0.5rem; From ecca645138704d4739fcaa86a34e27a245d427cc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 2 Aug 2022 22:21:52 +0000 Subject: [PATCH 1328/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 63b3b490fb00..3b05aa10f47f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumVioletRed; + border-top: 1px solid SkyBlue; } nav { - background: MediumVioletRed; + background: SkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From fc08416dba62720dadac1c46c54187ea5ad1f6ab Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 3 Aug 2022 01:21:52 +0000 Subject: [PATCH 1329/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3b05aa10f47f..9cb4c6084104 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SkyBlue; + border-top: 1px solid DarkBlue; } nav { - background: SkyBlue; + background: DarkBlue; display: flex; align-items: center; padding: 0 0.5rem; From c18cc410bba86a23f9d5b01cd61457af2ca5bc76 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 3 Aug 2022 07:21:51 +0000 Subject: [PATCH 1330/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 9cb4c6084104..7885b7716913 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkBlue; + border-top: 1px solid MistyRose; } nav { - background: DarkBlue; + background: MistyRose; display: flex; align-items: center; padding: 0 0.5rem; From 84deeac6a5b3482f0f1c92a38939eebe8f4790ed Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 3 Aug 2022 11:06:52 +0000 Subject: [PATCH 1331/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 7885b7716913..9b225c303ed7 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MistyRose; + border-top: 1px solid CornflowerBlue; } nav { - background: MistyRose; + background: CornflowerBlue; display: flex; align-items: center; padding: 0 0.5rem; From 9143ca4e84e04a73a96c663c70e25881e98eaa80 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 3 Aug 2022 19:21:54 +0000 Subject: [PATCH 1332/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 9b225c303ed7..14bdb415526f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid CornflowerBlue; + border-top: 1px solid DarkGreen; } nav { - background: CornflowerBlue; + background: DarkGreen; display: flex; align-items: center; padding: 0 0.5rem; From 94bee530f4768e0ac6ec4d0b2306ea1b9914d0b9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 3 Aug 2022 22:21:53 +0000 Subject: [PATCH 1333/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 14bdb415526f..24d254c510ca 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGreen; + border-top: 1px solid Wheat; } nav { - background: DarkGreen; + background: Wheat; display: flex; align-items: center; padding: 0 0.5rem; From b3884a41a081636fb90c30e10de05e22b55bd933 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 4 Aug 2022 07:21:56 +0000 Subject: [PATCH 1334/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 24d254c510ca..bad8db91c557 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Wheat; + border-top: 1px solid CadetBlue; } nav { - background: Wheat; + background: CadetBlue; display: flex; align-items: center; padding: 0 0.5rem; From 79acb781d6f6117b7cf7faea0c47c352b62d4e3f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 4 Aug 2022 08:06:51 +0000 Subject: [PATCH 1335/3185] KPT-24: Update background color to Chartreuse --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index bad8db91c557..09d17be28fcf 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid CadetBlue; + border-top: 1px solid Chartreuse; } nav { - background: CadetBlue; + background: Chartreuse; display: flex; align-items: center; padding: 0 0.5rem; From 01e1b82e8a55480752cfdafcf79915158793a0ee Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 4 Aug 2022 15:36:52 +0000 Subject: [PATCH 1336/3185] KPT-24: Update background color to MediumPurple --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 09d17be28fcf..a2f3a2cc2f41 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Chartreuse; + border-top: 1px solid MediumPurple; } nav { - background: Chartreuse; + background: MediumPurple; display: flex; align-items: center; padding: 0 0.5rem; From bb8c8422c6f874e15463b2b00b520a5bb8da4347 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 4 Aug 2022 17:06:52 +0000 Subject: [PATCH 1337/3185] KPT-24: Update background color to Brown --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index a2f3a2cc2f41..01d9c09e8bbb 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumPurple; + border-top: 1px solid Brown; } nav { - background: MediumPurple; + background: Brown; display: flex; align-items: center; padding: 0 0.5rem; From 2a4f47ae6cba03748c3cbe18f50be14a4553faa3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 4 Aug 2022 17:51:52 +0000 Subject: [PATCH 1338/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 01d9c09e8bbb..7581a7f2cb24 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Brown; + border-top: 1px solid Ivory; } nav { - background: Brown; + background: Ivory; display: flex; align-items: center; padding: 0 0.5rem; From b162e25e13a788dba06a0435d9b1fbc7bf9c8470 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 4 Aug 2022 23:54:07 +0000 Subject: [PATCH 1339/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 7581a7f2cb24..4d589e9fc6c4 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Ivory; + border-top: 1px solid MidnightBlue; } nav { - background: Ivory; + background: MidnightBlue; display: flex; align-items: center; padding: 0 0.5rem; From 70445f1c7074daa546c5ce68e4c17285a97146ff Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 5 Aug 2022 00:39:07 +0000 Subject: [PATCH 1340/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4d589e9fc6c4..6675fdc2e211 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MidnightBlue; + border-top: 1px solid Tomato; } nav { - background: MidnightBlue; + background: Tomato; display: flex; align-items: center; padding: 0 0.5rem; From c308c800f6eb87565bf2b6a59f988e37bc1c0841 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 5 Aug 2022 02:09:08 +0000 Subject: [PATCH 1341/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 6675fdc2e211..d7031fe0709d 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Tomato; + border-top: 1px solid HotPink; } nav { - background: Tomato; + background: HotPink; display: flex; align-items: center; padding: 0 0.5rem; From 36d8f8fe1786b0e8eb5ce3780422e28b3a72533c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 5 Aug 2022 07:24:07 +0000 Subject: [PATCH 1342/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d7031fe0709d..01d9c09e8bbb 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid HotPink; + border-top: 1px solid Brown; } nav { - background: HotPink; + background: Brown; display: flex; align-items: center; padding: 0 0.5rem; From 8f1907e56024817180558b8ea2f8d242e7a64442 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 5 Aug 2022 11:09:08 +0000 Subject: [PATCH 1343/3185] KPT-24: Update background color to Turquoise --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 01d9c09e8bbb..6ed2eb8a42df 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Brown; + border-top: 1px solid Turquoise; } nav { - background: Brown; + background: Turquoise; display: flex; align-items: center; padding: 0 0.5rem; From 7906bbea6b319d52d3dd8edd06d3dd05daa3d033 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 5 Aug 2022 11:54:08 +0000 Subject: [PATCH 1344/3185] KPT-24: Update background color to AliceBlue --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 6ed2eb8a42df..a53a85ffbbae 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Turquoise; + border-top: 1px solid AliceBlue; } nav { - background: Turquoise; + background: AliceBlue; display: flex; align-items: center; padding: 0 0.5rem; From 3f9d5fdd6d2dea646eba728f65b39462a87915a5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 5 Aug 2022 17:09:08 +0000 Subject: [PATCH 1345/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index a53a85ffbbae..ceefd47a65fe 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid AliceBlue; + border-top: 1px solid BlueViolet; } nav { - background: AliceBlue; + background: BlueViolet; display: flex; align-items: center; padding: 0 0.5rem; From e29cd05b47d478455d9df023cb87355c89b9fd61 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 5 Aug 2022 20:09:07 +0000 Subject: [PATCH 1346/3185] KPT-22: Modals with LightSeaGreen accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ceefd47a65fe..50a979314f9f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BlueViolet; + border-top: 1px solid LightSeaGreen; } nav { - background: BlueViolet; + background: LightSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From 06ea0db5084d947c564f401bce8c8db5117d5be5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 5 Aug 2022 21:39:08 +0000 Subject: [PATCH 1347/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 50a979314f9f..ec2e59e70439 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSeaGreen; + border-top: 1px solid DarkOrchid; } nav { - background: LightSeaGreen; + background: DarkOrchid; display: flex; align-items: center; padding: 0 0.5rem; From e2252e7db9ed35ad42d518601e018e9c935d42a3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 5 Aug 2022 23:54:08 +0000 Subject: [PATCH 1348/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ec2e59e70439..5b6feda18165 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOrchid; + border-top: 1px solid Red; } nav { - background: DarkOrchid; + background: Red; display: flex; align-items: center; padding: 0 0.5rem; From ec08b50093afd433e39e43fa83911eba3ba59445 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 6 Aug 2022 01:24:07 +0000 Subject: [PATCH 1349/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 5b6feda18165..dd1156fbaefb 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Red; + border-top: 1px solid DarkSlateGrey; } nav { - background: Red; + background: DarkSlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From 8745d64cff611955f153cf262fbef357b50fda53 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 6 Aug 2022 05:09:08 +0000 Subject: [PATCH 1350/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index dd1156fbaefb..0fc8799d2400 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateGrey; + border-top: 1px solid PaleTurquoise; } nav { - background: DarkSlateGrey; + background: PaleTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From abcff1ef671e73ce97d327ff01c95015935ad681 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 6 Aug 2022 07:24:07 +0000 Subject: [PATCH 1351/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 0fc8799d2400..2d42ff06bf02 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleTurquoise; + border-top: 1px solid DarkViolet; } nav { - background: PaleTurquoise; + background: DarkViolet; display: flex; align-items: center; padding: 0 0.5rem; From 54e42b060238cfe3b412049e64dec95850313a1c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 6 Aug 2022 08:54:08 +0000 Subject: [PATCH 1352/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 2d42ff06bf02..31704961ca80 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkViolet; + border-top: 1px solid DarkRed; } nav { - background: DarkViolet; + background: DarkRed; display: flex; align-items: center; padding: 0 0.5rem; From ebf79f01a65bf7de93ec5988c66c3e305bed311b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 6 Aug 2022 09:39:08 +0000 Subject: [PATCH 1353/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 31704961ca80..ee268dfc6674 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkRed; + border-top: 1px solid Thistle; } nav { - background: DarkRed; + background: Thistle; display: flex; align-items: center; padding: 0 0.5rem; From ca7653f4fb644bd0abe2ed3859cf7eb10216c389 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 6 Aug 2022 13:24:08 +0000 Subject: [PATCH 1354/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ee268dfc6674..3b0ac193bf44 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Thistle; + border-top: 1px solid Aquamarine; } nav { - background: Thistle; + background: Aquamarine; display: flex; align-items: center; padding: 0 0.5rem; From b46b4f3e9d0055c20dab8e3eaa9674f6a0d3f495 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 6 Aug 2022 14:54:08 +0000 Subject: [PATCH 1355/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3b0ac193bf44..6baa43ae096e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Aquamarine; + border-top: 1px solid BlanchedAlmond; } nav { - background: Aquamarine; + background: BlanchedAlmond; display: flex; align-items: center; padding: 0 0.5rem; From ae7ff041bb9cd8eeb512c1b3dc2d7ddc4d8af684 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 6 Aug 2022 15:39:08 +0000 Subject: [PATCH 1356/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 6baa43ae096e..4d589e9fc6c4 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BlanchedAlmond; + border-top: 1px solid MidnightBlue; } nav { - background: BlanchedAlmond; + background: MidnightBlue; display: flex; align-items: center; padding: 0 0.5rem; From 14b91b114bfa33c7408f438d231634cef4cc62de Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 6 Aug 2022 17:54:07 +0000 Subject: [PATCH 1357/3185] KPT-22: Modals with PapayaWhip accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4d589e9fc6c4..a30b9cfca12e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MidnightBlue; + border-top: 1px solid PapayaWhip; } nav { - background: MidnightBlue; + background: PapayaWhip; display: flex; align-items: center; padding: 0 0.5rem; From b10305439eb71bc11adf2b45c94a9136a1c09f2f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 6 Aug 2022 22:24:09 +0000 Subject: [PATCH 1358/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index a30b9cfca12e..856552dcb2f0 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PapayaWhip; + border-top: 1px solid DarkSeaGreen; } nav { - background: PapayaWhip; + background: DarkSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From 87b7c2e960bdea990808f83b8f9e635274caff08 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 7 Aug 2022 02:09:10 +0000 Subject: [PATCH 1359/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 856552dcb2f0..24d254c510ca 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSeaGreen; + border-top: 1px solid Wheat; } nav { - background: DarkSeaGreen; + background: Wheat; display: flex; align-items: center; padding: 0 0.5rem; From 9207a98f12e8568f4c1183ad6b3967553ab043a2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 7 Aug 2022 04:24:09 +0000 Subject: [PATCH 1360/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 24d254c510ca..b5abec4e62df 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Wheat; + border-top: 1px solid Chocolate; } nav { - background: Wheat; + background: Chocolate; display: flex; align-items: center; padding: 0 0.5rem; From 4938fcf5cadde79ea6b7c61b8b8af39171598f00 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 7 Aug 2022 09:39:10 +0000 Subject: [PATCH 1361/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index b5abec4e62df..a2f3a2cc2f41 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Chocolate; + border-top: 1px solid MediumPurple; } nav { - background: Chocolate; + background: MediumPurple; display: flex; align-items: center; padding: 0 0.5rem; From 9a9b932956d64995b272bd2a7b89d6146185bc34 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 7 Aug 2022 11:09:08 +0000 Subject: [PATCH 1362/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index a2f3a2cc2f41..2d42ff06bf02 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumPurple; + border-top: 1px solid DarkViolet; } nav { - background: MediumPurple; + background: DarkViolet; display: flex; align-items: center; padding: 0 0.5rem; From 26a828d19ae77d0c49bff7d5f41d7c63ced53c71 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 7 Aug 2022 12:39:07 +0000 Subject: [PATCH 1363/3185] KPT-22: Modals with DeepSkyBlue accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 2d42ff06bf02..014c40a7a430 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkViolet; + border-top: 1px solid DeepSkyBlue; } nav { - background: DarkViolet; + background: DeepSkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From b92c8a3ccf5fdd38b80304edf84cb175a7ef5190 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 7 Aug 2022 15:39:08 +0000 Subject: [PATCH 1364/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 014c40a7a430..4e9265f434fd 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DeepSkyBlue; + border-top: 1px solid DeepPink; } nav { - background: DeepSkyBlue; + background: DeepPink; display: flex; align-items: center; padding: 0 0.5rem; From 0a53bd182843dd74322885c8dd84fdb5efaad7ff Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 7 Aug 2022 17:54:07 +0000 Subject: [PATCH 1365/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4e9265f434fd..b5abec4e62df 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DeepPink; + border-top: 1px solid Chocolate; } nav { - background: DeepPink; + background: Chocolate; display: flex; align-items: center; padding: 0 0.5rem; From 71b239db62c132229921be45b576debb11a502b6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 7 Aug 2022 18:39:07 +0000 Subject: [PATCH 1366/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index b5abec4e62df..195f194ef15a 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Chocolate; + border-top: 1px solid LightSteelBlue; } nav { - background: Chocolate; + background: LightSteelBlue; display: flex; align-items: center; padding: 0 0.5rem; From 3d382b8e3a2bc6b72a8907ddfc14f390eb28ceca Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 7 Aug 2022 20:54:10 +0000 Subject: [PATCH 1367/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 195f194ef15a..bad8db91c557 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSteelBlue; + border-top: 1px solid CadetBlue; } nav { - background: LightSteelBlue; + background: CadetBlue; display: flex; align-items: center; padding: 0 0.5rem; From 5af16f959de9806d0e4969fe507d361e409acd03 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 7 Aug 2022 23:09:11 +0000 Subject: [PATCH 1368/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index bad8db91c557..8b28d00942f7 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid CadetBlue; + border-top: 1px solid PowderBlue; } nav { - background: CadetBlue; + background: PowderBlue; display: flex; align-items: center; padding: 0 0.5rem; From a2817b1ee8d09d402ed815b9a4b5482f9629c72e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 8 Aug 2022 00:39:09 +0000 Subject: [PATCH 1369/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 8b28d00942f7..26096fe5afd6 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PowderBlue; + border-top: 1px solid FloralWhite; } nav { - background: PowderBlue; + background: FloralWhite; display: flex; align-items: center; padding: 0 0.5rem; From d5e3032349780882fb5962e324b6a4c74301a19d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 8 Aug 2022 05:54:07 +0000 Subject: [PATCH 1370/3185] KPT-24: Update background color to Indigo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 26096fe5afd6..9db6466b4d55 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid FloralWhite; + border-top: 1px solid Indigo; } nav { - background: FloralWhite; + background: Indigo; display: flex; align-items: center; padding: 0 0.5rem; From 7016074d11c6f7c1467ab3a5cc6f1b5f14ea86e5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 8 Aug 2022 07:24:08 +0000 Subject: [PATCH 1371/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 9db6466b4d55..6ed2eb8a42df 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Indigo; + border-top: 1px solid Turquoise; } nav { - background: Indigo; + background: Turquoise; display: flex; align-items: center; padding: 0 0.5rem; From 03f271e36f78e357ab797c79388289c2ebdd5ef3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 8 Aug 2022 17:09:08 +0000 Subject: [PATCH 1372/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 6ed2eb8a42df..c5466bcfd359 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Turquoise; + border-top: 1px solid Teal; } nav { - background: Turquoise; + background: Teal; display: flex; align-items: center; padding: 0 0.5rem; From 31d37abfed717035b556adcffacdafe428f14734 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 8 Aug 2022 17:54:07 +0000 Subject: [PATCH 1373/3185] KPT-24: Update background color to MediumSlateBlue --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index c5466bcfd359..1230ce9cd975 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Teal; + border-top: 1px solid MediumSlateBlue; } nav { - background: Teal; + background: MediumSlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From 67ce95ccc260fd96a4794a408b50a6d2116bc552 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 8 Aug 2022 20:54:08 +0000 Subject: [PATCH 1374/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 1230ce9cd975..ac6b74bb429f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSlateBlue; + border-top: 1px solid Bisque; } nav { - background: MediumSlateBlue; + background: Bisque; display: flex; align-items: center; padding: 0 0.5rem; From 4b59229e28327d2541860f9675a046f8e7d0cdcc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 8 Aug 2022 23:09:08 +0000 Subject: [PATCH 1375/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ac6b74bb429f..3bd9c6e87f30 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Bisque; + border-top: 1px solid LightBlue; } nav { - background: Bisque; + background: LightBlue; display: flex; align-items: center; padding: 0 0.5rem; From b8d8c65f13b988ce8057d8ab0d5710f95c44efbd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 8 Aug 2022 23:54:08 +0000 Subject: [PATCH 1376/3185] KPT-22: Modals with LightGrey accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3bd9c6e87f30..372b1a31ed97 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightBlue; + border-top: 1px solid LightGrey; } nav { - background: LightBlue; + background: LightGrey; display: flex; align-items: center; padding: 0 0.5rem; From 54e947a1c8016594feedc355fc81e63d228f7b03 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 9 Aug 2022 00:39:08 +0000 Subject: [PATCH 1377/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 372b1a31ed97..7581a7f2cb24 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGrey; + border-top: 1px solid Ivory; } nav { - background: LightGrey; + background: Ivory; display: flex; align-items: center; padding: 0 0.5rem; From 25ae421815e9e49fbcd49822f27ceac05e17ff7b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 9 Aug 2022 01:24:08 +0000 Subject: [PATCH 1378/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 7581a7f2cb24..19e1abc1037e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Ivory; + border-top: 1px solid PaleGreen; } nav { - background: Ivory; + background: PaleGreen; display: flex; align-items: center; padding: 0 0.5rem; From 00d4fe2f29e1ff31499ad365317c86143f107df9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 9 Aug 2022 02:09:08 +0000 Subject: [PATCH 1379/3185] KPT-22: Modals with Sienna accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 19e1abc1037e..b71c46471615 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleGreen; + border-top: 1px solid Sienna; } nav { - background: PaleGreen; + background: Sienna; display: flex; align-items: center; padding: 0 0.5rem; From 4ae4bb25f80eb027c47c1db25a1be9e6f6d8edc9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 9 Aug 2022 05:09:08 +0000 Subject: [PATCH 1380/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index b71c46471615..dd1156fbaefb 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Sienna; + border-top: 1px solid DarkSlateGrey; } nav { - background: Sienna; + background: DarkSlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From 9e0f946497891ca38c79e644a9618658f9fdb1dd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 9 Aug 2022 06:39:08 +0000 Subject: [PATCH 1381/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index dd1156fbaefb..ee766fd90860 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateGrey; + border-top: 1px solid Gold; } nav { - background: DarkSlateGrey; + background: Gold; display: flex; align-items: center; padding: 0 0.5rem; From b50bc44ad1dbf5e1dfe4cb8e04cf4fdc224094e0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 9 Aug 2022 14:09:07 +0000 Subject: [PATCH 1382/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ee766fd90860..2b6378f009d4 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gold; + border-top: 1px solid DarkTurquoise; } nav { - background: Gold; + background: DarkTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From 567ea22bab44fcbad8575b56af66c406a3889cce Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 9 Aug 2022 14:54:08 +0000 Subject: [PATCH 1383/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 2b6378f009d4..7265cc2310f6 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkTurquoise; + border-top: 1px solid DarkGrey; } nav { - background: DarkTurquoise; + background: DarkGrey; display: flex; align-items: center; padding: 0 0.5rem; From 11f338264199381749b62640c163caf6f298e8d5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 9 Aug 2022 17:54:07 +0000 Subject: [PATCH 1384/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 7265cc2310f6..0228fd3891c6 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGrey; + border-top: 1px solid Plum; } nav { - background: DarkGrey; + background: Plum; display: flex; align-items: center; padding: 0 0.5rem; From 6de7b097910bc0e69b1d34a8d97efe0daa0c9889 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 9 Aug 2022 22:24:07 +0000 Subject: [PATCH 1385/3185] KPT-24: Update background color to Pink --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 0228fd3891c6..affcc732e93e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Plum; + border-top: 1px solid Pink; } nav { - background: Plum; + background: Pink; display: flex; align-items: center; padding: 0 0.5rem; From c06bdd547c6efa8f6bf11324d4643eb729946b7a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 10 Aug 2022 03:39:11 +0000 Subject: [PATCH 1386/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index affcc732e93e..6da11d3d6276 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Pink; + border-top: 1px solid DarkOliveGreen; } nav { - background: Pink; + background: DarkOliveGreen; display: flex; align-items: center; padding: 0 0.5rem; From 942787f89ef68c3cdc96b469078b342b9142ac6c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 10 Aug 2022 08:54:07 +0000 Subject: [PATCH 1387/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 6da11d3d6276..abc9bac5eca7 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOliveGreen; + border-top: 1px solid Blue; } nav { - background: DarkOliveGreen; + background: Blue; display: flex; align-items: center; padding: 0 0.5rem; From 67a23b828f4b6ec90d6c2b9f5ef2a793587f4f9b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 10 Aug 2022 12:39:07 +0000 Subject: [PATCH 1388/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index abc9bac5eca7..11a95055426e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Blue; + border-top: 1px solid LightCoral; } nav { - background: Blue; + background: LightCoral; display: flex; align-items: center; padding: 0 0.5rem; From 59cbe41486faee2e50c1f93549a7616352fc9530 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 10 Aug 2022 14:54:08 +0000 Subject: [PATCH 1389/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 11a95055426e..d1a30d185108 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightCoral; + border-top: 1px solid Linen; } nav { - background: LightCoral; + background: Linen; display: flex; align-items: center; padding: 0 0.5rem; From 17600b6a102eceb4de0eefd1d2f5cd593bc45172 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 10 Aug 2022 19:24:09 +0000 Subject: [PATCH 1390/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d1a30d185108..5bc7ef4eb78f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Linen; + border-top: 1px solid DarkOrange; } nav { - background: Linen; + background: DarkOrange; display: flex; align-items: center; padding: 0 0.5rem; From 7a41125cfbe307ae69175294ba534cb87144b0d1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 10 Aug 2022 20:54:08 +0000 Subject: [PATCH 1391/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 5bc7ef4eb78f..308fd2898d6e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOrange; + border-top: 1px solid Lavender; } nav { - background: DarkOrange; + background: Lavender; display: flex; align-items: center; padding: 0 0.5rem; From ea9b77a2fec529932147ce3ef38d023f25170f2e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 10 Aug 2022 23:09:08 +0000 Subject: [PATCH 1392/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 308fd2898d6e..38eb215526f9 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Lavender; + border-top: 1px solid Salmon; } nav { - background: Lavender; + background: Salmon; display: flex; align-items: center; padding: 0 0.5rem; From b132f31b6d16c9c9a56d2596dc9a39f685b096d6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 11 Aug 2022 00:39:08 +0000 Subject: [PATCH 1393/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 38eb215526f9..dd1156fbaefb 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Salmon; + border-top: 1px solid DarkSlateGrey; } nav { - background: Salmon; + background: DarkSlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From 2e80514d9acce36bbe2ddb22c3601c57d692824b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 11 Aug 2022 04:24:08 +0000 Subject: [PATCH 1394/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index dd1156fbaefb..ee268dfc6674 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateGrey; + border-top: 1px solid Thistle; } nav { - background: DarkSlateGrey; + background: Thistle; display: flex; align-items: center; padding: 0 0.5rem; From e15314f39345952d31db77b6be8992e876d0d687 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 11 Aug 2022 05:54:08 +0000 Subject: [PATCH 1395/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ee268dfc6674..7a8231a1d628 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Thistle; + border-top: 1px solid SeaGreen; } nav { - background: Thistle; + background: SeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From 54d7efffbdfba6390b5a916c7432f4bdf00d7515 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 11 Aug 2022 06:39:07 +0000 Subject: [PATCH 1396/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 7a8231a1d628..4c78b363845c 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SeaGreen; + border-top: 1px solid ForestGreen; } nav { - background: SeaGreen; + background: ForestGreen; display: flex; align-items: center; padding: 0 0.5rem; From 83b3d116fa6bab3190fe82cad4cd3d644970a08a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 11 Aug 2022 08:09:08 +0000 Subject: [PATCH 1397/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4c78b363845c..2d42ff06bf02 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid ForestGreen; + border-top: 1px solid DarkViolet; } nav { - background: ForestGreen; + background: DarkViolet; display: flex; align-items: center; padding: 0 0.5rem; From 7b024862411a5fa1ce33211a59e46dbd7122495d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 11 Aug 2022 08:54:08 +0000 Subject: [PATCH 1398/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 2d42ff06bf02..453cdaa8fe58 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkViolet; + border-top: 1px solid DarkSlateBlue; } nav { - background: DarkViolet; + background: DarkSlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From 7dda99b084b791f0ca11d1b5c9fea4727127b3a2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 11 Aug 2022 17:54:08 +0000 Subject: [PATCH 1399/3185] KPT-24: Update background color to DarkOrchid --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 453cdaa8fe58..ec2e59e70439 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateBlue; + border-top: 1px solid DarkOrchid; } nav { - background: DarkSlateBlue; + background: DarkOrchid; display: flex; align-items: center; padding: 0 0.5rem; From dd1c7193939862cff0a5970b370ad991a5a5e175 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 11 Aug 2022 22:24:07 +0000 Subject: [PATCH 1400/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ec2e59e70439..6ed2eb8a42df 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOrchid; + border-top: 1px solid Turquoise; } nav { - background: DarkOrchid; + background: Turquoise; display: flex; align-items: center; padding: 0 0.5rem; From 6c5a6d0d605ffa44e43166832f90e46c7e643489 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 11 Aug 2022 23:09:08 +0000 Subject: [PATCH 1401/3185] KPT-22: Modals with Purple accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 6ed2eb8a42df..c9db43be9d02 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Turquoise; + border-top: 1px solid Purple; } nav { - background: Turquoise; + background: Purple; display: flex; align-items: center; padding: 0 0.5rem; From 5f33773efa6d94962edd1df64bf13c7649cdf801 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 12 Aug 2022 00:39:07 +0000 Subject: [PATCH 1402/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index c9db43be9d02..95b0c9b012ff 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Purple; + border-top: 1px solid DimGray; } nav { - background: Purple; + background: DimGray; display: flex; align-items: center; padding: 0 0.5rem; From e1c4bfec5ccb247b9002fa17c5909b43740581d8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 12 Aug 2022 13:24:07 +0000 Subject: [PATCH 1403/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 95b0c9b012ff..718dcb65df26 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DimGray; + border-top: 1px solid DarkCyan; } nav { - background: DimGray; + background: DarkCyan; display: flex; align-items: center; padding: 0 0.5rem; From 523e0c4bb505159f12ea904b67b14ff6826de373 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 12 Aug 2022 14:09:08 +0000 Subject: [PATCH 1404/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 718dcb65df26..67e0111f647f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkCyan; + border-top: 1px solid Coral; } nav { - background: DarkCyan; + background: Coral; display: flex; align-items: center; padding: 0 0.5rem; From bb509e7bb0a7c59c82acca10a5e434b6a35d2b76 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 12 Aug 2022 17:54:08 +0000 Subject: [PATCH 1405/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 67e0111f647f..50a979314f9f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Coral; + border-top: 1px solid LightSeaGreen; } nav { - background: Coral; + background: LightSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From 077d98db467171acbc55d47b66e8ed8f613f4db6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 13 Aug 2022 02:09:11 +0000 Subject: [PATCH 1406/3185] KPT-24: Update background color to Black --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 50a979314f9f..e8872e3ed333 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSeaGreen; + border-top: 1px solid Black; } nav { - background: LightSeaGreen; + background: Black; display: flex; align-items: center; padding: 0 0.5rem; From ef6f213fcb311d0113d4dfc383e8f76ea3eb3542 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 13 Aug 2022 04:24:09 +0000 Subject: [PATCH 1407/3185] KPT-24: Update background color to OliveDrab --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index e8872e3ed333..7e2c71043980 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Black; + border-top: 1px solid OliveDrab; } nav { - background: Black; + background: OliveDrab; display: flex; align-items: center; padding: 0 0.5rem; From 39baf06ead2d3b275a137b4f822920d069116c25 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 13 Aug 2022 06:39:10 +0000 Subject: [PATCH 1408/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 7e2c71043980..453cdaa8fe58 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OliveDrab; + border-top: 1px solid DarkSlateBlue; } nav { - background: OliveDrab; + background: DarkSlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From a1ce5356c80a7ba1d76c8b7614297546f9722ec7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 13 Aug 2022 10:24:07 +0000 Subject: [PATCH 1409/3185] KPT-24: Update background color to Ivory --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 453cdaa8fe58..7581a7f2cb24 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateBlue; + border-top: 1px solid Ivory; } nav { - background: DarkSlateBlue; + background: Ivory; display: flex; align-items: center; padding: 0 0.5rem; From 7df2f6195dc6b7c60936d95566494f12e9a95913 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 13 Aug 2022 13:24:09 +0000 Subject: [PATCH 1410/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 7581a7f2cb24..3bec89149c2c 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Ivory; + border-top: 1px solid Peru; } nav { - background: Ivory; + background: Peru; display: flex; align-items: center; padding: 0 0.5rem; From 94cdef538a9efddac21f1597520dc7aeca9dad93 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 13 Aug 2022 14:54:08 +0000 Subject: [PATCH 1411/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3bec89149c2c..ec5e8acbe367 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Peru; + border-top: 1px solid RoyalBlue; } nav { - background: Peru; + background: RoyalBlue; display: flex; align-items: center; padding: 0 0.5rem; From 6496d937e15c2dbaff94f9e2b6bf145c81652b7a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 13 Aug 2022 16:24:08 +0000 Subject: [PATCH 1412/3185] KPT-22: Modals with DarkOrange accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ec5e8acbe367..5bc7ef4eb78f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RoyalBlue; + border-top: 1px solid DarkOrange; } nav { - background: RoyalBlue; + background: DarkOrange; display: flex; align-items: center; padding: 0 0.5rem; From e143730bbf8e704f9003cca702b24450c511f29f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 13 Aug 2022 21:39:08 +0000 Subject: [PATCH 1413/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 5bc7ef4eb78f..5d4492574dd1 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOrange; + border-top: 1px solid MintCream; } nav { - background: DarkOrange; + background: MintCream; display: flex; align-items: center; padding: 0 0.5rem; From 6928c36285e84fea82501f393f5ad97e03793a60 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 13 Aug 2022 22:24:30 +0000 Subject: [PATCH 1414/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 5d4492574dd1..46aa99fbd145 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MintCream; + border-top: 1px solid DarkGoldenRod; } nav { - background: MintCream; + background: DarkGoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From eb1068d50c6b3098814cf32d67b02370c78d6217 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 14 Aug 2022 03:39:11 +0000 Subject: [PATCH 1415/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 46aa99fbd145..52780a4ff666 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGoldenRod; + border-top: 1px solid SlateGrey; } nav { - background: DarkGoldenRod; + background: SlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From ceecc0fab4db1b5251720f9b779cf32e2b99c0b5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 14 Aug 2022 11:09:08 +0000 Subject: [PATCH 1416/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 52780a4ff666..ec2e59e70439 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateGrey; + border-top: 1px solid DarkOrchid; } nav { - background: SlateGrey; + background: DarkOrchid; display: flex; align-items: center; padding: 0 0.5rem; From 3833ffb524b9497d9c4fd7af0ac39b18e7a8d276 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 14 Aug 2022 14:09:10 +0000 Subject: [PATCH 1417/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ec2e59e70439..5d4492574dd1 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOrchid; + border-top: 1px solid MintCream; } nav { - background: DarkOrchid; + background: MintCream; display: flex; align-items: center; padding: 0 0.5rem; From aba9b844c6c71f46fcc58d233e750f051257cc28 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 14 Aug 2022 18:39:07 +0000 Subject: [PATCH 1418/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 5d4492574dd1..48f96fef5716 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MintCream; + border-top: 1px solid PaleVioletRed; } nav { - background: MintCream; + background: PaleVioletRed; display: flex; align-items: center; padding: 0 0.5rem; From f52d1885d2c644210fb709e849569edf1aad141e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 14 Aug 2022 19:24:07 +0000 Subject: [PATCH 1419/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 48f96fef5716..c9027d922244 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleVioletRed; + border-top: 1px solid OldLace; } nav { - background: PaleVioletRed; + background: OldLace; display: flex; align-items: center; padding: 0 0.5rem; From 4995bea856a82ff512cc1f5fb638478f9af7914f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 14 Aug 2022 20:09:10 +0000 Subject: [PATCH 1420/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index c9027d922244..95b0c9b012ff 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OldLace; + border-top: 1px solid DimGray; } nav { - background: OldLace; + background: DimGray; display: flex; align-items: center; padding: 0 0.5rem; From 4278fef8c28b6a7a6b4e3093fdbf4b7ddf2190c2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 15 Aug 2022 00:39:08 +0000 Subject: [PATCH 1421/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 95b0c9b012ff..6675fdc2e211 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DimGray; + border-top: 1px solid Tomato; } nav { - background: DimGray; + background: Tomato; display: flex; align-items: center; padding: 0 0.5rem; From 5da91fe84814571ba646661c9cc7f30fa5245a3c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 15 Aug 2022 08:09:08 +0000 Subject: [PATCH 1422/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 6675fdc2e211..64214c2d85c0 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Tomato; + border-top: 1px solid LightGreen; } nav { - background: Tomato; + background: LightGreen; display: flex; align-items: center; padding: 0 0.5rem; From 47ca0e8c0a5ef54680e7713e5ec8b6ff46fd65a7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 15 Aug 2022 14:09:09 +0000 Subject: [PATCH 1423/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 64214c2d85c0..24d254c510ca 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGreen; + border-top: 1px solid Wheat; } nav { - background: LightGreen; + background: Wheat; display: flex; align-items: center; padding: 0 0.5rem; From 1c6ee0f302b81830691000c3c854b653eb88a19d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 15 Aug 2022 15:39:09 +0000 Subject: [PATCH 1424/3185] KPT-22: Modals with DodgerBlue accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 24d254c510ca..9cc806b0b915 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Wheat; + border-top: 1px solid DodgerBlue; } nav { - background: Wheat; + background: DodgerBlue; display: flex; align-items: center; padding: 0 0.5rem; From c52a221bf36acb242d74c76310648802aea82c47 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 15 Aug 2022 17:09:08 +0000 Subject: [PATCH 1425/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 9cc806b0b915..6fb1f0957aea 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DodgerBlue; + border-top: 1px solid SpringGreen; } nav { - background: DodgerBlue; + background: SpringGreen; display: flex; align-items: center; padding: 0 0.5rem; From 3201c3682158307725460b18ec73d85f735e640a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 15 Aug 2022 22:24:08 +0000 Subject: [PATCH 1426/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 6fb1f0957aea..454e3b0659dc 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SpringGreen; + border-top: 1px solid Tan; } nav { - background: SpringGreen; + background: Tan; display: flex; align-items: center; padding: 0 0.5rem; From 72b35cd07332e64b9c0b6b4bffc1aa4d74435481 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 15 Aug 2022 23:54:08 +0000 Subject: [PATCH 1427/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 454e3b0659dc..266d9435f640 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Tan; + border-top: 1px solid Orange; } nav { - background: Tan; + background: Orange; display: flex; align-items: center; padding: 0 0.5rem; From 1df84867fd5a1f147299a7ae5a8c74254069016a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 16 Aug 2022 02:09:08 +0000 Subject: [PATCH 1428/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 266d9435f640..4ec33dd9a11e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Orange; + border-top: 1px solid BurlyWood; } nav { - background: Orange; + background: BurlyWood; display: flex; align-items: center; padding: 0 0.5rem; From 583c8d8872525890f9f8232cdb584f0a56c3ce44 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 16 Aug 2022 05:09:08 +0000 Subject: [PATCH 1429/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4ec33dd9a11e..d7031fe0709d 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BurlyWood; + border-top: 1px solid HotPink; } nav { - background: BurlyWood; + background: HotPink; display: flex; align-items: center; padding: 0 0.5rem; From 6230295aef79fd5ff7d78d8a5f78e531dcb33762 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 16 Aug 2022 23:09:09 +0000 Subject: [PATCH 1430/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d7031fe0709d..195f194ef15a 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid HotPink; + border-top: 1px solid LightSteelBlue; } nav { - background: HotPink; + background: LightSteelBlue; display: flex; align-items: center; padding: 0 0.5rem; From 16e758e02733cf257e9bb967302090be48e20924 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 16 Aug 2022 23:54:08 +0000 Subject: [PATCH 1431/3185] KPT-22: Modals with SteelBlue accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 195f194ef15a..f121aafd52c6 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSteelBlue; + border-top: 1px solid SteelBlue; } nav { - background: LightSteelBlue; + background: SteelBlue; display: flex; align-items: center; padding: 0 0.5rem; From 9aa1d9090a375b140b52fb95b5431064d43e172d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 17 Aug 2022 03:39:08 +0000 Subject: [PATCH 1432/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index f121aafd52c6..5b6feda18165 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SteelBlue; + border-top: 1px solid Red; } nav { - background: SteelBlue; + background: Red; display: flex; align-items: center; padding: 0 0.5rem; From 5747098ab369de462971d3c8d4f9485caf77b3d3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 17 Aug 2022 09:39:08 +0000 Subject: [PATCH 1433/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 5b6feda18165..1b8c7acecc59 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Red; + border-top: 1px solid LightYellow; } nav { - background: Red; + background: LightYellow; display: flex; align-items: center; padding: 0 0.5rem; From 53e470108cde05c1f6c6dbe12ba956a42f40d3e1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 17 Aug 2022 12:39:08 +0000 Subject: [PATCH 1434/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 1b8c7acecc59..6da11d3d6276 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightYellow; + border-top: 1px solid DarkOliveGreen; } nav { - background: LightYellow; + background: DarkOliveGreen; display: flex; align-items: center; padding: 0 0.5rem; From 8c88693d2b85336a70023bb48708f762a03b0944 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 17 Aug 2022 15:39:08 +0000 Subject: [PATCH 1435/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 6da11d3d6276..11a95055426e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOliveGreen; + border-top: 1px solid LightCoral; } nav { - background: DarkOliveGreen; + background: LightCoral; display: flex; align-items: center; padding: 0 0.5rem; From 35a79b6cd08dbd4b8420051eb392e70eba90c830 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 17 Aug 2022 16:24:08 +0000 Subject: [PATCH 1436/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 11a95055426e..3b05aa10f47f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightCoral; + border-top: 1px solid SkyBlue; } nav { - background: LightCoral; + background: SkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From 73547a3baf7381039d54877925577866fa5ad96d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 17 Aug 2022 17:54:09 +0000 Subject: [PATCH 1437/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3b05aa10f47f..3c53fdbf3bd7 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SkyBlue; + border-top: 1px solid RosyBrown; } nav { - background: SkyBlue; + background: RosyBrown; display: flex; align-items: center; padding: 0 0.5rem; From d105b7116be83737f316183d919574b0cc88b2fa Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 17 Aug 2022 19:24:08 +0000 Subject: [PATCH 1438/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3c53fdbf3bd7..7581a7f2cb24 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RosyBrown; + border-top: 1px solid Ivory; } nav { - background: RosyBrown; + background: Ivory; display: flex; align-items: center; padding: 0 0.5rem; From 95b6fcb581db3068cd15a307d5234762d0d76533 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 17 Aug 2022 20:09:09 +0000 Subject: [PATCH 1439/3185] KPT-22: Modals with CadetBlue accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 7581a7f2cb24..bad8db91c557 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Ivory; + border-top: 1px solid CadetBlue; } nav { - background: Ivory; + background: CadetBlue; display: flex; align-items: center; padding: 0 0.5rem; From 63a174c1c0e8fbabeff617191d8b687b83e797c9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 18 Aug 2022 02:54:08 +0000 Subject: [PATCH 1440/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index bad8db91c557..67e0111f647f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid CadetBlue; + border-top: 1px solid Coral; } nav { - background: CadetBlue; + background: Coral; display: flex; align-items: center; padding: 0 0.5rem; From 1bd612eb73a702d0e655ffaad21ef308dd1493de Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 18 Aug 2022 05:54:09 +0000 Subject: [PATCH 1441/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 67e0111f647f..95a9d0b2c399 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Coral; + border-top: 1px solid LightCyan; } nav { - background: Coral; + background: LightCyan; display: flex; align-items: center; padding: 0 0.5rem; From 708120d35f80c3716c73a97ebceff92712ea7311 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 18 Aug 2022 12:39:08 +0000 Subject: [PATCH 1442/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 95a9d0b2c399..09d17be28fcf 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightCyan; + border-top: 1px solid Chartreuse; } nav { - background: LightCyan; + background: Chartreuse; display: flex; align-items: center; padding: 0 0.5rem; From 758bc11d65257fed73e6ce7ec7ab42ad6ce13566 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 18 Aug 2022 16:24:08 +0000 Subject: [PATCH 1443/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 09d17be28fcf..2b6378f009d4 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Chartreuse; + border-top: 1px solid DarkTurquoise; } nav { - background: Chartreuse; + background: DarkTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From b656d87ddfb360293099c9d574c5f7b1e04ec23c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 18 Aug 2022 17:54:09 +0000 Subject: [PATCH 1444/3185] KPT-24: Update background color to Black --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 2b6378f009d4..e8872e3ed333 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkTurquoise; + border-top: 1px solid Black; } nav { - background: DarkTurquoise; + background: Black; display: flex; align-items: center; padding: 0 0.5rem; From a86ab6a744949f56984968a53d105cc8dc9a5cfd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 18 Aug 2022 18:39:09 +0000 Subject: [PATCH 1445/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index e8872e3ed333..ebdf63f280df 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Black; + border-top: 1px solid White; } nav { - background: Black; + background: White; display: flex; align-items: center; padding: 0 0.5rem; From d38959ba6143d7ee504fa661f8a68c7d9d9dd0a5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 18 Aug 2022 21:39:08 +0000 Subject: [PATCH 1446/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ebdf63f280df..31a327a93479 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid White; + border-top: 1px solid Navy; } nav { - background: White; + background: Navy; display: flex; align-items: center; padding: 0 0.5rem; From 1136cd797004f32218023c33fca9ae200b25775a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 19 Aug 2022 01:24:08 +0000 Subject: [PATCH 1447/3185] KPT-24: Update background color to PowderBlue --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 31a327a93479..8b28d00942f7 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Navy; + border-top: 1px solid PowderBlue; } nav { - background: Navy; + background: PowderBlue; display: flex; align-items: center; padding: 0 0.5rem; From b3bca52b5fd0a04476ff45a74c44ece1babd0ccb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 19 Aug 2022 03:39:09 +0000 Subject: [PATCH 1448/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 8b28d00942f7..d61efedec6bb 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PowderBlue; + border-top: 1px solid DarkKhaki; } nav { - background: PowderBlue; + background: DarkKhaki; display: flex; align-items: center; padding: 0 0.5rem; From 3ce4e652df7c1d45e67f1ef7337e4f3ce1c26243 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 19 Aug 2022 05:09:09 +0000 Subject: [PATCH 1449/3185] KPT-24: Update background color to SeaShell --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d61efedec6bb..139351cd37cf 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkKhaki; + border-top: 1px solid SeaShell; } nav { - background: DarkKhaki; + background: SeaShell; display: flex; align-items: center; padding: 0 0.5rem; From e695a5e29078f74cd74173761970478c65fa5ba9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 19 Aug 2022 18:39:08 +0000 Subject: [PATCH 1450/3185] KPT-24: Update background color to Tomato --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 139351cd37cf..6675fdc2e211 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SeaShell; + border-top: 1px solid Tomato; } nav { - background: SeaShell; + background: Tomato; display: flex; align-items: center; padding: 0 0.5rem; From 4ab91eb5d8adaf94e556794ec716f005e6676fdd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 19 Aug 2022 20:09:08 +0000 Subject: [PATCH 1451/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 6675fdc2e211..bad8db91c557 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Tomato; + border-top: 1px solid CadetBlue; } nav { - background: Tomato; + background: CadetBlue; display: flex; align-items: center; padding: 0 0.5rem; From db908d2326cc68309312361a07cf9cb5d1d38d7c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 19 Aug 2022 20:54:07 +0000 Subject: [PATCH 1452/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index bad8db91c557..2bb350ffd9ac 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid CadetBlue; + border-top: 1px solid Yellow; } nav { - background: CadetBlue; + background: Yellow; display: flex; align-items: center; padding: 0 0.5rem; From 74a58f43d91f1e354d34e2722b5955bb5f72f0c0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 20 Aug 2022 05:54:07 +0000 Subject: [PATCH 1453/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 2bb350ffd9ac..718dcb65df26 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Yellow; + border-top: 1px solid DarkCyan; } nav { - background: Yellow; + background: DarkCyan; display: flex; align-items: center; padding: 0 0.5rem; From 51d36e35744caa7754388023f556ccffc6a8e0ee Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 20 Aug 2022 14:09:07 +0000 Subject: [PATCH 1454/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 718dcb65df26..9b225c303ed7 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkCyan; + border-top: 1px solid CornflowerBlue; } nav { - background: DarkCyan; + background: CornflowerBlue; display: flex; align-items: center; padding: 0 0.5rem; From d1b09c868c785d129731029260d20fdff79503d5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 20 Aug 2022 14:54:07 +0000 Subject: [PATCH 1455/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 9b225c303ed7..3b05aa10f47f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid CornflowerBlue; + border-top: 1px solid SkyBlue; } nav { - background: CornflowerBlue; + background: SkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From 9410950a4c831b30ab46b5ccf870db2d2af733d3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 20 Aug 2022 17:09:08 +0000 Subject: [PATCH 1456/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3b05aa10f47f..50a979314f9f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SkyBlue; + border-top: 1px solid LightSeaGreen; } nav { - background: SkyBlue; + background: LightSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From 5ef619e7039320cec9617e89e19d7e776aa269b3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 20 Aug 2022 20:54:07 +0000 Subject: [PATCH 1457/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 50a979314f9f..266d9435f640 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSeaGreen; + border-top: 1px solid Orange; } nav { - background: LightSeaGreen; + background: Orange; display: flex; align-items: center; padding: 0 0.5rem; From 69dfb10497db677da792e93e9eaaa1dc7934a537 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 21 Aug 2022 03:39:07 +0000 Subject: [PATCH 1458/3185] KPT-22: Modals with BurlyWood accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 266d9435f640..4ec33dd9a11e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Orange; + border-top: 1px solid BurlyWood; } nav { - background: Orange; + background: BurlyWood; display: flex; align-items: center; padding: 0 0.5rem; From b5f8c01b20292d55490fea97d2a84c55c6c90b13 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 21 Aug 2022 11:09:08 +0000 Subject: [PATCH 1459/3185] KPT-24: Update background color to DimGray --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4ec33dd9a11e..95b0c9b012ff 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BurlyWood; + border-top: 1px solid DimGray; } nav { - background: BurlyWood; + background: DimGray; display: flex; align-items: center; padding: 0 0.5rem; From 4689cb91bf3c21d080232c5dc11bcd5142b654a7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 21 Aug 2022 14:54:08 +0000 Subject: [PATCH 1460/3185] KPT-22: Modals with LawnGreen accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 95b0c9b012ff..4157a06c1b2b 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DimGray; + border-top: 1px solid LawnGreen; } nav { - background: DimGray; + background: LawnGreen; display: flex; align-items: center; padding: 0 0.5rem; From 4aa314ae1859e28fbb0aed4b1a496478a64ab4ef Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 21 Aug 2022 20:09:07 +0000 Subject: [PATCH 1461/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4157a06c1b2b..bb2f114b139e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LawnGreen; + border-top: 1px solid LightSlateGrey; } nav { - background: LawnGreen; + background: LightSlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From 17f11ac6aa22e3edf1f9d55a5754306e65818578 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 22 Aug 2022 10:24:08 +0000 Subject: [PATCH 1462/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index bb2f114b139e..343dde4387ae 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSlateGrey; + border-top: 1px solid Grey; } nav { - background: LightSlateGrey; + background: Grey; display: flex; align-items: center; padding: 0 0.5rem; From 1ebee051da1b1ecf7aa89b10efae15a430fb9c7d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 22 Aug 2022 11:09:08 +0000 Subject: [PATCH 1463/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 343dde4387ae..ceefd47a65fe 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Grey; + border-top: 1px solid BlueViolet; } nav { - background: Grey; + background: BlueViolet; display: flex; align-items: center; padding: 0 0.5rem; From 9aaf20ef32fbb5e6cad6b02951803930bf3a0eb6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 22 Aug 2022 13:24:08 +0000 Subject: [PATCH 1464/3185] KPT-22: Modals with Ivory accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ceefd47a65fe..7581a7f2cb24 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BlueViolet; + border-top: 1px solid Ivory; } nav { - background: BlueViolet; + background: Ivory; display: flex; align-items: center; padding: 0 0.5rem; From e4145114b074449bf3ba5b806b9888cb9129ba98 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 22 Aug 2022 18:39:07 +0000 Subject: [PATCH 1465/3185] KPT-24: Update background color to Azure --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 7581a7f2cb24..d444a165a194 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Ivory; + border-top: 1px solid Azure; } nav { - background: Ivory; + background: Azure; display: flex; align-items: center; padding: 0 0.5rem; From 6a904b3180eda9926b6813982970897419a19aaa Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 22 Aug 2022 23:09:09 +0000 Subject: [PATCH 1466/3185] KPT-24: Update background color to MediumPurple --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d444a165a194..a2f3a2cc2f41 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Azure; + border-top: 1px solid MediumPurple; } nav { - background: Azure; + background: MediumPurple; display: flex; align-items: center; padding: 0 0.5rem; From d6ed5d24d89bd1d5c394e837017244d566d483d2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 23 Aug 2022 00:39:08 +0000 Subject: [PATCH 1467/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index a2f3a2cc2f41..ce75e3b066c0 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumPurple; + border-top: 1px solid Olive; } nav { - background: MediumPurple; + background: Olive; display: flex; align-items: center; padding: 0 0.5rem; From 4bb0a39bdc40e866e87a553914a6e3e38869496a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 23 Aug 2022 01:24:08 +0000 Subject: [PATCH 1468/3185] KPT-24: Update background color to SlateBlue --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ce75e3b066c0..bd3a875e2c0c 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Olive; + border-top: 1px solid SlateBlue; } nav { - background: Olive; + background: SlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From e5f79ba65deb3fed71304ade262caa332da2d3aa Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 23 Aug 2022 02:09:08 +0000 Subject: [PATCH 1469/3185] KPT-22: Modals with MistyRose accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index bd3a875e2c0c..7885b7716913 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateBlue; + border-top: 1px solid MistyRose; } nav { - background: SlateBlue; + background: MistyRose; display: flex; align-items: center; padding: 0 0.5rem; From f233d0c211b1e1ffd899dbed87e60ad9aee3d23f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 23 Aug 2022 03:39:08 +0000 Subject: [PATCH 1470/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 7885b7716913..453cdaa8fe58 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MistyRose; + border-top: 1px solid DarkSlateBlue; } nav { - background: MistyRose; + background: DarkSlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From d9f314c40cd0e13e21f16d9cded9835e13fba800 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 23 Aug 2022 14:09:08 +0000 Subject: [PATCH 1471/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 453cdaa8fe58..4ec33dd9a11e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateBlue; + border-top: 1px solid BurlyWood; } nav { - background: DarkSlateBlue; + background: BurlyWood; display: flex; align-items: center; padding: 0 0.5rem; From 427f6ca7ed5a25a01d7cd5e733b1b63cf8dfbbfd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 23 Aug 2022 14:54:08 +0000 Subject: [PATCH 1472/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4ec33dd9a11e..dd1156fbaefb 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BurlyWood; + border-top: 1px solid DarkSlateGrey; } nav { - background: BurlyWood; + background: DarkSlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From 4045a5f9e0455cc5f6140c0bcccaa416032a779b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 23 Aug 2022 15:39:08 +0000 Subject: [PATCH 1473/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index dd1156fbaefb..4cb33c38cec8 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateGrey; + border-top: 1px solid DarkSalmon; } nav { - background: DarkSlateGrey; + background: DarkSalmon; display: flex; align-items: center; padding: 0 0.5rem; From 2d0bf5bcf0260f90e8d40a5d2b549ee85439aae8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 23 Aug 2022 16:24:07 +0000 Subject: [PATCH 1474/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4cb33c38cec8..ce75e3b066c0 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSalmon; + border-top: 1px solid Olive; } nav { - background: DarkSalmon; + background: Olive; display: flex; align-items: center; padding: 0 0.5rem; From 804a3719aa28ae4d437b262f3a86265addfebd1b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 23 Aug 2022 18:39:08 +0000 Subject: [PATCH 1475/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ce75e3b066c0..856552dcb2f0 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Olive; + border-top: 1px solid DarkSeaGreen; } nav { - background: Olive; + background: DarkSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From 3b3514d9226f5cc5c4a2321414351bc07ea9ea57 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 24 Aug 2022 00:39:09 +0000 Subject: [PATCH 1476/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 856552dcb2f0..ebdf63f280df 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSeaGreen; + border-top: 1px solid White; } nav { - background: DarkSeaGreen; + background: White; display: flex; align-items: center; padding: 0 0.5rem; From f2811db702b56867dd8fd2e44029ee49c2e95040 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 24 Aug 2022 02:09:08 +0000 Subject: [PATCH 1477/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ebdf63f280df..2a24e48a33d3 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid White; + border-top: 1px solid Green; } nav { - background: White; + background: Green; display: flex; align-items: center; padding: 0 0.5rem; From 8b03c2dfbc361cfd47671fb906e132135a3e34b4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 24 Aug 2022 03:39:09 +0000 Subject: [PATCH 1478/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 2a24e48a33d3..857ab72fccc2 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Green; + border-top: 1px solid LightGoldenRodYellow; } nav { - background: Green; + background: LightGoldenRodYellow; display: flex; align-items: center; padding: 0 0.5rem; From 45ffb7b6ce07a4c010807283e8cedf5ab295d423 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 24 Aug 2022 05:09:09 +0000 Subject: [PATCH 1479/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 857ab72fccc2..a53a85ffbbae 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGoldenRodYellow; + border-top: 1px solid AliceBlue; } nav { - background: LightGoldenRodYellow; + background: AliceBlue; display: flex; align-items: center; padding: 0 0.5rem; From 45529532dec00db97fb3f3a0dcc1ead9d7c759f6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 24 Aug 2022 06:39:09 +0000 Subject: [PATCH 1480/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index a53a85ffbbae..0fc8799d2400 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid AliceBlue; + border-top: 1px solid PaleTurquoise; } nav { - background: AliceBlue; + background: PaleTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From 224a55fb6975742d338fbf5b4459125dfe0d5cb0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 24 Aug 2022 14:09:09 +0000 Subject: [PATCH 1481/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 0fc8799d2400..ec2e59e70439 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleTurquoise; + border-top: 1px solid DarkOrchid; } nav { - background: PaleTurquoise; + background: DarkOrchid; display: flex; align-items: center; padding: 0 0.5rem; From f75b73e7f4e121f8600fda1bb758b53bb71f63ed Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 24 Aug 2022 17:54:08 +0000 Subject: [PATCH 1482/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ec2e59e70439..46aa99fbd145 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOrchid; + border-top: 1px solid DarkGoldenRod; } nav { - background: DarkOrchid; + background: DarkGoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From 2d1c181666ce5ea8536b14d66a087423bb0b5e3a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 24 Aug 2022 19:24:09 +0000 Subject: [PATCH 1483/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 46aa99fbd145..1230ce9cd975 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGoldenRod; + border-top: 1px solid MediumSlateBlue; } nav { - background: DarkGoldenRod; + background: MediumSlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From 48994e1d78ede9fe3b8905918b51418cc1bae068 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 24 Aug 2022 20:54:10 +0000 Subject: [PATCH 1484/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 1230ce9cd975..39ce4de2a2ff 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSlateBlue; + border-top: 1px solid FireBrick; } nav { - background: MediumSlateBlue; + background: FireBrick; display: flex; align-items: center; padding: 0 0.5rem; From 17f30ec3b54aa1b1f6439ff70fd57a7e641e9e9e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 24 Aug 2022 22:49:57 +0000 Subject: [PATCH 1485/3185] KPT-24: Update background color to DarkSlateGrey --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 39ce4de2a2ff..dd1156fbaefb 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid FireBrick; + border-top: 1px solid DarkSlateGrey; } nav { - background: FireBrick; + background: DarkSlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From c824ee5a20dcdf1d042a08a32d5325e0fb8244b2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 25 Aug 2022 03:19:34 +0000 Subject: [PATCH 1486/3185] KPT-22: Modals with GhostWhite accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index dd1156fbaefb..ad9452d08934 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateGrey; + border-top: 1px solid GhostWhite; } nav { - background: DarkSlateGrey; + background: GhostWhite; display: flex; align-items: center; padding: 0 0.5rem; From 86aa7d32db0d7e2c4593de75eee2162f66b90ab1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 25 Aug 2022 05:34:35 +0000 Subject: [PATCH 1487/3185] KPT-22: Modals with Maroon accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ad9452d08934..9f1fca2a1ff2 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GhostWhite; + border-top: 1px solid Maroon; } nav { - background: GhostWhite; + background: Maroon; display: flex; align-items: center; padding: 0 0.5rem; From a36e49f31a22195b04ef6a2931dcef9c614b5d0c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 25 Aug 2022 08:34:35 +0000 Subject: [PATCH 1488/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 9f1fca2a1ff2..9db6466b4d55 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Maroon; + border-top: 1px solid Indigo; } nav { - background: Maroon; + background: Indigo; display: flex; align-items: center; padding: 0 0.5rem; From f9cfd19dbe0352b3c03b2a4198bfd4f6aaf9f6be Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 25 Aug 2022 10:04:36 +0000 Subject: [PATCH 1489/3185] KPT-22: Modals with SpringGreen accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 9db6466b4d55..6fb1f0957aea 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Indigo; + border-top: 1px solid SpringGreen; } nav { - background: Indigo; + background: SpringGreen; display: flex; align-items: center; padding: 0 0.5rem; From e979d6c23c097e86ab17d3a861175cc082b4b1ab Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 25 Aug 2022 13:04:35 +0000 Subject: [PATCH 1490/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 6fb1f0957aea..38eb215526f9 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SpringGreen; + border-top: 1px solid Salmon; } nav { - background: SpringGreen; + background: Salmon; display: flex; align-items: center; padding: 0 0.5rem; From f3584938743629286e7a3e3c5053ca7247c0f7ba Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 25 Aug 2022 13:49:34 +0000 Subject: [PATCH 1491/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 38eb215526f9..a53a85ffbbae 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Salmon; + border-top: 1px solid AliceBlue; } nav { - background: Salmon; + background: AliceBlue; display: flex; align-items: center; padding: 0 0.5rem; From 87b5cdec2fb8dbb80852da9ff99e49c78b817bd6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 25 Aug 2022 14:34:34 +0000 Subject: [PATCH 1492/3185] KPT-22: Modals with Grey accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index a53a85ffbbae..343dde4387ae 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid AliceBlue; + border-top: 1px solid Grey; } nav { - background: AliceBlue; + background: Grey; display: flex; align-items: center; padding: 0 0.5rem; From 19f245900e8dc5b7e0795907899a2039a2e00958 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 25 Aug 2022 16:04:35 +0000 Subject: [PATCH 1493/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 343dde4387ae..cec3a64bc51b 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Grey; + border-top: 1px solid DarkMagenta; } nav { - background: Grey; + background: DarkMagenta; display: flex; align-items: center; padding: 0 0.5rem; From f6f6aeeabb3ad8ac43155bc6e2d7b8f2dc5240dc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 26 Aug 2022 02:34:35 +0000 Subject: [PATCH 1494/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index cec3a64bc51b..4157a06c1b2b 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkMagenta; + border-top: 1px solid LawnGreen; } nav { - background: DarkMagenta; + background: LawnGreen; display: flex; align-items: center; padding: 0 0.5rem; From 925abf1367943ece9c6fe2bf0e7c8d8768f4f86d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 26 Aug 2022 04:49:35 +0000 Subject: [PATCH 1495/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4157a06c1b2b..d1a30d185108 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LawnGreen; + border-top: 1px solid Linen; } nav { - background: LawnGreen; + background: Linen; display: flex; align-items: center; padding: 0 0.5rem; From 7bbb7fba091e26f45fdd2bd7447fc67a97140fbb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 26 Aug 2022 06:19:35 +0000 Subject: [PATCH 1496/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d1a30d185108..3bd9c6e87f30 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Linen; + border-top: 1px solid LightBlue; } nav { - background: Linen; + background: LightBlue; display: flex; align-items: center; padding: 0 0.5rem; From 37a086ebbc5e95cb234138fdf1545c0247740ad7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 26 Aug 2022 07:49:35 +0000 Subject: [PATCH 1497/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3bd9c6e87f30..7e2c71043980 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightBlue; + border-top: 1px solid OliveDrab; } nav { - background: LightBlue; + background: OliveDrab; display: flex; align-items: center; padding: 0 0.5rem; From 441159a2842751df864b0a04709ac130ebf2a4ee Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 26 Aug 2022 13:04:36 +0000 Subject: [PATCH 1498/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 7e2c71043980..7eedbaa75afb 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OliveDrab; + border-top: 1px solid Gray; } nav { - background: OliveDrab; + background: Gray; display: flex; align-items: center; padding: 0 0.5rem; From 19e2b08fbc80dfe3774bd7277be23cd5e92882a4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 26 Aug 2022 16:04:37 +0000 Subject: [PATCH 1499/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 7eedbaa75afb..5b6feda18165 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gray; + border-top: 1px solid Red; } nav { - background: Gray; + background: Red; display: flex; align-items: center; padding: 0 0.5rem; From 9d998b956fa2f722317496d3dd5b009d9d5f1170 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 27 Aug 2022 02:34:36 +0000 Subject: [PATCH 1500/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 5b6feda18165..a67998ca9c46 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Red; + border-top: 1px solid MediumOrchid; } nav { - background: Red; + background: MediumOrchid; display: flex; align-items: center; padding: 0 0.5rem; From 277c8e6b90a0f72179ef634f6449233687a8d0e6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 27 Aug 2022 04:49:35 +0000 Subject: [PATCH 1501/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index a67998ca9c46..6ed2eb8a42df 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumOrchid; + border-top: 1px solid Turquoise; } nav { - background: MediumOrchid; + background: Turquoise; display: flex; align-items: center; padding: 0 0.5rem; From 64af0fa65b684f62feb70e10fc285e9e73c4a44b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 27 Aug 2022 07:04:34 +0000 Subject: [PATCH 1502/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 6ed2eb8a42df..4c78b363845c 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Turquoise; + border-top: 1px solid ForestGreen; } nav { - background: Turquoise; + background: ForestGreen; display: flex; align-items: center; padding: 0 0.5rem; From 3153527d5cdcba5f791242660d7caf498c287404 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 27 Aug 2022 10:49:35 +0000 Subject: [PATCH 1503/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4c78b363845c..195f194ef15a 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid ForestGreen; + border-top: 1px solid LightSteelBlue; } nav { - background: ForestGreen; + background: LightSteelBlue; display: flex; align-items: center; padding: 0 0.5rem; From cffd441d7233c0c38e543676b3beab8c504e8b22 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 27 Aug 2022 12:19:35 +0000 Subject: [PATCH 1504/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 195f194ef15a..7885b7716913 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSteelBlue; + border-top: 1px solid MistyRose; } nav { - background: LightSteelBlue; + background: MistyRose; display: flex; align-items: center; padding: 0 0.5rem; From 11a1ea49a0c696c5096b044a12186167cc1ef9a2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 27 Aug 2022 14:34:34 +0000 Subject: [PATCH 1505/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 7885b7716913..a53a85ffbbae 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MistyRose; + border-top: 1px solid AliceBlue; } nav { - background: MistyRose; + background: AliceBlue; display: flex; align-items: center; padding: 0 0.5rem; From c72e830ccf934745d5f3d28d2691ef8821506ed9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 27 Aug 2022 15:19:34 +0000 Subject: [PATCH 1506/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index a53a85ffbbae..3bec89149c2c 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid AliceBlue; + border-top: 1px solid Peru; } nav { - background: AliceBlue; + background: Peru; display: flex; align-items: center; padding: 0 0.5rem; From 404852169f435266f63e23f2df6d3520904901c6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 27 Aug 2022 19:04:35 +0000 Subject: [PATCH 1507/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3bec89149c2c..454e3b0659dc 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Peru; + border-top: 1px solid Tan; } nav { - background: Peru; + background: Tan; display: flex; align-items: center; padding: 0 0.5rem; From 2be360eb9183b578ea292aac0999035550fc3199 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 27 Aug 2022 20:34:35 +0000 Subject: [PATCH 1508/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 454e3b0659dc..48f96fef5716 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Tan; + border-top: 1px solid PaleVioletRed; } nav { - background: Tan; + background: PaleVioletRed; display: flex; align-items: center; padding: 0 0.5rem; From ddbbe80a33bab71e13f115084ad7b71a7fd4ee8b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 27 Aug 2022 23:34:34 +0000 Subject: [PATCH 1509/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 48f96fef5716..6c526423d3cc 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleVioletRed; + border-top: 1px solid Cornsilk; } nav { - background: PaleVioletRed; + background: Cornsilk; display: flex; align-items: center; padding: 0 0.5rem; From d34af801d5f576bd16181f5582171e242d92a0e5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 28 Aug 2022 02:34:36 +0000 Subject: [PATCH 1510/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 6c526423d3cc..2b6378f009d4 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Cornsilk; + border-top: 1px solid DarkTurquoise; } nav { - background: Cornsilk; + background: DarkTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From a7af429b9c6e4dfae893e2117f84f75db1b03968 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 28 Aug 2022 05:34:35 +0000 Subject: [PATCH 1511/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 2b6378f009d4..8b28d00942f7 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkTurquoise; + border-top: 1px solid PowderBlue; } nav { - background: DarkTurquoise; + background: PowderBlue; display: flex; align-items: center; padding: 0 0.5rem; From d590a001adf04b0fb2c0bde86e97df20b4e2c70d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 28 Aug 2022 08:34:35 +0000 Subject: [PATCH 1512/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 8b28d00942f7..531a07b0e7f9 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PowderBlue; + border-top: 1px solid AntiqueWhite; } nav { - background: PowderBlue; + background: AntiqueWhite; display: flex; align-items: center; padding: 0 0.5rem; From 9735e647bc9c7f663cceabb1e95bae145057653f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 28 Aug 2022 10:04:35 +0000 Subject: [PATCH 1513/3185] KPT-22: Modals with Lime accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 531a07b0e7f9..97c9a503bf56 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid AntiqueWhite; + border-top: 1px solid Lime; } nav { - background: AntiqueWhite; + background: Lime; display: flex; align-items: center; padding: 0 0.5rem; From cbad6a53a5765fc8c4fc0dfc586d97cee1a74db2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 28 Aug 2022 10:49:35 +0000 Subject: [PATCH 1514/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 97c9a503bf56..7eedbaa75afb 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Lime; + border-top: 1px solid Gray; } nav { - background: Lime; + background: Gray; display: flex; align-items: center; padding: 0 0.5rem; From 35d4545f8cb71cff37ded7378bdb9d780135c38d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 28 Aug 2022 19:04:35 +0000 Subject: [PATCH 1515/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 7eedbaa75afb..d3ffb8ea4363 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gray; + border-top: 1px solid DimGrey; } nav { - background: Gray; + background: DimGrey; display: flex; align-items: center; padding: 0 0.5rem; From 2c608c3006d16fc386818620ef91d6b053afc7dd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 28 Aug 2022 19:49:36 +0000 Subject: [PATCH 1516/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d3ffb8ea4363..48f96fef5716 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DimGrey; + border-top: 1px solid PaleVioletRed; } nav { - background: DimGrey; + background: PaleVioletRed; display: flex; align-items: center; padding: 0 0.5rem; From 6a716c6604d11e79033164f210b5403f3a24caae Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 28 Aug 2022 22:49:35 +0000 Subject: [PATCH 1517/3185] KPT-24: Update background color to Yellow --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 48f96fef5716..2bb350ffd9ac 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleVioletRed; + border-top: 1px solid Yellow; } nav { - background: PaleVioletRed; + background: Yellow; display: flex; align-items: center; padding: 0 0.5rem; From 2a77778b63436b21ba55689635cb3dc8a35c3ce7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 29 Aug 2022 08:34:35 +0000 Subject: [PATCH 1518/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 2bb350ffd9ac..f121aafd52c6 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Yellow; + border-top: 1px solid SteelBlue; } nav { - background: Yellow; + background: SteelBlue; display: flex; align-items: center; padding: 0 0.5rem; From 1fcf66407d9fdb72ed32eb0a00d97d3f11271f3e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 29 Aug 2022 10:49:34 +0000 Subject: [PATCH 1519/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index f121aafd52c6..bb2f114b139e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SteelBlue; + border-top: 1px solid LightSlateGrey; } nav { - background: SteelBlue; + background: LightSlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From 6ed43878b97c8483952509909660a31b43cd2f02 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 29 Aug 2022 13:04:35 +0000 Subject: [PATCH 1520/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index bb2f114b139e..50a979314f9f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSlateGrey; + border-top: 1px solid LightSeaGreen; } nav { - background: LightSlateGrey; + background: LightSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From cc940d1909a0dabbcb6a311b41f794a1bfc2f11d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 29 Aug 2022 13:49:37 +0000 Subject: [PATCH 1521/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 50a979314f9f..ebdf63f280df 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSeaGreen; + border-top: 1px solid White; } nav { - background: LightSeaGreen; + background: White; display: flex; align-items: center; padding: 0 0.5rem; From c3c2e1573c1b34ca2a3771dbcdb4289c3c744aaf Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 29 Aug 2022 14:34:35 +0000 Subject: [PATCH 1522/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ebdf63f280df..b83d2db05aab 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid White; + border-top: 1px solid Silver; } nav { - background: White; + background: Silver; display: flex; align-items: center; padding: 0 0.5rem; From a3b349f44733bcdd44307dea7661ae8148185632 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 29 Aug 2022 19:04:35 +0000 Subject: [PATCH 1523/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index b83d2db05aab..ac69cd686a82 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Silver; + border-top: 1px solid MediumSpringGreen; } nav { - background: Silver; + background: MediumSpringGreen; display: flex; align-items: center; padding: 0 0.5rem; From 0bd1ba09269aaf308d01fa57663d0af131054269 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 29 Aug 2022 20:34:35 +0000 Subject: [PATCH 1524/3185] KPT-24: Update background color to Indigo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ac69cd686a82..9db6466b4d55 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSpringGreen; + border-top: 1px solid Indigo; } nav { - background: MediumSpringGreen; + background: Indigo; display: flex; align-items: center; padding: 0 0.5rem; From 7a5f654cd6aeca1eb4dd923f57de31a135f34aef Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 30 Aug 2022 01:04:35 +0000 Subject: [PATCH 1525/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 9db6466b4d55..0053969b5ecf 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Indigo; + border-top: 1px solid WhiteSmoke; } nav { - background: Indigo; + background: WhiteSmoke; display: flex; align-items: center; padding: 0 0.5rem; From 0dfcbc1efb973a2d3aa84e792ba67c5aeae02397 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 30 Aug 2022 01:49:34 +0000 Subject: [PATCH 1526/3185] KPT-24: Update background color to Pink --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 0053969b5ecf..affcc732e93e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid WhiteSmoke; + border-top: 1px solid Pink; } nav { - background: WhiteSmoke; + background: Pink; display: flex; align-items: center; padding: 0 0.5rem; From 33f8099c9d1c5c7559ad030ff80c550a9894329b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 30 Aug 2022 16:04:36 +0000 Subject: [PATCH 1527/3185] KPT-24: Update background color to DarkSlateGrey --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index affcc732e93e..dd1156fbaefb 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Pink; + border-top: 1px solid DarkSlateGrey; } nav { - background: Pink; + background: DarkSlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From 65742f64bf46824f5174446687c8c815645eccd6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 30 Aug 2022 16:49:35 +0000 Subject: [PATCH 1528/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index dd1156fbaefb..39ce4de2a2ff 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateGrey; + border-top: 1px solid FireBrick; } nav { - background: DarkSlateGrey; + background: FireBrick; display: flex; align-items: center; padding: 0 0.5rem; From 0ef507d7c713f8eda8d19c93e3fb165f6a0b5bc3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 30 Aug 2022 20:34:35 +0000 Subject: [PATCH 1529/3185] KPT-24: Update background color to SaddleBrown --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 39ce4de2a2ff..136dba7818fc 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid FireBrick; + border-top: 1px solid SaddleBrown; } nav { - background: FireBrick; + background: SaddleBrown; display: flex; align-items: center; padding: 0 0.5rem; From 9667e7a4771fd7df42a8e1f973507d0188ff33f5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 30 Aug 2022 23:34:35 +0000 Subject: [PATCH 1530/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 136dba7818fc..95b0c9b012ff 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SaddleBrown; + border-top: 1px solid DimGray; } nav { - background: SaddleBrown; + background: DimGray; display: flex; align-items: center; padding: 0 0.5rem; From 340da9b3bddf00499ae8b8cfa2a43800d7218ed0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 31 Aug 2022 00:19:34 +0000 Subject: [PATCH 1531/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 95b0c9b012ff..31a327a93479 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DimGray; + border-top: 1px solid Navy; } nav { - background: DimGray; + background: Navy; display: flex; align-items: center; padding: 0 0.5rem; From 7971c705b0bc9255635b4a8e045816c285934d53 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 31 Aug 2022 04:04:35 +0000 Subject: [PATCH 1532/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 31a327a93479..9db6466b4d55 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Navy; + border-top: 1px solid Indigo; } nav { - background: Navy; + background: Indigo; display: flex; align-items: center; padding: 0 0.5rem; From 17fd56bccb20b122ac52f16c8f8b5cf38123a9a9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 31 Aug 2022 12:19:34 +0000 Subject: [PATCH 1533/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 9db6466b4d55..4157a06c1b2b 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Indigo; + border-top: 1px solid LawnGreen; } nav { - background: Indigo; + background: LawnGreen; display: flex; align-items: center; padding: 0 0.5rem; From 82de4fb4d9cd11e390312523fa1183b502b23d4c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 31 Aug 2022 18:19:35 +0000 Subject: [PATCH 1534/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4157a06c1b2b..139351cd37cf 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LawnGreen; + border-top: 1px solid SeaShell; } nav { - background: LawnGreen; + background: SeaShell; display: flex; align-items: center; padding: 0 0.5rem; From 9fb504805bf328c62b6dadeea19f47eec3f2845f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 31 Aug 2022 20:34:35 +0000 Subject: [PATCH 1535/3185] KPT-22: Modals with Azure accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 139351cd37cf..d444a165a194 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SeaShell; + border-top: 1px solid Azure; } nav { - background: SeaShell; + background: Azure; display: flex; align-items: center; padding: 0 0.5rem; From 95e5a5b169c7f0ef7fa7c93ebe0bc358644b840a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 1 Sep 2022 00:19:35 +0000 Subject: [PATCH 1536/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d444a165a194..9db6466b4d55 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Azure; + border-top: 1px solid Indigo; } nav { - background: Azure; + background: Indigo; display: flex; align-items: center; padding: 0 0.5rem; From 629b9b3d370fb67a457f3758de0a76be849665b8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 1 Sep 2022 01:04:35 +0000 Subject: [PATCH 1537/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 9db6466b4d55..a53a85ffbbae 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Indigo; + border-top: 1px solid AliceBlue; } nav { - background: Indigo; + background: AliceBlue; display: flex; align-items: center; padding: 0 0.5rem; From e526d02fce64cabe30414b52b93e924810d0c513 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 1 Sep 2022 04:04:35 +0000 Subject: [PATCH 1538/3185] KPT-24: Update background color to Tan --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index a53a85ffbbae..454e3b0659dc 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid AliceBlue; + border-top: 1px solid Tan; } nav { - background: AliceBlue; + background: Tan; display: flex; align-items: center; padding: 0 0.5rem; From dbc2a08f70d5fbde3c81f4921b290323fedcea1e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 1 Sep 2022 09:19:35 +0000 Subject: [PATCH 1539/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 454e3b0659dc..5d4492574dd1 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Tan; + border-top: 1px solid MintCream; } nav { - background: Tan; + background: MintCream; display: flex; align-items: center; padding: 0 0.5rem; From fd566bf3c02034b35a0ce127dd9d0f109285f1bf Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 1 Sep 2022 10:04:36 +0000 Subject: [PATCH 1540/3185] KPT-22: Modals with GoldenRod accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 5d4492574dd1..53c6d3eeeb62 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MintCream; + border-top: 1px solid GoldenRod; } nav { - background: MintCream; + background: GoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From 05db4b300c501e1021f4386972db0a70fc2983b9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 1 Sep 2022 14:34:34 +0000 Subject: [PATCH 1541/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 53c6d3eeeb62..bd66074dbebd 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GoldenRod; + border-top: 1px solid LightSlateGray; } nav { - background: GoldenRod; + background: LightSlateGray; display: flex; align-items: center; padding: 0 0.5rem; From 004920117357c7f73d098da23cc4fdc2ebd6c83f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 1 Sep 2022 15:19:35 +0000 Subject: [PATCH 1542/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index bd66074dbebd..97c9a503bf56 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSlateGray; + border-top: 1px solid Lime; } nav { - background: LightSlateGray; + background: Lime; display: flex; align-items: center; padding: 0 0.5rem; From 1e992fc734fe31d77743aaf27383dc55d44fc6c8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 1 Sep 2022 19:04:34 +0000 Subject: [PATCH 1543/3185] KPT-24: Update background color to LightYellow --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 97c9a503bf56..1b8c7acecc59 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Lime; + border-top: 1px solid LightYellow; } nav { - background: Lime; + background: LightYellow; display: flex; align-items: center; padding: 0 0.5rem; From f092c0e6cfa9e72b5692ce19e11f961f01540538 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 1 Sep 2022 23:34:34 +0000 Subject: [PATCH 1544/3185] KPT-22: Modals with Coral accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 1b8c7acecc59..67e0111f647f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightYellow; + border-top: 1px solid Coral; } nav { - background: LightYellow; + background: Coral; display: flex; align-items: center; padding: 0 0.5rem; From 3b65f494658e2a60b9cfce69aa9c0a6edcc3d37c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 2 Sep 2022 01:49:35 +0000 Subject: [PATCH 1545/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 67e0111f647f..39ce4de2a2ff 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Coral; + border-top: 1px solid FireBrick; } nav { - background: Coral; + background: FireBrick; display: flex; align-items: center; padding: 0 0.5rem; From 92fa91bba0939c08571a396b95e9b908d1a6ca6a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 2 Sep 2022 07:49:34 +0000 Subject: [PATCH 1546/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 39ce4de2a2ff..8bc1be7e263d 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid FireBrick; + border-top: 1px solid LightSalmon; } nav { - background: FireBrick; + background: LightSalmon; display: flex; align-items: center; padding: 0 0.5rem; From 14321f434d74da429debaa1509266e9e53286138 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 2 Sep 2022 12:19:35 +0000 Subject: [PATCH 1547/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 8bc1be7e263d..eca3a27ac0c5 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSalmon; + border-top: 1px solid GreenYellow; } nav { - background: LightSalmon; + background: GreenYellow; display: flex; align-items: center; padding: 0 0.5rem; From 96eeaa10eb4cb6aee4c94f947ea4e36b72bc4369 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 2 Sep 2022 14:34:35 +0000 Subject: [PATCH 1548/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index eca3a27ac0c5..4ec33dd9a11e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GreenYellow; + border-top: 1px solid BurlyWood; } nav { - background: GreenYellow; + background: BurlyWood; display: flex; align-items: center; padding: 0 0.5rem; From 293116306abbf3152557f7b95ff51dbe1590d45e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 2 Sep 2022 16:49:35 +0000 Subject: [PATCH 1549/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4ec33dd9a11e..53c6d3eeeb62 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BurlyWood; + border-top: 1px solid GoldenRod; } nav { - background: BurlyWood; + background: GoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From 855f42ef762d28a5c95958c850e0a85249cde13f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 2 Sep 2022 20:34:35 +0000 Subject: [PATCH 1550/3185] KPT-24: Update background color to DimGray --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 53c6d3eeeb62..95b0c9b012ff 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GoldenRod; + border-top: 1px solid DimGray; } nav { - background: GoldenRod; + background: DimGray; display: flex; align-items: center; padding: 0 0.5rem; From 060b1777ca35a731245f3eaeafc2147a6dc1db7b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 2 Sep 2022 22:49:34 +0000 Subject: [PATCH 1551/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 95b0c9b012ff..d5b33e6aee0e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DimGray; + border-top: 1px solid LimeGreen; } nav { - background: DimGray; + background: LimeGreen; display: flex; align-items: center; padding: 0 0.5rem; From 629dc74fe0f9276fe226f04ddfeaf2cb6434c704 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 3 Sep 2022 01:04:35 +0000 Subject: [PATCH 1552/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d5b33e6aee0e..4cb33c38cec8 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LimeGreen; + border-top: 1px solid DarkSalmon; } nav { - background: LimeGreen; + background: DarkSalmon; display: flex; align-items: center; padding: 0 0.5rem; From 3504c48735116008488a48b5a2e64a62c02c63db Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 3 Sep 2022 01:49:36 +0000 Subject: [PATCH 1553/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4cb33c38cec8..2bb350ffd9ac 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSalmon; + border-top: 1px solid Yellow; } nav { - background: DarkSalmon; + background: Yellow; display: flex; align-items: center; padding: 0 0.5rem; From c349a59dc470081db8c4d6ed09839abd5170a553 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 3 Sep 2022 02:34:38 +0000 Subject: [PATCH 1554/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 2bb350ffd9ac..6da11d3d6276 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Yellow; + border-top: 1px solid DarkOliveGreen; } nav { - background: Yellow; + background: DarkOliveGreen; display: flex; align-items: center; padding: 0 0.5rem; From a19bc7d0e6662271f88c1061664c157a430d57fb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 3 Sep 2022 04:04:35 +0000 Subject: [PATCH 1555/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 6da11d3d6276..f626f10eb5eb 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOliveGreen; + border-top: 1px solid PaleGoldenRod; } nav { - background: DarkOliveGreen; + background: PaleGoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From 6d66a53eb21955da0fd632d9f2b843f9a45644e0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 3 Sep 2022 04:49:36 +0000 Subject: [PATCH 1556/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index f626f10eb5eb..b3ffebd1503f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleGoldenRod; + border-top: 1px solid PeachPuff; } nav { - background: PaleGoldenRod; + background: PeachPuff; display: flex; align-items: center; padding: 0 0.5rem; From 2a76710db4883916d9ce4925f7f6e43bd56da897 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 3 Sep 2022 05:34:35 +0000 Subject: [PATCH 1557/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index b3ffebd1503f..6ed2eb8a42df 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PeachPuff; + border-top: 1px solid Turquoise; } nav { - background: PeachPuff; + background: Turquoise; display: flex; align-items: center; padding: 0 0.5rem; From 8d70426f24f5f1bab3419fa3e2669f2d40d34a5d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 3 Sep 2022 10:04:35 +0000 Subject: [PATCH 1558/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 6ed2eb8a42df..19e1abc1037e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Turquoise; + border-top: 1px solid PaleGreen; } nav { - background: Turquoise; + background: PaleGreen; display: flex; align-items: center; padding: 0 0.5rem; From 1d15fbeb07c1e193da733a717d2dd43414013b21 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 3 Sep 2022 11:34:35 +0000 Subject: [PATCH 1559/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 19e1abc1037e..b3ffebd1503f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleGreen; + border-top: 1px solid PeachPuff; } nav { - background: PaleGreen; + background: PeachPuff; display: flex; align-items: center; padding: 0 0.5rem; From ef471e884843dd35a9db01ea797f1a7e51e16697 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 3 Sep 2022 13:04:35 +0000 Subject: [PATCH 1560/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index b3ffebd1503f..9cc806b0b915 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PeachPuff; + border-top: 1px solid DodgerBlue; } nav { - background: PeachPuff; + background: DodgerBlue; display: flex; align-items: center; padding: 0 0.5rem; From 69775d6e0472443094bf609f25a2043c503e33c2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 3 Sep 2022 16:04:34 +0000 Subject: [PATCH 1561/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 9cc806b0b915..4f31bef8a698 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DodgerBlue; + border-top: 1px solid NavajoWhite; } nav { - background: DodgerBlue; + background: NavajoWhite; display: flex; align-items: center; padding: 0 0.5rem; From ab2610dd272153cd8627553c8fed4052c84e1c9e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 3 Sep 2022 16:49:34 +0000 Subject: [PATCH 1562/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4f31bef8a698..0ad2b52a66dd 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid NavajoWhite; + border-top: 1px solid DarkSlateGray; } nav { - background: NavajoWhite; + background: DarkSlateGray; display: flex; align-items: center; padding: 0 0.5rem; From 9d4c593f35f4df9f88ba9959ae688c663abd3621 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 3 Sep 2022 18:19:34 +0000 Subject: [PATCH 1563/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 0ad2b52a66dd..a30b9cfca12e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateGray; + border-top: 1px solid PapayaWhip; } nav { - background: DarkSlateGray; + background: PapayaWhip; display: flex; align-items: center; padding: 0 0.5rem; From edcbd9b07f2ee3b54da2e3188258b572a8667419 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 3 Sep 2022 22:04:34 +0000 Subject: [PATCH 1564/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index a30b9cfca12e..454e3b0659dc 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PapayaWhip; + border-top: 1px solid Tan; } nav { - background: PapayaWhip; + background: Tan; display: flex; align-items: center; padding: 0 0.5rem; From 173e2d4fe3e7e0ca3f99f47293f591b630005e37 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 4 Sep 2022 00:19:34 +0000 Subject: [PATCH 1565/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 454e3b0659dc..b71c46471615 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Tan; + border-top: 1px solid Sienna; } nav { - background: Tan; + background: Sienna; display: flex; align-items: center; padding: 0 0.5rem; From 2a023615b74a12882939f083c19e7f8917018dd1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 4 Sep 2022 01:04:35 +0000 Subject: [PATCH 1566/3185] KPT-22: Modals with DarkSalmon accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index b71c46471615..4cb33c38cec8 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Sienna; + border-top: 1px solid DarkSalmon; } nav { - background: Sienna; + background: DarkSalmon; display: flex; align-items: center; padding: 0 0.5rem; From ce39dc62b34b90a4f0d360797c1820649290f39e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 4 Sep 2022 02:34:35 +0000 Subject: [PATCH 1567/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4cb33c38cec8..6da11d3d6276 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSalmon; + border-top: 1px solid DarkOliveGreen; } nav { - background: DarkSalmon; + background: DarkOliveGreen; display: flex; align-items: center; padding: 0 0.5rem; From c4955eb25fc3ddf8b44e6545a9e01c8b4a83d1c6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 4 Sep 2022 04:04:34 +0000 Subject: [PATCH 1568/3185] KPT-24: Update background color to Navy --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 6da11d3d6276..31a327a93479 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOliveGreen; + border-top: 1px solid Navy; } nav { - background: DarkOliveGreen; + background: Navy; display: flex; align-items: center; padding: 0 0.5rem; From 136d28d2bae8a56a212f666d921eb1086a3d7937 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 4 Sep 2022 09:19:34 +0000 Subject: [PATCH 1569/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 31a327a93479..9219f21a21b0 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Navy; + border-top: 1px solid OrangeRed; } nav { - background: Navy; + background: OrangeRed; display: flex; align-items: center; padding: 0 0.5rem; From 63ef0d94a16eed95934e888ac923fa49c5ea998c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 4 Sep 2022 10:49:35 +0000 Subject: [PATCH 1570/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 9219f21a21b0..e998dc1afbfd 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OrangeRed; + border-top: 1px solid Cyan; } nav { - background: OrangeRed; + background: Cyan; display: flex; align-items: center; padding: 0 0.5rem; From 52f74141407d0b6d6a21f40e4aee5baf466a4617 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 4 Sep 2022 12:19:35 +0000 Subject: [PATCH 1571/3185] KPT-24: Update background color to SeaGreen --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index e998dc1afbfd..7a8231a1d628 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Cyan; + border-top: 1px solid SeaGreen; } nav { - background: Cyan; + background: SeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From f220e3488b1107e52f7d0e2d72e0c268dbea3b86 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 4 Sep 2022 13:04:35 +0000 Subject: [PATCH 1572/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 7a8231a1d628..19e1abc1037e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SeaGreen; + border-top: 1px solid PaleGreen; } nav { - background: SeaGreen; + background: PaleGreen; display: flex; align-items: center; padding: 0 0.5rem; From cb3e49227e66690fe4a50b5ff4dffaba4bd2fc4e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 4 Sep 2022 19:49:34 +0000 Subject: [PATCH 1573/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 19e1abc1037e..ebdf63f280df 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleGreen; + border-top: 1px solid White; } nav { - background: PaleGreen; + background: White; display: flex; align-items: center; padding: 0 0.5rem; From d1df2fa2ea72ebac2682e88e0c4788dff1514dd1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 4 Sep 2022 22:04:34 +0000 Subject: [PATCH 1574/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ebdf63f280df..7a8231a1d628 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid White; + border-top: 1px solid SeaGreen; } nav { - background: White; + background: SeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From 6b5851f2a600e7f95ce684048790351f5b7e3855 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 4 Sep 2022 22:49:34 +0000 Subject: [PATCH 1575/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 7a8231a1d628..affcc732e93e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SeaGreen; + border-top: 1px solid Pink; } nav { - background: SeaGreen; + background: Pink; display: flex; align-items: center; padding: 0 0.5rem; From 40dca7cb46dc9170a9f5fd7ffe359bc8cd7e0d0e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 4 Sep 2022 23:34:34 +0000 Subject: [PATCH 1576/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index affcc732e93e..24d254c510ca 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Pink; + border-top: 1px solid Wheat; } nav { - background: Pink; + background: Wheat; display: flex; align-items: center; padding: 0 0.5rem; From 2d324da9c74f34def3e35355b063827038fce301 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 5 Sep 2022 01:04:34 +0000 Subject: [PATCH 1577/3185] KPT-22: Modals with MediumVioletRed accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 24d254c510ca..63b3b490fb00 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Wheat; + border-top: 1px solid MediumVioletRed; } nav { - background: Wheat; + background: MediumVioletRed; display: flex; align-items: center; padding: 0 0.5rem; From d89bb16358e298314ab08f30ed44e7a7dea12a0a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 5 Sep 2022 05:34:35 +0000 Subject: [PATCH 1578/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 63b3b490fb00..9897bbddf092 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumVioletRed; + border-top: 1px solid LightPink; } nav { - background: MediumVioletRed; + background: LightPink; display: flex; align-items: center; padding: 0 0.5rem; From d0608b83922c6493eaa13f2b32813342e5469c8d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 5 Sep 2022 07:04:34 +0000 Subject: [PATCH 1579/3185] KPT-24: Update background color to Aquamarine --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 9897bbddf092..3b0ac193bf44 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightPink; + border-top: 1px solid Aquamarine; } nav { - background: LightPink; + background: Aquamarine; display: flex; align-items: center; padding: 0 0.5rem; From c44a72ef7dc7e4461b9b02f7343b7f3cef0354ec Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 5 Sep 2022 13:04:45 +0000 Subject: [PATCH 1580/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3b0ac193bf44..26096fe5afd6 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Aquamarine; + border-top: 1px solid FloralWhite; } nav { - background: Aquamarine; + background: FloralWhite; display: flex; align-items: center; padding: 0 0.5rem; From 2771aa7a2cb022be58d3757e40de941e8ad1a4d3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 5 Sep 2022 14:34:34 +0000 Subject: [PATCH 1581/3185] KPT-24: Update background color to PaleTurquoise --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 26096fe5afd6..0fc8799d2400 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid FloralWhite; + border-top: 1px solid PaleTurquoise; } nav { - background: FloralWhite; + background: PaleTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From 77e4be1b4c88b32a18fcf43e7c794f55e4ca4d58 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 5 Sep 2022 15:19:34 +0000 Subject: [PATCH 1582/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 0fc8799d2400..d5b33e6aee0e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleTurquoise; + border-top: 1px solid LimeGreen; } nav { - background: PaleTurquoise; + background: LimeGreen; display: flex; align-items: center; padding: 0 0.5rem; From 17781d4549ecbf09bce43ef8a1cf279269620825 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 5 Sep 2022 16:49:35 +0000 Subject: [PATCH 1583/3185] KPT-24: Update background color to SaddleBrown --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d5b33e6aee0e..136dba7818fc 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LimeGreen; + border-top: 1px solid SaddleBrown; } nav { - background: LimeGreen; + background: SaddleBrown; display: flex; align-items: center; padding: 0 0.5rem; From 5121e53576d5d00632604b0c7592511c2a53e176 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 5 Sep 2022 18:19:34 +0000 Subject: [PATCH 1584/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 136dba7818fc..8b28d00942f7 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SaddleBrown; + border-top: 1px solid PowderBlue; } nav { - background: SaddleBrown; + background: PowderBlue; display: flex; align-items: center; padding: 0 0.5rem; From c7eb04a63485b329f1095e2e58e7a9811c0cd577 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 5 Sep 2022 20:34:34 +0000 Subject: [PATCH 1585/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 8b28d00942f7..6ed2eb8a42df 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PowderBlue; + border-top: 1px solid Turquoise; } nav { - background: PowderBlue; + background: Turquoise; display: flex; align-items: center; padding: 0 0.5rem; From 4c4b66539f3f85400aaaf3df4801a3b305e6f3cc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 5 Sep 2022 22:04:35 +0000 Subject: [PATCH 1586/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 6ed2eb8a42df..afdb09fdc5dc 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Turquoise; + border-top: 1px solid SlateGray; } nav { - background: Turquoise; + background: SlateGray; display: flex; align-items: center; padding: 0 0.5rem; From 5e8bb715cf83075007658dcef15968b98620f044 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 5 Sep 2022 22:49:35 +0000 Subject: [PATCH 1587/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index afdb09fdc5dc..5d4492574dd1 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateGray; + border-top: 1px solid MintCream; } nav { - background: SlateGray; + background: MintCream; display: flex; align-items: center; padding: 0 0.5rem; From b065930faa48e58a721391761e522963d647a5ca Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 6 Sep 2022 04:49:36 +0000 Subject: [PATCH 1588/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 5d4492574dd1..a53a85ffbbae 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MintCream; + border-top: 1px solid AliceBlue; } nav { - background: MintCream; + background: AliceBlue; display: flex; align-items: center; padding: 0 0.5rem; From 58f738186a0f0a34bc4556ebc3543adf1baa46f4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 6 Sep 2022 10:49:36 +0000 Subject: [PATCH 1589/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index a53a85ffbbae..d8e82b5712c9 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid AliceBlue; + border-top: 1px solid Fuchsia; } nav { - background: AliceBlue; + background: Fuchsia; display: flex; align-items: center; padding: 0 0.5rem; From 1ce75a9dc9c78ed220707f64ee0f6942e6186f6a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 6 Sep 2022 12:19:35 +0000 Subject: [PATCH 1590/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d8e82b5712c9..b5abec4e62df 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Fuchsia; + border-top: 1px solid Chocolate; } nav { - background: Fuchsia; + background: Chocolate; display: flex; align-items: center; padding: 0 0.5rem; From 191dda51378bd740994705a2138d009a44a47cad Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 6 Sep 2022 19:04:35 +0000 Subject: [PATCH 1591/3185] KPT-22: Modals with Plum accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index b5abec4e62df..0228fd3891c6 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Chocolate; + border-top: 1px solid Plum; } nav { - background: Chocolate; + background: Plum; display: flex; align-items: center; padding: 0 0.5rem; From ca14f46fe8cdf3eb386ab8f9abec4dbf6e28430f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 7 Sep 2022 00:19:34 +0000 Subject: [PATCH 1592/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 0228fd3891c6..ee766fd90860 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Plum; + border-top: 1px solid Gold; } nav { - background: Plum; + background: Gold; display: flex; align-items: center; padding: 0 0.5rem; From 52d8a1136820eca7b280875fdc0f76ee04d17ab2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 7 Sep 2022 01:04:34 +0000 Subject: [PATCH 1593/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ee766fd90860..6ed2eb8a42df 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gold; + border-top: 1px solid Turquoise; } nav { - background: Gold; + background: Turquoise; display: flex; align-items: center; padding: 0 0.5rem; From f9b6687284430d433ddac71a3ddc1ff0ccdb0817 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 7 Sep 2022 03:19:34 +0000 Subject: [PATCH 1594/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 6ed2eb8a42df..6675fdc2e211 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Turquoise; + border-top: 1px solid Tomato; } nav { - background: Turquoise; + background: Tomato; display: flex; align-items: center; padding: 0 0.5rem; From 35c8f1dc5eab53f87df9bc89f2ff28399326362d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 7 Sep 2022 07:49:34 +0000 Subject: [PATCH 1595/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 6675fdc2e211..3bd9c6e87f30 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Tomato; + border-top: 1px solid LightBlue; } nav { - background: Tomato; + background: LightBlue; display: flex; align-items: center; padding: 0 0.5rem; From 39224a72f45562b6e4f0e0d8b063d12ffae0a0a9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 7 Sep 2022 09:19:34 +0000 Subject: [PATCH 1596/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3bd9c6e87f30..39ce4de2a2ff 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightBlue; + border-top: 1px solid FireBrick; } nav { - background: LightBlue; + background: FireBrick; display: flex; align-items: center; padding: 0 0.5rem; From 8ac8597e8b57c51ac54baf3cd61134f31a276170 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 7 Sep 2022 12:19:34 +0000 Subject: [PATCH 1597/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 39ce4de2a2ff..718dcb65df26 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid FireBrick; + border-top: 1px solid DarkCyan; } nav { - background: FireBrick; + background: DarkCyan; display: flex; align-items: center; padding: 0 0.5rem; From a6ea751a967112c3a37065531b2fb66d6a32c166 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 7 Sep 2022 14:34:35 +0000 Subject: [PATCH 1598/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 718dcb65df26..09d17be28fcf 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkCyan; + border-top: 1px solid Chartreuse; } nav { - background: DarkCyan; + background: Chartreuse; display: flex; align-items: center; padding: 0 0.5rem; From dccb4cf3c5aafe395c36e93657630e35eb5e3733 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 7 Sep 2022 16:49:34 +0000 Subject: [PATCH 1599/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 09d17be28fcf..d7031fe0709d 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Chartreuse; + border-top: 1px solid HotPink; } nav { - background: Chartreuse; + background: HotPink; display: flex; align-items: center; padding: 0 0.5rem; From 0203ecad4ee83c88216637de41992c7b693ebcba Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 7 Sep 2022 17:34:34 +0000 Subject: [PATCH 1600/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d7031fe0709d..3ec0ac892f86 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid HotPink; + border-top: 1px solid Gainsboro; } nav { - background: HotPink; + background: Gainsboro; display: flex; align-items: center; padding: 0 0.5rem; From 3bc014034f7d72ecc0a28e2f9cbb65356d3f7c2d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 7 Sep 2022 18:19:34 +0000 Subject: [PATCH 1601/3185] KPT-22: Modals with IndianRed accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3ec0ac892f86..8876d676857c 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gainsboro; + border-top: 1px solid IndianRed; } nav { - background: Gainsboro; + background: IndianRed; display: flex; align-items: center; padding: 0 0.5rem; From 6219c96a3682a9ac011df98c9db54acf7bf4f509 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 7 Sep 2022 22:49:34 +0000 Subject: [PATCH 1602/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 8876d676857c..39ce4de2a2ff 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid IndianRed; + border-top: 1px solid FireBrick; } nav { - background: IndianRed; + background: FireBrick; display: flex; align-items: center; padding: 0 0.5rem; From 83f4657152e8603d4d07c143d888c9df2b848995 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 8 Sep 2022 04:49:35 +0000 Subject: [PATCH 1603/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 39ce4de2a2ff..affcc732e93e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid FireBrick; + border-top: 1px solid Pink; } nav { - background: FireBrick; + background: Pink; display: flex; align-items: center; padding: 0 0.5rem; From 29775092d622685c978652bb75e4fb6663688b99 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 8 Sep 2022 06:19:35 +0000 Subject: [PATCH 1604/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index affcc732e93e..5d4492574dd1 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Pink; + border-top: 1px solid MintCream; } nav { - background: Pink; + background: MintCream; display: flex; align-items: center; padding: 0 0.5rem; From 6adf9d08a4089effdba9d54a3299216d02b6d130 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 8 Sep 2022 07:04:35 +0000 Subject: [PATCH 1605/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 5d4492574dd1..a53a85ffbbae 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MintCream; + border-top: 1px solid AliceBlue; } nav { - background: MintCream; + background: AliceBlue; display: flex; align-items: center; padding: 0 0.5rem; From d5c9bdeffe286277059095eff3bc06742000c871 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 8 Sep 2022 08:34:36 +0000 Subject: [PATCH 1606/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index a53a85ffbbae..38eb215526f9 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid AliceBlue; + border-top: 1px solid Salmon; } nav { - background: AliceBlue; + background: Salmon; display: flex; align-items: center; padding: 0 0.5rem; From 51570bdc119f4f5fb527b2d623e590c497ad8450 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 8 Sep 2022 10:49:35 +0000 Subject: [PATCH 1607/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 38eb215526f9..0053969b5ecf 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Salmon; + border-top: 1px solid WhiteSmoke; } nav { - background: Salmon; + background: WhiteSmoke; display: flex; align-items: center; padding: 0 0.5rem; From be00e91bbe3283e3faef7a5cc1f21ebe8d1da779 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 8 Sep 2022 13:49:37 +0000 Subject: [PATCH 1608/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 0053969b5ecf..c9db43be9d02 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid WhiteSmoke; + border-top: 1px solid Purple; } nav { - background: WhiteSmoke; + background: Purple; display: flex; align-items: center; padding: 0 0.5rem; From 9271989da81d3b7cf7c315d3d9028270d2617e8a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 8 Sep 2022 15:19:36 +0000 Subject: [PATCH 1609/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index c9db43be9d02..ceefd47a65fe 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Purple; + border-top: 1px solid BlueViolet; } nav { - background: Purple; + background: BlueViolet; display: flex; align-items: center; padding: 0 0.5rem; From af9776d774bdfc3be251fe842346e25c89804c09 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 8 Sep 2022 19:04:34 +0000 Subject: [PATCH 1610/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ceefd47a65fe..bc298684f71f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BlueViolet; + border-top: 1px solid RebeccaPurple; } nav { - background: BlueViolet; + background: RebeccaPurple; display: flex; align-items: center; padding: 0 0.5rem; From 29b997660d638768d162bf856f5cd3bddabc76b4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 8 Sep 2022 22:04:35 +0000 Subject: [PATCH 1611/3185] KPT-22: Modals with ForestGreen accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index bc298684f71f..4c78b363845c 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RebeccaPurple; + border-top: 1px solid ForestGreen; } nav { - background: RebeccaPurple; + background: ForestGreen; display: flex; align-items: center; padding: 0 0.5rem; From 81d133b67d7a78ab407f2f70f567dd726dd43e97 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 9 Sep 2022 03:19:34 +0000 Subject: [PATCH 1612/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4c78b363845c..c5466bcfd359 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid ForestGreen; + border-top: 1px solid Teal; } nav { - background: ForestGreen; + background: Teal; display: flex; align-items: center; padding: 0 0.5rem; From 7bda6d484d070c24850a5df7f7afd3116dcd1f19 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 9 Sep 2022 04:49:34 +0000 Subject: [PATCH 1613/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index c5466bcfd359..036ab873eeb7 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Teal; + border-top: 1px solid Violet; } nav { - background: Teal; + background: Violet; display: flex; align-items: center; padding: 0 0.5rem; From 1f8b673aa8ada15bf3caa21ad8869862bf0368ff Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 9 Sep 2022 13:04:34 +0000 Subject: [PATCH 1614/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 036ab873eeb7..4ec33dd9a11e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Violet; + border-top: 1px solid BurlyWood; } nav { - background: Violet; + background: BurlyWood; display: flex; align-items: center; padding: 0 0.5rem; From 2be6e84bdc6f1466ab3abea768327edb76450795 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 9 Sep 2022 14:34:35 +0000 Subject: [PATCH 1615/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4ec33dd9a11e..bad8db91c557 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BurlyWood; + border-top: 1px solid CadetBlue; } nav { - background: BurlyWood; + background: CadetBlue; display: flex; align-items: center; padding: 0 0.5rem; From 06b902168d450a9a08ec1f59140ba1060b8d88fa Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 9 Sep 2022 15:19:35 +0000 Subject: [PATCH 1616/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index bad8db91c557..9b225c303ed7 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid CadetBlue; + border-top: 1px solid CornflowerBlue; } nav { - background: CadetBlue; + background: CornflowerBlue; display: flex; align-items: center; padding: 0 0.5rem; From 245947e92baa77f807c6686e2aae5de26c5d9d2d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 9 Sep 2022 16:49:35 +0000 Subject: [PATCH 1617/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 9b225c303ed7..7265cc2310f6 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid CornflowerBlue; + border-top: 1px solid DarkGrey; } nav { - background: CornflowerBlue; + background: DarkGrey; display: flex; align-items: center; padding: 0 0.5rem; From dd8382a3da69e819dc8c46e01d53c58b04c7ffc7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 9 Sep 2022 19:49:35 +0000 Subject: [PATCH 1618/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 7265cc2310f6..9b225c303ed7 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGrey; + border-top: 1px solid CornflowerBlue; } nav { - background: DarkGrey; + background: CornflowerBlue; display: flex; align-items: center; padding: 0 0.5rem; From ba2fa15a26212cdaa774b6a2cb3b75dec42eebc3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 9 Sep 2022 20:34:34 +0000 Subject: [PATCH 1619/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 9b225c303ed7..7e2c71043980 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid CornflowerBlue; + border-top: 1px solid OliveDrab; } nav { - background: CornflowerBlue; + background: OliveDrab; display: flex; align-items: center; padding: 0 0.5rem; From 1651cbf83fd093c21d59cb632bf73854a56786df Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 10 Sep 2022 01:49:35 +0000 Subject: [PATCH 1620/3185] KPT-24: Update background color to PaleGreen --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 7e2c71043980..19e1abc1037e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OliveDrab; + border-top: 1px solid PaleGreen; } nav { - background: OliveDrab; + background: PaleGreen; display: flex; align-items: center; padding: 0 0.5rem; From 6bed8708912d1a2dfa7b014cd2ec95924b329765 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 10 Sep 2022 02:34:36 +0000 Subject: [PATCH 1621/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 19e1abc1037e..eca3a27ac0c5 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleGreen; + border-top: 1px solid GreenYellow; } nav { - background: PaleGreen; + background: GreenYellow; display: flex; align-items: center; padding: 0 0.5rem; From 4438d0a7520200a6476cd0718b7da427ebe5e680 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 10 Sep 2022 04:04:35 +0000 Subject: [PATCH 1622/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index eca3a27ac0c5..38d8005718f8 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GreenYellow; + border-top: 1px solid YellowGreen; } nav { - background: GreenYellow; + background: YellowGreen; display: flex; align-items: center; padding: 0 0.5rem; From ab474d2b72da17dfa9bbfffd4d2efb2ebc17a4d4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 10 Sep 2022 07:49:35 +0000 Subject: [PATCH 1623/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 38d8005718f8..abc9bac5eca7 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid YellowGreen; + border-top: 1px solid Blue; } nav { - background: YellowGreen; + background: Blue; display: flex; align-items: center; padding: 0 0.5rem; From 4726a388843565b72240e356ee51e5fef6ae410f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 10 Sep 2022 09:19:35 +0000 Subject: [PATCH 1624/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index abc9bac5eca7..a53a85ffbbae 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Blue; + border-top: 1px solid AliceBlue; } nav { - background: Blue; + background: AliceBlue; display: flex; align-items: center; padding: 0 0.5rem; From 498b66da682814cea93f23f5b3c01fcf025b8a41 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 10 Sep 2022 10:04:35 +0000 Subject: [PATCH 1625/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index a53a85ffbbae..bc298684f71f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid AliceBlue; + border-top: 1px solid RebeccaPurple; } nav { - background: AliceBlue; + background: RebeccaPurple; display: flex; align-items: center; padding: 0 0.5rem; From fa516ab5f2b2a7e18704714ccf630aea1c6ecdfc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 10 Sep 2022 10:49:35 +0000 Subject: [PATCH 1626/3185] KPT-24: Update background color to PapayaWhip --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index bc298684f71f..a30b9cfca12e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RebeccaPurple; + border-top: 1px solid PapayaWhip; } nav { - background: RebeccaPurple; + background: PapayaWhip; display: flex; align-items: center; padding: 0 0.5rem; From 6ba6377b053e756a550e56ea694a6da3b7a18b90 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 10 Sep 2022 11:34:35 +0000 Subject: [PATCH 1627/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index a30b9cfca12e..d8e82b5712c9 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PapayaWhip; + border-top: 1px solid Fuchsia; } nav { - background: PapayaWhip; + background: Fuchsia; display: flex; align-items: center; padding: 0 0.5rem; From fd760f48f0913ca6c6a8ff58ec17a481edde47eb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 10 Sep 2022 17:34:35 +0000 Subject: [PATCH 1628/3185] KPT-24: Update background color to DodgerBlue --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d8e82b5712c9..9cc806b0b915 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Fuchsia; + border-top: 1px solid DodgerBlue; } nav { - background: Fuchsia; + background: DodgerBlue; display: flex; align-items: center; padding: 0 0.5rem; From 9e10c5588a9c959134b033c666013da70fffad45 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 11 Sep 2022 08:44:51 +0000 Subject: [PATCH 1629/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 9cc806b0b915..d45f2f580eae 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DodgerBlue; + border-top: 1px solid LightGray; } nav { - background: DodgerBlue; + background: LightGray; display: flex; align-items: center; padding: 0 0.5rem; From fb0052f05e675d2771cb3e2fc4488c04c1518bbb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 11 Sep 2022 10:59:51 +0000 Subject: [PATCH 1630/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d45f2f580eae..bd66074dbebd 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGray; + border-top: 1px solid LightSlateGray; } nav { - background: LightGray; + background: LightSlateGray; display: flex; align-items: center; padding: 0 0.5rem; From f139bb2d234665616cd109c543009b6d622f2240 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 11 Sep 2022 13:14:52 +0000 Subject: [PATCH 1631/3185] KPT-22: Modals with MediumSlateBlue accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index bd66074dbebd..1230ce9cd975 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSlateGray; + border-top: 1px solid MediumSlateBlue; } nav { - background: LightSlateGray; + background: MediumSlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From 3edda870e50ce9d18bc602d8d53b08ca5708f8af Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 11 Sep 2022 15:29:51 +0000 Subject: [PATCH 1632/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 1230ce9cd975..f626f10eb5eb 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSlateBlue; + border-top: 1px solid PaleGoldenRod; } nav { - background: MediumSlateBlue; + background: PaleGoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From 8a74f6b7081319a20d13595f5df94debfb97a2a1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 11 Sep 2022 16:14:51 +0000 Subject: [PATCH 1633/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index f626f10eb5eb..9db6466b4d55 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleGoldenRod; + border-top: 1px solid Indigo; } nav { - background: PaleGoldenRod; + background: Indigo; display: flex; align-items: center; padding: 0 0.5rem; From d2d65dac94879532169c01702bae4f20c6ffb08a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 11 Sep 2022 16:59:51 +0000 Subject: [PATCH 1634/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 9db6466b4d55..9cc806b0b915 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Indigo; + border-top: 1px solid DodgerBlue; } nav { - background: Indigo; + background: DodgerBlue; display: flex; align-items: center; padding: 0 0.5rem; From 7259835b505ee0a196bd410fa6ba54bd2b5a71d0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 11 Sep 2022 18:29:52 +0000 Subject: [PATCH 1635/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 9cc806b0b915..02795f4f8e2b 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DodgerBlue; + border-top: 1px solid DarkGray; } nav { - background: DodgerBlue; + background: DarkGray; display: flex; align-items: center; padding: 0 0.5rem; From def450db85c2abc5c4172d24f39d01b5428503b2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 11 Sep 2022 19:59:52 +0000 Subject: [PATCH 1636/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 02795f4f8e2b..bdd585164bf6 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGray; + border-top: 1px solid MediumTurquoise; } nav { - background: DarkGray; + background: MediumTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From e7b9951f624ef1a4161cd2030752618eaf9e1d40 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 12 Sep 2022 04:14:51 +0000 Subject: [PATCH 1637/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index bdd585164bf6..46aa99fbd145 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumTurquoise; + border-top: 1px solid DarkGoldenRod; } nav { - background: MediumTurquoise; + background: DarkGoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From 34a8add610f440dd2d13227ae17527ad0604bb2b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 12 Sep 2022 05:44:51 +0000 Subject: [PATCH 1638/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 46aa99fbd145..4ec33dd9a11e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGoldenRod; + border-top: 1px solid BurlyWood; } nav { - background: DarkGoldenRod; + background: BurlyWood; display: flex; align-items: center; padding: 0 0.5rem; From b8a0c2e5e3e0f6a97ea36cffd9c190b38aa212ab Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 12 Sep 2022 07:59:52 +0000 Subject: [PATCH 1639/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4ec33dd9a11e..01d9c09e8bbb 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BurlyWood; + border-top: 1px solid Brown; } nav { - background: BurlyWood; + background: Brown; display: flex; align-items: center; padding: 0 0.5rem; From db92fd40591870f2b29f81678897e7ae229ac699 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 12 Sep 2022 10:59:51 +0000 Subject: [PATCH 1640/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 01d9c09e8bbb..453cdaa8fe58 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Brown; + border-top: 1px solid DarkSlateBlue; } nav { - background: Brown; + background: DarkSlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From 6d270317fabc47d8bcfb174b9f942ea28d72f1f4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 12 Sep 2022 17:44:51 +0000 Subject: [PATCH 1641/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 453cdaa8fe58..d3ffb8ea4363 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateBlue; + border-top: 1px solid DimGrey; } nav { - background: DarkSlateBlue; + background: DimGrey; display: flex; align-items: center; padding: 0 0.5rem; From ca6b8ba984165fac8f85b3cbce092fa134b9039e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 12 Sep 2022 18:29:51 +0000 Subject: [PATCH 1642/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d3ffb8ea4363..9cb4c6084104 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DimGrey; + border-top: 1px solid DarkBlue; } nav { - background: DimGrey; + background: DarkBlue; display: flex; align-items: center; padding: 0 0.5rem; From 539230bdfe6f3d79721c322865635d7ab3cdc8a3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 12 Sep 2022 19:59:51 +0000 Subject: [PATCH 1643/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 9cb4c6084104..2b6378f009d4 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkBlue; + border-top: 1px solid DarkTurquoise; } nav { - background: DarkBlue; + background: DarkTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From adf4248465325bfa67efdae2b456f9ab71b4b063 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 12 Sep 2022 22:59:51 +0000 Subject: [PATCH 1644/3185] KPT-24: Update background color to IndianRed --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 2b6378f009d4..8876d676857c 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkTurquoise; + border-top: 1px solid IndianRed; } nav { - background: DarkTurquoise; + background: IndianRed; display: flex; align-items: center; padding: 0 0.5rem; From 5daaabb8c1da1e225b5ea10a0dcb7e11cced5e86 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 13 Sep 2022 01:59:52 +0000 Subject: [PATCH 1645/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 8876d676857c..eca3a27ac0c5 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid IndianRed; + border-top: 1px solid GreenYellow; } nav { - background: IndianRed; + background: GreenYellow; display: flex; align-items: center; padding: 0 0.5rem; From 5885e9ba322a00d91ff13805533947b90e2570a7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 13 Sep 2022 02:44:52 +0000 Subject: [PATCH 1646/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index eca3a27ac0c5..3bd9c6e87f30 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GreenYellow; + border-top: 1px solid LightBlue; } nav { - background: GreenYellow; + background: LightBlue; display: flex; align-items: center; padding: 0 0.5rem; From 2b8f8c2b0d3d7f928dbaec584d47668f31ce352a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 13 Sep 2022 06:29:51 +0000 Subject: [PATCH 1647/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3bd9c6e87f30..cc3e2a46c95e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightBlue; + border-top: 1px solid LightSkyBlue; } nav { - background: LightBlue; + background: LightSkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From 909c0b828954d9065a6df28b20c33629585431b7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 13 Sep 2022 07:14:51 +0000 Subject: [PATCH 1648/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index cc3e2a46c95e..6c526423d3cc 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSkyBlue; + border-top: 1px solid Cornsilk; } nav { - background: LightSkyBlue; + background: Cornsilk; display: flex; align-items: center; padding: 0 0.5rem; From 4e9af7ce374843eb0e367bec50c180279e56629c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 13 Sep 2022 08:44:52 +0000 Subject: [PATCH 1649/3185] KPT-24: Update background color to LightBlue --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 6c526423d3cc..3bd9c6e87f30 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Cornsilk; + border-top: 1px solid LightBlue; } nav { - background: Cornsilk; + background: LightBlue; display: flex; align-items: center; padding: 0 0.5rem; From 2260e73a3a1ce82c54837c0e3bae5208cc18ed4d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 13 Sep 2022 12:29:51 +0000 Subject: [PATCH 1650/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3bd9c6e87f30..a67998ca9c46 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightBlue; + border-top: 1px solid MediumOrchid; } nav { - background: LightBlue; + background: MediumOrchid; display: flex; align-items: center; padding: 0 0.5rem; From ec8a840de47a1622024851c3ca5831dd1c525778 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 13 Sep 2022 13:14:51 +0000 Subject: [PATCH 1651/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index a67998ca9c46..64214c2d85c0 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumOrchid; + border-top: 1px solid LightGreen; } nav { - background: MediumOrchid; + background: LightGreen; display: flex; align-items: center; padding: 0 0.5rem; From 76963a4a655abf6650ef997794afc0b24d23823d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 13 Sep 2022 14:44:51 +0000 Subject: [PATCH 1652/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 64214c2d85c0..14bdb415526f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGreen; + border-top: 1px solid DarkGreen; } nav { - background: LightGreen; + background: DarkGreen; display: flex; align-items: center; padding: 0 0.5rem; From 0efa3a592dcbba5cb93adcc82f6a98e772dfd1ab Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 13 Sep 2022 15:29:52 +0000 Subject: [PATCH 1653/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 14bdb415526f..ce75e3b066c0 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGreen; + border-top: 1px solid Olive; } nav { - background: DarkGreen; + background: Olive; display: flex; align-items: center; padding: 0 0.5rem; From 6b24e040a402a348709be4693261776536765f79 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 13 Sep 2022 19:59:52 +0000 Subject: [PATCH 1654/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ce75e3b066c0..ac6b74bb429f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Olive; + border-top: 1px solid Bisque; } nav { - background: Olive; + background: Bisque; display: flex; align-items: center; padding: 0 0.5rem; From 8f70bdcab2c661d97235837cdf2e9ec5a0e67562 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 13 Sep 2022 22:14:52 +0000 Subject: [PATCH 1655/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ac6b74bb429f..c9db43be9d02 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Bisque; + border-top: 1px solid Purple; } nav { - background: Bisque; + background: Purple; display: flex; align-items: center; padding: 0 0.5rem; From 693bbd51eb25ff5954cf77d1a8c7aa3949250c28 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 13 Sep 2022 22:59:51 +0000 Subject: [PATCH 1656/3185] KPT-22: Modals with RosyBrown accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index c9db43be9d02..3c53fdbf3bd7 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Purple; + border-top: 1px solid RosyBrown; } nav { - background: Purple; + background: RosyBrown; display: flex; align-items: center; padding: 0 0.5rem; From e71159bbc99e47ac3f4bdef0d570f242864879ab Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 14 Sep 2022 02:44:52 +0000 Subject: [PATCH 1657/3185] KPT-22: Modals with LightCyan accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3c53fdbf3bd7..95a9d0b2c399 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RosyBrown; + border-top: 1px solid LightCyan; } nav { - background: RosyBrown; + background: LightCyan; display: flex; align-items: center; padding: 0 0.5rem; From a0234892dd11f993f8f9fd2a50e85bc075bd0ccb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 14 Sep 2022 06:29:51 +0000 Subject: [PATCH 1658/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 95a9d0b2c399..91281b5305a0 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightCyan; + border-top: 1px solid HoneyDew; } nav { - background: LightCyan; + background: HoneyDew; display: flex; align-items: center; padding: 0 0.5rem; From 08b751a7f96e4abece991bef21ccedb826c946d0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 14 Sep 2022 07:14:51 +0000 Subject: [PATCH 1659/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 91281b5305a0..0fc8799d2400 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid HoneyDew; + border-top: 1px solid PaleTurquoise; } nav { - background: HoneyDew; + background: PaleTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From 1202c15b258a46cdf407f86ea66c22db0431e0cd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 14 Sep 2022 07:59:51 +0000 Subject: [PATCH 1660/3185] KPT-22: Modals with Linen accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 0fc8799d2400..d1a30d185108 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleTurquoise; + border-top: 1px solid Linen; } nav { - background: PaleTurquoise; + background: Linen; display: flex; align-items: center; padding: 0 0.5rem; From b745644914803a781bf0ad5f69d987393a35fbd4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 14 Sep 2022 16:14:51 +0000 Subject: [PATCH 1661/3185] KPT-22: Modals with Crimson accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d1a30d185108..b666cf7876b7 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Linen; + border-top: 1px solid Crimson; } nav { - background: Linen; + background: Crimson; display: flex; align-items: center; padding: 0 0.5rem; From 4d331c54fd8034fee52bd32f3d2c867be9b7a0bd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 14 Sep 2022 17:44:53 +0000 Subject: [PATCH 1662/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index b666cf7876b7..036ab873eeb7 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Crimson; + border-top: 1px solid Violet; } nav { - background: Crimson; + background: Violet; display: flex; align-items: center; padding: 0 0.5rem; From e612d2ea63a69e57e0d243eb1c7f9a9559ba8e1f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 14 Sep 2022 19:59:51 +0000 Subject: [PATCH 1663/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 036ab873eeb7..64214c2d85c0 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Violet; + border-top: 1px solid LightGreen; } nav { - background: Violet; + background: LightGreen; display: flex; align-items: center; padding: 0 0.5rem; From a7ee212e8175fd209b0632cde681ab364788bfa0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 14 Sep 2022 20:44:51 +0000 Subject: [PATCH 1664/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 64214c2d85c0..2d42ff06bf02 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGreen; + border-top: 1px solid DarkViolet; } nav { - background: LightGreen; + background: DarkViolet; display: flex; align-items: center; padding: 0 0.5rem; From fb8d9b69b948278fb117c2457b23780f276fe11b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 14 Sep 2022 23:44:52 +0000 Subject: [PATCH 1665/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 2d42ff06bf02..453cdaa8fe58 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkViolet; + border-top: 1px solid DarkSlateBlue; } nav { - background: DarkViolet; + background: DarkSlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From db7379026f501b2df7671b63578b9ef76675e107 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 15 Sep 2022 00:29:52 +0000 Subject: [PATCH 1666/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 453cdaa8fe58..4e9265f434fd 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateBlue; + border-top: 1px solid DeepPink; } nav { - background: DarkSlateBlue; + background: DeepPink; display: flex; align-items: center; padding: 0 0.5rem; From 2ba6c6fea7a33ea8bf69d24bd600671060a8e2cf Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 15 Sep 2022 03:29:51 +0000 Subject: [PATCH 1667/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4e9265f434fd..a30b9cfca12e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DeepPink; + border-top: 1px solid PapayaWhip; } nav { - background: DeepPink; + background: PapayaWhip; display: flex; align-items: center; padding: 0 0.5rem; From 4391a7326c3b73b53be84abb6c0b8339d170435b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 15 Sep 2022 13:14:51 +0000 Subject: [PATCH 1668/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index a30b9cfca12e..718dcb65df26 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PapayaWhip; + border-top: 1px solid DarkCyan; } nav { - background: PapayaWhip; + background: DarkCyan; display: flex; align-items: center; padding: 0 0.5rem; From a2cfcec54abb6a39664d7b8e22a40f74f2c2c095 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 15 Sep 2022 14:44:51 +0000 Subject: [PATCH 1669/3185] KPT-24: Update background color to MistyRose --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 718dcb65df26..7885b7716913 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkCyan; + border-top: 1px solid MistyRose; } nav { - background: DarkCyan; + background: MistyRose; display: flex; align-items: center; padding: 0 0.5rem; From 6c4f79bc142cb44e5f1ec5a6a82084a697e22a61 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 16 Sep 2022 00:29:52 +0000 Subject: [PATCH 1670/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 7885b7716913..3b05aa10f47f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MistyRose; + border-top: 1px solid SkyBlue; } nav { - background: MistyRose; + background: SkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From d689920706b93099ff11481eaf6949bf6509cf8c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 16 Sep 2022 05:44:52 +0000 Subject: [PATCH 1671/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3b05aa10f47f..6baa43ae096e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SkyBlue; + border-top: 1px solid BlanchedAlmond; } nav { - background: SkyBlue; + background: BlanchedAlmond; display: flex; align-items: center; padding: 0 0.5rem; From 7902d78fac7b73766b64ca185064eed48a3131a3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 16 Sep 2022 07:59:51 +0000 Subject: [PATCH 1672/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 6baa43ae096e..bb2f114b139e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BlanchedAlmond; + border-top: 1px solid LightSlateGrey; } nav { - background: BlanchedAlmond; + background: LightSlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From 3fb62adc417cd2e65d2b31e443175bb230c38cb4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 16 Sep 2022 10:14:52 +0000 Subject: [PATCH 1673/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index bb2f114b139e..2a24e48a33d3 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSlateGrey; + border-top: 1px solid Green; } nav { - background: LightSlateGrey; + background: Green; display: flex; align-items: center; padding: 0 0.5rem; From 589b5591b5cc1fd7f3c2b55ee4bcb1a93f07109e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 16 Sep 2022 14:44:52 +0000 Subject: [PATCH 1674/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 2a24e48a33d3..7a8231a1d628 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Green; + border-top: 1px solid SeaGreen; } nav { - background: Green; + background: SeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From 1097081cee2aedc7b784253d5f6e249891b7e5f6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 16 Sep 2022 16:14:51 +0000 Subject: [PATCH 1675/3185] KPT-24: Update background color to OliveDrab --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 7a8231a1d628..7e2c71043980 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SeaGreen; + border-top: 1px solid OliveDrab; } nav { - background: SeaGreen; + background: OliveDrab; display: flex; align-items: center; padding: 0 0.5rem; From 75fc1d145cb9f74e64d12f443dce93e830f0e866 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 16 Sep 2022 16:59:51 +0000 Subject: [PATCH 1676/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 7e2c71043980..9f1fca2a1ff2 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OliveDrab; + border-top: 1px solid Maroon; } nav { - background: OliveDrab; + background: Maroon; display: flex; align-items: center; padding: 0 0.5rem; From 4f459b40c3f4cdc05173997f5e73d47a6ee7fc95 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 17 Sep 2022 02:44:51 +0000 Subject: [PATCH 1677/3185] KPT-22: Modals with PaleVioletRed accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 9f1fca2a1ff2..48f96fef5716 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Maroon; + border-top: 1px solid PaleVioletRed; } nav { - background: Maroon; + background: PaleVioletRed; display: flex; align-items: center; padding: 0 0.5rem; From d0f53cf25a2ced29fab9ca937b29118ff6c84583 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 17 Sep 2022 08:44:51 +0000 Subject: [PATCH 1678/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 48f96fef5716..3b05aa10f47f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleVioletRed; + border-top: 1px solid SkyBlue; } nav { - background: PaleVioletRed; + background: SkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From 50c3ed69d891886be71bbe65e8191cae3a78b712 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 17 Sep 2022 13:59:51 +0000 Subject: [PATCH 1679/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3b05aa10f47f..a53a85ffbbae 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SkyBlue; + border-top: 1px solid AliceBlue; } nav { - background: SkyBlue; + background: AliceBlue; display: flex; align-items: center; padding: 0 0.5rem; From 9bc4ac4c3762ee36c97e1db2e999c34714d8f082 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 17 Sep 2022 21:29:53 +0000 Subject: [PATCH 1680/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index a53a85ffbbae..6c526423d3cc 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid AliceBlue; + border-top: 1px solid Cornsilk; } nav { - background: AliceBlue; + background: Cornsilk; display: flex; align-items: center; padding: 0 0.5rem; From 57e73bc6c3f780e97c8bf39c04cb2975da405865 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 17 Sep 2022 22:59:53 +0000 Subject: [PATCH 1681/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 6c526423d3cc..d5b33e6aee0e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Cornsilk; + border-top: 1px solid LimeGreen; } nav { - background: Cornsilk; + background: LimeGreen; display: flex; align-items: center; padding: 0 0.5rem; From 6befdb92fe456dba9721d26f0aa4b3011406c8e2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 18 Sep 2022 01:59:52 +0000 Subject: [PATCH 1682/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d5b33e6aee0e..95b0c9b012ff 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LimeGreen; + border-top: 1px solid DimGray; } nav { - background: LimeGreen; + background: DimGray; display: flex; align-items: center; padding: 0 0.5rem; From c79ebfcc661fc090e380bd0546ec588fef962437 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 18 Sep 2022 03:29:51 +0000 Subject: [PATCH 1683/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 95b0c9b012ff..bd3a875e2c0c 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DimGray; + border-top: 1px solid SlateBlue; } nav { - background: DimGray; + background: SlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From ccc94a1a997e9a931faf673d152afec2dff31e3a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 18 Sep 2022 10:59:51 +0000 Subject: [PATCH 1684/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index bd3a875e2c0c..affcc732e93e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateBlue; + border-top: 1px solid Pink; } nav { - background: SlateBlue; + background: Pink; display: flex; align-items: center; padding: 0 0.5rem; From 11069066a8106a0b29e65df5ed709cfb5ddae354 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 18 Sep 2022 12:29:51 +0000 Subject: [PATCH 1685/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index affcc732e93e..2bb350ffd9ac 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Pink; + border-top: 1px solid Yellow; } nav { - background: Pink; + background: Yellow; display: flex; align-items: center; padding: 0 0.5rem; From 6b7550b45342ff10aefae299a5a1120b8d5b5d60 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 18 Sep 2022 14:44:51 +0000 Subject: [PATCH 1686/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 2bb350ffd9ac..64214c2d85c0 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Yellow; + border-top: 1px solid LightGreen; } nav { - background: Yellow; + background: LightGreen; display: flex; align-items: center; padding: 0 0.5rem; From d9508b6f7902a2ffe7ffaf1e0d6e0be8beaa07c7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 18 Sep 2022 20:44:51 +0000 Subject: [PATCH 1687/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 64214c2d85c0..c5466bcfd359 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGreen; + border-top: 1px solid Teal; } nav { - background: LightGreen; + background: Teal; display: flex; align-items: center; padding: 0 0.5rem; From cbd0414337d6574aefa292a58620abce5f59259f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 18 Sep 2022 21:29:52 +0000 Subject: [PATCH 1688/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index c5466bcfd359..1230ce9cd975 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Teal; + border-top: 1px solid MediumSlateBlue; } nav { - background: Teal; + background: MediumSlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From 2fe314e4a2e39efd23af0121bb909d776108e7cb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 18 Sep 2022 22:14:51 +0000 Subject: [PATCH 1689/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 1230ce9cd975..14bdb415526f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSlateBlue; + border-top: 1px solid DarkGreen; } nav { - background: MediumSlateBlue; + background: DarkGreen; display: flex; align-items: center; padding: 0 0.5rem; From 0efe76de19a7a266132de1f79f22bbed88bdfea0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 19 Sep 2022 03:29:51 +0000 Subject: [PATCH 1690/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 14bdb415526f..cec3a64bc51b 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGreen; + border-top: 1px solid DarkMagenta; } nav { - background: DarkGreen; + background: DarkMagenta; display: flex; align-items: center; padding: 0 0.5rem; From 03223a786c7ccadf0ca1fb52d5703a891819ee5f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 19 Sep 2022 04:14:52 +0000 Subject: [PATCH 1691/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index cec3a64bc51b..4f31bef8a698 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkMagenta; + border-top: 1px solid NavajoWhite; } nav { - background: DarkMagenta; + background: NavajoWhite; display: flex; align-items: center; padding: 0 0.5rem; From d3afa7aea6c949339080accfed12ad0c1cb15bba Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 19 Sep 2022 12:29:53 +0000 Subject: [PATCH 1692/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4f31bef8a698..6baa43ae096e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid NavajoWhite; + border-top: 1px solid BlanchedAlmond; } nav { - background: NavajoWhite; + background: BlanchedAlmond; display: flex; align-items: center; padding: 0 0.5rem; From 746cc483d590504181f9335f20a6a616653b266a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 19 Sep 2022 13:14:51 +0000 Subject: [PATCH 1693/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 6baa43ae096e..4c78b363845c 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BlanchedAlmond; + border-top: 1px solid ForestGreen; } nav { - background: BlanchedAlmond; + background: ForestGreen; display: flex; align-items: center; padding: 0 0.5rem; From e5dcaef20154ee668866d191da202beaaa6c4e5b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 19 Sep 2022 13:59:52 +0000 Subject: [PATCH 1694/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4c78b363845c..64214c2d85c0 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid ForestGreen; + border-top: 1px solid LightGreen; } nav { - background: ForestGreen; + background: LightGreen; display: flex; align-items: center; padding: 0 0.5rem; From 9c9128eadcbdb6ba7e72a7e0a44af9fd72bc95ff Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 19 Sep 2022 15:29:51 +0000 Subject: [PATCH 1695/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 64214c2d85c0..3723989cd0af 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGreen; + border-top: 1px solid Aqua; } nav { - background: LightGreen; + background: Aqua; display: flex; align-items: center; padding: 0 0.5rem; From f13f0759482e0ebface8a6d7032f08120edd14e4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 19 Sep 2022 17:44:52 +0000 Subject: [PATCH 1696/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3723989cd0af..bad8db91c557 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Aqua; + border-top: 1px solid CadetBlue; } nav { - background: Aqua; + background: CadetBlue; display: flex; align-items: center; padding: 0 0.5rem; From d8e36f0842ab0966027bb094a7596b20e2c70bc6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 19 Sep 2022 18:29:51 +0000 Subject: [PATCH 1697/3185] KPT-24: Update background color to DarkCyan --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index bad8db91c557..718dcb65df26 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid CadetBlue; + border-top: 1px solid DarkCyan; } nav { - background: CadetBlue; + background: DarkCyan; display: flex; align-items: center; padding: 0 0.5rem; From 7699b5c820911a18f7a7a71cec0267c4a1e452cc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 19 Sep 2022 21:29:52 +0000 Subject: [PATCH 1698/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 718dcb65df26..4d589e9fc6c4 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkCyan; + border-top: 1px solid MidnightBlue; } nav { - background: DarkCyan; + background: MidnightBlue; display: flex; align-items: center; padding: 0 0.5rem; From 9ddc816cc7cbc3e3989f3adcbaf29aa17ec61f90 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 20 Sep 2022 19:34:07 +0000 Subject: [PATCH 1699/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4d589e9fc6c4..f121aafd52c6 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MidnightBlue; + border-top: 1px solid SteelBlue; } nav { - background: MidnightBlue; + background: SteelBlue; display: flex; align-items: center; padding: 0 0.5rem; From 78cb669536dcad3fa08bcad7818ba726043987fd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 20 Sep 2022 20:19:08 +0000 Subject: [PATCH 1700/3185] KPT-24: Update background color to Moccasin --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index f121aafd52c6..d932ecdd7d93 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SteelBlue; + border-top: 1px solid Moccasin; } nav { - background: SteelBlue; + background: Moccasin; display: flex; align-items: center; padding: 0 0.5rem; From 96fbf5cca36c89eb65548dc950aaea9454b158dd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 21 Sep 2022 00:49:07 +0000 Subject: [PATCH 1701/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d932ecdd7d93..9db6466b4d55 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Moccasin; + border-top: 1px solid Indigo; } nav { - background: Moccasin; + background: Indigo; display: flex; align-items: center; padding: 0 0.5rem; From 6409fe0cf5ea622822cdaa14e931d9912fb03438 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 21 Sep 2022 01:34:07 +0000 Subject: [PATCH 1702/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 9db6466b4d55..b666cf7876b7 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Indigo; + border-top: 1px solid Crimson; } nav { - background: Indigo; + background: Crimson; display: flex; align-items: center; padding: 0 0.5rem; From 01fd6c92fcfd8c32f542c0cad9e6eae7918a2bfc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 21 Sep 2022 05:19:07 +0000 Subject: [PATCH 1703/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index b666cf7876b7..0a77f9998160 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Crimson; + border-top: 1px solid LemonChiffon; } nav { - background: Crimson; + background: LemonChiffon; display: flex; align-items: center; padding: 0 0.5rem; From e25ca87ce69515b32b0f3698323830915f383a4f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 21 Sep 2022 06:49:08 +0000 Subject: [PATCH 1704/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 0a77f9998160..2b6378f009d4 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LemonChiffon; + border-top: 1px solid DarkTurquoise; } nav { - background: LemonChiffon; + background: DarkTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From 9748c0f8725a30ec4ac7911d393c08cc60729046 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 21 Sep 2022 09:04:07 +0000 Subject: [PATCH 1705/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 2b6378f009d4..f121aafd52c6 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkTurquoise; + border-top: 1px solid SteelBlue; } nav { - background: DarkTurquoise; + background: SteelBlue; display: flex; align-items: center; padding: 0 0.5rem; From 6b94d1f317375c5688f2d1b7d2d953fc48445042 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 21 Sep 2022 09:49:07 +0000 Subject: [PATCH 1706/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index f121aafd52c6..cc3e2a46c95e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SteelBlue; + border-top: 1px solid LightSkyBlue; } nav { - background: SteelBlue; + background: LightSkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From e96f37087b034741008a460ef70e1bcbbc562504 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 21 Sep 2022 10:34:07 +0000 Subject: [PATCH 1707/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index cc3e2a46c95e..11a95055426e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSkyBlue; + border-top: 1px solid LightCoral; } nav { - background: LightSkyBlue; + background: LightCoral; display: flex; align-items: center; padding: 0 0.5rem; From 7a84a207a26228747ed8a3c047c2311f5ecf6f00 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 21 Sep 2022 11:19:08 +0000 Subject: [PATCH 1708/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 11a95055426e..b5abec4e62df 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightCoral; + border-top: 1px solid Chocolate; } nav { - background: LightCoral; + background: Chocolate; display: flex; align-items: center; padding: 0 0.5rem; From 45c8642185a88d4c72ef35009abb324cad67dd1e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 21 Sep 2022 17:19:07 +0000 Subject: [PATCH 1709/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index b5abec4e62df..6fb1f0957aea 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Chocolate; + border-top: 1px solid SpringGreen; } nav { - background: Chocolate; + background: SpringGreen; display: flex; align-items: center; padding: 0 0.5rem; From 5153efe21ac30c4fcff8a54e1c07d76c16c30c13 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 21 Sep 2022 20:19:07 +0000 Subject: [PATCH 1710/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 6fb1f0957aea..d932ecdd7d93 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SpringGreen; + border-top: 1px solid Moccasin; } nav { - background: SpringGreen; + background: Moccasin; display: flex; align-items: center; padding: 0 0.5rem; From bd446f066b6b700d4382bbb38289b14522df09ab Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 21 Sep 2022 23:19:07 +0000 Subject: [PATCH 1711/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d932ecdd7d93..6c526423d3cc 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Moccasin; + border-top: 1px solid Cornsilk; } nav { - background: Moccasin; + background: Cornsilk; display: flex; align-items: center; padding: 0 0.5rem; From 233343a8e4f45b89072083948b07af4fee53422a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 22 Sep 2022 00:49:07 +0000 Subject: [PATCH 1712/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 6c526423d3cc..bc298684f71f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Cornsilk; + border-top: 1px solid RebeccaPurple; } nav { - background: Cornsilk; + background: RebeccaPurple; display: flex; align-items: center; padding: 0 0.5rem; From 4a737377e2fbeff6f276234c23602906acbabf8f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 22 Sep 2022 04:34:07 +0000 Subject: [PATCH 1713/3185] KPT-24: Update background color to Wheat --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index bc298684f71f..24d254c510ca 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RebeccaPurple; + border-top: 1px solid Wheat; } nav { - background: RebeccaPurple; + background: Wheat; display: flex; align-items: center; padding: 0 0.5rem; From 10bdf4d9d121d08f1100f8069670d7eb30678826 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 22 Sep 2022 06:49:07 +0000 Subject: [PATCH 1714/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 24d254c510ca..ac69cd686a82 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Wheat; + border-top: 1px solid MediumSpringGreen; } nav { - background: Wheat; + background: MediumSpringGreen; display: flex; align-items: center; padding: 0 0.5rem; From 84aac84b370bca62fc8367bac97bfdba50ea937c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 22 Sep 2022 07:34:07 +0000 Subject: [PATCH 1715/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ac69cd686a82..139351cd37cf 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSpringGreen; + border-top: 1px solid SeaShell; } nav { - background: MediumSpringGreen; + background: SeaShell; display: flex; align-items: center; padding: 0 0.5rem; From 2968134e1f339baf668cd4c605f37331eaf1ba31 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 22 Sep 2022 09:04:07 +0000 Subject: [PATCH 1716/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 139351cd37cf..77bfaa9f6042 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SeaShell; + border-top: 1px solid MediumSeaGreen; } nav { - background: SeaShell; + background: MediumSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From a561251277a14b379be78b4fb7f63819ce0d0827 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 22 Sep 2022 10:34:08 +0000 Subject: [PATCH 1717/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 77bfaa9f6042..ad9452d08934 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSeaGreen; + border-top: 1px solid GhostWhite; } nav { - background: MediumSeaGreen; + background: GhostWhite; display: flex; align-items: center; padding: 0 0.5rem; From 076e4fd6107a457e115bbfabb17fe94020448d64 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 22 Sep 2022 11:19:07 +0000 Subject: [PATCH 1718/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ad9452d08934..4d589e9fc6c4 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GhostWhite; + border-top: 1px solid MidnightBlue; } nav { - background: GhostWhite; + background: MidnightBlue; display: flex; align-items: center; padding: 0 0.5rem; From 0292ee27b4e18a9f6b7a6a6e70258fe985c88e06 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 22 Sep 2022 12:04:08 +0000 Subject: [PATCH 1719/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4d589e9fc6c4..67e0111f647f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MidnightBlue; + border-top: 1px solid Coral; } nav { - background: MidnightBlue; + background: Coral; display: flex; align-items: center; padding: 0 0.5rem; From d80847f1234fb672812bd9b2b9417eca4968d7db Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 22 Sep 2022 14:19:08 +0000 Subject: [PATCH 1720/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 67e0111f647f..3ec0ac892f86 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Coral; + border-top: 1px solid Gainsboro; } nav { - background: Coral; + background: Gainsboro; display: flex; align-items: center; padding: 0 0.5rem; From 8535ab6c9ce2b9d8c949d30b7a9e7293d59b993e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 22 Sep 2022 15:04:07 +0000 Subject: [PATCH 1721/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3ec0ac892f86..09d17be28fcf 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gainsboro; + border-top: 1px solid Chartreuse; } nav { - background: Gainsboro; + background: Chartreuse; display: flex; align-items: center; padding: 0 0.5rem; From 521ee17dfb337038f0131ad61e290a3c154f5b6e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 22 Sep 2022 20:19:08 +0000 Subject: [PATCH 1722/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 09d17be28fcf..63b3b490fb00 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Chartreuse; + border-top: 1px solid MediumVioletRed; } nav { - background: Chartreuse; + background: MediumVioletRed; display: flex; align-items: center; padding: 0 0.5rem; From af3b7b89f90a557b634be9fab7d8f7f22f5c3ec9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 22 Sep 2022 22:34:08 +0000 Subject: [PATCH 1723/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 63b3b490fb00..39ce4de2a2ff 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumVioletRed; + border-top: 1px solid FireBrick; } nav { - background: MediumVioletRed; + background: FireBrick; display: flex; align-items: center; padding: 0 0.5rem; From b51b5304331042a772991db44771291c8dd631e2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 23 Sep 2022 00:04:07 +0000 Subject: [PATCH 1724/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 39ce4de2a2ff..ec2e59e70439 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid FireBrick; + border-top: 1px solid DarkOrchid; } nav { - background: FireBrick; + background: DarkOrchid; display: flex; align-items: center; padding: 0 0.5rem; From ec26019197b036150c99ebb84ed10fdb3fcd1daa Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 23 Sep 2022 04:34:07 +0000 Subject: [PATCH 1725/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ec2e59e70439..7885b7716913 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOrchid; + border-top: 1px solid MistyRose; } nav { - background: DarkOrchid; + background: MistyRose; display: flex; align-items: center; padding: 0 0.5rem; From b2338fbd14e17e9dc00a78d588665570a2d2e7f4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 23 Sep 2022 10:34:08 +0000 Subject: [PATCH 1726/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 7885b7716913..b83d2db05aab 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MistyRose; + border-top: 1px solid Silver; } nav { - background: MistyRose; + background: Silver; display: flex; align-items: center; padding: 0 0.5rem; From 18418a10b86d92fd39df48527da5e6cd8af49db8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 23 Sep 2022 11:19:08 +0000 Subject: [PATCH 1727/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index b83d2db05aab..48f96fef5716 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Silver; + border-top: 1px solid PaleVioletRed; } nav { - background: Silver; + background: PaleVioletRed; display: flex; align-items: center; padding: 0 0.5rem; From 61d093048001597293de636efd146b21476ddee5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 23 Sep 2022 12:49:07 +0000 Subject: [PATCH 1728/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 48f96fef5716..9cc806b0b915 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleVioletRed; + border-top: 1px solid DodgerBlue; } nav { - background: PaleVioletRed; + background: DodgerBlue; display: flex; align-items: center; padding: 0 0.5rem; From a3272559d5bc45b927cef946e5a11ab720117e9d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 23 Sep 2022 13:34:07 +0000 Subject: [PATCH 1729/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 9cc806b0b915..09d17be28fcf 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DodgerBlue; + border-top: 1px solid Chartreuse; } nav { - background: DodgerBlue; + background: Chartreuse; display: flex; align-items: center; padding: 0 0.5rem; From 14ea3f2dd91168a868e3f35d3ee58a01b281833a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 23 Sep 2022 16:34:07 +0000 Subject: [PATCH 1730/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 09d17be28fcf..8876d676857c 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Chartreuse; + border-top: 1px solid IndianRed; } nav { - background: Chartreuse; + background: IndianRed; display: flex; align-items: center; padding: 0 0.5rem; From 57ba784007225ca45b20f384015356ab6f4e2838 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 23 Sep 2022 21:49:07 +0000 Subject: [PATCH 1731/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 8876d676857c..7265cc2310f6 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid IndianRed; + border-top: 1px solid DarkGrey; } nav { - background: IndianRed; + background: DarkGrey; display: flex; align-items: center; padding: 0 0.5rem; From 7df08ebab51cc42e663c780590ec05c606ce3f70 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 24 Sep 2022 00:04:07 +0000 Subject: [PATCH 1732/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 7265cc2310f6..48f96fef5716 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGrey; + border-top: 1px solid PaleVioletRed; } nav { - background: DarkGrey; + background: PaleVioletRed; display: flex; align-items: center; padding: 0 0.5rem; From 14f6797a600b32827f05b4648f9e9484e24fa5a3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 24 Sep 2022 08:19:07 +0000 Subject: [PATCH 1733/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 48f96fef5716..0228fd3891c6 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleVioletRed; + border-top: 1px solid Plum; } nav { - background: PaleVioletRed; + background: Plum; display: flex; align-items: center; padding: 0 0.5rem; From 3384d0e2ffde158815c88959b03dcdd5b188f15d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 24 Sep 2022 09:04:07 +0000 Subject: [PATCH 1734/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 0228fd3891c6..7e2c71043980 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Plum; + border-top: 1px solid OliveDrab; } nav { - background: Plum; + background: OliveDrab; display: flex; align-items: center; padding: 0 0.5rem; From 1e0350043e1d4f531d6d21794df3be498a10c4cd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 24 Sep 2022 15:04:07 +0000 Subject: [PATCH 1735/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 7e2c71043980..343dde4387ae 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OliveDrab; + border-top: 1px solid Grey; } nav { - background: OliveDrab; + background: Grey; display: flex; align-items: center; padding: 0 0.5rem; From 2caa5ba52afecf161f29d993077672ff44022136 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 25 Sep 2022 00:49:08 +0000 Subject: [PATCH 1736/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 343dde4387ae..01d9c09e8bbb 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Grey; + border-top: 1px solid Brown; } nav { - background: Grey; + background: Brown; display: flex; align-items: center; padding: 0 0.5rem; From 46690f15d2c64f96e285bf062f3bfaa4bbbda0d1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 25 Sep 2022 01:34:07 +0000 Subject: [PATCH 1737/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 01d9c09e8bbb..ce75e3b066c0 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Brown; + border-top: 1px solid Olive; } nav { - background: Brown; + background: Olive; display: flex; align-items: center; padding: 0 0.5rem; From 1fa7deaef9005158d903893c69c2b24447665e3b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 25 Sep 2022 04:34:07 +0000 Subject: [PATCH 1738/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ce75e3b066c0..48f96fef5716 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Olive; + border-top: 1px solid PaleVioletRed; } nav { - background: Olive; + background: PaleVioletRed; display: flex; align-items: center; padding: 0 0.5rem; From 056c6ac38bbbf58327b033206f68893c0d629366 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 25 Sep 2022 05:19:07 +0000 Subject: [PATCH 1739/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 48f96fef5716..4e9265f434fd 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleVioletRed; + border-top: 1px solid DeepPink; } nav { - background: PaleVioletRed; + background: DeepPink; display: flex; align-items: center; padding: 0 0.5rem; From a3ac7fbe8c0aae562857620da4c6af846a4d5a9a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 25 Sep 2022 17:19:08 +0000 Subject: [PATCH 1740/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4e9265f434fd..6675fdc2e211 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DeepPink; + border-top: 1px solid Tomato; } nav { - background: DeepPink; + background: Tomato; display: flex; align-items: center; padding: 0 0.5rem; From 9f8505996ae0cae784089ae6deb0f9e843f06402 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 25 Sep 2022 18:04:07 +0000 Subject: [PATCH 1741/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 6675fdc2e211..343dde4387ae 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Tomato; + border-top: 1px solid Grey; } nav { - background: Tomato; + background: Grey; display: flex; align-items: center; padding: 0 0.5rem; From 6cb7f0efaa93b9d66139fc082d4610639353141d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 25 Sep 2022 21:04:07 +0000 Subject: [PATCH 1742/3185] KPT-22: Modals with LightCyan accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 343dde4387ae..95a9d0b2c399 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Grey; + border-top: 1px solid LightCyan; } nav { - background: Grey; + background: LightCyan; display: flex; align-items: center; padding: 0 0.5rem; From dcf2e3bb0cf463ce5942759da81ad0e2827eccdc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 26 Sep 2022 00:04:08 +0000 Subject: [PATCH 1743/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 95a9d0b2c399..343dde4387ae 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightCyan; + border-top: 1px solid Grey; } nav { - background: LightCyan; + background: Grey; display: flex; align-items: center; padding: 0 0.5rem; From 7eacb5c84136710b6fb704121ca2d5529f05e280 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 26 Sep 2022 03:49:09 +0000 Subject: [PATCH 1744/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 343dde4387ae..136dba7818fc 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Grey; + border-top: 1px solid SaddleBrown; } nav { - background: Grey; + background: SaddleBrown; display: flex; align-items: center; padding: 0 0.5rem; From f2d94e942eeafb32d0b7419e5aec973a5ab9d4b4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 26 Sep 2022 07:34:08 +0000 Subject: [PATCH 1745/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 136dba7818fc..19e1abc1037e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SaddleBrown; + border-top: 1px solid PaleGreen; } nav { - background: SaddleBrown; + background: PaleGreen; display: flex; align-items: center; padding: 0 0.5rem; From b9a78bfa3c655e9825c86a67432fadfa9fcf20e9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 26 Sep 2022 08:19:07 +0000 Subject: [PATCH 1746/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 19e1abc1037e..ec2e59e70439 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleGreen; + border-top: 1px solid DarkOrchid; } nav { - background: PaleGreen; + background: DarkOrchid; display: flex; align-items: center; padding: 0 0.5rem; From 4f1ef13af856c0a1ed6d192d3b73ac735fa77d23 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 26 Sep 2022 11:19:07 +0000 Subject: [PATCH 1747/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ec2e59e70439..308fd2898d6e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOrchid; + border-top: 1px solid Lavender; } nav { - background: DarkOrchid; + background: Lavender; display: flex; align-items: center; padding: 0 0.5rem; From 748eba9df776555ec66a557d5048d0a070bfc293 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 26 Sep 2022 12:04:07 +0000 Subject: [PATCH 1748/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 308fd2898d6e..afdb09fdc5dc 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Lavender; + border-top: 1px solid SlateGray; } nav { - background: Lavender; + background: SlateGray; display: flex; align-items: center; padding: 0 0.5rem; From ba7c8f989f2b335899f708b57414b11c236d8bcc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 26 Sep 2022 15:49:08 +0000 Subject: [PATCH 1749/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index afdb09fdc5dc..d932ecdd7d93 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateGray; + border-top: 1px solid Moccasin; } nav { - background: SlateGray; + background: Moccasin; display: flex; align-items: center; padding: 0 0.5rem; From 0a9dfe20601676a40397bb4fd84e77159bd7a35a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 26 Sep 2022 17:19:10 +0000 Subject: [PATCH 1750/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d932ecdd7d93..7885b7716913 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Moccasin; + border-top: 1px solid MistyRose; } nav { - background: Moccasin; + background: MistyRose; display: flex; align-items: center; padding: 0 0.5rem; From 6f2e12342f9310bedd13a70dff86d1a1be0e48e7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 26 Sep 2022 18:49:07 +0000 Subject: [PATCH 1751/3185] KPT-24: Update background color to WhiteSmoke --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 7885b7716913..0053969b5ecf 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MistyRose; + border-top: 1px solid WhiteSmoke; } nav { - background: MistyRose; + background: WhiteSmoke; display: flex; align-items: center; padding: 0 0.5rem; From 50b430d224d80080c7609be691ee0a2dc11c506e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 26 Sep 2022 20:19:07 +0000 Subject: [PATCH 1752/3185] KPT-24: Update background color to Crimson --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 0053969b5ecf..b666cf7876b7 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid WhiteSmoke; + border-top: 1px solid Crimson; } nav { - background: WhiteSmoke; + background: Crimson; display: flex; align-items: center; padding: 0 0.5rem; From 0711021810d9b4db207dd48811f4b9feccf5a399 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 27 Sep 2022 01:34:07 +0000 Subject: [PATCH 1753/3185] KPT-22: Modals with LightSalmon accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index b666cf7876b7..8bc1be7e263d 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Crimson; + border-top: 1px solid LightSalmon; } nav { - background: Crimson; + background: LightSalmon; display: flex; align-items: center; padding: 0 0.5rem; From b1345e8e6bdaf4b2fb10afe807c64e549641fd2b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 27 Sep 2022 03:04:07 +0000 Subject: [PATCH 1754/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 8bc1be7e263d..52780a4ff666 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSalmon; + border-top: 1px solid SlateGrey; } nav { - background: LightSalmon; + background: SlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From 379289472ce0559e4a92c8932ca2b1204d833f87 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 27 Sep 2022 05:19:08 +0000 Subject: [PATCH 1755/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 52780a4ff666..d7031fe0709d 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateGrey; + border-top: 1px solid HotPink; } nav { - background: SlateGrey; + background: HotPink; display: flex; align-items: center; padding: 0 0.5rem; From 772b238f9de50bfa0428143ca16b9af764653158 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 27 Sep 2022 06:04:08 +0000 Subject: [PATCH 1756/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d7031fe0709d..bc298684f71f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid HotPink; + border-top: 1px solid RebeccaPurple; } nav { - background: HotPink; + background: RebeccaPurple; display: flex; align-items: center; padding: 0 0.5rem; From f8ec95184d3d1ff005b7ef1f330ed480964e2195 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 27 Sep 2022 07:34:07 +0000 Subject: [PATCH 1757/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index bc298684f71f..3c53fdbf3bd7 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RebeccaPurple; + border-top: 1px solid RosyBrown; } nav { - background: RebeccaPurple; + background: RosyBrown; display: flex; align-items: center; padding: 0 0.5rem; From 2575209adda53ba7e209a39d73c2de714da4d5c9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 27 Sep 2022 09:49:08 +0000 Subject: [PATCH 1758/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3c53fdbf3bd7..7a8231a1d628 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RosyBrown; + border-top: 1px solid SeaGreen; } nav { - background: RosyBrown; + background: SeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From c1f52b2c145b1610685c5a9f526b612195a149c1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 27 Sep 2022 11:19:08 +0000 Subject: [PATCH 1759/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 7a8231a1d628..24d254c510ca 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SeaGreen; + border-top: 1px solid Wheat; } nav { - background: SeaGreen; + background: Wheat; display: flex; align-items: center; padding: 0 0.5rem; From 27f21f85afe74f6ac22caaedfb440887b9330646 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 27 Sep 2022 12:49:07 +0000 Subject: [PATCH 1760/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 24d254c510ca..139351cd37cf 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Wheat; + border-top: 1px solid SeaShell; } nav { - background: Wheat; + background: SeaShell; display: flex; align-items: center; padding: 0 0.5rem; From 586667bd58ea4f4e5fa72514ab9e3ec4b1001f14 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 27 Sep 2022 15:04:07 +0000 Subject: [PATCH 1761/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 139351cd37cf..9cc806b0b915 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SeaShell; + border-top: 1px solid DodgerBlue; } nav { - background: SeaShell; + background: DodgerBlue; display: flex; align-items: center; padding: 0 0.5rem; From 1e8fe61afa1cbf35a786f5762aefd4e0b2ea5068 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 27 Sep 2022 19:34:07 +0000 Subject: [PATCH 1762/3185] KPT-22: Modals with DimGrey accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 9cc806b0b915..d3ffb8ea4363 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DodgerBlue; + border-top: 1px solid DimGrey; } nav { - background: DodgerBlue; + background: DimGrey; display: flex; align-items: center; padding: 0 0.5rem; From 2222e2e6ca23b2ca0cac8ee168a8bac4c2b4b8ad Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 27 Sep 2022 21:49:07 +0000 Subject: [PATCH 1763/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d3ffb8ea4363..b83d2db05aab 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DimGrey; + border-top: 1px solid Silver; } nav { - background: DimGrey; + background: Silver; display: flex; align-items: center; padding: 0 0.5rem; From 4c0f415d49229611e2a07c1010293baae20a4dfe Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 28 Sep 2022 01:34:07 +0000 Subject: [PATCH 1764/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index b83d2db05aab..6baa43ae096e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Silver; + border-top: 1px solid BlanchedAlmond; } nav { - background: Silver; + background: BlanchedAlmond; display: flex; align-items: center; padding: 0 0.5rem; From d00db121295666d168763eeb024116687cd46be4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 28 Sep 2022 03:04:07 +0000 Subject: [PATCH 1765/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 6baa43ae096e..036ab873eeb7 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BlanchedAlmond; + border-top: 1px solid Violet; } nav { - background: BlanchedAlmond; + background: Violet; display: flex; align-items: center; padding: 0 0.5rem; From 0a4d7dcda1446ddb02616e31cdb11dd6281517fa Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 28 Sep 2022 03:49:08 +0000 Subject: [PATCH 1766/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 036ab873eeb7..abc9bac5eca7 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Violet; + border-top: 1px solid Blue; } nav { - background: Violet; + background: Blue; display: flex; align-items: center; padding: 0 0.5rem; From 0f01d5ff781b21931a3e0b43fbb8350d0a79002b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 28 Sep 2022 04:34:07 +0000 Subject: [PATCH 1767/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index abc9bac5eca7..4d589e9fc6c4 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Blue; + border-top: 1px solid MidnightBlue; } nav { - background: Blue; + background: MidnightBlue; display: flex; align-items: center; padding: 0 0.5rem; From 7dac0ec8550b9a793a025e7f630b483f417a673a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 28 Sep 2022 10:34:08 +0000 Subject: [PATCH 1768/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4d589e9fc6c4..ebdf63f280df 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MidnightBlue; + border-top: 1px solid White; } nav { - background: MidnightBlue; + background: White; display: flex; align-items: center; padding: 0 0.5rem; From 20275201b94119271a9a19dbbf60a3eeed250f16 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 28 Sep 2022 11:19:08 +0000 Subject: [PATCH 1769/3185] KPT-22: Modals with DarkSalmon accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ebdf63f280df..4cb33c38cec8 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid White; + border-top: 1px solid DarkSalmon; } nav { - background: White; + background: DarkSalmon; display: flex; align-items: center; padding: 0 0.5rem; From bd42d6a981cddb2d86fbb3c4f8f8df7b324ac29c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 28 Sep 2022 13:34:07 +0000 Subject: [PATCH 1770/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4cb33c38cec8..014c40a7a430 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSalmon; + border-top: 1px solid DeepSkyBlue; } nav { - background: DarkSalmon; + background: DeepSkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From aa0f60ec1f3b62244f2515c31892f78a03f2f0a2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 28 Sep 2022 17:19:09 +0000 Subject: [PATCH 1771/3185] KPT-22: Modals with Purple accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 014c40a7a430..c9db43be9d02 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DeepSkyBlue; + border-top: 1px solid Purple; } nav { - background: DeepSkyBlue; + background: Purple; display: flex; align-items: center; padding: 0 0.5rem; From 5f5805e95399028d0fe79a4ea1507043f6c01eef Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 28 Sep 2022 18:49:07 +0000 Subject: [PATCH 1772/3185] KPT-24: Update background color to DarkOliveGreen --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index c9db43be9d02..6da11d3d6276 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Purple; + border-top: 1px solid DarkOliveGreen; } nav { - background: Purple; + background: DarkOliveGreen; display: flex; align-items: center; padding: 0 0.5rem; From e9e146a7a135e1852a2c92b74a4ced379a5a446a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 28 Sep 2022 22:34:08 +0000 Subject: [PATCH 1773/3185] KPT-22: Modals with DarkGrey accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 6da11d3d6276..7265cc2310f6 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOliveGreen; + border-top: 1px solid DarkGrey; } nav { - background: DarkOliveGreen; + background: DarkGrey; display: flex; align-items: center; padding: 0 0.5rem; From 1d311d69eca967c005cca8d7de58056d9db936e3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 29 Sep 2022 01:34:08 +0000 Subject: [PATCH 1774/3185] KPT-24: Update background color to PaleTurquoise --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 7265cc2310f6..0fc8799d2400 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGrey; + border-top: 1px solid PaleTurquoise; } nav { - background: DarkGrey; + background: PaleTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From 046da9a9da3ea3a04fd92b8831fbd45d370efce9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 29 Sep 2022 05:19:07 +0000 Subject: [PATCH 1775/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 0fc8799d2400..ec5e8acbe367 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleTurquoise; + border-top: 1px solid RoyalBlue; } nav { - background: PaleTurquoise; + background: RoyalBlue; display: flex; align-items: center; padding: 0 0.5rem; From dc961601eec432c8594573153f67ff2311ee614a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 29 Sep 2022 14:19:08 +0000 Subject: [PATCH 1776/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ec5e8acbe367..09d17be28fcf 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RoyalBlue; + border-top: 1px solid Chartreuse; } nav { - background: RoyalBlue; + background: Chartreuse; display: flex; align-items: center; padding: 0 0.5rem; From 60bf72c41689f86899cf9dc1fe4eec0a73fb9ca5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 29 Sep 2022 15:49:07 +0000 Subject: [PATCH 1777/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 09d17be28fcf..4157a06c1b2b 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Chartreuse; + border-top: 1px solid LawnGreen; } nav { - background: Chartreuse; + background: LawnGreen; display: flex; align-items: center; padding: 0 0.5rem; From 0c10ca0f8074ec092a73fd047be42d7e7005b3e2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 29 Sep 2022 17:19:07 +0000 Subject: [PATCH 1778/3185] KPT-22: Modals with Purple accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4157a06c1b2b..c9db43be9d02 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LawnGreen; + border-top: 1px solid Purple; } nav { - background: LawnGreen; + background: Purple; display: flex; align-items: center; padding: 0 0.5rem; From f7e96b67d4fe85da0e5b58a30b631fbc142f307d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 29 Sep 2022 18:49:07 +0000 Subject: [PATCH 1779/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index c9db43be9d02..9db6466b4d55 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Purple; + border-top: 1px solid Indigo; } nav { - background: Purple; + background: Indigo; display: flex; align-items: center; padding: 0 0.5rem; From 157a842cccf6ae72cb5281fac8e3b68080ddf91e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 29 Sep 2022 20:19:08 +0000 Subject: [PATCH 1780/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 9db6466b4d55..3bec89149c2c 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Indigo; + border-top: 1px solid Peru; } nav { - background: Indigo; + background: Peru; display: flex; align-items: center; padding: 0 0.5rem; From cac6e4f654dca810d17aeb7d0584cfbae0864706 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 29 Sep 2022 22:34:08 +0000 Subject: [PATCH 1781/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3bec89149c2c..48f96fef5716 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Peru; + border-top: 1px solid PaleVioletRed; } nav { - background: Peru; + background: PaleVioletRed; display: flex; align-items: center; padding: 0 0.5rem; From 388b3cf130782ccc9ecf78fe2c3ddb51a774b988 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 30 Sep 2022 09:49:08 +0000 Subject: [PATCH 1782/3185] KPT-24: Update background color to HotPink --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 48f96fef5716..d7031fe0709d 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleVioletRed; + border-top: 1px solid HotPink; } nav { - background: PaleVioletRed; + background: HotPink; display: flex; align-items: center; padding: 0 0.5rem; From 741e89fd80d956884a4cb4562018321ca7d76644 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 30 Sep 2022 13:34:08 +0000 Subject: [PATCH 1783/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d7031fe0709d..31704961ca80 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid HotPink; + border-top: 1px solid DarkRed; } nav { - background: HotPink; + background: DarkRed; display: flex; align-items: center; padding: 0 0.5rem; From 8f067dccb16bc7995487aa9e96edd1a69cdd86d0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 30 Sep 2022 15:04:07 +0000 Subject: [PATCH 1784/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 31704961ca80..d45f2f580eae 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkRed; + border-top: 1px solid LightGray; } nav { - background: DarkRed; + background: LightGray; display: flex; align-items: center; padding: 0 0.5rem; From c1a4bd388ddf2ae3eb5f6dec1db2a32d728ebffa Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 30 Sep 2022 22:34:07 +0000 Subject: [PATCH 1785/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d45f2f580eae..0228fd3891c6 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGray; + border-top: 1px solid Plum; } nav { - background: LightGray; + background: Plum; display: flex; align-items: center; padding: 0 0.5rem; From df0dd36a23a843ec92fd96f90a8880ee79d69587 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 1 Oct 2022 02:19:07 +0000 Subject: [PATCH 1786/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 0228fd3891c6..195f194ef15a 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Plum; + border-top: 1px solid LightSteelBlue; } nav { - background: Plum; + background: LightSteelBlue; display: flex; align-items: center; padding: 0 0.5rem; From 3747975d1fe65f0673e86fa223c84057b8e35ef3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 1 Oct 2022 03:49:08 +0000 Subject: [PATCH 1787/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 195f194ef15a..3bd9c6e87f30 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSteelBlue; + border-top: 1px solid LightBlue; } nav { - background: LightSteelBlue; + background: LightBlue; display: flex; align-items: center; padding: 0 0.5rem; From aa6b3f96305decaf1e583a0f4dd5cc9af6482696 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 1 Oct 2022 04:34:08 +0000 Subject: [PATCH 1788/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3bd9c6e87f30..95a9d0b2c399 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightBlue; + border-top: 1px solid LightCyan; } nav { - background: LightBlue; + background: LightCyan; display: flex; align-items: center; padding: 0 0.5rem; From 0c4380cfee7cf32b31f0c96fbf0955e0610c926f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 1 Oct 2022 06:49:07 +0000 Subject: [PATCH 1789/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 95a9d0b2c399..0a77f9998160 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightCyan; + border-top: 1px solid LemonChiffon; } nav { - background: LightCyan; + background: LemonChiffon; display: flex; align-items: center; padding: 0 0.5rem; From b40e552b08a5793be7d80521ff77f9113ef03b83 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 1 Oct 2022 08:19:07 +0000 Subject: [PATCH 1790/3185] KPT-24: Update background color to MediumSlateBlue --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 0a77f9998160..1230ce9cd975 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LemonChiffon; + border-top: 1px solid MediumSlateBlue; } nav { - background: LemonChiffon; + background: MediumSlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From c55854a1b4541fecfff727c773d4f6decdb71aa8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 1 Oct 2022 12:04:08 +0000 Subject: [PATCH 1791/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 1230ce9cd975..eca3a27ac0c5 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSlateBlue; + border-top: 1px solid GreenYellow; } nav { - background: MediumSlateBlue; + background: GreenYellow; display: flex; align-items: center; padding: 0 0.5rem; From 19009e6b120422c8904338efc3da134ab794d789 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 1 Oct 2022 12:49:08 +0000 Subject: [PATCH 1792/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index eca3a27ac0c5..46aa99fbd145 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GreenYellow; + border-top: 1px solid DarkGoldenRod; } nav { - background: GreenYellow; + background: DarkGoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From 0d2e3c00a67a2b9270af501feaab6968368b09d7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 1 Oct 2022 13:34:08 +0000 Subject: [PATCH 1793/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 46aa99fbd145..8876d676857c 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGoldenRod; + border-top: 1px solid IndianRed; } nav { - background: DarkGoldenRod; + background: IndianRed; display: flex; align-items: center; padding: 0 0.5rem; From 3967e5ec0d3ff8a0a62d6dfd2842074925d2ba3b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 1 Oct 2022 15:04:07 +0000 Subject: [PATCH 1794/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 8876d676857c..5bc7ef4eb78f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid IndianRed; + border-top: 1px solid DarkOrange; } nav { - background: IndianRed; + background: DarkOrange; display: flex; align-items: center; padding: 0 0.5rem; From e8e6b7d24648738ad9a769472fe946eac068421c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 1 Oct 2022 17:19:08 +0000 Subject: [PATCH 1795/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 5bc7ef4eb78f..97c9a503bf56 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOrange; + border-top: 1px solid Lime; } nav { - background: DarkOrange; + background: Lime; display: flex; align-items: center; padding: 0 0.5rem; From e5f03e5283da6c2f8e65183c74de0e2bb0d388da Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 1 Oct 2022 18:49:08 +0000 Subject: [PATCH 1796/3185] KPT-24: Update background color to LightSlateGrey --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 97c9a503bf56..bb2f114b139e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Lime; + border-top: 1px solid LightSlateGrey; } nav { - background: Lime; + background: LightSlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From 5e82e685fba26f1776933069672b66d6bf60aee5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 2 Oct 2022 00:49:07 +0000 Subject: [PATCH 1797/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index bb2f114b139e..8876d676857c 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSlateGrey; + border-top: 1px solid IndianRed; } nav { - background: LightSlateGrey; + background: IndianRed; display: flex; align-items: center; padding: 0 0.5rem; From a2758f3715afef980010445bc1f7e297dd48f89f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 2 Oct 2022 03:49:07 +0000 Subject: [PATCH 1798/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 8876d676857c..0ad2b52a66dd 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid IndianRed; + border-top: 1px solid DarkSlateGray; } nav { - background: IndianRed; + background: DarkSlateGray; display: flex; align-items: center; padding: 0 0.5rem; From 754e5a46965478494661b7a06716f1407129cef1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 2 Oct 2022 04:34:07 +0000 Subject: [PATCH 1799/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 0ad2b52a66dd..d28f8e930d59 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateGray; + border-top: 1px solid Snow; } nav { - background: DarkSlateGray; + background: Snow; display: flex; align-items: center; padding: 0 0.5rem; From 3281843954928b5d52b816e0f1a62da6758af33b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 2 Oct 2022 05:19:07 +0000 Subject: [PATCH 1800/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d28f8e930d59..2a24e48a33d3 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Snow; + border-top: 1px solid Green; } nav { - background: Snow; + background: Green; display: flex; align-items: center; padding: 0 0.5rem; From 27652adad8d0abcbf9042baaa1318d53212085f4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 2 Oct 2022 06:04:07 +0000 Subject: [PATCH 1801/3185] KPT-24: Update background color to BurlyWood --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 2a24e48a33d3..4ec33dd9a11e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Green; + border-top: 1px solid BurlyWood; } nav { - background: Green; + background: BurlyWood; display: flex; align-items: center; padding: 0 0.5rem; From b2a7d871e6af31ea13332db2217581bc3dcba42a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 2 Oct 2022 23:19:08 +0000 Subject: [PATCH 1802/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4ec33dd9a11e..7581a7f2cb24 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BurlyWood; + border-top: 1px solid Ivory; } nav { - background: BurlyWood; + background: Ivory; display: flex; align-items: center; padding: 0 0.5rem; From 3053db2ab38a5243e21e31550ec29efe0da4cf38 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 3 Oct 2022 09:04:07 +0000 Subject: [PATCH 1803/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 7581a7f2cb24..95a9d0b2c399 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Ivory; + border-top: 1px solid LightCyan; } nav { - background: Ivory; + background: LightCyan; display: flex; align-items: center; padding: 0 0.5rem; From 3ec7809accc1d7b5a6c44851d9da9125d9094595 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 3 Oct 2022 10:34:07 +0000 Subject: [PATCH 1804/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 95a9d0b2c399..ee766fd90860 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightCyan; + border-top: 1px solid Gold; } nav { - background: LightCyan; + background: Gold; display: flex; align-items: center; padding: 0 0.5rem; From 398bd37ba1ee8dbf83cd7d89df9fb836ea72265d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 3 Oct 2022 16:34:07 +0000 Subject: [PATCH 1805/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ee766fd90860..eca3a27ac0c5 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gold; + border-top: 1px solid GreenYellow; } nav { - background: Gold; + background: GreenYellow; display: flex; align-items: center; padding: 0 0.5rem; From 7bc5b92f1031a661231c34dc01efd4c3a9e690e4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 3 Oct 2022 20:19:08 +0000 Subject: [PATCH 1806/3185] KPT-22: Modals with PaleGreen accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index eca3a27ac0c5..19e1abc1037e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GreenYellow; + border-top: 1px solid PaleGreen; } nav { - background: GreenYellow; + background: PaleGreen; display: flex; align-items: center; padding: 0 0.5rem; From 747aea281f096087bfb81cc7ed7de1ad9bbef159 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 3 Oct 2022 21:04:07 +0000 Subject: [PATCH 1807/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 19e1abc1037e..37d380ba9c8b 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleGreen; + border-top: 1px solid LavenderBlush; } nav { - background: PaleGreen; + background: LavenderBlush; display: flex; align-items: center; padding: 0 0.5rem; From 456625a2f0ed0c36c4ece16965403d195437207f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 4 Oct 2022 04:34:07 +0000 Subject: [PATCH 1808/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 37d380ba9c8b..abc9bac5eca7 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LavenderBlush; + border-top: 1px solid Blue; } nav { - background: LavenderBlush; + background: Blue; display: flex; align-items: center; padding: 0 0.5rem; From bbda6f197ad7a08c6d09ff0e32cd39ccc3c0185e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 4 Oct 2022 08:19:07 +0000 Subject: [PATCH 1809/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index abc9bac5eca7..266d9435f640 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Blue; + border-top: 1px solid Orange; } nav { - background: Blue; + background: Orange; display: flex; align-items: center; padding: 0 0.5rem; From 46600d57ec132169f1d541d6568dec355fd9cde2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 4 Oct 2022 19:34:07 +0000 Subject: [PATCH 1810/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 266d9435f640..b71c46471615 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Orange; + border-top: 1px solid Sienna; } nav { - background: Orange; + background: Sienna; display: flex; align-items: center; padding: 0 0.5rem; From b7980dac4b125ffce66fddfde9f58d83c28f7833 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 5 Oct 2022 01:34:07 +0000 Subject: [PATCH 1811/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index b71c46471615..a67998ca9c46 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Sienna; + border-top: 1px solid MediumOrchid; } nav { - background: Sienna; + background: MediumOrchid; display: flex; align-items: center; padding: 0 0.5rem; From 1cd88124788d5406eb442e5be6f45d1bc8de9226 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 5 Oct 2022 03:49:08 +0000 Subject: [PATCH 1812/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index a67998ca9c46..9219f21a21b0 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumOrchid; + border-top: 1px solid OrangeRed; } nav { - background: MediumOrchid; + background: OrangeRed; display: flex; align-items: center; padding: 0 0.5rem; From b88c00de145f7e39092194b422b2c9728ad710fa Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 5 Oct 2022 05:19:07 +0000 Subject: [PATCH 1813/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 9219f21a21b0..2bb350ffd9ac 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OrangeRed; + border-top: 1px solid Yellow; } nav { - background: OrangeRed; + background: Yellow; display: flex; align-items: center; padding: 0 0.5rem; From ffa5699d56d82d1388b0ab87498f1be7cb4cd085 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 5 Oct 2022 06:49:08 +0000 Subject: [PATCH 1814/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 2bb350ffd9ac..228291e36290 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Yellow; + border-top: 1px solid Beige; } nav { - background: Yellow; + background: Beige; display: flex; align-items: center; padding: 0 0.5rem; From a164699c4e00086753795f80dd555ffeea39b3cb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 5 Oct 2022 09:49:08 +0000 Subject: [PATCH 1815/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 228291e36290..9b225c303ed7 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Beige; + border-top: 1px solid CornflowerBlue; } nav { - background: Beige; + background: CornflowerBlue; display: flex; align-items: center; padding: 0 0.5rem; From 657250c981d7c81489a10954bec498c5a503fb85 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 5 Oct 2022 12:49:08 +0000 Subject: [PATCH 1816/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 9b225c303ed7..4f31bef8a698 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid CornflowerBlue; + border-top: 1px solid NavajoWhite; } nav { - background: CornflowerBlue; + background: NavajoWhite; display: flex; align-items: center; padding: 0 0.5rem; From 65970ee6dac46ee6f3dffaa855b9e0e7c92b69f2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 5 Oct 2022 14:19:07 +0000 Subject: [PATCH 1817/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4f31bef8a698..718dcb65df26 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid NavajoWhite; + border-top: 1px solid DarkCyan; } nav { - background: NavajoWhite; + background: DarkCyan; display: flex; align-items: center; padding: 0 0.5rem; From 5d382bdc10fd8faafe6998503ce47698bb6bac48 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 5 Oct 2022 15:04:07 +0000 Subject: [PATCH 1818/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 718dcb65df26..3723989cd0af 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkCyan; + border-top: 1px solid Aqua; } nav { - background: DarkCyan; + background: Aqua; display: flex; align-items: center; padding: 0 0.5rem; From 4c7c83c824cddada7eb9ee35e704b77f999f1149 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 5 Oct 2022 15:49:08 +0000 Subject: [PATCH 1819/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3723989cd0af..5b6feda18165 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Aqua; + border-top: 1px solid Red; } nav { - background: Aqua; + background: Red; display: flex; align-items: center; padding: 0 0.5rem; From bdf657c41dcf16113644112bd9389bbd8332a613 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 5 Oct 2022 18:49:08 +0000 Subject: [PATCH 1820/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 5b6feda18165..f626f10eb5eb 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Red; + border-top: 1px solid PaleGoldenRod; } nav { - background: Red; + background: PaleGoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From 0e5720a4260b927749686798624dce4848caba62 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 5 Oct 2022 22:34:07 +0000 Subject: [PATCH 1821/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index f626f10eb5eb..6675fdc2e211 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleGoldenRod; + border-top: 1px solid Tomato; } nav { - background: PaleGoldenRod; + background: Tomato; display: flex; align-items: center; padding: 0 0.5rem; From 4fa9ba5798e0ef26489e0b47a80b0234c4892c5e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 6 Oct 2022 09:04:08 +0000 Subject: [PATCH 1822/3185] KPT-22: Modals with Sienna accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 6675fdc2e211..b71c46471615 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Tomato; + border-top: 1px solid Sienna; } nav { - background: Tomato; + background: Sienna; display: flex; align-items: center; padding: 0 0.5rem; From ee1348d533424768731868f527f1464ecc35272a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 6 Oct 2022 10:34:07 +0000 Subject: [PATCH 1823/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index b71c46471615..e998dc1afbfd 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Sienna; + border-top: 1px solid Cyan; } nav { - background: Sienna; + background: Cyan; display: flex; align-items: center; padding: 0 0.5rem; From 59555e463600567752ef5eeb61b7db4aee6a2398 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 6 Oct 2022 12:49:07 +0000 Subject: [PATCH 1824/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index e998dc1afbfd..4157a06c1b2b 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Cyan; + border-top: 1px solid LawnGreen; } nav { - background: Cyan; + background: LawnGreen; display: flex; align-items: center; padding: 0 0.5rem; From 2ade6a00f1492f333db26f846a57547f41abe88f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 6 Oct 2022 21:04:08 +0000 Subject: [PATCH 1825/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4157a06c1b2b..abc9bac5eca7 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LawnGreen; + border-top: 1px solid Blue; } nav { - background: LawnGreen; + background: Blue; display: flex; align-items: center; padding: 0 0.5rem; From 6775ea215e5f86ab77bc158c055cd7fde54a30e4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 6 Oct 2022 22:34:07 +0000 Subject: [PATCH 1826/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index abc9bac5eca7..bd3a875e2c0c 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Blue; + border-top: 1px solid SlateBlue; } nav { - background: Blue; + background: SlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From 758e8410e8bc3e8c52a25942576f541fcf2dbb8c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 7 Oct 2022 00:04:07 +0000 Subject: [PATCH 1827/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index bd3a875e2c0c..0ad2b52a66dd 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateBlue; + border-top: 1px solid DarkSlateGray; } nav { - background: SlateBlue; + background: DarkSlateGray; display: flex; align-items: center; padding: 0 0.5rem; From 22e90b0fb27d8194cc27a5b1624821e428a2af92 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 7 Oct 2022 00:49:08 +0000 Subject: [PATCH 1828/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 0ad2b52a66dd..ec2e59e70439 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateGray; + border-top: 1px solid DarkOrchid; } nav { - background: DarkSlateGray; + background: DarkOrchid; display: flex; align-items: center; padding: 0 0.5rem; From c43a5f5fc5a53f5ffec4c9ffe35646d0c3e1bf6e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 7 Oct 2022 01:34:07 +0000 Subject: [PATCH 1829/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ec2e59e70439..3b05aa10f47f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOrchid; + border-top: 1px solid SkyBlue; } nav { - background: DarkOrchid; + background: SkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From d6dc474bcbdf7de9fdfb2c7718cfb53c352756b0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 7 Oct 2022 03:04:07 +0000 Subject: [PATCH 1830/3185] KPT-22: Modals with DarkTurquoise accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3b05aa10f47f..2b6378f009d4 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SkyBlue; + border-top: 1px solid DarkTurquoise; } nav { - background: SkyBlue; + background: DarkTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From 41070bfeea8a01a0226dc4b9f2241f46720d8443 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 7 Oct 2022 05:19:09 +0000 Subject: [PATCH 1831/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 2b6378f009d4..95b0c9b012ff 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkTurquoise; + border-top: 1px solid DimGray; } nav { - background: DarkTurquoise; + background: DimGray; display: flex; align-items: center; padding: 0 0.5rem; From 452a6328baa7074ab6858268cc80a2f2965d6bb2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 7 Oct 2022 08:19:07 +0000 Subject: [PATCH 1832/3185] KPT-24: Update background color to SlateGrey --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 95b0c9b012ff..52780a4ff666 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DimGray; + border-top: 1px solid SlateGrey; } nav { - background: DimGray; + background: SlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From 378fa9db22b055ec282a936cfe0d11535db40e20 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 7 Oct 2022 12:49:07 +0000 Subject: [PATCH 1833/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 52780a4ff666..857ab72fccc2 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateGrey; + border-top: 1px solid LightGoldenRodYellow; } nav { - background: SlateGrey; + background: LightGoldenRodYellow; display: flex; align-items: center; padding: 0 0.5rem; From 7beb820bfb3cb20d599e2d81ac246fc4ebc5825f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 7 Oct 2022 14:19:08 +0000 Subject: [PATCH 1834/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 857ab72fccc2..b3ffebd1503f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGoldenRodYellow; + border-top: 1px solid PeachPuff; } nav { - background: LightGoldenRodYellow; + background: PeachPuff; display: flex; align-items: center; padding: 0 0.5rem; From 81c9106f200164195859b4f3e74c8caad2f7e080 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 7 Oct 2022 20:19:08 +0000 Subject: [PATCH 1835/3185] KPT-24: Update background color to Cyan --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index b3ffebd1503f..e998dc1afbfd 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PeachPuff; + border-top: 1px solid Cyan; } nav { - background: PeachPuff; + background: Cyan; display: flex; align-items: center; padding: 0 0.5rem; From 1600a1dece6b84c74a78e2cde15d1d51aeb35532 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 8 Oct 2022 03:49:07 +0000 Subject: [PATCH 1836/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index e998dc1afbfd..3c53fdbf3bd7 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Cyan; + border-top: 1px solid RosyBrown; } nav { - background: Cyan; + background: RosyBrown; display: flex; align-items: center; padding: 0 0.5rem; From c80aaba930c19b974d8964d05eaf125a439a8f58 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 8 Oct 2022 05:19:08 +0000 Subject: [PATCH 1837/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3c53fdbf3bd7..5d4492574dd1 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RosyBrown; + border-top: 1px solid MintCream; } nav { - background: RosyBrown; + background: MintCream; display: flex; align-items: center; padding: 0 0.5rem; From 35b940adb93eaaa7a68a12cc8615854c73d71ce9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 8 Oct 2022 06:49:07 +0000 Subject: [PATCH 1838/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 5d4492574dd1..0053969b5ecf 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MintCream; + border-top: 1px solid WhiteSmoke; } nav { - background: MintCream; + background: WhiteSmoke; display: flex; align-items: center; padding: 0 0.5rem; From 79e678620b1a93fdb2868010c61b8247011adddc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 8 Oct 2022 21:04:08 +0000 Subject: [PATCH 1839/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 0053969b5ecf..0ad2b52a66dd 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid WhiteSmoke; + border-top: 1px solid DarkSlateGray; } nav { - background: WhiteSmoke; + background: DarkSlateGray; display: flex; align-items: center; padding: 0 0.5rem; From ed6f7175bad7e3187945bbb360ca07a59b2c8644 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 9 Oct 2022 00:04:07 +0000 Subject: [PATCH 1840/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 0ad2b52a66dd..bd66074dbebd 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateGray; + border-top: 1px solid LightSlateGray; } nav { - background: DarkSlateGray; + background: LightSlateGray; display: flex; align-items: center; padding: 0 0.5rem; From fea7304c7428959899c0e643906a93f11a13dafd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 9 Oct 2022 03:49:08 +0000 Subject: [PATCH 1841/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index bd66074dbebd..4cb33c38cec8 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSlateGray; + border-top: 1px solid DarkSalmon; } nav { - background: LightSlateGray; + background: DarkSalmon; display: flex; align-items: center; padding: 0 0.5rem; From 99eee1a4591e2ead953b13b1d0cb5246d73d280f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 9 Oct 2022 08:19:07 +0000 Subject: [PATCH 1842/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4cb33c38cec8..a67998ca9c46 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSalmon; + border-top: 1px solid MediumOrchid; } nav { - background: DarkSalmon; + background: MediumOrchid; display: flex; align-items: center; padding: 0 0.5rem; From 4fc587326c2effc89cbe83e9379a8124e634fb22 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 9 Oct 2022 12:04:08 +0000 Subject: [PATCH 1843/3185] KPT-24: Update background color to MediumSlateBlue --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index a67998ca9c46..1230ce9cd975 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumOrchid; + border-top: 1px solid MediumSlateBlue; } nav { - background: MediumOrchid; + background: MediumSlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From 0e640473930f5fef05bdc4d822b6a1c161c7b7cb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 9 Oct 2022 15:49:09 +0000 Subject: [PATCH 1844/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 1230ce9cd975..67e0111f647f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSlateBlue; + border-top: 1px solid Coral; } nav { - background: MediumSlateBlue; + background: Coral; display: flex; align-items: center; padding: 0 0.5rem; From 9339a49c72f32b08805c2965ee165f4b9fdbbdc7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 9 Oct 2022 20:19:07 +0000 Subject: [PATCH 1845/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 67e0111f647f..0228fd3891c6 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Coral; + border-top: 1px solid Plum; } nav { - background: Coral; + background: Plum; display: flex; align-items: center; padding: 0 0.5rem; From 42e1c7d8b85e6fb8a69588250ec0b4b29a2a2310 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 10 Oct 2022 02:19:07 +0000 Subject: [PATCH 1846/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 0228fd3891c6..48f96fef5716 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Plum; + border-top: 1px solid PaleVioletRed; } nav { - background: Plum; + background: PaleVioletRed; display: flex; align-items: center; padding: 0 0.5rem; From c19cd312e5071ccc5f7dfc55f5ec013a89cf3b66 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 10 Oct 2022 04:34:07 +0000 Subject: [PATCH 1847/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 48f96fef5716..afdb09fdc5dc 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleVioletRed; + border-top: 1px solid SlateGray; } nav { - background: PaleVioletRed; + background: SlateGray; display: flex; align-items: center; padding: 0 0.5rem; From 2f8270bb049d5c1d476c3365298cec1c46e2e1dd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 10 Oct 2022 05:19:08 +0000 Subject: [PATCH 1848/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index afdb09fdc5dc..d5b33e6aee0e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateGray; + border-top: 1px solid LimeGreen; } nav { - background: SlateGray; + background: LimeGreen; display: flex; align-items: center; padding: 0 0.5rem; From 53d935f051a9c906451d9d1ae761e466497698f9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 10 Oct 2022 09:04:08 +0000 Subject: [PATCH 1849/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d5b33e6aee0e..d45f2f580eae 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LimeGreen; + border-top: 1px solid LightGray; } nav { - background: LimeGreen; + background: LightGray; display: flex; align-items: center; padding: 0 0.5rem; From 23a59b178137bb3112617cdd783f93ce050c9d80 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 10 Oct 2022 12:49:09 +0000 Subject: [PATCH 1850/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d45f2f580eae..bd3a875e2c0c 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGray; + border-top: 1px solid SlateBlue; } nav { - background: LightGray; + background: SlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From 39db55ea0926c2b4bbffb9151844184c06d30977 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 10 Oct 2022 15:04:08 +0000 Subject: [PATCH 1851/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index bd3a875e2c0c..8b28d00942f7 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateBlue; + border-top: 1px solid PowderBlue; } nav { - background: SlateBlue; + background: PowderBlue; display: flex; align-items: center; padding: 0 0.5rem; From 9b8d7e922cb40a8ce8c61448e5096a2a271e3a84 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 10 Oct 2022 16:34:08 +0000 Subject: [PATCH 1852/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 8b28d00942f7..d28f8e930d59 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PowderBlue; + border-top: 1px solid Snow; } nav { - background: PowderBlue; + background: Snow; display: flex; align-items: center; padding: 0 0.5rem; From 010ee4176a92db7a78a0caf89d693ef1bbee1151 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 10 Oct 2022 21:04:08 +0000 Subject: [PATCH 1853/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d28f8e930d59..2b6378f009d4 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Snow; + border-top: 1px solid DarkTurquoise; } nav { - background: Snow; + background: DarkTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From b9740ea866d6d76ef8a58cfa6f4891f752045d65 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 11 Oct 2022 00:04:07 +0000 Subject: [PATCH 1854/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 2b6378f009d4..9db6466b4d55 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkTurquoise; + border-top: 1px solid Indigo; } nav { - background: DarkTurquoise; + background: Indigo; display: flex; align-items: center; padding: 0 0.5rem; From c5cad6ad42d0515ff762bcdb78a018e68f8672f2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 11 Oct 2022 05:19:08 +0000 Subject: [PATCH 1855/3185] KPT-24: Update background color to Snow --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 9db6466b4d55..d28f8e930d59 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Indigo; + border-top: 1px solid Snow; } nav { - background: Indigo; + background: Snow; display: flex; align-items: center; padding: 0 0.5rem; From 9f475c680c5419e2f0505480f776072eeef9db60 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 11 Oct 2022 06:49:07 +0000 Subject: [PATCH 1856/3185] KPT-22: Modals with LawnGreen accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d28f8e930d59..4157a06c1b2b 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Snow; + border-top: 1px solid LawnGreen; } nav { - background: Snow; + background: LawnGreen; display: flex; align-items: center; padding: 0 0.5rem; From 79226eda5493a4ef7a592ef441f8e883884e0b8e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 11 Oct 2022 07:34:07 +0000 Subject: [PATCH 1857/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4157a06c1b2b..31704961ca80 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LawnGreen; + border-top: 1px solid DarkRed; } nav { - background: LawnGreen; + background: DarkRed; display: flex; align-items: center; padding: 0 0.5rem; From be8f9c71b934224098e26b3eea031143cd45c3bf Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 11 Oct 2022 11:19:08 +0000 Subject: [PATCH 1858/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 31704961ca80..8bc1be7e263d 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkRed; + border-top: 1px solid LightSalmon; } nav { - background: DarkRed; + background: LightSalmon; display: flex; align-items: center; padding: 0 0.5rem; From 5fac55739ab85854e3a270ef9d83cda9033eaaa7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 11 Oct 2022 12:49:07 +0000 Subject: [PATCH 1859/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 8bc1be7e263d..bd66074dbebd 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSalmon; + border-top: 1px solid LightSlateGray; } nav { - background: LightSalmon; + background: LightSlateGray; display: flex; align-items: center; padding: 0 0.5rem; From 852aa192a51891f1f874356e2927ec73a242da62 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 11 Oct 2022 21:04:07 +0000 Subject: [PATCH 1860/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index bd66074dbebd..dd1156fbaefb 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSlateGray; + border-top: 1px solid DarkSlateGrey; } nav { - background: LightSlateGray; + background: DarkSlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From 0b0d35e18e8ee3a038e3a773843c3d4908a350ea Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 12 Oct 2022 00:04:07 +0000 Subject: [PATCH 1861/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index dd1156fbaefb..9b225c303ed7 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateGrey; + border-top: 1px solid CornflowerBlue; } nav { - background: DarkSlateGrey; + background: CornflowerBlue; display: flex; align-items: center; padding: 0 0.5rem; From 9e802aef3d6ac850b1ec15892fa8f75790e8101a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 12 Oct 2022 01:34:08 +0000 Subject: [PATCH 1862/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 9b225c303ed7..cc3e2a46c95e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid CornflowerBlue; + border-top: 1px solid LightSkyBlue; } nav { - background: CornflowerBlue; + background: LightSkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From 85e3fc3d47ac5f6fa8c75166aaf10552668bf770 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 12 Oct 2022 03:04:07 +0000 Subject: [PATCH 1863/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index cc3e2a46c95e..afdb09fdc5dc 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSkyBlue; + border-top: 1px solid SlateGray; } nav { - background: LightSkyBlue; + background: SlateGray; display: flex; align-items: center; padding: 0 0.5rem; From 43081feca44ae329b6b0109919b5d26720b2308c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 12 Oct 2022 08:19:08 +0000 Subject: [PATCH 1864/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index afdb09fdc5dc..6ed2eb8a42df 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateGray; + border-top: 1px solid Turquoise; } nav { - background: SlateGray; + background: Turquoise; display: flex; align-items: center; padding: 0 0.5rem; From 0873dae820a0a1bf499d481b99e951122c0210b2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 12 Oct 2022 09:49:08 +0000 Subject: [PATCH 1865/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 6ed2eb8a42df..d1a30d185108 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Turquoise; + border-top: 1px solid Linen; } nav { - background: Turquoise; + background: Linen; display: flex; align-items: center; padding: 0 0.5rem; From 07227b083df7aa7010dd487b6724244a8511fa6a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 12 Oct 2022 10:34:07 +0000 Subject: [PATCH 1866/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d1a30d185108..8b28d00942f7 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Linen; + border-top: 1px solid PowderBlue; } nav { - background: Linen; + background: PowderBlue; display: flex; align-items: center; padding: 0 0.5rem; From 2065a9c737731b8d9dd37fe673208058809f3c01 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 12 Oct 2022 11:19:08 +0000 Subject: [PATCH 1867/3185] KPT-22: Modals with DarkGreen accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 8b28d00942f7..14bdb415526f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PowderBlue; + border-top: 1px solid DarkGreen; } nav { - background: PowderBlue; + background: DarkGreen; display: flex; align-items: center; padding: 0 0.5rem; From 8a0e216a5797c9fb5145f960e71f30680501bf4f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 12 Oct 2022 12:04:10 +0000 Subject: [PATCH 1868/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 14bdb415526f..38d8005718f8 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGreen; + border-top: 1px solid YellowGreen; } nav { - background: DarkGreen; + background: YellowGreen; display: flex; align-items: center; padding: 0 0.5rem; From b84b991cd08cfa9f4fae206f280e617b039c7940 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 12 Oct 2022 13:34:09 +0000 Subject: [PATCH 1869/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 38d8005718f8..9cb4c6084104 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid YellowGreen; + border-top: 1px solid DarkBlue; } nav { - background: YellowGreen; + background: DarkBlue; display: flex; align-items: center; padding: 0 0.5rem; From 8b8d79fc4e98be53a83b1a898f97145857772fe8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 12 Oct 2022 15:49:07 +0000 Subject: [PATCH 1870/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 9cb4c6084104..5bc7ef4eb78f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkBlue; + border-top: 1px solid DarkOrange; } nav { - background: DarkBlue; + background: DarkOrange; display: flex; align-items: center; padding: 0 0.5rem; From 4f3204a2e7382a13044b158702b06ae882856af4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 12 Oct 2022 18:49:07 +0000 Subject: [PATCH 1871/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 5bc7ef4eb78f..857ab72fccc2 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOrange; + border-top: 1px solid LightGoldenRodYellow; } nav { - background: DarkOrange; + background: LightGoldenRodYellow; display: flex; align-items: center; padding: 0 0.5rem; From 16759dccbb86ae13d9eb4f325ec79ffdf94fb215 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 12 Oct 2022 22:34:07 +0000 Subject: [PATCH 1872/3185] KPT-24: Update background color to LightBlue --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 857ab72fccc2..3bd9c6e87f30 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGoldenRodYellow; + border-top: 1px solid LightBlue; } nav { - background: LightGoldenRodYellow; + background: LightBlue; display: flex; align-items: center; padding: 0 0.5rem; From b6e37e97a1ecc47d487be097da33154dbb51650f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 13 Oct 2022 00:49:08 +0000 Subject: [PATCH 1873/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3bd9c6e87f30..77bfaa9f6042 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightBlue; + border-top: 1px solid MediumSeaGreen; } nav { - background: LightBlue; + background: MediumSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From faef4ae5ebc968a9d2c62662ecbb35cd6fc3c4b9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 13 Oct 2022 06:49:07 +0000 Subject: [PATCH 1874/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 77bfaa9f6042..d7031fe0709d 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSeaGreen; + border-top: 1px solid HotPink; } nav { - background: MediumSeaGreen; + background: HotPink; display: flex; align-items: center; padding: 0 0.5rem; From 0bae99bbf31b4c1203c0737b62ddcb906fe9fdb8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 13 Oct 2022 09:04:08 +0000 Subject: [PATCH 1875/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d7031fe0709d..2b6378f009d4 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid HotPink; + border-top: 1px solid DarkTurquoise; } nav { - background: HotPink; + background: DarkTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From cd5976948cf060d2d735c357595b8984162e3ba5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 13 Oct 2022 11:19:08 +0000 Subject: [PATCH 1876/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 2b6378f009d4..d444a165a194 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkTurquoise; + border-top: 1px solid Azure; } nav { - background: DarkTurquoise; + background: Azure; display: flex; align-items: center; padding: 0 0.5rem; From d2eb0bb39345efc788d05e00525f87afb7503620 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 13 Oct 2022 12:49:08 +0000 Subject: [PATCH 1877/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d444a165a194..d45f2f580eae 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Azure; + border-top: 1px solid LightGray; } nav { - background: Azure; + background: LightGray; display: flex; align-items: center; padding: 0 0.5rem; From 05edc08afe2e8cc6708bcdc0140484ad3a59f9e3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 13 Oct 2022 19:34:07 +0000 Subject: [PATCH 1878/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d45f2f580eae..266d9435f640 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGray; + border-top: 1px solid Orange; } nav { - background: LightGray; + background: Orange; display: flex; align-items: center; padding: 0 0.5rem; From 18b60ba14f40aa25bab7f210090913aa9af69bd2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 13 Oct 2022 23:19:08 +0000 Subject: [PATCH 1879/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 266d9435f640..0053969b5ecf 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Orange; + border-top: 1px solid WhiteSmoke; } nav { - background: Orange; + background: WhiteSmoke; display: flex; align-items: center; padding: 0 0.5rem; From e06a1c2881d74507b0f6a9fd6a023d57f524e6ab Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 14 Oct 2022 01:34:08 +0000 Subject: [PATCH 1880/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 0053969b5ecf..3fc956c8bef1 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid WhiteSmoke; + border-top: 1px solid Khaki; } nav { - background: WhiteSmoke; + background: Khaki; display: flex; align-items: center; padding: 0 0.5rem; From ebfe75b1d9ca7b2ec3583c7fa4fed85215d36818 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 14 Oct 2022 05:19:07 +0000 Subject: [PATCH 1881/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3fc956c8bef1..2e8c8e35e5cb 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Khaki; + border-top: 1px solid Magenta; } nav { - background: Khaki; + background: Magenta; display: flex; align-items: center; padding: 0 0.5rem; From ef7c795eda328cc5e37bd9c282dfdb55cf7fdb7d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 14 Oct 2022 06:49:08 +0000 Subject: [PATCH 1882/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 2e8c8e35e5cb..228291e36290 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Magenta; + border-top: 1px solid Beige; } nav { - background: Magenta; + background: Beige; display: flex; align-items: center; padding: 0 0.5rem; From db8684e0b894ba675c52b65018d22ee35a30153b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 14 Oct 2022 08:19:07 +0000 Subject: [PATCH 1883/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 228291e36290..b83d2db05aab 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Beige; + border-top: 1px solid Silver; } nav { - background: Beige; + background: Silver; display: flex; align-items: center; padding: 0 0.5rem; From fa8d3bee3cb4316621d300dda18c0130c79b2c22 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 14 Oct 2022 10:34:07 +0000 Subject: [PATCH 1884/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index b83d2db05aab..f121aafd52c6 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Silver; + border-top: 1px solid SteelBlue; } nav { - background: Silver; + background: SteelBlue; display: flex; align-items: center; padding: 0 0.5rem; From 1e7cf3e153b920b10598af840f852dbb228f7f93 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 14 Oct 2022 15:49:08 +0000 Subject: [PATCH 1885/3185] KPT-22: Modals with PaleTurquoise accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index f121aafd52c6..0fc8799d2400 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SteelBlue; + border-top: 1px solid PaleTurquoise; } nav { - background: SteelBlue; + background: PaleTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From 69609be5207c0ffa0277420890fb599da7a05ac5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 14 Oct 2022 20:19:07 +0000 Subject: [PATCH 1886/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 0fc8799d2400..24d254c510ca 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleTurquoise; + border-top: 1px solid Wheat; } nav { - background: PaleTurquoise; + background: Wheat; display: flex; align-items: center; padding: 0 0.5rem; From 5e4a17c887ac85d10eab21475dd37d7adc4d7877 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 15 Oct 2022 00:04:08 +0000 Subject: [PATCH 1887/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 24d254c510ca..95a9d0b2c399 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Wheat; + border-top: 1px solid LightCyan; } nav { - background: Wheat; + background: LightCyan; display: flex; align-items: center; padding: 0 0.5rem; From 425a10190f9ef31c666a138e706f746945eb9e52 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 15 Oct 2022 03:49:07 +0000 Subject: [PATCH 1888/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 95a9d0b2c399..ce75e3b066c0 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightCyan; + border-top: 1px solid Olive; } nav { - background: LightCyan; + background: Olive; display: flex; align-items: center; padding: 0 0.5rem; From af35f403a4f386e63fd83a4bea03a9bb374ca1b1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 15 Oct 2022 12:49:08 +0000 Subject: [PATCH 1889/3185] KPT-24: Update background color to LightSkyBlue --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ce75e3b066c0..cc3e2a46c95e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Olive; + border-top: 1px solid LightSkyBlue; } nav { - background: Olive; + background: LightSkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From c8242bd7b550ffb9c3188d2826fc34518646449d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 16 Oct 2022 00:49:08 +0000 Subject: [PATCH 1890/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index cc3e2a46c95e..6550fb674240 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSkyBlue; + border-top: 1px solid SandyBrown; } nav { - background: LightSkyBlue; + background: SandyBrown; display: flex; align-items: center; padding: 0 0.5rem; From 0ab855520f1395139a00b3ab7d28b2f389aef30b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 16 Oct 2022 02:19:07 +0000 Subject: [PATCH 1891/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 6550fb674240..dd1156fbaefb 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SandyBrown; + border-top: 1px solid DarkSlateGrey; } nav { - background: SandyBrown; + background: DarkSlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From 45042d432ba3f28cbf8367b3af663a93e4cb2cbd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 16 Oct 2022 05:19:07 +0000 Subject: [PATCH 1892/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index dd1156fbaefb..7885b7716913 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateGrey; + border-top: 1px solid MistyRose; } nav { - background: DarkSlateGrey; + background: MistyRose; display: flex; align-items: center; padding: 0 0.5rem; From 7b3da50f6a397ae439bd887612a9be6bd9083727 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 16 Oct 2022 12:04:08 +0000 Subject: [PATCH 1893/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 7885b7716913..857ab72fccc2 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MistyRose; + border-top: 1px solid LightGoldenRodYellow; } nav { - background: MistyRose; + background: LightGoldenRodYellow; display: flex; align-items: center; padding: 0 0.5rem; From 9f4ef208ecb1fff1993e0cc3ae163847299e3778 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 16 Oct 2022 14:19:09 +0000 Subject: [PATCH 1894/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 857ab72fccc2..ec5e8acbe367 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGoldenRodYellow; + border-top: 1px solid RoyalBlue; } nav { - background: LightGoldenRodYellow; + background: RoyalBlue; display: flex; align-items: center; padding: 0 0.5rem; From 2ddaf58858bbb13758bb8d00ddec47c5563a6812 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 16 Oct 2022 17:19:08 +0000 Subject: [PATCH 1895/3185] KPT-24: Update background color to Aquamarine --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ec5e8acbe367..3b0ac193bf44 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RoyalBlue; + border-top: 1px solid Aquamarine; } nav { - background: RoyalBlue; + background: Aquamarine; display: flex; align-items: center; padding: 0 0.5rem; From f7594e90d18ee8ada9c51726bdc8fe6f3ccdfe9e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 17 Oct 2022 00:04:07 +0000 Subject: [PATCH 1896/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3b0ac193bf44..24d254c510ca 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Aquamarine; + border-top: 1px solid Wheat; } nav { - background: Aquamarine; + background: Wheat; display: flex; align-items: center; padding: 0 0.5rem; From a52c65651ab046b9df5369946322252c6d0dcedb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 17 Oct 2022 02:19:08 +0000 Subject: [PATCH 1897/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 24d254c510ca..2b6378f009d4 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Wheat; + border-top: 1px solid DarkTurquoise; } nav { - background: Wheat; + background: DarkTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From ca7a9fed0606b7adc5078a3303737a9e3a7dc1b5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 17 Oct 2022 04:34:07 +0000 Subject: [PATCH 1898/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 2b6378f009d4..9219f21a21b0 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkTurquoise; + border-top: 1px solid OrangeRed; } nav { - background: DarkTurquoise; + background: OrangeRed; display: flex; align-items: center; padding: 0 0.5rem; From f7040ce976129a1457d467a0e349a49729a691a2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 17 Oct 2022 07:34:07 +0000 Subject: [PATCH 1899/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 9219f21a21b0..308fd2898d6e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OrangeRed; + border-top: 1px solid Lavender; } nav { - background: OrangeRed; + background: Lavender; display: flex; align-items: center; padding: 0 0.5rem; From 575d9218006b87e60d7fe7eee96ab5c3d9f61f67 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 17 Oct 2022 08:19:08 +0000 Subject: [PATCH 1900/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 308fd2898d6e..9cc806b0b915 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Lavender; + border-top: 1px solid DodgerBlue; } nav { - background: Lavender; + background: DodgerBlue; display: flex; align-items: center; padding: 0 0.5rem; From ef48c9802410eaabcd37a3972a292e484dcdbc0e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 17 Oct 2022 09:04:07 +0000 Subject: [PATCH 1901/3185] KPT-22: Modals with Cyan accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 9cc806b0b915..e998dc1afbfd 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DodgerBlue; + border-top: 1px solid Cyan; } nav { - background: DodgerBlue; + background: Cyan; display: flex; align-items: center; padding: 0 0.5rem; From 1b2df0003faeb6af084c4a7b9e39455b75286f14 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 17 Oct 2022 09:49:07 +0000 Subject: [PATCH 1902/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index e998dc1afbfd..48f96fef5716 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Cyan; + border-top: 1px solid PaleVioletRed; } nav { - background: Cyan; + background: PaleVioletRed; display: flex; align-items: center; padding: 0 0.5rem; From 799a35743d75dd2a635006d41eacc8ae82973848 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 17 Oct 2022 10:34:07 +0000 Subject: [PATCH 1903/3185] KPT-24: Update background color to SandyBrown --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 48f96fef5716..6550fb674240 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleVioletRed; + border-top: 1px solid SandyBrown; } nav { - background: PaleVioletRed; + background: SandyBrown; display: flex; align-items: center; padding: 0 0.5rem; From d8b67c30a42ece6d226e8e0fb045c13d160bebb6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 17 Oct 2022 11:19:08 +0000 Subject: [PATCH 1904/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 6550fb674240..31a327a93479 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SandyBrown; + border-top: 1px solid Navy; } nav { - background: SandyBrown; + background: Navy; display: flex; align-items: center; padding: 0 0.5rem; From a78e8c67e089630259b247b42253ce82403d44fc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 17 Oct 2022 12:04:07 +0000 Subject: [PATCH 1905/3185] KPT-24: Update background color to MediumAquaMarine --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 31a327a93479..0f633b206ec6 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Navy; + border-top: 1px solid MediumAquaMarine; } nav { - background: Navy; + background: MediumAquaMarine; display: flex; align-items: center; padding: 0 0.5rem; From 59eeb9f9b1fef0f95d0c2597f0e398332c5aa6fc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 17 Oct 2022 12:49:08 +0000 Subject: [PATCH 1906/3185] KPT-24: Update background color to MediumSpringGreen --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 0f633b206ec6..ac69cd686a82 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumAquaMarine; + border-top: 1px solid MediumSpringGreen; } nav { - background: MediumAquaMarine; + background: MediumSpringGreen; display: flex; align-items: center; padding: 0 0.5rem; From 6d52242b8774d86a759cec0f09410ff9b9d4bbb5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 17 Oct 2022 15:04:07 +0000 Subject: [PATCH 1907/3185] KPT-22: Modals with MidnightBlue accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ac69cd686a82..4d589e9fc6c4 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSpringGreen; + border-top: 1px solid MidnightBlue; } nav { - background: MediumSpringGreen; + background: MidnightBlue; display: flex; align-items: center; padding: 0 0.5rem; From 3eeadae29689f63f5bbebd08f28a3f39d1bc5e32 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 17 Oct 2022 16:34:07 +0000 Subject: [PATCH 1908/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4d589e9fc6c4..ad9452d08934 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MidnightBlue; + border-top: 1px solid GhostWhite; } nav { - background: MidnightBlue; + background: GhostWhite; display: flex; align-items: center; padding: 0 0.5rem; From 62540c22194d192770838766a7e3685be319cf2a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 17 Oct 2022 19:34:08 +0000 Subject: [PATCH 1909/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ad9452d08934..14bdb415526f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GhostWhite; + border-top: 1px solid DarkGreen; } nav { - background: GhostWhite; + background: DarkGreen; display: flex; align-items: center; padding: 0 0.5rem; From 47fc241e3313fc547720388ba42ffa35babcb98f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 17 Oct 2022 23:19:08 +0000 Subject: [PATCH 1910/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 14bdb415526f..4ec33dd9a11e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGreen; + border-top: 1px solid BurlyWood; } nav { - background: DarkGreen; + background: BurlyWood; display: flex; align-items: center; padding: 0 0.5rem; From a7cbd8bf1b914696b1be6adb3c8cbdeeec32961e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 18 Oct 2022 00:04:07 +0000 Subject: [PATCH 1911/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4ec33dd9a11e..11a95055426e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BurlyWood; + border-top: 1px solid LightCoral; } nav { - background: BurlyWood; + background: LightCoral; display: flex; align-items: center; padding: 0 0.5rem; From 1325ca4c678a44d033316e4c6ccfc63220ebd7ca Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 18 Oct 2022 06:04:07 +0000 Subject: [PATCH 1912/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 11a95055426e..ac69cd686a82 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightCoral; + border-top: 1px solid MediumSpringGreen; } nav { - background: LightCoral; + background: MediumSpringGreen; display: flex; align-items: center; padding: 0 0.5rem; From ec3c9e03d15a3972eb6310e4a46e48b07189f042 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 18 Oct 2022 11:19:08 +0000 Subject: [PATCH 1913/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ac69cd686a82..8bc1be7e263d 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSpringGreen; + border-top: 1px solid LightSalmon; } nav { - background: MediumSpringGreen; + background: LightSalmon; display: flex; align-items: center; padding: 0 0.5rem; From 12f2f86d34fbe47f5ed26096bdbcec211edcb88f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 18 Oct 2022 16:34:07 +0000 Subject: [PATCH 1914/3185] KPT-22: Modals with RebeccaPurple accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 8bc1be7e263d..bc298684f71f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSalmon; + border-top: 1px solid RebeccaPurple; } nav { - background: LightSalmon; + background: RebeccaPurple; display: flex; align-items: center; padding: 0 0.5rem; From 14f50c30ec95b15d56aab14e8aa66c225b14bd1c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 18 Oct 2022 17:19:07 +0000 Subject: [PATCH 1915/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index bc298684f71f..ad9452d08934 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RebeccaPurple; + border-top: 1px solid GhostWhite; } nav { - background: RebeccaPurple; + background: GhostWhite; display: flex; align-items: center; padding: 0 0.5rem; From f13d6347fc7a0fad4b1173ba51d4b1cd167ccb51 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 18 Oct 2022 22:34:07 +0000 Subject: [PATCH 1916/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ad9452d08934..3c53fdbf3bd7 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GhostWhite; + border-top: 1px solid RosyBrown; } nav { - background: GhostWhite; + background: RosyBrown; display: flex; align-items: center; padding: 0 0.5rem; From f92d2c65308e6c8600aa91a8b5ad60c93bcc673f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 18 Oct 2022 23:19:08 +0000 Subject: [PATCH 1917/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3c53fdbf3bd7..39ce4de2a2ff 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RosyBrown; + border-top: 1px solid FireBrick; } nav { - background: RosyBrown; + background: FireBrick; display: flex; align-items: center; padding: 0 0.5rem; From 12e10c86ba7f046d0646cfa700cace2780f8f835 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 19 Oct 2022 03:49:07 +0000 Subject: [PATCH 1918/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 39ce4de2a2ff..d7031fe0709d 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid FireBrick; + border-top: 1px solid HotPink; } nav { - background: FireBrick; + background: HotPink; display: flex; align-items: center; padding: 0 0.5rem; From 421905451c80fcde87cc452a748f5bdfce5dbcbf Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 19 Oct 2022 04:34:07 +0000 Subject: [PATCH 1919/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d7031fe0709d..c5466bcfd359 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid HotPink; + border-top: 1px solid Teal; } nav { - background: HotPink; + background: Teal; display: flex; align-items: center; padding: 0 0.5rem; From 8e1b655764692cd75895e9d38e8139ae40d774cd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 19 Oct 2022 10:34:07 +0000 Subject: [PATCH 1920/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index c5466bcfd359..3b05aa10f47f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Teal; + border-top: 1px solid SkyBlue; } nav { - background: Teal; + background: SkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From b7cb18d5f78f4fc5ecebdaee27764f94ec5a434d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 19 Oct 2022 12:49:08 +0000 Subject: [PATCH 1921/3185] KPT-22: Modals with DarkSlateBlue accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3b05aa10f47f..453cdaa8fe58 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SkyBlue; + border-top: 1px solid DarkSlateBlue; } nav { - background: SkyBlue; + background: DarkSlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From 87b542b0cd169a25a83e52018bd9f5be674cea24 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 19 Oct 2022 13:34:07 +0000 Subject: [PATCH 1922/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 453cdaa8fe58..136dba7818fc 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateBlue; + border-top: 1px solid SaddleBrown; } nav { - background: DarkSlateBlue; + background: SaddleBrown; display: flex; align-items: center; padding: 0 0.5rem; From bb7bc98ce0d93f66cc31b962b50a80f8197a72ba Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 19 Oct 2022 17:19:08 +0000 Subject: [PATCH 1923/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 136dba7818fc..d932ecdd7d93 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SaddleBrown; + border-top: 1px solid Moccasin; } nav { - background: SaddleBrown; + background: Moccasin; display: flex; align-items: center; padding: 0 0.5rem; From e5fb002db5c2b9caba3d9286fe79aa3c1d5230d3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 19 Oct 2022 18:04:09 +0000 Subject: [PATCH 1924/3185] KPT-22: Modals with BlueViolet accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d932ecdd7d93..ceefd47a65fe 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Moccasin; + border-top: 1px solid BlueViolet; } nav { - background: Moccasin; + background: BlueViolet; display: flex; align-items: center; padding: 0 0.5rem; From 4ba589b9a5c6efc6ad63e703c6e542fbf3c54dc1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 19 Oct 2022 20:19:08 +0000 Subject: [PATCH 1925/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ceefd47a65fe..372b1a31ed97 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BlueViolet; + border-top: 1px solid LightGrey; } nav { - background: BlueViolet; + background: LightGrey; display: flex; align-items: center; padding: 0 0.5rem; From 75b7915aae59991fe1fa459bc8d3ca744c1c5581 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 20 Oct 2022 01:34:08 +0000 Subject: [PATCH 1926/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 372b1a31ed97..ce75e3b066c0 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGrey; + border-top: 1px solid Olive; } nav { - background: LightGrey; + background: Olive; display: flex; align-items: center; padding: 0 0.5rem; From 1e0f38a19a1b8e24624030b97ad476b09fc59899 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 20 Oct 2022 07:34:07 +0000 Subject: [PATCH 1927/3185] KPT-24: Update background color to SeaShell --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ce75e3b066c0..139351cd37cf 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Olive; + border-top: 1px solid SeaShell; } nav { - background: Olive; + background: SeaShell; display: flex; align-items: center; padding: 0 0.5rem; From f0779dbedaaf932ebd1cb9c2e3bcc2770616a0e8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 20 Oct 2022 13:34:18 +0000 Subject: [PATCH 1928/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 139351cd37cf..48f96fef5716 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SeaShell; + border-top: 1px solid PaleVioletRed; } nav { - background: SeaShell; + background: PaleVioletRed; display: flex; align-items: center; padding: 0 0.5rem; From 9140e47c6a384f1651d44c74afe1e5e45efc04f6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 20 Oct 2022 15:04:09 +0000 Subject: [PATCH 1929/3185] KPT-24: Update background color to CornflowerBlue --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 48f96fef5716..9b225c303ed7 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleVioletRed; + border-top: 1px solid CornflowerBlue; } nav { - background: PaleVioletRed; + background: CornflowerBlue; display: flex; align-items: center; padding: 0 0.5rem; From b18f8d292086ee21126a22e3052c9a5150074be3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 21 Oct 2022 05:19:08 +0000 Subject: [PATCH 1930/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 9b225c303ed7..228291e36290 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid CornflowerBlue; + border-top: 1px solid Beige; } nav { - background: CornflowerBlue; + background: Beige; display: flex; align-items: center; padding: 0 0.5rem; From 08a02d33cd325079e15b92a6df025032410fb1a8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 21 Oct 2022 06:49:07 +0000 Subject: [PATCH 1931/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 228291e36290..cc3e2a46c95e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Beige; + border-top: 1px solid LightSkyBlue; } nav { - background: Beige; + background: LightSkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From eef6fd70819476e44d65e632132629ac0f2ce9ab Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 21 Oct 2022 07:34:07 +0000 Subject: [PATCH 1932/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index cc3e2a46c95e..b83d2db05aab 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSkyBlue; + border-top: 1px solid Silver; } nav { - background: LightSkyBlue; + background: Silver; display: flex; align-items: center; padding: 0 0.5rem; From 5c534987a239711c9894fbc3639fc8547e1c2c73 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 21 Oct 2022 11:19:08 +0000 Subject: [PATCH 1933/3185] KPT-24: Update background color to LightGoldenRodYellow --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index b83d2db05aab..857ab72fccc2 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Silver; + border-top: 1px solid LightGoldenRodYellow; } nav { - background: Silver; + background: LightGoldenRodYellow; display: flex; align-items: center; padding: 0 0.5rem; From 8b3c1b10787f2b460290e4d9973964b5c9af4175 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 21 Oct 2022 12:49:07 +0000 Subject: [PATCH 1934/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 857ab72fccc2..b3ffebd1503f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGoldenRodYellow; + border-top: 1px solid PeachPuff; } nav { - background: LightGoldenRodYellow; + background: PeachPuff; display: flex; align-items: center; padding: 0 0.5rem; From bd8417f19af9185d0ef6d57b6fa8948e4693d309 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 21 Oct 2022 14:19:08 +0000 Subject: [PATCH 1935/3185] KPT-24: Update background color to LightGrey --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index b3ffebd1503f..372b1a31ed97 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PeachPuff; + border-top: 1px solid LightGrey; } nav { - background: PeachPuff; + background: LightGrey; display: flex; align-items: center; padding: 0 0.5rem; From 1c6d5bcabc43a75c9b06db0ba0ad15988e3f007a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 21 Oct 2022 17:19:09 +0000 Subject: [PATCH 1936/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 372b1a31ed97..454e3b0659dc 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGrey; + border-top: 1px solid Tan; } nav { - background: LightGrey; + background: Tan; display: flex; align-items: center; padding: 0 0.5rem; From 1798f4eefa56298a5238229079f0ef3187fa246b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 21 Oct 2022 20:19:09 +0000 Subject: [PATCH 1937/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 454e3b0659dc..9b225c303ed7 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Tan; + border-top: 1px solid CornflowerBlue; } nav { - background: Tan; + background: CornflowerBlue; display: flex; align-items: center; padding: 0 0.5rem; From f78aee79f8a55a52c5173071205b382ebe007e68 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 22 Oct 2022 02:19:08 +0000 Subject: [PATCH 1938/3185] KPT-24: Update background color to BlanchedAlmond --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 9b225c303ed7..6baa43ae096e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid CornflowerBlue; + border-top: 1px solid BlanchedAlmond; } nav { - background: CornflowerBlue; + background: BlanchedAlmond; display: flex; align-items: center; padding: 0 0.5rem; From 400be36d98489aeac4f318a2429fd7971846db69 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 22 Oct 2022 04:34:07 +0000 Subject: [PATCH 1939/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 6baa43ae096e..9db6466b4d55 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BlanchedAlmond; + border-top: 1px solid Indigo; } nav { - background: BlanchedAlmond; + background: Indigo; display: flex; align-items: center; padding: 0 0.5rem; From f21d42a4c81507f9396ba4d43748ea6706f7ab75 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 22 Oct 2022 08:19:08 +0000 Subject: [PATCH 1940/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 9db6466b4d55..7581a7f2cb24 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Indigo; + border-top: 1px solid Ivory; } nav { - background: Indigo; + background: Ivory; display: flex; align-items: center; padding: 0 0.5rem; From d3696e1d0dd8ff6782d9a593a743a36f3d0d134f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 22 Oct 2022 09:04:08 +0000 Subject: [PATCH 1941/3185] KPT-24: Update background color to LightBlue --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 7581a7f2cb24..3bd9c6e87f30 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Ivory; + border-top: 1px solid LightBlue; } nav { - background: Ivory; + background: LightBlue; display: flex; align-items: center; padding: 0 0.5rem; From 90fd6c142e3d0c07f8acf55dc6d11443e2ef8a43 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 22 Oct 2022 12:49:08 +0000 Subject: [PATCH 1942/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3bd9c6e87f30..2e8c8e35e5cb 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightBlue; + border-top: 1px solid Magenta; } nav { - background: LightBlue; + background: Magenta; display: flex; align-items: center; padding: 0 0.5rem; From 312a541ebd73ac0f93a2db507ab55d8c292ee9ed Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 22 Oct 2022 13:34:08 +0000 Subject: [PATCH 1943/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 2e8c8e35e5cb..ceefd47a65fe 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Magenta; + border-top: 1px solid BlueViolet; } nav { - background: Magenta; + background: BlueViolet; display: flex; align-items: center; padding: 0 0.5rem; From b71e39a672ce26ec57e9f4da01aed603245ca646 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 22 Oct 2022 14:19:08 +0000 Subject: [PATCH 1944/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ceefd47a65fe..9b225c303ed7 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BlueViolet; + border-top: 1px solid CornflowerBlue; } nav { - background: BlueViolet; + background: CornflowerBlue; display: flex; align-items: center; padding: 0 0.5rem; From ee3721705b4e4c9e1d239c5f12da1f19cfe67f68 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 22 Oct 2022 23:19:08 +0000 Subject: [PATCH 1945/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 9b225c303ed7..d932ecdd7d93 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid CornflowerBlue; + border-top: 1px solid Moccasin; } nav { - background: CornflowerBlue; + background: Moccasin; display: flex; align-items: center; padding: 0 0.5rem; From 65b862dc361c59308a9bf16acd703aed85d0e594 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 23 Oct 2022 01:34:08 +0000 Subject: [PATCH 1946/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d932ecdd7d93..3bec89149c2c 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Moccasin; + border-top: 1px solid Peru; } nav { - background: Moccasin; + background: Peru; display: flex; align-items: center; padding: 0 0.5rem; From 9fc4736e080cbb9c92c55491f547f908e21e3ddd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 23 Oct 2022 05:19:08 +0000 Subject: [PATCH 1947/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3bec89149c2c..97c9a503bf56 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Peru; + border-top: 1px solid Lime; } nav { - background: Peru; + background: Lime; display: flex; align-items: center; padding: 0 0.5rem; From 02f990d0048b0f40fb383aa9fc90d164c917c4fc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 23 Oct 2022 06:04:09 +0000 Subject: [PATCH 1948/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 97c9a503bf56..7e2c71043980 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Lime; + border-top: 1px solid OliveDrab; } nav { - background: Lime; + background: OliveDrab; display: flex; align-items: center; padding: 0 0.5rem; From 70c1df76aa41cfb86b9edb5b25540270d92a8d40 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 23 Oct 2022 08:19:08 +0000 Subject: [PATCH 1949/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 7e2c71043980..77bfaa9f6042 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OliveDrab; + border-top: 1px solid MediumSeaGreen; } nav { - background: OliveDrab; + background: MediumSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From b4905010acb18400251d1a90cead4b88529ee3e0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 23 Oct 2022 12:04:08 +0000 Subject: [PATCH 1950/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 77bfaa9f6042..26096fe5afd6 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSeaGreen; + border-top: 1px solid FloralWhite; } nav { - background: MediumSeaGreen; + background: FloralWhite; display: flex; align-items: center; padding: 0 0.5rem; From e112e547398909ba6485b8700844d2a641a81d13 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 23 Oct 2022 14:19:08 +0000 Subject: [PATCH 1951/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 26096fe5afd6..f121aafd52c6 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid FloralWhite; + border-top: 1px solid SteelBlue; } nav { - background: FloralWhite; + background: SteelBlue; display: flex; align-items: center; padding: 0 0.5rem; From 8aaee12da8dee135ec04f37e9d450af5ba6e9973 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 23 Oct 2022 15:04:07 +0000 Subject: [PATCH 1952/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index f121aafd52c6..bdd585164bf6 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SteelBlue; + border-top: 1px solid MediumTurquoise; } nav { - background: SteelBlue; + background: MediumTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From fa355d064bc2769c520b373dc040bcb090185cf2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 23 Oct 2022 18:49:07 +0000 Subject: [PATCH 1953/3185] KPT-24: Update background color to DeepPink --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index bdd585164bf6..4e9265f434fd 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumTurquoise; + border-top: 1px solid DeepPink; } nav { - background: MediumTurquoise; + background: DeepPink; display: flex; align-items: center; padding: 0 0.5rem; From 056f3df0eae94203b08df8ad20b5f1287d0a0e97 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 24 Oct 2022 03:49:07 +0000 Subject: [PATCH 1954/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4e9265f434fd..4c78b363845c 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DeepPink; + border-top: 1px solid ForestGreen; } nav { - background: DeepPink; + background: ForestGreen; display: flex; align-items: center; padding: 0 0.5rem; From f9ffb7dade555db5154a4c8afa0d33941d2ea96f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 24 Oct 2022 04:34:07 +0000 Subject: [PATCH 1955/3185] KPT-24: Update background color to DarkCyan --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4c78b363845c..718dcb65df26 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid ForestGreen; + border-top: 1px solid DarkCyan; } nav { - background: ForestGreen; + background: DarkCyan; display: flex; align-items: center; padding: 0 0.5rem; From f57aa83b727518216e645cc2dc6688c9c4690d11 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 24 Oct 2022 06:49:09 +0000 Subject: [PATCH 1956/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 718dcb65df26..7581a7f2cb24 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkCyan; + border-top: 1px solid Ivory; } nav { - background: DarkCyan; + background: Ivory; display: flex; align-items: center; padding: 0 0.5rem; From 1379ec5a2c0d6ca5710da3e21e99aef679f0fee5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 24 Oct 2022 08:19:08 +0000 Subject: [PATCH 1957/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 7581a7f2cb24..d1a30d185108 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Ivory; + border-top: 1px solid Linen; } nav { - background: Ivory; + background: Linen; display: flex; align-items: center; padding: 0 0.5rem; From b7e6f187b0e4afe0af2a602f1c93a67b192adae8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 24 Oct 2022 09:04:07 +0000 Subject: [PATCH 1958/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d1a30d185108..77bfaa9f6042 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Linen; + border-top: 1px solid MediumSeaGreen; } nav { - background: Linen; + background: MediumSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From 16e444d91cb98f89b2167db3464ddabea33433e2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 24 Oct 2022 12:04:08 +0000 Subject: [PATCH 1959/3185] KPT-24: Update background color to PowderBlue --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 77bfaa9f6042..8b28d00942f7 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSeaGreen; + border-top: 1px solid PowderBlue; } nav { - background: MediumSeaGreen; + background: PowderBlue; display: flex; align-items: center; padding: 0 0.5rem; From d9e724ad7a8ac13c2350da265acf404fde455bc3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 24 Oct 2022 19:34:09 +0000 Subject: [PATCH 1960/3185] KPT-22: Modals with DarkGoldenRod accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 8b28d00942f7..46aa99fbd145 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PowderBlue; + border-top: 1px solid DarkGoldenRod; } nav { - background: PowderBlue; + background: DarkGoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From e2e9889ca5a5b231e2209b8fee0c5096c0018a9c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 24 Oct 2022 20:19:10 +0000 Subject: [PATCH 1961/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 46aa99fbd145..ec5e8acbe367 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGoldenRod; + border-top: 1px solid RoyalBlue; } nav { - background: DarkGoldenRod; + background: RoyalBlue; display: flex; align-items: center; padding: 0 0.5rem; From 59612e4a61ee8bff1619f185de48933d3e2aabae Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 24 Oct 2022 21:49:09 +0000 Subject: [PATCH 1962/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ec5e8acbe367..454e3b0659dc 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RoyalBlue; + border-top: 1px solid Tan; } nav { - background: RoyalBlue; + background: Tan; display: flex; align-items: center; padding: 0 0.5rem; From 3ae6cffb0503a6a55890067d44cc1ed3b98e4c16 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 25 Oct 2022 03:04:08 +0000 Subject: [PATCH 1963/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 454e3b0659dc..bd3a875e2c0c 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Tan; + border-top: 1px solid SlateBlue; } nav { - background: Tan; + background: SlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From 2446cb8d0aff5f31be97fd3fdc5cfd7d10043738 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 25 Oct 2022 08:19:09 +0000 Subject: [PATCH 1964/3185] KPT-24: Update background color to AntiqueWhite --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index bd3a875e2c0c..531a07b0e7f9 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateBlue; + border-top: 1px solid AntiqueWhite; } nav { - background: SlateBlue; + background: AntiqueWhite; display: flex; align-items: center; padding: 0 0.5rem; From b59656b177738a8676f87dc260079b9f741e5d95 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 25 Oct 2022 13:34:07 +0000 Subject: [PATCH 1965/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 531a07b0e7f9..3ec0ac892f86 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid AntiqueWhite; + border-top: 1px solid Gainsboro; } nav { - background: AntiqueWhite; + background: Gainsboro; display: flex; align-items: center; padding: 0 0.5rem; From 7157a8c7526622bcd36767fabaca3646985241cc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 25 Oct 2022 15:04:08 +0000 Subject: [PATCH 1966/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3ec0ac892f86..014c40a7a430 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gainsboro; + border-top: 1px solid DeepSkyBlue; } nav { - background: Gainsboro; + background: DeepSkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From 2ae20d797f40012a7e30723b35addea6a05052bf Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 25 Oct 2022 16:34:09 +0000 Subject: [PATCH 1967/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 014c40a7a430..ec5e8acbe367 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DeepSkyBlue; + border-top: 1px solid RoyalBlue; } nav { - background: DeepSkyBlue; + background: RoyalBlue; display: flex; align-items: center; padding: 0 0.5rem; From 95df7e55e3f9c26befab9deb38566936bb8b8896 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 25 Oct 2022 17:19:08 +0000 Subject: [PATCH 1968/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ec5e8acbe367..b83d2db05aab 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RoyalBlue; + border-top: 1px solid Silver; } nav { - background: RoyalBlue; + background: Silver; display: flex; align-items: center; padding: 0 0.5rem; From 0e4713f8ca0b676b990612d1faae36b4f78c0376 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 25 Oct 2022 18:49:07 +0000 Subject: [PATCH 1969/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index b83d2db05aab..139351cd37cf 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Silver; + border-top: 1px solid SeaShell; } nav { - background: Silver; + background: SeaShell; display: flex; align-items: center; padding: 0 0.5rem; From ac9b0219057b29258ded7d9233e0aba1ca662fa6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 25 Oct 2022 21:04:07 +0000 Subject: [PATCH 1970/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 139351cd37cf..2d42ff06bf02 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SeaShell; + border-top: 1px solid DarkViolet; } nav { - background: SeaShell; + background: DarkViolet; display: flex; align-items: center; padding: 0 0.5rem; From 950a0bca63740af1c4b83e62c57f8790eb8130b8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 25 Oct 2022 21:49:08 +0000 Subject: [PATCH 1971/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 2d42ff06bf02..ee766fd90860 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkViolet; + border-top: 1px solid Gold; } nav { - background: DarkViolet; + background: Gold; display: flex; align-items: center; padding: 0 0.5rem; From 81785ef18cdcc6de18889482d97a1386c08a75fa Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 26 Oct 2022 04:34:08 +0000 Subject: [PATCH 1972/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ee766fd90860..63b3b490fb00 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gold; + border-top: 1px solid MediumVioletRed; } nav { - background: Gold; + background: MediumVioletRed; display: flex; align-items: center; padding: 0 0.5rem; From f231829c5890132ea0ed6b16a82933157d2db423 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 26 Oct 2022 12:49:09 +0000 Subject: [PATCH 1973/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 63b3b490fb00..372b1a31ed97 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumVioletRed; + border-top: 1px solid LightGrey; } nav { - background: MediumVioletRed; + background: LightGrey; display: flex; align-items: center; padding: 0 0.5rem; From 94c64421b4255ddde718443c2f18d5cb56ebf1d9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 26 Oct 2022 15:49:08 +0000 Subject: [PATCH 1974/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 372b1a31ed97..ec5e8acbe367 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGrey; + border-top: 1px solid RoyalBlue; } nav { - background: LightGrey; + background: RoyalBlue; display: flex; align-items: center; padding: 0 0.5rem; From f69a9eabb823468e44322a866ea2288c5b369ce2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 26 Oct 2022 18:04:09 +0000 Subject: [PATCH 1975/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ec5e8acbe367..52780a4ff666 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RoyalBlue; + border-top: 1px solid SlateGrey; } nav { - background: RoyalBlue; + background: SlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From 40f6b9ab5e78749740a1551d46b96e9211966a72 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 26 Oct 2022 18:49:08 +0000 Subject: [PATCH 1976/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 52780a4ff666..affcc732e93e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateGrey; + border-top: 1px solid Pink; } nav { - background: SlateGrey; + background: Pink; display: flex; align-items: center; padding: 0 0.5rem; From 05f480ababc3f62df0bcad4858b4282ee49c35e1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 26 Oct 2022 21:04:08 +0000 Subject: [PATCH 1977/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index affcc732e93e..6baa43ae096e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Pink; + border-top: 1px solid BlanchedAlmond; } nav { - background: Pink; + background: BlanchedAlmond; display: flex; align-items: center; padding: 0 0.5rem; From f996d9163a099484dbaf14c5d3f55cba6831ed34 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 26 Oct 2022 22:34:08 +0000 Subject: [PATCH 1978/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 6baa43ae096e..4d589e9fc6c4 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BlanchedAlmond; + border-top: 1px solid MidnightBlue; } nav { - background: BlanchedAlmond; + background: MidnightBlue; display: flex; align-items: center; padding: 0 0.5rem; From 30f6d0fc13201880b3b17f763fe5e81d3a084bfa Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 27 Oct 2022 00:49:08 +0000 Subject: [PATCH 1979/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4d589e9fc6c4..4c78b363845c 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MidnightBlue; + border-top: 1px solid ForestGreen; } nav { - background: MidnightBlue; + background: ForestGreen; display: flex; align-items: center; padding: 0 0.5rem; From 616457c46abc80a949c3c0385d3d4ed7ccd92678 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 27 Oct 2022 09:04:08 +0000 Subject: [PATCH 1980/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4c78b363845c..b71c46471615 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid ForestGreen; + border-top: 1px solid Sienna; } nav { - background: ForestGreen; + background: Sienna; display: flex; align-items: center; padding: 0 0.5rem; From ab753600ccf602d81defc8c7ec1284a366be856f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 27 Oct 2022 10:34:08 +0000 Subject: [PATCH 1981/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index b71c46471615..8bc1be7e263d 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Sienna; + border-top: 1px solid LightSalmon; } nav { - background: Sienna; + background: LightSalmon; display: flex; align-items: center; padding: 0 0.5rem; From a8e590dc181904dcb83678e7fd3809af5d5c8a54 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 27 Oct 2022 11:19:08 +0000 Subject: [PATCH 1982/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 8bc1be7e263d..31704961ca80 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSalmon; + border-top: 1px solid DarkRed; } nav { - background: LightSalmon; + background: DarkRed; display: flex; align-items: center; padding: 0 0.5rem; From 728aad1a0ac2da468005f805d6d78a48d07f1f37 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 27 Oct 2022 12:04:08 +0000 Subject: [PATCH 1983/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 31704961ca80..cc3e2a46c95e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkRed; + border-top: 1px solid LightSkyBlue; } nav { - background: DarkRed; + background: LightSkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From af9fb46871899bbe66cb1de4f4de278972ab6f61 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 27 Oct 2022 12:49:08 +0000 Subject: [PATCH 1984/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index cc3e2a46c95e..4157a06c1b2b 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSkyBlue; + border-top: 1px solid LawnGreen; } nav { - background: LightSkyBlue; + background: LawnGreen; display: flex; align-items: center; padding: 0 0.5rem; From e3f52f7a59adcc937ce22fc1fa7b641ed2d4761f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 27 Oct 2022 19:34:07 +0000 Subject: [PATCH 1985/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4157a06c1b2b..26096fe5afd6 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LawnGreen; + border-top: 1px solid FloralWhite; } nav { - background: LawnGreen; + background: FloralWhite; display: flex; align-items: center; padding: 0 0.5rem; From 215f364a3dbcc0ecbeb06e363cd8794e7be6ab12 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 28 Oct 2022 00:04:09 +0000 Subject: [PATCH 1986/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 26096fe5afd6..64214c2d85c0 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid FloralWhite; + border-top: 1px solid LightGreen; } nav { - background: FloralWhite; + background: LightGreen; display: flex; align-items: center; padding: 0 0.5rem; From a03be2f771c3b77070b8245decbe5bea622f1ff7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 28 Oct 2022 06:49:08 +0000 Subject: [PATCH 1987/3185] KPT-24: Update background color to PaleGoldenRod --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 64214c2d85c0..f626f10eb5eb 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGreen; + border-top: 1px solid PaleGoldenRod; } nav { - background: LightGreen; + background: PaleGoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From 91cf0091af1a899ae2e03ee840aeec884310f86d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 28 Oct 2022 07:34:07 +0000 Subject: [PATCH 1988/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index f626f10eb5eb..31a327a93479 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleGoldenRod; + border-top: 1px solid Navy; } nav { - background: PaleGoldenRod; + background: Navy; display: flex; align-items: center; padding: 0 0.5rem; From e73374dd207dfcb288c899cea2fdec72589fcf4d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 28 Oct 2022 11:19:08 +0000 Subject: [PATCH 1989/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 31a327a93479..91281b5305a0 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Navy; + border-top: 1px solid HoneyDew; } nav { - background: Navy; + background: HoneyDew; display: flex; align-items: center; padding: 0 0.5rem; From 71ec7e40f14a4e0a6cb3586b0a7ae9e58c16e820 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 28 Oct 2022 15:04:07 +0000 Subject: [PATCH 1990/3185] KPT-24: Update background color to Grey --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 91281b5305a0..343dde4387ae 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid HoneyDew; + border-top: 1px solid Grey; } nav { - background: HoneyDew; + background: Grey; display: flex; align-items: center; padding: 0 0.5rem; From 6df3f6effeedbf8bd40efc72d98ea63702f7f61c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 28 Oct 2022 16:34:07 +0000 Subject: [PATCH 1991/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 343dde4387ae..7581a7f2cb24 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Grey; + border-top: 1px solid Ivory; } nav { - background: Grey; + background: Ivory; display: flex; align-items: center; padding: 0 0.5rem; From a347d3f52519e37838f0834bb6a4e95e773ecbb4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 28 Oct 2022 17:19:09 +0000 Subject: [PATCH 1992/3185] KPT-24: Update background color to Lime --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 7581a7f2cb24..97c9a503bf56 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Ivory; + border-top: 1px solid Lime; } nav { - background: Ivory; + background: Lime; display: flex; align-items: center; padding: 0 0.5rem; From fc6813df6f9c59eac4920dc4d1cc036573aa8aac Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 28 Oct 2022 20:19:08 +0000 Subject: [PATCH 1993/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 97c9a503bf56..9cb4c6084104 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Lime; + border-top: 1px solid DarkBlue; } nav { - background: Lime; + background: DarkBlue; display: flex; align-items: center; padding: 0 0.5rem; From 1ab9681f8afaee5a8e6695c29c04a4dec5e5fa91 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 29 Oct 2022 01:34:07 +0000 Subject: [PATCH 1994/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 9cb4c6084104..01d9c09e8bbb 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkBlue; + border-top: 1px solid Brown; } nav { - background: DarkBlue; + background: Brown; display: flex; align-items: center; padding: 0 0.5rem; From ee548e39976f2d73a4d4e2095c97833e5e1b0ac5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 29 Oct 2022 03:04:07 +0000 Subject: [PATCH 1995/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 01d9c09e8bbb..09d17be28fcf 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Brown; + border-top: 1px solid Chartreuse; } nav { - background: Brown; + background: Chartreuse; display: flex; align-items: center; padding: 0 0.5rem; From fb80c880051dbb39fb76c00f5220952c3082d551 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 29 Oct 2022 06:04:07 +0000 Subject: [PATCH 1996/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 09d17be28fcf..7a8231a1d628 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Chartreuse; + border-top: 1px solid SeaGreen; } nav { - background: Chartreuse; + background: SeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From 8ad39a82743d4e8ab10ce71d7bfcf3bfe848bcea Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 29 Oct 2022 08:19:08 +0000 Subject: [PATCH 1997/3185] KPT-24: Update background color to Gainsboro --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 7a8231a1d628..3ec0ac892f86 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SeaGreen; + border-top: 1px solid Gainsboro; } nav { - background: SeaGreen; + background: Gainsboro; display: flex; align-items: center; padding: 0 0.5rem; From 5b777ec9a77512c304af28812c68e8d3cfcebd0f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 29 Oct 2022 12:04:08 +0000 Subject: [PATCH 1998/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3ec0ac892f86..24d254c510ca 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gainsboro; + border-top: 1px solid Wheat; } nav { - background: Gainsboro; + background: Wheat; display: flex; align-items: center; padding: 0 0.5rem; From 700f772934b61ef2ccb0de9ffb527687524155ea Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 29 Oct 2022 14:19:07 +0000 Subject: [PATCH 1999/3185] KPT-22: Modals with Chocolate accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 24d254c510ca..b5abec4e62df 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Wheat; + border-top: 1px solid Chocolate; } nav { - background: Wheat; + background: Chocolate; display: flex; align-items: center; padding: 0 0.5rem; From 558cf470eccddbe335fabfb470a30f3d9a7cbe52 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 29 Oct 2022 15:04:07 +0000 Subject: [PATCH 2000/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index b5abec4e62df..0ad2b52a66dd 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Chocolate; + border-top: 1px solid DarkSlateGray; } nav { - background: Chocolate; + background: DarkSlateGray; display: flex; align-items: center; padding: 0 0.5rem; From bfb5fa40a40fd5e5f89a88ba704ab985c5f731a6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 30 Oct 2022 03:04:07 +0000 Subject: [PATCH 2001/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 0ad2b52a66dd..ac6b74bb429f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateGray; + border-top: 1px solid Bisque; } nav { - background: DarkSlateGray; + background: Bisque; display: flex; align-items: center; padding: 0 0.5rem; From 8cd8c3d77d69306e585d107b9f9e36c1c6e328dc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 30 Oct 2022 06:49:07 +0000 Subject: [PATCH 2002/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ac6b74bb429f..343dde4387ae 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Bisque; + border-top: 1px solid Grey; } nav { - background: Bisque; + background: Grey; display: flex; align-items: center; padding: 0 0.5rem; From cf778dd33be0d1d5e7062d990410fb685ab0c694 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 30 Oct 2022 09:04:07 +0000 Subject: [PATCH 2003/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 343dde4387ae..6fb1f0957aea 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Grey; + border-top: 1px solid SpringGreen; } nav { - background: Grey; + background: SpringGreen; display: flex; align-items: center; padding: 0 0.5rem; From 341be68a14ee0fdf351f13368414cb86f4875997 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 30 Oct 2022 09:49:09 +0000 Subject: [PATCH 2004/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 6fb1f0957aea..7265cc2310f6 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SpringGreen; + border-top: 1px solid DarkGrey; } nav { - background: SpringGreen; + background: DarkGrey; display: flex; align-items: center; padding: 0 0.5rem; From d1b58e92fc093cc9908619e59bd1aacf418b4aee Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 30 Oct 2022 13:34:12 +0000 Subject: [PATCH 2005/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 7265cc2310f6..856552dcb2f0 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGrey; + border-top: 1px solid DarkSeaGreen; } nav { - background: DarkGrey; + background: DarkSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From 761ae66ebd2067be20b4b615810abf8fc792fd5c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 30 Oct 2022 16:34:07 +0000 Subject: [PATCH 2006/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 856552dcb2f0..f121aafd52c6 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSeaGreen; + border-top: 1px solid SteelBlue; } nav { - background: DarkSeaGreen; + background: SteelBlue; display: flex; align-items: center; padding: 0 0.5rem; From db1958cf130db675053884814a0f931fa1e44d7a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 30 Oct 2022 19:34:08 +0000 Subject: [PATCH 2007/3185] KPT-22: Modals with OrangeRed accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index f121aafd52c6..9219f21a21b0 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SteelBlue; + border-top: 1px solid OrangeRed; } nav { - background: SteelBlue; + background: OrangeRed; display: flex; align-items: center; padding: 0 0.5rem; From 7b368dc8936c1c0518e28f8d22fbefaeb8980af3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 31 Oct 2022 03:04:08 +0000 Subject: [PATCH 2008/3185] KPT-24: Update background color to MidnightBlue --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 9219f21a21b0..4d589e9fc6c4 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OrangeRed; + border-top: 1px solid MidnightBlue; } nav { - background: OrangeRed; + background: MidnightBlue; display: flex; align-items: center; padding: 0 0.5rem; From 980a3a7724abda116a9a1125c77be6c01cc87e69 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 31 Oct 2022 03:49:07 +0000 Subject: [PATCH 2009/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4d589e9fc6c4..d444a165a194 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MidnightBlue; + border-top: 1px solid Azure; } nav { - background: MidnightBlue; + background: Azure; display: flex; align-items: center; padding: 0 0.5rem; From 59f2186fd13182b32d148c98044f7f1b5644437a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 31 Oct 2022 06:04:08 +0000 Subject: [PATCH 2010/3185] KPT-24: Update background color to SlateGrey --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d444a165a194..52780a4ff666 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Azure; + border-top: 1px solid SlateGrey; } nav { - background: Azure; + background: SlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From 6d5446fa9113f8249dd0b43eedeff3ff0646ac71 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 31 Oct 2022 08:19:08 +0000 Subject: [PATCH 2011/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 52780a4ff666..ebdf63f280df 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateGrey; + border-top: 1px solid White; } nav { - background: SlateGrey; + background: White; display: flex; align-items: center; padding: 0 0.5rem; From 6f717f2ebc8dd8b4a882e4132a595bd649646cd1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 31 Oct 2022 12:04:07 +0000 Subject: [PATCH 2012/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ebdf63f280df..4f31bef8a698 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid White; + border-top: 1px solid NavajoWhite; } nav { - background: White; + background: NavajoWhite; display: flex; align-items: center; padding: 0 0.5rem; From 032007194684e880e61674ef148e43b11f2aba59 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 31 Oct 2022 18:04:07 +0000 Subject: [PATCH 2013/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4f31bef8a698..195f194ef15a 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid NavajoWhite; + border-top: 1px solid LightSteelBlue; } nav { - background: NavajoWhite; + background: LightSteelBlue; display: flex; align-items: center; padding: 0 0.5rem; From 585548a49e72539fc04af522878489c234961486 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 31 Oct 2022 22:34:07 +0000 Subject: [PATCH 2014/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 195f194ef15a..a30b9cfca12e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSteelBlue; + border-top: 1px solid PapayaWhip; } nav { - background: LightSteelBlue; + background: PapayaWhip; display: flex; align-items: center; padding: 0 0.5rem; From 7e066dd48e6c783b3416eee2126b42ac0a407714 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 1 Nov 2022 03:04:07 +0000 Subject: [PATCH 2015/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index a30b9cfca12e..9897bbddf092 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PapayaWhip; + border-top: 1px solid LightPink; } nav { - background: PapayaWhip; + background: LightPink; display: flex; align-items: center; padding: 0 0.5rem; From fb33ceceff603622bda63c1812c5c5bb88387153 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 1 Nov 2022 12:04:07 +0000 Subject: [PATCH 2016/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 9897bbddf092..014c40a7a430 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightPink; + border-top: 1px solid DeepSkyBlue; } nav { - background: LightPink; + background: DeepSkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From 9ba472618af031410e0fb3e7c59d159022e61c9c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 1 Nov 2022 17:19:09 +0000 Subject: [PATCH 2017/3185] KPT-22: Modals with Linen accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 014c40a7a430..d1a30d185108 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DeepSkyBlue; + border-top: 1px solid Linen; } nav { - background: DeepSkyBlue; + background: Linen; display: flex; align-items: center; padding: 0 0.5rem; From c530f4e60308c9c6539a0f6b6c5edf0f8b2e2131 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 1 Nov 2022 22:34:07 +0000 Subject: [PATCH 2018/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d1a30d185108..0a77f9998160 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Linen; + border-top: 1px solid LemonChiffon; } nav { - background: Linen; + background: LemonChiffon; display: flex; align-items: center; padding: 0 0.5rem; From 7bb7c60128b07976b0a8704a6bd1e361c85ca78c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 2 Nov 2022 00:04:08 +0000 Subject: [PATCH 2019/3185] KPT-22: Modals with DarkGoldenRod accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 0a77f9998160..46aa99fbd145 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LemonChiffon; + border-top: 1px solid DarkGoldenRod; } nav { - background: LemonChiffon; + background: DarkGoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From 789090866ac5ad2e4dbef8b41de76374d7ad9236 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 2 Nov 2022 15:49:08 +0000 Subject: [PATCH 2020/3185] KPT-24: Update background color to DarkSlateGrey --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 46aa99fbd145..dd1156fbaefb 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGoldenRod; + border-top: 1px solid DarkSlateGrey; } nav { - background: DarkGoldenRod; + background: DarkSlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From 3f1e8b8cf834ffce8da29015bf53d1a25b507a0c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 2 Nov 2022 18:49:07 +0000 Subject: [PATCH 2021/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index dd1156fbaefb..9cb4c6084104 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateGrey; + border-top: 1px solid DarkBlue; } nav { - background: DarkSlateGrey; + background: DarkBlue; display: flex; align-items: center; padding: 0 0.5rem; From ce3d8f9e5c90372849250c286f0c1c4642b850fa Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 2 Nov 2022 23:19:08 +0000 Subject: [PATCH 2022/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 9cb4c6084104..6ed2eb8a42df 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkBlue; + border-top: 1px solid Turquoise; } nav { - background: DarkBlue; + background: Turquoise; display: flex; align-items: center; padding: 0 0.5rem; From 932decebe17e465ff05f53150a5160f1171a54c3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 3 Nov 2022 02:19:07 +0000 Subject: [PATCH 2023/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 6ed2eb8a42df..d45f2f580eae 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Turquoise; + border-top: 1px solid LightGray; } nav { - background: Turquoise; + background: LightGray; display: flex; align-items: center; padding: 0 0.5rem; From 933921032ac81714b2d29438b8187f6c121b4225 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 3 Nov 2022 03:49:07 +0000 Subject: [PATCH 2024/3185] KPT-24: Update background color to MediumOrchid --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d45f2f580eae..a67998ca9c46 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGray; + border-top: 1px solid MediumOrchid; } nav { - background: LightGray; + background: MediumOrchid; display: flex; align-items: center; padding: 0 0.5rem; From c13aee961647f3c1b8671ef972d99eb967206941 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 3 Nov 2022 04:34:07 +0000 Subject: [PATCH 2025/3185] KPT-22: Modals with Gold accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index a67998ca9c46..ee766fd90860 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumOrchid; + border-top: 1px solid Gold; } nav { - background: MediumOrchid; + background: Gold; display: flex; align-items: center; padding: 0 0.5rem; From c5fdbc6dc4b706ac19593fb9bc3cf10db5467db7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 3 Nov 2022 10:34:08 +0000 Subject: [PATCH 2026/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ee766fd90860..0fc8799d2400 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gold; + border-top: 1px solid PaleTurquoise; } nav { - background: Gold; + background: PaleTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From 4dfd1944f5935795e88343ac2627eb7248f1fdc0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 3 Nov 2022 13:34:08 +0000 Subject: [PATCH 2027/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 0fc8799d2400..11a95055426e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleTurquoise; + border-top: 1px solid LightCoral; } nav { - background: PaleTurquoise; + background: LightCoral; display: flex; align-items: center; padding: 0 0.5rem; From c279ccd468c78a85bc9d391e288b4b350eb7c58d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 3 Nov 2022 15:49:08 +0000 Subject: [PATCH 2028/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 11a95055426e..857ab72fccc2 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightCoral; + border-top: 1px solid LightGoldenRodYellow; } nav { - background: LightCoral; + background: LightGoldenRodYellow; display: flex; align-items: center; padding: 0 0.5rem; From 247a490d3884009ad04cf8d7c90188c194505874 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 3 Nov 2022 17:19:09 +0000 Subject: [PATCH 2029/3185] KPT-24: Update background color to GreenYellow --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 857ab72fccc2..eca3a27ac0c5 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGoldenRodYellow; + border-top: 1px solid GreenYellow; } nav { - background: LightGoldenRodYellow; + background: GreenYellow; display: flex; align-items: center; padding: 0 0.5rem; From a644e33de5e8e5aca4203ddaae8278fe19a63e3b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 3 Nov 2022 21:04:07 +0000 Subject: [PATCH 2030/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index eca3a27ac0c5..b5749b217055 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GreenYellow; + border-top: 1px solid Orchid; } nav { - background: GreenYellow; + background: Orchid; display: flex; align-items: center; padding: 0 0.5rem; From 60ac2f9428653c5e8d0ba65349ad0f8ada59578e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 3 Nov 2022 22:34:08 +0000 Subject: [PATCH 2031/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index b5749b217055..bb2f114b139e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Orchid; + border-top: 1px solid LightSlateGrey; } nav { - background: Orchid; + background: LightSlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From 9ba9468403cbdda91b4ef550d2574642f35c3df7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 3 Nov 2022 23:19:08 +0000 Subject: [PATCH 2032/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index bb2f114b139e..136dba7818fc 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSlateGrey; + border-top: 1px solid SaddleBrown; } nav { - background: LightSlateGrey; + background: SaddleBrown; display: flex; align-items: center; padding: 0 0.5rem; From d954627bc7e72e4ec417e54011e233ffbe4e4fe1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 4 Nov 2022 00:49:07 +0000 Subject: [PATCH 2033/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 136dba7818fc..52780a4ff666 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SaddleBrown; + border-top: 1px solid SlateGrey; } nav { - background: SaddleBrown; + background: SlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From 05bb748c62142878ff6f5b732a2346c301fc3d42 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 4 Nov 2022 01:34:08 +0000 Subject: [PATCH 2034/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 52780a4ff666..bdd585164bf6 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateGrey; + border-top: 1px solid MediumTurquoise; } nav { - background: SlateGrey; + background: MediumTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From c703c241b99bcb063cfca70a6424d911d6c20bee Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 4 Nov 2022 02:19:08 +0000 Subject: [PATCH 2035/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index bdd585164bf6..1230ce9cd975 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumTurquoise; + border-top: 1px solid MediumSlateBlue; } nav { - background: MediumTurquoise; + background: MediumSlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From 3f77571fda10cbf1b2c970dc470de7f464a9894d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 4 Nov 2022 04:34:08 +0000 Subject: [PATCH 2036/3185] KPT-24: Update background color to DarkOrange --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 1230ce9cd975..5bc7ef4eb78f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSlateBlue; + border-top: 1px solid DarkOrange; } nav { - background: MediumSlateBlue; + background: DarkOrange; display: flex; align-items: center; padding: 0 0.5rem; From e759ab91cdef24807d31997f76e86bcaa70c4ea3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 4 Nov 2022 06:04:08 +0000 Subject: [PATCH 2037/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 5bc7ef4eb78f..3723989cd0af 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOrange; + border-top: 1px solid Aqua; } nav { - background: DarkOrange; + background: Aqua; display: flex; align-items: center; padding: 0 0.5rem; From 7cba60c9d692cec5a391fb954a9abe3c76db0461 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 4 Nov 2022 07:34:07 +0000 Subject: [PATCH 2038/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3723989cd0af..67e0111f647f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Aqua; + border-top: 1px solid Coral; } nav { - background: Aqua; + background: Coral; display: flex; align-items: center; padding: 0 0.5rem; From da0875dd4e2053b919525bd802e4d91eebe67a05 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 4 Nov 2022 09:04:07 +0000 Subject: [PATCH 2039/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 67e0111f647f..bd66074dbebd 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Coral; + border-top: 1px solid LightSlateGray; } nav { - background: Coral; + background: LightSlateGray; display: flex; align-items: center; padding: 0 0.5rem; From d84abe7a1d44ae38024e0c9905bdfb15bc4fcc4f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 4 Nov 2022 12:04:08 +0000 Subject: [PATCH 2040/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index bd66074dbebd..7885b7716913 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSlateGray; + border-top: 1px solid MistyRose; } nav { - background: LightSlateGray; + background: MistyRose; display: flex; align-items: center; padding: 0 0.5rem; From a3d5015866da27124378d9a9042a3b1226ba846f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 4 Nov 2022 15:04:07 +0000 Subject: [PATCH 2041/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 7885b7716913..52780a4ff666 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MistyRose; + border-top: 1px solid SlateGrey; } nav { - background: MistyRose; + background: SlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From 5292a22ef211bc1d489f145d6a83b58ea74825a8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 4 Nov 2022 15:49:07 +0000 Subject: [PATCH 2042/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 52780a4ff666..a30b9cfca12e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateGrey; + border-top: 1px solid PapayaWhip; } nav { - background: SlateGrey; + background: PapayaWhip; display: flex; align-items: center; padding: 0 0.5rem; From 7949701da4a8ba345372c2cc6949522d2e01ad5a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 4 Nov 2022 16:34:08 +0000 Subject: [PATCH 2043/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index a30b9cfca12e..64214c2d85c0 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PapayaWhip; + border-top: 1px solid LightGreen; } nav { - background: PapayaWhip; + background: LightGreen; display: flex; align-items: center; padding: 0 0.5rem; From d9a3f063fec3627bc610ee0eefffb16dad1e5fde Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 4 Nov 2022 20:19:07 +0000 Subject: [PATCH 2044/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 64214c2d85c0..ec2e59e70439 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGreen; + border-top: 1px solid DarkOrchid; } nav { - background: LightGreen; + background: DarkOrchid; display: flex; align-items: center; padding: 0 0.5rem; From 992a41a83f4c7e5f61b80a6dc42ce4938207fab2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 4 Nov 2022 21:04:08 +0000 Subject: [PATCH 2045/3185] KPT-24: Update background color to Aqua --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ec2e59e70439..3723989cd0af 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOrchid; + border-top: 1px solid Aqua; } nav { - background: DarkOrchid; + background: Aqua; display: flex; align-items: center; padding: 0 0.5rem; From b43945e8bff9d65316833115221e9093300ed464 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 5 Nov 2022 00:49:07 +0000 Subject: [PATCH 2046/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3723989cd0af..531a07b0e7f9 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Aqua; + border-top: 1px solid AntiqueWhite; } nav { - background: Aqua; + background: AntiqueWhite; display: flex; align-items: center; padding: 0 0.5rem; From 32ecddd693ab438894204286b00a7957237bef19 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 5 Nov 2022 03:49:08 +0000 Subject: [PATCH 2047/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 531a07b0e7f9..4d589e9fc6c4 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid AntiqueWhite; + border-top: 1px solid MidnightBlue; } nav { - background: AntiqueWhite; + background: MidnightBlue; display: flex; align-items: center; padding: 0 0.5rem; From fd3c88b2d12226924f4e32a3e5d3767aedf09e5c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 5 Nov 2022 06:04:08 +0000 Subject: [PATCH 2048/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4d589e9fc6c4..ac6b74bb429f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MidnightBlue; + border-top: 1px solid Bisque; } nav { - background: MidnightBlue; + background: Bisque; display: flex; align-items: center; padding: 0 0.5rem; From b866dc44495451e62bb00b308e521fc68e23431d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 5 Nov 2022 08:19:07 +0000 Subject: [PATCH 2049/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ac6b74bb429f..c9db43be9d02 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Bisque; + border-top: 1px solid Purple; } nav { - background: Bisque; + background: Purple; display: flex; align-items: center; padding: 0 0.5rem; From 7c796a9de34539090a010457bf94fa64c81fffca Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 5 Nov 2022 09:04:08 +0000 Subject: [PATCH 2050/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index c9db43be9d02..0228fd3891c6 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Purple; + border-top: 1px solid Plum; } nav { - background: Purple; + background: Plum; display: flex; align-items: center; padding: 0 0.5rem; From d2e0ccab38b05c2f832931ea69b5c9d7aada3848 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 5 Nov 2022 14:19:08 +0000 Subject: [PATCH 2051/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 0228fd3891c6..1b8c7acecc59 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Plum; + border-top: 1px solid LightYellow; } nav { - background: Plum; + background: LightYellow; display: flex; align-items: center; padding: 0 0.5rem; From 6ebb0646f5ebfc41d3761a37a6d0a972c0933efa Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 5 Nov 2022 15:49:08 +0000 Subject: [PATCH 2052/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 1b8c7acecc59..2a24e48a33d3 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightYellow; + border-top: 1px solid Green; } nav { - background: LightYellow; + background: Green; display: flex; align-items: center; padding: 0 0.5rem; From b1b731ea604eeed9b56bd9127aeae629ba542fa9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 5 Nov 2022 18:49:07 +0000 Subject: [PATCH 2053/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 2a24e48a33d3..0fc8799d2400 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Green; + border-top: 1px solid PaleTurquoise; } nav { - background: Green; + background: PaleTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From 6194e8371ae28b0423b1e7ec07fc9d4034dd7b8c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 5 Nov 2022 20:19:08 +0000 Subject: [PATCH 2054/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 0fc8799d2400..4157a06c1b2b 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleTurquoise; + border-top: 1px solid LawnGreen; } nav { - background: PaleTurquoise; + background: LawnGreen; display: flex; align-items: center; padding: 0 0.5rem; From 713f841534427834b73eac70ff2595d771125bb5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 6 Nov 2022 00:49:08 +0000 Subject: [PATCH 2055/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4157a06c1b2b..531a07b0e7f9 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LawnGreen; + border-top: 1px solid AntiqueWhite; } nav { - background: LawnGreen; + background: AntiqueWhite; display: flex; align-items: center; padding: 0 0.5rem; From 8c9a12969712c8a0b84e656de7d7251c16ba50ee Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 6 Nov 2022 01:34:07 +0000 Subject: [PATCH 2056/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 531a07b0e7f9..343dde4387ae 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid AntiqueWhite; + border-top: 1px solid Grey; } nav { - background: AntiqueWhite; + background: Grey; display: flex; align-items: center; padding: 0 0.5rem; From c22d90c1268099f7ea8185fdc37608f5eac86270 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 6 Nov 2022 03:04:07 +0000 Subject: [PATCH 2057/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 343dde4387ae..2d42ff06bf02 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Grey; + border-top: 1px solid DarkViolet; } nav { - background: Grey; + background: DarkViolet; display: flex; align-items: center; padding: 0 0.5rem; From 19158d71d46b3edf32730ce65e3ba8411bcd1b77 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 6 Nov 2022 05:19:08 +0000 Subject: [PATCH 2058/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 2d42ff06bf02..19e1abc1037e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkViolet; + border-top: 1px solid PaleGreen; } nav { - background: DarkViolet; + background: PaleGreen; display: flex; align-items: center; padding: 0 0.5rem; From fd6a029dff375e7dd9f7f8eed41b6586398eaa61 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 6 Nov 2022 08:19:07 +0000 Subject: [PATCH 2059/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 19e1abc1037e..9cb4c6084104 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleGreen; + border-top: 1px solid DarkBlue; } nav { - background: PaleGreen; + background: DarkBlue; display: flex; align-items: center; padding: 0 0.5rem; From 8aa5c72f59c71b83a5cd43e10f9cd85bf9d55476 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 6 Nov 2022 09:49:08 +0000 Subject: [PATCH 2060/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 9cb4c6084104..b71c46471615 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkBlue; + border-top: 1px solid Sienna; } nav { - background: DarkBlue; + background: Sienna; display: flex; align-items: center; padding: 0 0.5rem; From 428d359661b85aa63d36f2e95cc99487522735a1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 6 Nov 2022 11:19:08 +0000 Subject: [PATCH 2061/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index b71c46471615..bd66074dbebd 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Sienna; + border-top: 1px solid LightSlateGray; } nav { - background: Sienna; + background: LightSlateGray; display: flex; align-items: center; padding: 0 0.5rem; From cf733d9ea4604811f71e59edd8e5dc3989a1fe92 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 6 Nov 2022 15:49:08 +0000 Subject: [PATCH 2062/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index bd66074dbebd..bc298684f71f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSlateGray; + border-top: 1px solid RebeccaPurple; } nav { - background: LightSlateGray; + background: RebeccaPurple; display: flex; align-items: center; padding: 0 0.5rem; From 53ec12bfd7be4c6f8d7850555ff3e3b747b1592d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 6 Nov 2022 21:49:07 +0000 Subject: [PATCH 2063/3185] KPT-24: Update background color to Bisque --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index bc298684f71f..ac6b74bb429f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RebeccaPurple; + border-top: 1px solid Bisque; } nav { - background: RebeccaPurple; + background: Bisque; display: flex; align-items: center; padding: 0 0.5rem; From b17796919f5399d0ca5323b08473bbd6ddbebf79 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 6 Nov 2022 22:34:07 +0000 Subject: [PATCH 2064/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ac6b74bb429f..b71c46471615 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Bisque; + border-top: 1px solid Sienna; } nav { - background: Bisque; + background: Sienna; display: flex; align-items: center; padding: 0 0.5rem; From f955468c7b1db9d321a38b2d08630a1392eee670 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 7 Nov 2022 04:34:07 +0000 Subject: [PATCH 2065/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index b71c46471615..857ab72fccc2 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Sienna; + border-top: 1px solid LightGoldenRodYellow; } nav { - background: Sienna; + background: LightGoldenRodYellow; display: flex; align-items: center; padding: 0 0.5rem; From 11c1ae558be806060cc8a051ebc44e2cfdf6a34d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 7 Nov 2022 12:49:08 +0000 Subject: [PATCH 2066/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 857ab72fccc2..afdb09fdc5dc 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGoldenRodYellow; + border-top: 1px solid SlateGray; } nav { - background: LightGoldenRodYellow; + background: SlateGray; display: flex; align-items: center; padding: 0 0.5rem; From 466b5be09d27c7e776eff2a473ebd01afba81569 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 7 Nov 2022 14:19:08 +0000 Subject: [PATCH 2067/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index afdb09fdc5dc..c5466bcfd359 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateGray; + border-top: 1px solid Teal; } nav { - background: SlateGray; + background: Teal; display: flex; align-items: center; padding: 0 0.5rem; From 5d074531b7fe2400dd716a1b34a5c4af67639d2b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 7 Nov 2022 16:34:07 +0000 Subject: [PATCH 2068/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index c5466bcfd359..b666cf7876b7 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Teal; + border-top: 1px solid Crimson; } nav { - background: Teal; + background: Crimson; display: flex; align-items: center; padding: 0 0.5rem; From f4d06cdab9f1367e81643b2bc184328178bb1f75 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 7 Nov 2022 20:19:09 +0000 Subject: [PATCH 2069/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index b666cf7876b7..d1a30d185108 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Crimson; + border-top: 1px solid Linen; } nav { - background: Crimson; + background: Linen; display: flex; align-items: center; padding: 0 0.5rem; From 6f9896c4e1e7cfad6562caff0b6c6c3f8cd3a132 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 7 Nov 2022 23:19:07 +0000 Subject: [PATCH 2070/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d1a30d185108..7a8231a1d628 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Linen; + border-top: 1px solid SeaGreen; } nav { - background: Linen; + background: SeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From 8c40cb7824c7952bf0c0be632554d2e7300491e5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 8 Nov 2022 13:34:08 +0000 Subject: [PATCH 2071/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 7a8231a1d628..d8e82b5712c9 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SeaGreen; + border-top: 1px solid Fuchsia; } nav { - background: SeaGreen; + background: Fuchsia; display: flex; align-items: center; padding: 0 0.5rem; From 44ed6d75d70595fef6bd766a4d87cf7b2ab69282 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 8 Nov 2022 14:19:07 +0000 Subject: [PATCH 2072/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d8e82b5712c9..7e2c71043980 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Fuchsia; + border-top: 1px solid OliveDrab; } nav { - background: Fuchsia; + background: OliveDrab; display: flex; align-items: center; padding: 0 0.5rem; From a4c31d9b5aebb16d5667aeab00e57b126f8657b1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 8 Nov 2022 15:04:07 +0000 Subject: [PATCH 2073/3185] KPT-24: Update background color to DarkRed --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 7e2c71043980..31704961ca80 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OliveDrab; + border-top: 1px solid DarkRed; } nav { - background: OliveDrab; + background: DarkRed; display: flex; align-items: center; padding: 0 0.5rem; From 187d132cd4e9a60b6d63c99383a050584882f14c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 9 Nov 2022 19:27:31 +0000 Subject: [PATCH 2074/3185] KPT-22: Modals with Bisque accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 31704961ca80..ac6b74bb429f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkRed; + border-top: 1px solid Bisque; } nav { - background: DarkRed; + background: Bisque; display: flex; align-items: center; padding: 0 0.5rem; From d37bde5834e76672ca6f2fc89520675c122b903d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 9 Nov 2022 21:42:30 +0000 Subject: [PATCH 2075/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ac6b74bb429f..50a979314f9f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Bisque; + border-top: 1px solid LightSeaGreen; } nav { - background: Bisque; + background: LightSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From e8d07ba7db63c61ef9123bc48de4fecc33c44764 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Nov 2022 05:57:31 +0000 Subject: [PATCH 2076/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 50a979314f9f..5b6feda18165 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSeaGreen; + border-top: 1px solid Red; } nav { - background: LightSeaGreen; + background: Red; display: flex; align-items: center; padding: 0 0.5rem; From e0882a62c3f29d578439d16cb87bed2c4c1682d2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Nov 2022 06:42:30 +0000 Subject: [PATCH 2077/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 5b6feda18165..bd3a875e2c0c 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Red; + border-top: 1px solid SlateBlue; } nav { - background: Red; + background: SlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From 2670ce7ccce023fae238eda8a29f2a2108ce26c8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Nov 2022 09:42:30 +0000 Subject: [PATCH 2078/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index bd3a875e2c0c..6550fb674240 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateBlue; + border-top: 1px solid SandyBrown; } nav { - background: SlateBlue; + background: SandyBrown; display: flex; align-items: center; padding: 0 0.5rem; From 8367d6c710d14b364f863130938aea83bcd3a560 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Nov 2022 10:27:31 +0000 Subject: [PATCH 2079/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 6550fb674240..014c40a7a430 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SandyBrown; + border-top: 1px solid DeepSkyBlue; } nav { - background: SandyBrown; + background: DeepSkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From fa27434db6faaabf4829c01ced037d710edf8f6b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Nov 2022 17:57:31 +0000 Subject: [PATCH 2080/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 014c40a7a430..0a77f9998160 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DeepSkyBlue; + border-top: 1px solid LemonChiffon; } nav { - background: DeepSkyBlue; + background: LemonChiffon; display: flex; align-items: center; padding: 0 0.5rem; From 31a956d1d2623e7ec2d70f673c4def1052ceac84 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Nov 2022 20:12:31 +0000 Subject: [PATCH 2081/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 0a77f9998160..3b05aa10f47f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LemonChiffon; + border-top: 1px solid SkyBlue; } nav { - background: LemonChiffon; + background: SkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From 5295ffcad9608047097689b47182493c4cfeabad Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Nov 2022 23:12:30 +0000 Subject: [PATCH 2082/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3b05aa10f47f..cec3a64bc51b 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SkyBlue; + border-top: 1px solid DarkMagenta; } nav { - background: SkyBlue; + background: DarkMagenta; display: flex; align-items: center; padding: 0 0.5rem; From 690fb83e8a9a34cb9a256c414cb9a0d808321b42 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Nov 2022 23:57:31 +0000 Subject: [PATCH 2083/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index cec3a64bc51b..9cc806b0b915 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkMagenta; + border-top: 1px solid DodgerBlue; } nav { - background: DarkMagenta; + background: DodgerBlue; display: flex; align-items: center; padding: 0 0.5rem; From e5c6eedbcafcb1d61c58e1d5d511d14b43a9a3d5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 11 Nov 2022 06:42:30 +0000 Subject: [PATCH 2084/3185] KPT-24: Update background color to HoneyDew --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 9cc806b0b915..91281b5305a0 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DodgerBlue; + border-top: 1px solid HoneyDew; } nav { - background: DodgerBlue; + background: HoneyDew; display: flex; align-items: center; padding: 0 0.5rem; From 6992f2584e43ad57de6e94758fadd346a27ba58a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 11 Nov 2022 08:57:32 +0000 Subject: [PATCH 2085/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 91281b5305a0..31a327a93479 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid HoneyDew; + border-top: 1px solid Navy; } nav { - background: HoneyDew; + background: Navy; display: flex; align-items: center; padding: 0 0.5rem; From c3c0d36547b10848639f96e10f4907551c1c05b3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 11 Nov 2022 13:27:31 +0000 Subject: [PATCH 2086/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 31a327a93479..39ce4de2a2ff 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Navy; + border-top: 1px solid FireBrick; } nav { - background: Navy; + background: FireBrick; display: flex; align-items: center; padding: 0 0.5rem; From 6a0419c80f89c72aa58e1c42aa75817d56905590 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 11 Nov 2022 14:12:30 +0000 Subject: [PATCH 2087/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 39ce4de2a2ff..31704961ca80 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid FireBrick; + border-top: 1px solid DarkRed; } nav { - background: FireBrick; + background: DarkRed; display: flex; align-items: center; padding: 0 0.5rem; From 435edad369f14cbdaaa520b1ad9a19b29c0db356 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 11 Nov 2022 19:27:31 +0000 Subject: [PATCH 2088/3185] KPT-24: Update background color to Tomato --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 31704961ca80..6675fdc2e211 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkRed; + border-top: 1px solid Tomato; } nav { - background: DarkRed; + background: Tomato; display: flex; align-items: center; padding: 0 0.5rem; From 2cbe5ded62082ecf882054515a24fc3205ea992a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 11 Nov 2022 20:12:30 +0000 Subject: [PATCH 2089/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 6675fdc2e211..308fd2898d6e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Tomato; + border-top: 1px solid Lavender; } nav { - background: Tomato; + background: Lavender; display: flex; align-items: center; padding: 0 0.5rem; From 0bc8236ce79026d87a9c3d407f7bdfed6324df8d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 11 Nov 2022 20:57:31 +0000 Subject: [PATCH 2090/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 308fd2898d6e..d5b33e6aee0e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Lavender; + border-top: 1px solid LimeGreen; } nav { - background: Lavender; + background: LimeGreen; display: flex; align-items: center; padding: 0 0.5rem; From 8e538a068483ef4982fcbe75fdf6e4089e82e0e7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 11 Nov 2022 23:57:31 +0000 Subject: [PATCH 2091/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d5b33e6aee0e..2d42ff06bf02 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LimeGreen; + border-top: 1px solid DarkViolet; } nav { - background: LimeGreen; + background: DarkViolet; display: flex; align-items: center; padding: 0 0.5rem; From 97ed3b21b7ef9cd20eff6fdfef1dbd4e4acbbea7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 12 Nov 2022 00:42:32 +0000 Subject: [PATCH 2092/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 2d42ff06bf02..1230ce9cd975 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkViolet; + border-top: 1px solid MediumSlateBlue; } nav { - background: DarkViolet; + background: MediumSlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From f893c3d193af72e39a775b918e68df8d59ae87cb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 12 Nov 2022 03:42:30 +0000 Subject: [PATCH 2093/3185] KPT-22: Modals with OliveDrab accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 1230ce9cd975..7e2c71043980 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSlateBlue; + border-top: 1px solid OliveDrab; } nav { - background: MediumSlateBlue; + background: OliveDrab; display: flex; align-items: center; padding: 0 0.5rem; From 704a068ed979e5636d69e7df934eb83663f28db8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 12 Nov 2022 05:12:31 +0000 Subject: [PATCH 2094/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 7e2c71043980..a67998ca9c46 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OliveDrab; + border-top: 1px solid MediumOrchid; } nav { - background: OliveDrab; + background: MediumOrchid; display: flex; align-items: center; padding: 0 0.5rem; From ddf24d7bc7890048dfcb36fb9116692d53445d9c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 12 Nov 2022 06:42:30 +0000 Subject: [PATCH 2095/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index a67998ca9c46..02795f4f8e2b 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumOrchid; + border-top: 1px solid DarkGray; } nav { - background: MediumOrchid; + background: DarkGray; display: flex; align-items: center; padding: 0 0.5rem; From dd558545d48ecef644cddb7286f78266872ed5d1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 12 Nov 2022 09:42:31 +0000 Subject: [PATCH 2096/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 02795f4f8e2b..95a9d0b2c399 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGray; + border-top: 1px solid LightCyan; } nav { - background: DarkGray; + background: LightCyan; display: flex; align-items: center; padding: 0 0.5rem; From f5e3622407fb025155766fd0eca6cf1f15b01953 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 12 Nov 2022 12:42:31 +0000 Subject: [PATCH 2097/3185] KPT-22: Modals with PaleTurquoise accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 95a9d0b2c399..0fc8799d2400 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightCyan; + border-top: 1px solid PaleTurquoise; } nav { - background: LightCyan; + background: PaleTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From 5a1cd918b94fdda804b1de19264089a077b0df01 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 12 Nov 2022 13:27:30 +0000 Subject: [PATCH 2098/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 0fc8799d2400..3fc956c8bef1 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleTurquoise; + border-top: 1px solid Khaki; } nav { - background: PaleTurquoise; + background: Khaki; display: flex; align-items: center; padding: 0 0.5rem; From 5cb5aca52a781bfa4c6cd7965582db5882b0f676 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 12 Nov 2022 17:57:31 +0000 Subject: [PATCH 2099/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3fc956c8bef1..0ad2b52a66dd 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Khaki; + border-top: 1px solid DarkSlateGray; } nav { - background: Khaki; + background: DarkSlateGray; display: flex; align-items: center; padding: 0 0.5rem; From 647794a55d53b3f6ee2e8ef07eeb1eed5fe12924 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 12 Nov 2022 19:27:30 +0000 Subject: [PATCH 2100/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 0ad2b52a66dd..ebdf63f280df 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateGray; + border-top: 1px solid White; } nav { - background: DarkSlateGray; + background: White; display: flex; align-items: center; padding: 0 0.5rem; From fa23c1801bd914d17b249e0ef8b1240d44938d09 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 12 Nov 2022 20:12:31 +0000 Subject: [PATCH 2101/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ebdf63f280df..31a327a93479 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid White; + border-top: 1px solid Navy; } nav { - background: White; + background: Navy; display: flex; align-items: center; padding: 0 0.5rem; From f0fc0902c1a1fd63952ced335a645c7016a1dd3f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 12 Nov 2022 20:57:31 +0000 Subject: [PATCH 2102/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 31a327a93479..453cdaa8fe58 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Navy; + border-top: 1px solid DarkSlateBlue; } nav { - background: Navy; + background: DarkSlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From 67f848fe5ddb7c0af4d365acebd05c577d11559a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 12 Nov 2022 23:57:32 +0000 Subject: [PATCH 2103/3185] KPT-22: Modals with Lavender accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 453cdaa8fe58..308fd2898d6e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateBlue; + border-top: 1px solid Lavender; } nav { - background: DarkSlateBlue; + background: Lavender; display: flex; align-items: center; padding: 0 0.5rem; From dd4beabdc77a0d21c1276f1f691e4f5a9b53a102 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 13 Nov 2022 05:12:30 +0000 Subject: [PATCH 2104/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 308fd2898d6e..c9027d922244 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Lavender; + border-top: 1px solid OldLace; } nav { - background: Lavender; + background: OldLace; display: flex; align-items: center; padding: 0 0.5rem; From 34638830b64145e93eb918a937aedfeb243eb541 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 13 Nov 2022 05:57:31 +0000 Subject: [PATCH 2105/3185] KPT-22: Modals with Magenta accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index c9027d922244..2e8c8e35e5cb 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OldLace; + border-top: 1px solid Magenta; } nav { - background: OldLace; + background: Magenta; display: flex; align-items: center; padding: 0 0.5rem; From cc8756d77dba994024bda9ede10dfdaac8927e68 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 13 Nov 2022 09:42:30 +0000 Subject: [PATCH 2106/3185] KPT-24: Update background color to LightSteelBlue --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 2e8c8e35e5cb..195f194ef15a 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Magenta; + border-top: 1px solid LightSteelBlue; } nav { - background: Magenta; + background: LightSteelBlue; display: flex; align-items: center; padding: 0 0.5rem; From 29d5d0de22eded1d1cb66f09374ce05066b8b644 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 13 Nov 2022 10:27:30 +0000 Subject: [PATCH 2107/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 195f194ef15a..53c6d3eeeb62 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSteelBlue; + border-top: 1px solid GoldenRod; } nav { - background: LightSteelBlue; + background: GoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From 82de20bcb5ef1ac30c3fe5fd0de244a6ca6c5cd5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 13 Nov 2022 11:12:30 +0000 Subject: [PATCH 2108/3185] KPT-22: Modals with DarkSlateGrey accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 53c6d3eeeb62..dd1156fbaefb 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GoldenRod; + border-top: 1px solid DarkSlateGrey; } nav { - background: GoldenRod; + background: DarkSlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From 0b9f4348e0f575f7b1569329e3401b7d5882277a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 13 Nov 2022 16:27:30 +0000 Subject: [PATCH 2109/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index dd1156fbaefb..372b1a31ed97 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateGrey; + border-top: 1px solid LightGrey; } nav { - background: DarkSlateGrey; + background: LightGrey; display: flex; align-items: center; padding: 0 0.5rem; From 8f3eac5a916f36aece5ad0dd5a372a9738e4fe8e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 13 Nov 2022 18:42:31 +0000 Subject: [PATCH 2110/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 372b1a31ed97..6ed2eb8a42df 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGrey; + border-top: 1px solid Turquoise; } nav { - background: LightGrey; + background: Turquoise; display: flex; align-items: center; padding: 0 0.5rem; From 67809293067bf51f38e8a7677dff050989ab542b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 13 Nov 2022 20:12:31 +0000 Subject: [PATCH 2111/3185] KPT-22: Modals with LightBlue accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 6ed2eb8a42df..3bd9c6e87f30 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Turquoise; + border-top: 1px solid LightBlue; } nav { - background: Turquoise; + background: LightBlue; display: flex; align-items: center; padding: 0 0.5rem; From 729d008cf4696ab34168a59bbf4bd85f856ec0af Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 13 Nov 2022 23:12:30 +0000 Subject: [PATCH 2112/3185] KPT-24: Update background color to OldLace --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3bd9c6e87f30..c9027d922244 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightBlue; + border-top: 1px solid OldLace; } nav { - background: LightBlue; + background: OldLace; display: flex; align-items: center; padding: 0 0.5rem; From 78d368bdc47c99ef5de17f75463aed5e68f06340 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 14 Nov 2022 09:42:31 +0000 Subject: [PATCH 2113/3185] KPT-24: Update background color to PaleVioletRed --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index c9027d922244..48f96fef5716 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OldLace; + border-top: 1px solid PaleVioletRed; } nav { - background: OldLace; + background: PaleVioletRed; display: flex; align-items: center; padding: 0 0.5rem; From 8674a9e0638f5940ce24af022cc4031711a41ca1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 14 Nov 2022 10:27:31 +0000 Subject: [PATCH 2114/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 48f96fef5716..b5749b217055 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleVioletRed; + border-top: 1px solid Orchid; } nav { - background: PaleVioletRed; + background: Orchid; display: flex; align-items: center; padding: 0 0.5rem; From 9a24640031842cc1c4d3b6963abe78c13c258834 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 14 Nov 2022 13:27:30 +0000 Subject: [PATCH 2115/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index b5749b217055..6fb1f0957aea 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Orchid; + border-top: 1px solid SpringGreen; } nav { - background: Orchid; + background: SpringGreen; display: flex; align-items: center; padding: 0 0.5rem; From cb03fb21cebc11bb73306b9d784860a81ff3c067 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 14 Nov 2022 14:12:31 +0000 Subject: [PATCH 2116/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 6fb1f0957aea..7e2c71043980 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SpringGreen; + border-top: 1px solid OliveDrab; } nav { - background: SpringGreen; + background: OliveDrab; display: flex; align-items: center; padding: 0 0.5rem; From 1613725f9ab0e244f7ed9664dafad74eeed9883d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 14 Nov 2022 14:57:31 +0000 Subject: [PATCH 2117/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 7e2c71043980..91281b5305a0 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OliveDrab; + border-top: 1px solid HoneyDew; } nav { - background: OliveDrab; + background: HoneyDew; display: flex; align-items: center; padding: 0 0.5rem; From a80e1bbd4a7d4849f12a2af6b1c9fad970d91bc4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 14 Nov 2022 17:12:31 +0000 Subject: [PATCH 2118/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 91281b5305a0..c9027d922244 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid HoneyDew; + border-top: 1px solid OldLace; } nav { - background: HoneyDew; + background: OldLace; display: flex; align-items: center; padding: 0 0.5rem; From b217bb8409c1b7da0ff2f8d8fe7d06b4a19d30bb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 14 Nov 2022 19:27:31 +0000 Subject: [PATCH 2119/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index c9027d922244..3723989cd0af 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OldLace; + border-top: 1px solid Aqua; } nav { - background: OldLace; + background: Aqua; display: flex; align-items: center; padding: 0 0.5rem; From b5a53f919b5c1f61274a3b2160a2ba149476a6f1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 15 Nov 2022 05:57:31 +0000 Subject: [PATCH 2120/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3723989cd0af..a2f3a2cc2f41 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Aqua; + border-top: 1px solid MediumPurple; } nav { - background: Aqua; + background: MediumPurple; display: flex; align-items: center; padding: 0 0.5rem; From 088d2121d2abb6e28ac37cba01e71a2182a04ae0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 15 Nov 2022 10:27:31 +0000 Subject: [PATCH 2121/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index a2f3a2cc2f41..c9db43be9d02 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumPurple; + border-top: 1px solid Purple; } nav { - background: MediumPurple; + background: Purple; display: flex; align-items: center; padding: 0 0.5rem; From 37ec2efaa67db592dd46252e167c985dc253c18a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 15 Nov 2022 12:42:32 +0000 Subject: [PATCH 2122/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index c9db43be9d02..d28f8e930d59 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Purple; + border-top: 1px solid Snow; } nav { - background: Purple; + background: Snow; display: flex; align-items: center; padding: 0 0.5rem; From 33153841b1f85bb07e77aad15f514484e4c5bc10 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 15 Nov 2022 14:12:30 +0000 Subject: [PATCH 2123/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d28f8e930d59..036ab873eeb7 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Snow; + border-top: 1px solid Violet; } nav { - background: Snow; + background: Violet; display: flex; align-items: center; padding: 0 0.5rem; From 7c175afaf81f9d7bd2d41668bd6965d7e4f9068c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 15 Nov 2022 19:27:31 +0000 Subject: [PATCH 2124/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 036ab873eeb7..d8e82b5712c9 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Violet; + border-top: 1px solid Fuchsia; } nav { - background: Violet; + background: Fuchsia; display: flex; align-items: center; padding: 0 0.5rem; From 100c16e85794f93617dd373022ff29f206d42454 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 15 Nov 2022 20:57:31 +0000 Subject: [PATCH 2125/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d8e82b5712c9..ebdf63f280df 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Fuchsia; + border-top: 1px solid White; } nav { - background: Fuchsia; + background: White; display: flex; align-items: center; padding: 0 0.5rem; From 6424eaf2441e87a8d965cca6b7565517787f072b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 15 Nov 2022 22:27:31 +0000 Subject: [PATCH 2126/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ebdf63f280df..afdb09fdc5dc 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid White; + border-top: 1px solid SlateGray; } nav { - background: White; + background: SlateGray; display: flex; align-items: center; padding: 0 0.5rem; From f6f78fc02e95906a161ad942a501478c40e2d82c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 16 Nov 2022 00:42:30 +0000 Subject: [PATCH 2127/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index afdb09fdc5dc..d3ffb8ea4363 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateGray; + border-top: 1px solid DimGrey; } nav { - background: SlateGray; + background: DimGrey; display: flex; align-items: center; padding: 0 0.5rem; From 17f5d60cdf7f497367cacaded4d7226c03dfbefc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 16 Nov 2022 02:12:30 +0000 Subject: [PATCH 2128/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d3ffb8ea4363..bc298684f71f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DimGrey; + border-top: 1px solid RebeccaPurple; } nav { - background: DimGrey; + background: RebeccaPurple; display: flex; align-items: center; padding: 0 0.5rem; From 5df667cf6c954604faf2b7345945bd2f765e6630 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 16 Nov 2022 09:42:31 +0000 Subject: [PATCH 2129/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index bc298684f71f..0a77f9998160 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RebeccaPurple; + border-top: 1px solid LemonChiffon; } nav { - background: RebeccaPurple; + background: LemonChiffon; display: flex; align-items: center; padding: 0 0.5rem; From da30586ba797349f871d87f98a296b1b20eb4b7d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 16 Nov 2022 12:42:30 +0000 Subject: [PATCH 2130/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 0a77f9998160..454e3b0659dc 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LemonChiffon; + border-top: 1px solid Tan; } nav { - background: LemonChiffon; + background: Tan; display: flex; align-items: center; padding: 0 0.5rem; From d931fc7c073fc6d6094ac4db7b667979f7443441 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 16 Nov 2022 18:42:31 +0000 Subject: [PATCH 2131/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 454e3b0659dc..d5b33e6aee0e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Tan; + border-top: 1px solid LimeGreen; } nav { - background: Tan; + background: LimeGreen; display: flex; align-items: center; padding: 0 0.5rem; From 78352e514254d71048aeeddf69c438982e7fc3d3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 16 Nov 2022 20:57:31 +0000 Subject: [PATCH 2132/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d5b33e6aee0e..014c40a7a430 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LimeGreen; + border-top: 1px solid DeepSkyBlue; } nav { - background: LimeGreen; + background: DeepSkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From 4828b016205fde665a5a422915256f0a28e8902c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 17 Nov 2022 00:42:30 +0000 Subject: [PATCH 2133/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 014c40a7a430..afdb09fdc5dc 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DeepSkyBlue; + border-top: 1px solid SlateGray; } nav { - background: DeepSkyBlue; + background: SlateGray; display: flex; align-items: center; padding: 0 0.5rem; From 0530b412fcd83e6ceb0768aaedc3c33a1ab62ffb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 17 Nov 2022 02:12:30 +0000 Subject: [PATCH 2134/3185] KPT-22: Modals with PaleGoldenRod accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index afdb09fdc5dc..f626f10eb5eb 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateGray; + border-top: 1px solid PaleGoldenRod; } nav { - background: SlateGray; + background: PaleGoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From a235b94b9e992808015774f287323a287e1fa9a8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 17 Nov 2022 05:12:30 +0000 Subject: [PATCH 2135/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index f626f10eb5eb..b5749b217055 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleGoldenRod; + border-top: 1px solid Orchid; } nav { - background: PaleGoldenRod; + background: Orchid; display: flex; align-items: center; padding: 0 0.5rem; From b30c2307b959b8926c5367a8242c8ce81b358ced Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 17 Nov 2022 05:57:32 +0000 Subject: [PATCH 2136/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index b5749b217055..e8872e3ed333 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Orchid; + border-top: 1px solid Black; } nav { - background: Orchid; + background: Black; display: flex; align-items: center; padding: 0 0.5rem; From 72d52f476c6a8a7bc996d9ac1756791c345825a8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 17 Nov 2022 10:27:30 +0000 Subject: [PATCH 2137/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index e8872e3ed333..53c6d3eeeb62 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Black; + border-top: 1px solid GoldenRod; } nav { - background: Black; + background: GoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From aadcf878958740e82ad342687f0c6fefe6f87f43 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 17 Nov 2022 11:12:30 +0000 Subject: [PATCH 2138/3185] KPT-24: Update background color to Indigo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 53c6d3eeeb62..9db6466b4d55 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GoldenRod; + border-top: 1px solid Indigo; } nav { - background: GoldenRod; + background: Indigo; display: flex; align-items: center; padding: 0 0.5rem; From 3305b77ca3c96ecde787447feaa3dd9b02f8a0bc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 17 Nov 2022 20:12:30 +0000 Subject: [PATCH 2139/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 9db6466b4d55..531a07b0e7f9 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Indigo; + border-top: 1px solid AntiqueWhite; } nav { - background: Indigo; + background: AntiqueWhite; display: flex; align-items: center; padding: 0 0.5rem; From 2017f6c162f0ec25e4630e00fbea2c1ce04a4d76 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 17 Nov 2022 23:12:31 +0000 Subject: [PATCH 2140/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 531a07b0e7f9..46aa99fbd145 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid AntiqueWhite; + border-top: 1px solid DarkGoldenRod; } nav { - background: AntiqueWhite; + background: DarkGoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From a91c3fc4eec41da6ff4d5e0bbc144fb25c67643e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 18 Nov 2022 05:57:32 +0000 Subject: [PATCH 2141/3185] KPT-22: Modals with Maroon accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 46aa99fbd145..9f1fca2a1ff2 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGoldenRod; + border-top: 1px solid Maroon; } nav { - background: DarkGoldenRod; + background: Maroon; display: flex; align-items: center; padding: 0 0.5rem; From 22cc2ccf4de31f5f6f09b75700f416767038bb54 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 18 Nov 2022 08:57:31 +0000 Subject: [PATCH 2142/3185] KPT-24: Update background color to Navy --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 9f1fca2a1ff2..31a327a93479 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Maroon; + border-top: 1px solid Navy; } nav { - background: Maroon; + background: Navy; display: flex; align-items: center; padding: 0 0.5rem; From 22ae4ffb005a036ff80863095d6fd5e23fc145b0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 18 Nov 2022 10:27:31 +0000 Subject: [PATCH 2143/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 31a327a93479..d61efedec6bb 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Navy; + border-top: 1px solid DarkKhaki; } nav { - background: Navy; + background: DarkKhaki; display: flex; align-items: center; padding: 0 0.5rem; From 5984243dda04d5098a4657796b478dd0b7401b37 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 18 Nov 2022 14:12:30 +0000 Subject: [PATCH 2144/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d61efedec6bb..53c6d3eeeb62 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkKhaki; + border-top: 1px solid GoldenRod; } nav { - background: DarkKhaki; + background: GoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From be5135c39546cc11ef01923139c9cf3310386eb0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 18 Nov 2022 15:42:30 +0000 Subject: [PATCH 2145/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 53c6d3eeeb62..bdd585164bf6 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GoldenRod; + border-top: 1px solid MediumTurquoise; } nav { - background: GoldenRod; + background: MediumTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From dc95cb6713a47acd3e168c01c0b1632cf67cf580 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 18 Nov 2022 17:57:31 +0000 Subject: [PATCH 2146/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index bdd585164bf6..d3ffb8ea4363 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumTurquoise; + border-top: 1px solid DimGrey; } nav { - background: MediumTurquoise; + background: DimGrey; display: flex; align-items: center; padding: 0 0.5rem; From e5bf8ca9006081eed7fb73a9b541055a6c7e6135 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 18 Nov 2022 23:12:31 +0000 Subject: [PATCH 2147/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d3ffb8ea4363..cec3a64bc51b 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DimGrey; + border-top: 1px solid DarkMagenta; } nav { - background: DimGrey; + background: DarkMagenta; display: flex; align-items: center; padding: 0 0.5rem; From b7f3efcbc55c0acab5c96f84d882d24abb991973 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 19 Nov 2022 03:42:31 +0000 Subject: [PATCH 2148/3185] KPT-24: Update background color to SlateBlue --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index cec3a64bc51b..bd3a875e2c0c 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkMagenta; + border-top: 1px solid SlateBlue; } nav { - background: DarkMagenta; + background: SlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From 0f6293c126ff81a7656240aaa8adb133eba505f7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 19 Nov 2022 05:57:31 +0000 Subject: [PATCH 2149/3185] KPT-24: Update background color to Crimson --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index bd3a875e2c0c..b666cf7876b7 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateBlue; + border-top: 1px solid Crimson; } nav { - background: SlateBlue; + background: Crimson; display: flex; align-items: center; padding: 0 0.5rem; From 04dd74ddb6a3549abbad8e6df5d37122effa1fbc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 19 Nov 2022 09:42:30 +0000 Subject: [PATCH 2150/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index b666cf7876b7..bad8db91c557 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Crimson; + border-top: 1px solid CadetBlue; } nav { - background: Crimson; + background: CadetBlue; display: flex; align-items: center; padding: 0 0.5rem; From 7407e8e0ab3e0e61501d794865e7ecabde790a21 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 19 Nov 2022 11:12:30 +0000 Subject: [PATCH 2151/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index bad8db91c557..67e0111f647f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid CadetBlue; + border-top: 1px solid Coral; } nav { - background: CadetBlue; + background: Coral; display: flex; align-items: center; padding: 0 0.5rem; From 78ef45600ca3b9c3510eb20fb8c60d9dabd28041 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 19 Nov 2022 17:12:30 +0000 Subject: [PATCH 2152/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 67e0111f647f..11a95055426e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Coral; + border-top: 1px solid LightCoral; } nav { - background: Coral; + background: LightCoral; display: flex; align-items: center; padding: 0 0.5rem; From b4e903c8b395c9bad1347abeff1375a97ea58e67 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 19 Nov 2022 18:42:30 +0000 Subject: [PATCH 2153/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 11a95055426e..d5b33e6aee0e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightCoral; + border-top: 1px solid LimeGreen; } nav { - background: LightCoral; + background: LimeGreen; display: flex; align-items: center; padding: 0 0.5rem; From 561764ef8ee01e7058cc657f56055a29fab82ddf Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 19 Nov 2022 20:57:31 +0000 Subject: [PATCH 2154/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d5b33e6aee0e..d444a165a194 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LimeGreen; + border-top: 1px solid Azure; } nav { - background: LimeGreen; + background: Azure; display: flex; align-items: center; padding: 0 0.5rem; From ec7b02daeda130a9985ede157af46f77dfc6696f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 19 Nov 2022 21:42:30 +0000 Subject: [PATCH 2155/3185] KPT-24: Update background color to FireBrick --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d444a165a194..39ce4de2a2ff 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Azure; + border-top: 1px solid FireBrick; } nav { - background: Azure; + background: FireBrick; display: flex; align-items: center; padding: 0 0.5rem; From e2e486dc913e0de53cdf12a895fb316e9c718fb3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 20 Nov 2022 07:27:31 +0000 Subject: [PATCH 2156/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 39ce4de2a2ff..228291e36290 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid FireBrick; + border-top: 1px solid Beige; } nav { - background: FireBrick; + background: Beige; display: flex; align-items: center; padding: 0 0.5rem; From 626e64656ee1dcf47f5f55e5148e00f599f59e53 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 20 Nov 2022 08:12:30 +0000 Subject: [PATCH 2157/3185] KPT-24: Update background color to Chartreuse --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 228291e36290..09d17be28fcf 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Beige; + border-top: 1px solid Chartreuse; } nav { - background: Beige; + background: Chartreuse; display: flex; align-items: center; padding: 0 0.5rem; From fbf263bf695e8248ea6b42eaabf3ccac016bede0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 20 Nov 2022 10:27:31 +0000 Subject: [PATCH 2158/3185] KPT-24: Update background color to LightSkyBlue --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 09d17be28fcf..cc3e2a46c95e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Chartreuse; + border-top: 1px solid LightSkyBlue; } nav { - background: Chartreuse; + background: LightSkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From 77e7642bb8a4d88ed9daf2f53f9be1a98474ec2b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 20 Nov 2022 11:12:31 +0000 Subject: [PATCH 2159/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index cc3e2a46c95e..ec5e8acbe367 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSkyBlue; + border-top: 1px solid RoyalBlue; } nav { - background: LightSkyBlue; + background: RoyalBlue; display: flex; align-items: center; padding: 0 0.5rem; From 412793a0cac3ae9a22de5ecd623c823c9f7163ee Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 20 Nov 2022 13:27:31 +0000 Subject: [PATCH 2160/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ec5e8acbe367..ceefd47a65fe 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RoyalBlue; + border-top: 1px solid BlueViolet; } nav { - background: RoyalBlue; + background: BlueViolet; display: flex; align-items: center; padding: 0 0.5rem; From df97303755d86c1a691ec6a1e5f856a5f83621bd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 20 Nov 2022 14:12:30 +0000 Subject: [PATCH 2161/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ceefd47a65fe..6baa43ae096e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BlueViolet; + border-top: 1px solid BlanchedAlmond; } nav { - background: BlueViolet; + background: BlanchedAlmond; display: flex; align-items: center; padding: 0 0.5rem; From c8403e6f6493d64733260bfdbcc6a8d49209174c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 20 Nov 2022 17:12:30 +0000 Subject: [PATCH 2162/3185] KPT-24: Update background color to Cornsilk --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 6baa43ae096e..6c526423d3cc 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BlanchedAlmond; + border-top: 1px solid Cornsilk; } nav { - background: BlanchedAlmond; + background: Cornsilk; display: flex; align-items: center; padding: 0 0.5rem; From 5a33e45256e244320fb69ca8e992b15381c1ec0c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 20 Nov 2022 17:57:33 +0000 Subject: [PATCH 2163/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 6c526423d3cc..308fd2898d6e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Cornsilk; + border-top: 1px solid Lavender; } nav { - background: Cornsilk; + background: Lavender; display: flex; align-items: center; padding: 0 0.5rem; From fa290eb913a7edf639dd0652120b37431d43bc92 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 21 Nov 2022 10:27:31 +0000 Subject: [PATCH 2164/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 308fd2898d6e..d1a30d185108 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Lavender; + border-top: 1px solid Linen; } nav { - background: Lavender; + background: Linen; display: flex; align-items: center; padding: 0 0.5rem; From bcbce913cb930b3f7aaf8ad7e4451a60ec9035a2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 21 Nov 2022 14:12:30 +0000 Subject: [PATCH 2165/3185] KPT-22: Modals with RoyalBlue accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d1a30d185108..ec5e8acbe367 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Linen; + border-top: 1px solid RoyalBlue; } nav { - background: Linen; + background: RoyalBlue; display: flex; align-items: center; padding: 0 0.5rem; From c170f60633530b28cc6512b4700c0abd1293a4ce Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 21 Nov 2022 17:57:32 +0000 Subject: [PATCH 2166/3185] KPT-24: Update background color to DarkOrange --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ec5e8acbe367..5bc7ef4eb78f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RoyalBlue; + border-top: 1px solid DarkOrange; } nav { - background: RoyalBlue; + background: DarkOrange; display: flex; align-items: center; padding: 0 0.5rem; From 363a47d5537e7cf925d9f155f3352cf1f50abb21 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 21 Nov 2022 20:12:30 +0000 Subject: [PATCH 2167/3185] KPT-22: Modals with DimGrey accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 5bc7ef4eb78f..d3ffb8ea4363 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOrange; + border-top: 1px solid DimGrey; } nav { - background: DarkOrange; + background: DimGrey; display: flex; align-items: center; padding: 0 0.5rem; From 1c075314f5694175a7806dc2b5684e4ff7e70ff9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 22 Nov 2022 02:12:30 +0000 Subject: [PATCH 2168/3185] KPT-22: Modals with BurlyWood accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d3ffb8ea4363..4ec33dd9a11e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DimGrey; + border-top: 1px solid BurlyWood; } nav { - background: DimGrey; + background: BurlyWood; display: flex; align-items: center; padding: 0 0.5rem; From c65561d169b40261f5818db4e91e1f6ddd9fd4fb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 22 Nov 2022 03:42:31 +0000 Subject: [PATCH 2169/3185] KPT-24: Update background color to Black --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4ec33dd9a11e..e8872e3ed333 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BurlyWood; + border-top: 1px solid Black; } nav { - background: BurlyWood; + background: Black; display: flex; align-items: center; padding: 0 0.5rem; From dab7efff8a1f6c235e5efd42023e814dd2b5f7ce Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 22 Nov 2022 05:12:31 +0000 Subject: [PATCH 2170/3185] KPT-24: Update background color to DimGray --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index e8872e3ed333..95b0c9b012ff 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Black; + border-top: 1px solid DimGray; } nav { - background: Black; + background: DimGray; display: flex; align-items: center; padding: 0 0.5rem; From d5e3bb78466966dc1d5feb9dafbd22a483c41727 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 22 Nov 2022 07:27:31 +0000 Subject: [PATCH 2171/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 95b0c9b012ff..a53a85ffbbae 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DimGray; + border-top: 1px solid AliceBlue; } nav { - background: DimGray; + background: AliceBlue; display: flex; align-items: center; padding: 0 0.5rem; From b3d1cc462b0c7674d09955883c651ad2cca00103 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 22 Nov 2022 09:42:30 +0000 Subject: [PATCH 2172/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index a53a85ffbbae..ce75e3b066c0 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid AliceBlue; + border-top: 1px solid Olive; } nav { - background: AliceBlue; + background: Olive; display: flex; align-items: center; padding: 0 0.5rem; From 36de5567380514467401e3f8a5f15917f93acdf8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 22 Nov 2022 13:27:31 +0000 Subject: [PATCH 2173/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ce75e3b066c0..afdb09fdc5dc 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Olive; + border-top: 1px solid SlateGray; } nav { - background: Olive; + background: SlateGray; display: flex; align-items: center; padding: 0 0.5rem; From 416c5a4f56075fd2544e9cf43f2380109e7c8214 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 22 Nov 2022 20:57:31 +0000 Subject: [PATCH 2174/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index afdb09fdc5dc..ec5e8acbe367 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateGray; + border-top: 1px solid RoyalBlue; } nav { - background: SlateGray; + background: RoyalBlue; display: flex; align-items: center; padding: 0 0.5rem; From 53f17c353d27f263484580677f7dbc52134c30f3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 22 Nov 2022 22:27:43 +0000 Subject: [PATCH 2175/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ec5e8acbe367..ff1b8ca54562 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RoyalBlue; + border-top: 1px solid MediumBlue; } nav { - background: RoyalBlue; + background: MediumBlue; display: flex; align-items: center; padding: 0 0.5rem; From d8671dc38050209dec1d9f0389796447bf94a564 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 22 Nov 2022 23:57:30 +0000 Subject: [PATCH 2176/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ff1b8ca54562..b71c46471615 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumBlue; + border-top: 1px solid Sienna; } nav { - background: MediumBlue; + background: Sienna; display: flex; align-items: center; padding: 0 0.5rem; From 67d4edcf2184983eecfa330c35515ec5d147efda Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 23 Nov 2022 01:27:30 +0000 Subject: [PATCH 2177/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index b71c46471615..64214c2d85c0 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Sienna; + border-top: 1px solid LightGreen; } nav { - background: Sienna; + background: LightGreen; display: flex; align-items: center; padding: 0 0.5rem; From 7b150f2bf6b921f2f6aa208bfb6cb322c6c0873d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 23 Nov 2022 03:42:31 +0000 Subject: [PATCH 2178/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 64214c2d85c0..bd3a875e2c0c 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGreen; + border-top: 1px solid SlateBlue; } nav { - background: LightGreen; + background: SlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From 9837eb8fc7b9120aad4ded7ea9f68131b2515ca2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 23 Nov 2022 08:57:31 +0000 Subject: [PATCH 2179/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index bd3a875e2c0c..19e1abc1037e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateBlue; + border-top: 1px solid PaleGreen; } nav { - background: SlateBlue; + background: PaleGreen; display: flex; align-items: center; padding: 0 0.5rem; From 7a65f4bd9c806686f1ec8ba5f740f522a3d3072c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 23 Nov 2022 13:27:31 +0000 Subject: [PATCH 2180/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 19e1abc1037e..266d9435f640 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleGreen; + border-top: 1px solid Orange; } nav { - background: PaleGreen; + background: Orange; display: flex; align-items: center; padding: 0 0.5rem; From 2b5cd0d370aab754b8fad78a4becab002eedcf0a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 23 Nov 2022 14:57:37 +0000 Subject: [PATCH 2181/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 266d9435f640..d444a165a194 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Orange; + border-top: 1px solid Azure; } nav { - background: Orange; + background: Azure; display: flex; align-items: center; padding: 0 0.5rem; From 276fbbb350312a500e147214425a1d4e57a7d6ec Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 23 Nov 2022 15:42:31 +0000 Subject: [PATCH 2182/3185] KPT-24: Update background color to MediumAquaMarine --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d444a165a194..0f633b206ec6 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Azure; + border-top: 1px solid MediumAquaMarine; } nav { - background: Azure; + background: MediumAquaMarine; display: flex; align-items: center; padding: 0 0.5rem; From 194a20115145eebb06d90ebf891f2878e3f3785c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 23 Nov 2022 17:57:31 +0000 Subject: [PATCH 2183/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 0f633b206ec6..9b225c303ed7 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumAquaMarine; + border-top: 1px solid CornflowerBlue; } nav { - background: MediumAquaMarine; + background: CornflowerBlue; display: flex; align-items: center; padding: 0 0.5rem; From 8e65f5741b4b598503fabb1bb91d36b3174bca77 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 23 Nov 2022 20:57:31 +0000 Subject: [PATCH 2184/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 9b225c303ed7..343dde4387ae 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid CornflowerBlue; + border-top: 1px solid Grey; } nav { - background: CornflowerBlue; + background: Grey; display: flex; align-items: center; padding: 0 0.5rem; From 734c176a4531139e6998c18ce0cb2e156e454a6f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 24 Nov 2022 00:42:31 +0000 Subject: [PATCH 2185/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 343dde4387ae..3723989cd0af 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Grey; + border-top: 1px solid Aqua; } nav { - background: Grey; + background: Aqua; display: flex; align-items: center; padding: 0 0.5rem; From 395fdd2940d2cbe3d6b4fb2adc057a75e59ccc84 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 24 Nov 2022 05:12:30 +0000 Subject: [PATCH 2186/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3723989cd0af..ff1b8ca54562 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Aqua; + border-top: 1px solid MediumBlue; } nav { - background: Aqua; + background: MediumBlue; display: flex; align-items: center; padding: 0 0.5rem; From 1d1e5ea5c29ce4337f253753bb4dd3164a365262 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 24 Nov 2022 09:42:31 +0000 Subject: [PATCH 2187/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ff1b8ca54562..0228fd3891c6 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumBlue; + border-top: 1px solid Plum; } nav { - background: MediumBlue; + background: Plum; display: flex; align-items: center; padding: 0 0.5rem; From 34be54bdee6dadc547634279a1a860b1298c60a1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 24 Nov 2022 10:27:31 +0000 Subject: [PATCH 2188/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 0228fd3891c6..14bdb415526f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Plum; + border-top: 1px solid DarkGreen; } nav { - background: Plum; + background: DarkGreen; display: flex; align-items: center; padding: 0 0.5rem; From 23eedefbd16d8981af0946b113ba69b1160aeedb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 24 Nov 2022 14:57:31 +0000 Subject: [PATCH 2189/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 14bdb415526f..9cc806b0b915 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGreen; + border-top: 1px solid DodgerBlue; } nav { - background: DarkGreen; + background: DodgerBlue; display: flex; align-items: center; padding: 0 0.5rem; From 0d55995dcb9154a331ac99c8523fa3f9d21797b3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 24 Nov 2022 20:12:30 +0000 Subject: [PATCH 2190/3185] KPT-22: Modals with ForestGreen accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 9cc806b0b915..4c78b363845c 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DodgerBlue; + border-top: 1px solid ForestGreen; } nav { - background: DodgerBlue; + background: ForestGreen; display: flex; align-items: center; padding: 0 0.5rem; From 29ac74c1b602fc8823440034a1049f9aa5c37a38 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 24 Nov 2022 22:27:31 +0000 Subject: [PATCH 2191/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4c78b363845c..31a327a93479 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid ForestGreen; + border-top: 1px solid Navy; } nav { - background: ForestGreen; + background: Navy; display: flex; align-items: center; padding: 0 0.5rem; From 0a5d94cf1b7083c4bf6177c073a9e90e3399d11e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 24 Nov 2022 23:12:30 +0000 Subject: [PATCH 2192/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 31a327a93479..eca3a27ac0c5 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Navy; + border-top: 1px solid GreenYellow; } nav { - background: Navy; + background: GreenYellow; display: flex; align-items: center; padding: 0 0.5rem; From bb81003aa71b31eb04c0bf8466243445c410b4af Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 25 Nov 2022 01:27:31 +0000 Subject: [PATCH 2193/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index eca3a27ac0c5..ec5e8acbe367 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GreenYellow; + border-top: 1px solid RoyalBlue; } nav { - background: GreenYellow; + background: RoyalBlue; display: flex; align-items: center; padding: 0 0.5rem; From 74f6e2c2d5c2a94078b7e3ae2cb8bc18a8ff8c36 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 25 Nov 2022 07:27:30 +0000 Subject: [PATCH 2194/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ec5e8acbe367..64214c2d85c0 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RoyalBlue; + border-top: 1px solid LightGreen; } nav { - background: RoyalBlue; + background: LightGreen; display: flex; align-items: center; padding: 0 0.5rem; From 07f208f2e65b0b528fe1cb75de0cb3bceb289bed Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 25 Nov 2022 11:57:31 +0000 Subject: [PATCH 2195/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 64214c2d85c0..bdd585164bf6 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGreen; + border-top: 1px solid MediumTurquoise; } nav { - background: LightGreen; + background: MediumTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From ae08cddfb88f8a0c7a37ebbf0f7e61529c4dc03e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 25 Nov 2022 12:42:30 +0000 Subject: [PATCH 2196/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index bdd585164bf6..195f194ef15a 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumTurquoise; + border-top: 1px solid LightSteelBlue; } nav { - background: MediumTurquoise; + background: LightSteelBlue; display: flex; align-items: center; padding: 0 0.5rem; From 0d28c7be2dd16f9f92a044fccc084d358959415c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 25 Nov 2022 16:27:30 +0000 Subject: [PATCH 2197/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 195f194ef15a..dd1156fbaefb 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSteelBlue; + border-top: 1px solid DarkSlateGrey; } nav { - background: LightSteelBlue; + background: DarkSlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From 0796e1f6f96bc79b5a0f16b94dafd5c7db18851f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 25 Nov 2022 21:42:31 +0000 Subject: [PATCH 2198/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index dd1156fbaefb..ad9452d08934 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateGrey; + border-top: 1px solid GhostWhite; } nav { - background: DarkSlateGrey; + background: GhostWhite; display: flex; align-items: center; padding: 0 0.5rem; From bee9dd6754791422347f8a8508b004028860869c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 26 Nov 2022 03:42:30 +0000 Subject: [PATCH 2199/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ad9452d08934..bad8db91c557 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GhostWhite; + border-top: 1px solid CadetBlue; } nav { - background: GhostWhite; + background: CadetBlue; display: flex; align-items: center; padding: 0 0.5rem; From f5102e41744ade65519e8f07ae470eb059259fb5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 26 Nov 2022 04:27:31 +0000 Subject: [PATCH 2200/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index bad8db91c557..01d9c09e8bbb 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid CadetBlue; + border-top: 1px solid Brown; } nav { - background: CadetBlue; + background: Brown; display: flex; align-items: center; padding: 0 0.5rem; From 719533d7adad1c6e8707802e3572bc1c6fa6ab5f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 26 Nov 2022 05:12:30 +0000 Subject: [PATCH 2201/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 01d9c09e8bbb..856552dcb2f0 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Brown; + border-top: 1px solid DarkSeaGreen; } nav { - background: Brown; + background: DarkSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From b86dccaed96b157f78ffa273a03cd436b95bdd0b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 26 Nov 2022 08:12:30 +0000 Subject: [PATCH 2202/3185] KPT-24: Update background color to LightYellow --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 856552dcb2f0..1b8c7acecc59 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSeaGreen; + border-top: 1px solid LightYellow; } nav { - background: DarkSeaGreen; + background: LightYellow; display: flex; align-items: center; padding: 0 0.5rem; From c12c6b4a9fa6ce46b9487ac54c0e6a2449368ba3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 26 Nov 2022 08:57:30 +0000 Subject: [PATCH 2203/3185] KPT-22: Modals with Ivory accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 1b8c7acecc59..7581a7f2cb24 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightYellow; + border-top: 1px solid Ivory; } nav { - background: LightYellow; + background: Ivory; display: flex; align-items: center; padding: 0 0.5rem; From ac755cefe7c3153b18a3310fb9eedd8c073d5308 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 26 Nov 2022 12:42:30 +0000 Subject: [PATCH 2204/3185] KPT-22: Modals with LimeGreen accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 7581a7f2cb24..d5b33e6aee0e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Ivory; + border-top: 1px solid LimeGreen; } nav { - background: Ivory; + background: LimeGreen; display: flex; align-items: center; padding: 0 0.5rem; From 8cdceca11f84507a03bf7d2888813e1b04a2b753 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 26 Nov 2022 14:12:30 +0000 Subject: [PATCH 2205/3185] KPT-22: Modals with LightGrey accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d5b33e6aee0e..372b1a31ed97 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LimeGreen; + border-top: 1px solid LightGrey; } nav { - background: LimeGreen; + background: LightGrey; display: flex; align-items: center; padding: 0 0.5rem; From f4a3533d6a0952d057d70f9fb6c188b5eacd890b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 26 Nov 2022 17:12:30 +0000 Subject: [PATCH 2206/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 372b1a31ed97..343dde4387ae 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGrey; + border-top: 1px solid Grey; } nav { - background: LightGrey; + background: Grey; display: flex; align-items: center; padding: 0 0.5rem; From ae38b1b17691bb7670911dd0639bbcd37f89240f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 27 Nov 2022 02:57:31 +0000 Subject: [PATCH 2207/3185] KPT-22: Modals with LightGreen accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 343dde4387ae..64214c2d85c0 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Grey; + border-top: 1px solid LightGreen; } nav { - background: Grey; + background: LightGreen; display: flex; align-items: center; padding: 0 0.5rem; From a477553b1007607a65dd9d1cbfb7df2d240316d2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 27 Nov 2022 03:42:31 +0000 Subject: [PATCH 2208/3185] KPT-24: Update background color to Orange --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 64214c2d85c0..266d9435f640 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGreen; + border-top: 1px solid Orange; } nav { - background: LightGreen; + background: Orange; display: flex; align-items: center; padding: 0 0.5rem; From d19cce75555c8e342ea2a9d74b995cca14bf32bc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 27 Nov 2022 07:27:31 +0000 Subject: [PATCH 2209/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 266d9435f640..09d17be28fcf 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Orange; + border-top: 1px solid Chartreuse; } nav { - background: Orange; + background: Chartreuse; display: flex; align-items: center; padding: 0 0.5rem; From 0ca7f152b42494ab6a8418d2fe557d088ec5d5dd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 27 Nov 2022 09:42:30 +0000 Subject: [PATCH 2210/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 09d17be28fcf..d45f2f580eae 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Chartreuse; + border-top: 1px solid LightGray; } nav { - background: Chartreuse; + background: LightGray; display: flex; align-items: center; padding: 0 0.5rem; From 6ce1992cf6f52f4e5b430e59afc8ca81b6f09651 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 27 Nov 2022 12:42:30 +0000 Subject: [PATCH 2211/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d45f2f580eae..6baa43ae096e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGray; + border-top: 1px solid BlanchedAlmond; } nav { - background: LightGray; + background: BlanchedAlmond; display: flex; align-items: center; padding: 0 0.5rem; From 8e2143509743fa907c8c423643344658f0fba6fa Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 27 Nov 2022 15:42:30 +0000 Subject: [PATCH 2212/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 6baa43ae096e..9897bbddf092 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BlanchedAlmond; + border-top: 1px solid LightPink; } nav { - background: BlanchedAlmond; + background: LightPink; display: flex; align-items: center; padding: 0 0.5rem; From a5774c870d3bc6ecbd9cf4590fa13a18aaa091ec Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 27 Nov 2022 20:12:31 +0000 Subject: [PATCH 2213/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 9897bbddf092..6550fb674240 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightPink; + border-top: 1px solid SandyBrown; } nav { - background: LightPink; + background: SandyBrown; display: flex; align-items: center; padding: 0 0.5rem; From e6a703ca5e47fe05457bbd8d8119cdd7d7ff1da8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 27 Nov 2022 21:42:31 +0000 Subject: [PATCH 2214/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 6550fb674240..67e0111f647f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SandyBrown; + border-top: 1px solid Coral; } nav { - background: SandyBrown; + background: Coral; display: flex; align-items: center; padding: 0 0.5rem; From c27773a3b6fa7f99e51bb1e0c7b0e9f54b3f4bc0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 28 Nov 2022 00:42:30 +0000 Subject: [PATCH 2215/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 67e0111f647f..7265cc2310f6 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Coral; + border-top: 1px solid DarkGrey; } nav { - background: Coral; + background: DarkGrey; display: flex; align-items: center; padding: 0 0.5rem; From 2d7903896d982bd12b5fb87183722cf41b5cc7a4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 28 Nov 2022 02:12:30 +0000 Subject: [PATCH 2216/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 7265cc2310f6..63b3b490fb00 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGrey; + border-top: 1px solid MediumVioletRed; } nav { - background: DarkGrey; + background: MediumVioletRed; display: flex; align-items: center; padding: 0 0.5rem; From 6c572997503f14f4a0041379fd3444291a70dc0d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 28 Nov 2022 04:27:31 +0000 Subject: [PATCH 2217/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 63b3b490fb00..24d254c510ca 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumVioletRed; + border-top: 1px solid Wheat; } nav { - background: MediumVioletRed; + background: Wheat; display: flex; align-items: center; padding: 0 0.5rem; From 6100fa7af4fe1ff9999faef57ddd29973191bbb3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 28 Nov 2022 05:57:32 +0000 Subject: [PATCH 2218/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 24d254c510ca..5d4492574dd1 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Wheat; + border-top: 1px solid MintCream; } nav { - background: Wheat; + background: MintCream; display: flex; align-items: center; padding: 0 0.5rem; From 867d465aaed0918b8ff2389896bc4478a0afe025 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 28 Nov 2022 17:12:30 +0000 Subject: [PATCH 2219/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 5d4492574dd1..8876d676857c 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MintCream; + border-top: 1px solid IndianRed; } nav { - background: MintCream; + background: IndianRed; display: flex; align-items: center; padding: 0 0.5rem; From bbf3a9623f69b9ef2ce5f29ecc3a9f76551755bf Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 28 Nov 2022 19:27:31 +0000 Subject: [PATCH 2220/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 8876d676857c..ac69cd686a82 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid IndianRed; + border-top: 1px solid MediumSpringGreen; } nav { - background: IndianRed; + background: MediumSpringGreen; display: flex; align-items: center; padding: 0 0.5rem; From 9bc992348065ebc84b4f33e75a9a7153065ee25c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 28 Nov 2022 20:13:03 +0000 Subject: [PATCH 2221/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ac69cd686a82..136dba7818fc 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSpringGreen; + border-top: 1px solid SaddleBrown; } nav { - background: MediumSpringGreen; + background: SaddleBrown; display: flex; align-items: center; padding: 0 0.5rem; From 8711f4a51da7c5be5d973f51d62f803aff7115b6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 28 Nov 2022 23:57:31 +0000 Subject: [PATCH 2222/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 136dba7818fc..b71c46471615 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SaddleBrown; + border-top: 1px solid Sienna; } nav { - background: SaddleBrown; + background: Sienna; display: flex; align-items: center; padding: 0 0.5rem; From 6e90007a0f3c467c94b1859c23c4ee22e33db5e9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 29 Nov 2022 02:12:31 +0000 Subject: [PATCH 2223/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index b71c46471615..139351cd37cf 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Sienna; + border-top: 1px solid SeaShell; } nav { - background: Sienna; + background: SeaShell; display: flex; align-items: center; padding: 0 0.5rem; From cc2f6401d18527853083c65a5c8edd0e0fc8e8df Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 29 Nov 2022 05:12:31 +0000 Subject: [PATCH 2224/3185] KPT-24: Update background color to Yellow --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 139351cd37cf..2bb350ffd9ac 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SeaShell; + border-top: 1px solid Yellow; } nav { - background: SeaShell; + background: Yellow; display: flex; align-items: center; padding: 0 0.5rem; From 913f5e3d72717c1c19b3c9673358b6226ae4b17d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 29 Nov 2022 06:42:31 +0000 Subject: [PATCH 2225/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 2bb350ffd9ac..bb2f114b139e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Yellow; + border-top: 1px solid LightSlateGrey; } nav { - background: Yellow; + background: LightSlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From bd0e204e7ef7b878a6889ceb2189825b0b59d2f2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 29 Nov 2022 08:57:31 +0000 Subject: [PATCH 2226/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index bb2f114b139e..09d17be28fcf 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSlateGrey; + border-top: 1px solid Chartreuse; } nav { - background: LightSlateGrey; + background: Chartreuse; display: flex; align-items: center; padding: 0 0.5rem; From 857bbf39e88aae543242a12064ffc15011cdbb20 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 29 Nov 2022 09:42:31 +0000 Subject: [PATCH 2227/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 09d17be28fcf..6baa43ae096e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Chartreuse; + border-top: 1px solid BlanchedAlmond; } nav { - background: Chartreuse; + background: BlanchedAlmond; display: flex; align-items: center; padding: 0 0.5rem; From f9badb6d1bf4288d135163c2f7a7cc380d2d078a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 29 Nov 2022 11:12:31 +0000 Subject: [PATCH 2228/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 6baa43ae096e..4d589e9fc6c4 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BlanchedAlmond; + border-top: 1px solid MidnightBlue; } nav { - background: BlanchedAlmond; + background: MidnightBlue; display: flex; align-items: center; padding: 0 0.5rem; From a79d3539573d5036c271f4bf87f8140ccb8d6868 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 29 Nov 2022 16:27:31 +0000 Subject: [PATCH 2229/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4d589e9fc6c4..46aa99fbd145 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MidnightBlue; + border-top: 1px solid DarkGoldenRod; } nav { - background: MidnightBlue; + background: DarkGoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From d7020131b4805e6da6f9385e53eb15fe91f49f74 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 29 Nov 2022 17:12:31 +0000 Subject: [PATCH 2230/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 46aa99fbd145..4cb33c38cec8 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGoldenRod; + border-top: 1px solid DarkSalmon; } nav { - background: DarkGoldenRod; + background: DarkSalmon; display: flex; align-items: center; padding: 0 0.5rem; From 2aa1acd21f66627fcfe6fe6867918b7977584855 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 29 Nov 2022 17:57:33 +0000 Subject: [PATCH 2231/3185] KPT-22: Modals with MediumSeaGreen accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4cb33c38cec8..77bfaa9f6042 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSalmon; + border-top: 1px solid MediumSeaGreen; } nav { - background: DarkSalmon; + background: MediumSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From 0df3cf468dd8aee5cfcdd1a20fed688e48e421a5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 30 Nov 2022 01:27:31 +0000 Subject: [PATCH 2232/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 77bfaa9f6042..dd1156fbaefb 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSeaGreen; + border-top: 1px solid DarkSlateGrey; } nav { - background: MediumSeaGreen; + background: DarkSlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From d2473904d7b9265cf1c17499444ba44b2dc5870e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 30 Nov 2022 02:57:30 +0000 Subject: [PATCH 2233/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index dd1156fbaefb..2bb350ffd9ac 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateGrey; + border-top: 1px solid Yellow; } nav { - background: DarkSlateGrey; + background: Yellow; display: flex; align-items: center; padding: 0 0.5rem; From be1f01a8c7763761a436c53e1c20b44b4465a047 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 30 Nov 2022 05:12:31 +0000 Subject: [PATCH 2234/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 2bb350ffd9ac..d7031fe0709d 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Yellow; + border-top: 1px solid HotPink; } nav { - background: Yellow; + background: HotPink; display: flex; align-items: center; padding: 0 0.5rem; From cdb12111afdb58a097bd19461322dd9b6e77b026 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 30 Nov 2022 08:57:32 +0000 Subject: [PATCH 2235/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d7031fe0709d..26096fe5afd6 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid HotPink; + border-top: 1px solid FloralWhite; } nav { - background: HotPink; + background: FloralWhite; display: flex; align-items: center; padding: 0 0.5rem; From 785650a1ba125ecbb23e8b72b7b06ca3bd0a985b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 30 Nov 2022 14:12:32 +0000 Subject: [PATCH 2236/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 26096fe5afd6..7265cc2310f6 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid FloralWhite; + border-top: 1px solid DarkGrey; } nav { - background: FloralWhite; + background: DarkGrey; display: flex; align-items: center; padding: 0 0.5rem; From 79a83a3b681f2746ecd153ae1ac5823afa04b883 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 30 Nov 2022 15:42:30 +0000 Subject: [PATCH 2237/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 7265cc2310f6..b666cf7876b7 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGrey; + border-top: 1px solid Crimson; } nav { - background: DarkGrey; + background: Crimson; display: flex; align-items: center; padding: 0 0.5rem; From b73592aeb3e96b243b57a760a3d1187b969eefba Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 30 Nov 2022 17:57:30 +0000 Subject: [PATCH 2238/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index b666cf7876b7..4c78b363845c 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Crimson; + border-top: 1px solid ForestGreen; } nav { - background: Crimson; + background: ForestGreen; display: flex; align-items: center; padding: 0 0.5rem; From 833a345322d0660089539c3949cb01778808e76f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 30 Nov 2022 18:42:31 +0000 Subject: [PATCH 2239/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4c78b363845c..2e8c8e35e5cb 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid ForestGreen; + border-top: 1px solid Magenta; } nav { - background: ForestGreen; + background: Magenta; display: flex; align-items: center; padding: 0 0.5rem; From a45d9211a5d3e08f811ac5d15c5537b770ab1ce3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 30 Nov 2022 19:27:31 +0000 Subject: [PATCH 2240/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 2e8c8e35e5cb..52780a4ff666 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Magenta; + border-top: 1px solid SlateGrey; } nav { - background: Magenta; + background: SlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From 0b3388d165616ca5ae1d6e344c9d4db48e0378c8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 30 Nov 2022 21:42:31 +0000 Subject: [PATCH 2241/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 52780a4ff666..a53a85ffbbae 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateGrey; + border-top: 1px solid AliceBlue; } nav { - background: SlateGrey; + background: AliceBlue; display: flex; align-items: center; padding: 0 0.5rem; From 037e0c979aa0b651c4604bfa632fcab42a1533c7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 30 Nov 2022 23:12:31 +0000 Subject: [PATCH 2242/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index a53a85ffbbae..0a77f9998160 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid AliceBlue; + border-top: 1px solid LemonChiffon; } nav { - background: AliceBlue; + background: LemonChiffon; display: flex; align-items: center; padding: 0 0.5rem; From 0cb510074248fb8cb3b4f78b27df724ebdec8934 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 1 Dec 2022 02:57:31 +0000 Subject: [PATCH 2243/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 0a77f9998160..9897bbddf092 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LemonChiffon; + border-top: 1px solid LightPink; } nav { - background: LemonChiffon; + background: LightPink; display: flex; align-items: center; padding: 0 0.5rem; From deab3636b7d75837c55471299229dcff9249e403 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 1 Dec 2022 06:42:30 +0000 Subject: [PATCH 2244/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 9897bbddf092..c9db43be9d02 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightPink; + border-top: 1px solid Purple; } nav { - background: LightPink; + background: Purple; display: flex; align-items: center; padding: 0 0.5rem; From 2076186cdf3c61a3270d91beb378e612f7012b2a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 1 Dec 2022 18:42:31 +0000 Subject: [PATCH 2245/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index c9db43be9d02..136dba7818fc 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Purple; + border-top: 1px solid SaddleBrown; } nav { - background: Purple; + background: SaddleBrown; display: flex; align-items: center; padding: 0 0.5rem; From 39a7752bb308157ac1666666a24212675b6d43c4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 1 Dec 2022 23:57:31 +0000 Subject: [PATCH 2246/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 136dba7818fc..9f1fca2a1ff2 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SaddleBrown; + border-top: 1px solid Maroon; } nav { - background: SaddleBrown; + background: Maroon; display: flex; align-items: center; padding: 0 0.5rem; From ffdebfeaf08e3aba997853070d4b01fd05fd49c2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 2 Dec 2022 01:27:32 +0000 Subject: [PATCH 2247/3185] KPT-24: Update background color to Thistle --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 9f1fca2a1ff2..ee268dfc6674 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Maroon; + border-top: 1px solid Thistle; } nav { - background: Maroon; + background: Thistle; display: flex; align-items: center; padding: 0 0.5rem; From e15db06c4aec449c6a1f5b7d2cb2c75e737d36e7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 2 Dec 2022 04:27:30 +0000 Subject: [PATCH 2248/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ee268dfc6674..bad8db91c557 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Thistle; + border-top: 1px solid CadetBlue; } nav { - background: Thistle; + background: CadetBlue; display: flex; align-items: center; padding: 0 0.5rem; From f34c473ac9f593be050c99eea7dd38e5ddefd943 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 2 Dec 2022 05:12:30 +0000 Subject: [PATCH 2249/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index bad8db91c557..50a979314f9f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid CadetBlue; + border-top: 1px solid LightSeaGreen; } nav { - background: CadetBlue; + background: LightSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From 8f2eaec359494dd78de9fa3ed1909c973513ccb1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 2 Dec 2022 07:27:32 +0000 Subject: [PATCH 2250/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 50a979314f9f..3bd9c6e87f30 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSeaGreen; + border-top: 1px solid LightBlue; } nav { - background: LightSeaGreen; + background: LightBlue; display: flex; align-items: center; padding: 0 0.5rem; From eda30eea091b0aec08fe1b0d7e974adf8fcbe7a0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 2 Dec 2022 10:27:31 +0000 Subject: [PATCH 2251/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3bd9c6e87f30..b83d2db05aab 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightBlue; + border-top: 1px solid Silver; } nav { - background: LightBlue; + background: Silver; display: flex; align-items: center; padding: 0 0.5rem; From 286ba24ace4bc1eb5df3f84cd2480b7b6d4371db Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 2 Dec 2022 11:57:30 +0000 Subject: [PATCH 2252/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index b83d2db05aab..0f633b206ec6 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Silver; + border-top: 1px solid MediumAquaMarine; } nav { - background: Silver; + background: MediumAquaMarine; display: flex; align-items: center; padding: 0 0.5rem; From 95fc93b52ee63ac63f95a81db9129bfcad58ae3e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 2 Dec 2022 12:42:30 +0000 Subject: [PATCH 2253/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 0f633b206ec6..bd3a875e2c0c 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumAquaMarine; + border-top: 1px solid SlateBlue; } nav { - background: MediumAquaMarine; + background: SlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From 01ea6f7d0bce4b59e77820afdb01482811116b0a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 2 Dec 2022 14:12:31 +0000 Subject: [PATCH 2254/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index bd3a875e2c0c..0fc8799d2400 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateBlue; + border-top: 1px solid PaleTurquoise; } nav { - background: SlateBlue; + background: PaleTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From e9006dbeff5b52c33859bcf96c4941fb285ad51e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 2 Dec 2022 14:57:32 +0000 Subject: [PATCH 2255/3185] KPT-22: Modals with DimGray accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 0fc8799d2400..95b0c9b012ff 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleTurquoise; + border-top: 1px solid DimGray; } nav { - background: PaleTurquoise; + background: DimGray; display: flex; align-items: center; padding: 0 0.5rem; From 68385fd1ba0ddc26df875a84716eae5379a445c4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 2 Dec 2022 17:12:30 +0000 Subject: [PATCH 2256/3185] KPT-22: Modals with Aqua accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 95b0c9b012ff..3723989cd0af 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DimGray; + border-top: 1px solid Aqua; } nav { - background: DimGray; + background: Aqua; display: flex; align-items: center; padding: 0 0.5rem; From 11da28d9fd89c85e9cc167314d499dd5273e3efb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 3 Dec 2022 02:57:31 +0000 Subject: [PATCH 2257/3185] KPT-24: Update background color to SlateBlue --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3723989cd0af..bd3a875e2c0c 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Aqua; + border-top: 1px solid SlateBlue; } nav { - background: Aqua; + background: SlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From b526f233e8adcef70629803df6842811c46f4a32 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 3 Dec 2022 06:42:31 +0000 Subject: [PATCH 2258/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index bd3a875e2c0c..3b05aa10f47f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateBlue; + border-top: 1px solid SkyBlue; } nav { - background: SlateBlue; + background: SkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From 761b076384f155daa3a59adb6ac4e116d51714b0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 3 Dec 2022 09:42:31 +0000 Subject: [PATCH 2259/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3b05aa10f47f..14bdb415526f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SkyBlue; + border-top: 1px solid DarkGreen; } nav { - background: SkyBlue; + background: DarkGreen; display: flex; align-items: center; padding: 0 0.5rem; From 679145c8920a9a020f1ffb033e499e24d40956cf Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 3 Dec 2022 12:42:30 +0000 Subject: [PATCH 2260/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 14bdb415526f..6baa43ae096e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGreen; + border-top: 1px solid BlanchedAlmond; } nav { - background: DarkGreen; + background: BlanchedAlmond; display: flex; align-items: center; padding: 0 0.5rem; From b822b9253282f4c91c89d38831ce607dd8d267a4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 3 Dec 2022 13:27:31 +0000 Subject: [PATCH 2261/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 6baa43ae096e..bd3a875e2c0c 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BlanchedAlmond; + border-top: 1px solid SlateBlue; } nav { - background: BlanchedAlmond; + background: SlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From 65b1efd9d74b43bb908e4fe1dca82041916800d9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 3 Dec 2022 17:57:32 +0000 Subject: [PATCH 2262/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index bd3a875e2c0c..f626f10eb5eb 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateBlue; + border-top: 1px solid PaleGoldenRod; } nav { - background: SlateBlue; + background: PaleGoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From 6eae46d8eecd7b3439a990d3a1ec81196aab2fcf Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 3 Dec 2022 23:57:31 +0000 Subject: [PATCH 2263/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index f626f10eb5eb..31704961ca80 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleGoldenRod; + border-top: 1px solid DarkRed; } nav { - background: PaleGoldenRod; + background: DarkRed; display: flex; align-items: center; padding: 0 0.5rem; From 75b3881ec1fcbdc62299b3f1695d86d14d7db3bd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 4 Dec 2022 05:12:31 +0000 Subject: [PATCH 2264/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 31704961ca80..a53a85ffbbae 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkRed; + border-top: 1px solid AliceBlue; } nav { - background: DarkRed; + background: AliceBlue; display: flex; align-items: center; padding: 0 0.5rem; From ef6091176a78a15a1489a5a1d8dae45b7ee0182c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 4 Dec 2022 11:57:32 +0000 Subject: [PATCH 2265/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index a53a85ffbbae..c9027d922244 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid AliceBlue; + border-top: 1px solid OldLace; } nav { - background: AliceBlue; + background: OldLace; display: flex; align-items: center; padding: 0 0.5rem; From d4e5e8b7fcbbc48203cfe882362e727dc5ea337e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 4 Dec 2022 14:12:32 +0000 Subject: [PATCH 2266/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index c9027d922244..9b225c303ed7 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OldLace; + border-top: 1px solid CornflowerBlue; } nav { - background: OldLace; + background: CornflowerBlue; display: flex; align-items: center; padding: 0 0.5rem; From 9e7909f530721f9cc720b2e003ef219d74f657b8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 4 Dec 2022 16:27:31 +0000 Subject: [PATCH 2267/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 9b225c303ed7..67e0111f647f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid CornflowerBlue; + border-top: 1px solid Coral; } nav { - background: CornflowerBlue; + background: Coral; display: flex; align-items: center; padding: 0 0.5rem; From 19bc250806b8fdb71f57157a0ffcdf8302a03456 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 4 Dec 2022 17:12:31 +0000 Subject: [PATCH 2268/3185] KPT-22: Modals with Green accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 67e0111f647f..2a24e48a33d3 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Coral; + border-top: 1px solid Green; } nav { - background: Coral; + background: Green; display: flex; align-items: center; padding: 0 0.5rem; From 7191a74c298b8b43f123869939b576efed4d9cdf Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 4 Dec 2022 17:57:31 +0000 Subject: [PATCH 2269/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 2a24e48a33d3..453cdaa8fe58 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Green; + border-top: 1px solid DarkSlateBlue; } nav { - background: Green; + background: DarkSlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From eb07a16d820bc9b79ff5d1b20d763ac02abee002 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 4 Dec 2022 20:57:31 +0000 Subject: [PATCH 2270/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 453cdaa8fe58..bb2f114b139e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateBlue; + border-top: 1px solid LightSlateGrey; } nav { - background: DarkSlateBlue; + background: LightSlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From 1d069740150f672fdee9170b5c97de11feda36f8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 4 Dec 2022 23:57:31 +0000 Subject: [PATCH 2271/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index bb2f114b139e..2bb350ffd9ac 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSlateGrey; + border-top: 1px solid Yellow; } nav { - background: LightSlateGrey; + background: Yellow; display: flex; align-items: center; padding: 0 0.5rem; From db3582166c4eaec952a45da5481a328559d4ca52 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 5 Dec 2022 02:12:31 +0000 Subject: [PATCH 2272/3185] KPT-22: Modals with Teal accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 2bb350ffd9ac..c5466bcfd359 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Yellow; + border-top: 1px solid Teal; } nav { - background: Yellow; + background: Teal; display: flex; align-items: center; padding: 0 0.5rem; From 676ead8d10c63d332d3b094b5b3c7547aee02c9e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 5 Dec 2022 04:27:32 +0000 Subject: [PATCH 2273/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index c5466bcfd359..7a8231a1d628 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Teal; + border-top: 1px solid SeaGreen; } nav { - background: Teal; + background: SeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From 464eaa54d68d7a32e884b39594e610e3ba9f9b89 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 5 Dec 2022 05:12:31 +0000 Subject: [PATCH 2274/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 7a8231a1d628..bb2f114b139e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SeaGreen; + border-top: 1px solid LightSlateGrey; } nav { - background: SeaGreen; + background: LightSlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From e3f30fc5ec7c46052c0f87051b74dd058a5bee1b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 5 Dec 2022 05:57:31 +0000 Subject: [PATCH 2275/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index bb2f114b139e..d5b33e6aee0e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSlateGrey; + border-top: 1px solid LimeGreen; } nav { - background: LightSlateGrey; + background: LimeGreen; display: flex; align-items: center; padding: 0 0.5rem; From 4effa9e8315f79fcc266e310927edac0a008f5d5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 5 Dec 2022 06:42:30 +0000 Subject: [PATCH 2276/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d5b33e6aee0e..6ed2eb8a42df 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LimeGreen; + border-top: 1px solid Turquoise; } nav { - background: LimeGreen; + background: Turquoise; display: flex; align-items: center; padding: 0 0.5rem; From 2fea81fba17b7b0fbe0d93f74f79543b6ca22a6c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 5 Dec 2022 07:27:30 +0000 Subject: [PATCH 2277/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 6ed2eb8a42df..d3ffb8ea4363 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Turquoise; + border-top: 1px solid DimGrey; } nav { - background: Turquoise; + background: DimGrey; display: flex; align-items: center; padding: 0 0.5rem; From 6e965f6a4343eb0a4dd0170909578fc20d7f5786 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 5 Dec 2022 08:12:30 +0000 Subject: [PATCH 2278/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d3ffb8ea4363..0ad2b52a66dd 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DimGrey; + border-top: 1px solid DarkSlateGray; } nav { - background: DimGrey; + background: DarkSlateGray; display: flex; align-items: center; padding: 0 0.5rem; From 7f5d888ffcb0a00be738af0cbd4f75f2cb002d5c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 5 Dec 2022 09:42:31 +0000 Subject: [PATCH 2279/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 0ad2b52a66dd..7265cc2310f6 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateGray; + border-top: 1px solid DarkGrey; } nav { - background: DarkSlateGray; + background: DarkGrey; display: flex; align-items: center; padding: 0 0.5rem; From f7a72e039fd285fd0ffa16b93b0fc2ff66f13894 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 5 Dec 2022 12:42:32 +0000 Subject: [PATCH 2280/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 7265cc2310f6..d45f2f580eae 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGrey; + border-top: 1px solid LightGray; } nav { - background: DarkGrey; + background: LightGray; display: flex; align-items: center; padding: 0 0.5rem; From 37db067a47215062175142eb8f9c999cda6b93d1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 5 Dec 2022 17:12:31 +0000 Subject: [PATCH 2281/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d45f2f580eae..136dba7818fc 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGray; + border-top: 1px solid SaddleBrown; } nav { - background: LightGray; + background: SaddleBrown; display: flex; align-items: center; padding: 0 0.5rem; From 99248f547da2696c3e2ad7be363ba55c0508f68e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 5 Dec 2022 18:42:30 +0000 Subject: [PATCH 2282/3185] KPT-24: Update background color to OliveDrab --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 136dba7818fc..7e2c71043980 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SaddleBrown; + border-top: 1px solid OliveDrab; } nav { - background: SaddleBrown; + background: OliveDrab; display: flex; align-items: center; padding: 0 0.5rem; From ffe098ce0941ea6c25589f23881ac6173ddc04d5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 5 Dec 2022 23:12:31 +0000 Subject: [PATCH 2283/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 7e2c71043980..6ed2eb8a42df 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OliveDrab; + border-top: 1px solid Turquoise; } nav { - background: OliveDrab; + background: Turquoise; display: flex; align-items: center; padding: 0 0.5rem; From d30f135d546ed9a77767c8f7e620f89211ce66d4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 5 Dec 2022 23:57:32 +0000 Subject: [PATCH 2284/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 6ed2eb8a42df..afdb09fdc5dc 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Turquoise; + border-top: 1px solid SlateGray; } nav { - background: Turquoise; + background: SlateGray; display: flex; align-items: center; padding: 0 0.5rem; From 4037acac6c5bca21a9f62daa27c9ac4c1465f3ee Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 6 Dec 2022 02:57:31 +0000 Subject: [PATCH 2285/3185] KPT-24: Update background color to MediumSlateBlue --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index afdb09fdc5dc..1230ce9cd975 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateGray; + border-top: 1px solid MediumSlateBlue; } nav { - background: SlateGray; + background: MediumSlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From 67866a890c2ec1af124be3e68850365f0fcc0955 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 6 Dec 2022 03:42:31 +0000 Subject: [PATCH 2286/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 1230ce9cd975..67e0111f647f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSlateBlue; + border-top: 1px solid Coral; } nav { - background: MediumSlateBlue; + background: Coral; display: flex; align-items: center; padding: 0 0.5rem; From fc494a52658fd5087a55886dae94bb9906004af1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 6 Dec 2022 05:12:31 +0000 Subject: [PATCH 2287/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 67e0111f647f..b3ffebd1503f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Coral; + border-top: 1px solid PeachPuff; } nav { - background: Coral; + background: PeachPuff; display: flex; align-items: center; padding: 0 0.5rem; From 54320024934d6f634ff3948888dea6198c23922e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 6 Dec 2022 06:42:31 +0000 Subject: [PATCH 2288/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index b3ffebd1503f..3b05aa10f47f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PeachPuff; + border-top: 1px solid SkyBlue; } nav { - background: PeachPuff; + background: SkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From 53dea61ccd5f0848bcadb6a2846ed2efc6290cde Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 6 Dec 2022 08:12:31 +0000 Subject: [PATCH 2289/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3b05aa10f47f..dd1156fbaefb 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SkyBlue; + border-top: 1px solid DarkSlateGrey; } nav { - background: SkyBlue; + background: DarkSlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From 7b78366b1eceae435cca28a79fef0e01768b27f8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 6 Dec 2022 08:57:31 +0000 Subject: [PATCH 2290/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index dd1156fbaefb..1b8c7acecc59 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateGrey; + border-top: 1px solid LightYellow; } nav { - background: DarkSlateGrey; + background: LightYellow; display: flex; align-items: center; padding: 0 0.5rem; From 2cbfd0c5089f7971879eb462f285bacab137e0e8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 6 Dec 2022 09:42:31 +0000 Subject: [PATCH 2291/3185] KPT-24: Update background color to CadetBlue --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 1b8c7acecc59..bad8db91c557 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightYellow; + border-top: 1px solid CadetBlue; } nav { - background: LightYellow; + background: CadetBlue; display: flex; align-items: center; padding: 0 0.5rem; From 8145a44c58ff1d41b49321d62e0556e388810281 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 6 Dec 2022 12:42:32 +0000 Subject: [PATCH 2292/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index bad8db91c557..d45f2f580eae 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid CadetBlue; + border-top: 1px solid LightGray; } nav { - background: CadetBlue; + background: LightGray; display: flex; align-items: center; padding: 0 0.5rem; From 4fe58a5b1a147e99c31a8ae733227c772df0a795 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 6 Dec 2022 15:42:31 +0000 Subject: [PATCH 2293/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d45f2f580eae..8b28d00942f7 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGray; + border-top: 1px solid PowderBlue; } nav { - background: LightGray; + background: PowderBlue; display: flex; align-items: center; padding: 0 0.5rem; From e3f819216c8a9d6187e85a4f8480a92ccfbe9944 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 6 Dec 2022 16:27:31 +0000 Subject: [PATCH 2294/3185] KPT-24: Update background color to Magenta --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 8b28d00942f7..2e8c8e35e5cb 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PowderBlue; + border-top: 1px solid Magenta; } nav { - background: PowderBlue; + background: Magenta; display: flex; align-items: center; padding: 0 0.5rem; From b73882e52e452aceff31d873ea3345ef7d1c5cfe Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 6 Dec 2022 17:12:30 +0000 Subject: [PATCH 2295/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 2e8c8e35e5cb..857ab72fccc2 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Magenta; + border-top: 1px solid LightGoldenRodYellow; } nav { - background: Magenta; + background: LightGoldenRodYellow; display: flex; align-items: center; padding: 0 0.5rem; From babc70c978b99b72a910939bcf11e9792eee7b49 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 7 Dec 2022 06:42:30 +0000 Subject: [PATCH 2296/3185] KPT-24: Update background color to Gold --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 857ab72fccc2..ee766fd90860 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGoldenRodYellow; + border-top: 1px solid Gold; } nav { - background: LightGoldenRodYellow; + background: Gold; display: flex; align-items: center; padding: 0 0.5rem; From 9cb64d08cfe0da98d76d67442d14646807c49390 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 7 Dec 2022 08:12:30 +0000 Subject: [PATCH 2297/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ee766fd90860..d61efedec6bb 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gold; + border-top: 1px solid DarkKhaki; } nav { - background: Gold; + background: DarkKhaki; display: flex; align-items: center; padding: 0 0.5rem; From cd092dfc3b84d8ab2ef76329675f5e15030ae343 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 7 Dec 2022 11:57:32 +0000 Subject: [PATCH 2298/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d61efedec6bb..4d589e9fc6c4 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkKhaki; + border-top: 1px solid MidnightBlue; } nav { - background: DarkKhaki; + background: MidnightBlue; display: flex; align-items: center; padding: 0 0.5rem; From 39e752111aa1412d7853c7cd0701028139bf47ff Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 7 Dec 2022 14:57:32 +0000 Subject: [PATCH 2299/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4d589e9fc6c4..3bec89149c2c 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MidnightBlue; + border-top: 1px solid Peru; } nav { - background: MidnightBlue; + background: Peru; display: flex; align-items: center; padding: 0 0.5rem; From 4d7814c55989b19e178cfd9107ff005ab0b90a3a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 7 Dec 2022 18:42:31 +0000 Subject: [PATCH 2300/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3bec89149c2c..d8e82b5712c9 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Peru; + border-top: 1px solid Fuchsia; } nav { - background: Peru; + background: Fuchsia; display: flex; align-items: center; padding: 0 0.5rem; From dd6c0be86f269e1ccae086bb543d9f92dd22af2f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 7 Dec 2022 19:27:31 +0000 Subject: [PATCH 2301/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d8e82b5712c9..64214c2d85c0 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Fuchsia; + border-top: 1px solid LightGreen; } nav { - background: Fuchsia; + background: LightGreen; display: flex; align-items: center; padding: 0 0.5rem; From 9cd71cf111c520c59d4850952428ec494bcec147 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 7 Dec 2022 23:57:31 +0000 Subject: [PATCH 2302/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 64214c2d85c0..3b0ac193bf44 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGreen; + border-top: 1px solid Aquamarine; } nav { - background: LightGreen; + background: Aquamarine; display: flex; align-items: center; padding: 0 0.5rem; From 57c464d86a1562b3a1f1890131233b280ab6c5cc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 8 Dec 2022 02:57:31 +0000 Subject: [PATCH 2303/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3b0ac193bf44..b5749b217055 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Aquamarine; + border-top: 1px solid Orchid; } nav { - background: Aquamarine; + background: Orchid; display: flex; align-items: center; padding: 0 0.5rem; From 1d648182cedb21c8b17ec96c5070b30aed87ac12 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 8 Dec 2022 04:27:30 +0000 Subject: [PATCH 2304/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index b5749b217055..6baa43ae096e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Orchid; + border-top: 1px solid BlanchedAlmond; } nav { - background: Orchid; + background: BlanchedAlmond; display: flex; align-items: center; padding: 0 0.5rem; From 909c041cf077665a9e8ffb8d31fbbdd61394963e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 8 Dec 2022 08:57:30 +0000 Subject: [PATCH 2305/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 6baa43ae096e..cc3e2a46c95e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BlanchedAlmond; + border-top: 1px solid LightSkyBlue; } nav { - background: BlanchedAlmond; + background: LightSkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From 957f1ee95e36eb1f85dfe729df20435efc4c9b89 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 8 Dec 2022 12:42:30 +0000 Subject: [PATCH 2306/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index cc3e2a46c95e..3fc956c8bef1 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSkyBlue; + border-top: 1px solid Khaki; } nav { - background: LightSkyBlue; + background: Khaki; display: flex; align-items: center; padding: 0 0.5rem; From 271c18f70c58bd7b1c2472795de960b4042f357b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 8 Dec 2022 14:12:31 +0000 Subject: [PATCH 2307/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3fc956c8bef1..31a327a93479 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Khaki; + border-top: 1px solid Navy; } nav { - background: Khaki; + background: Navy; display: flex; align-items: center; padding: 0 0.5rem; From 3d88b067a9ddea63b6a4c7be47f9d011cc542f8a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 8 Dec 2022 14:57:30 +0000 Subject: [PATCH 2308/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 31a327a93479..b83d2db05aab 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Navy; + border-top: 1px solid Silver; } nav { - background: Navy; + background: Silver; display: flex; align-items: center; padding: 0 0.5rem; From ba1639f1e8dbce1fdeea211d7e0295704f3a1040 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 8 Dec 2022 16:27:31 +0000 Subject: [PATCH 2309/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index b83d2db05aab..4157a06c1b2b 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Silver; + border-top: 1px solid LawnGreen; } nav { - background: Silver; + background: LawnGreen; display: flex; align-items: center; padding: 0 0.5rem; From da387cc02c6ea5be066d5bd762335dfad42766ac Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 8 Dec 2022 20:57:30 +0000 Subject: [PATCH 2310/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4157a06c1b2b..b3ffebd1503f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LawnGreen; + border-top: 1px solid PeachPuff; } nav { - background: LawnGreen; + background: PeachPuff; display: flex; align-items: center; padding: 0 0.5rem; From cbd123df40c17bec39ef8fc43166cf9405e75fc6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 8 Dec 2022 22:27:30 +0000 Subject: [PATCH 2311/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index b3ffebd1503f..d3ffb8ea4363 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PeachPuff; + border-top: 1px solid DimGrey; } nav { - background: PeachPuff; + background: DimGrey; display: flex; align-items: center; padding: 0 0.5rem; From 333cf9f9066b6dad02a462b77c4267c63f2ee0de Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 8 Dec 2022 23:57:31 +0000 Subject: [PATCH 2312/3185] KPT-22: Modals with SeaGreen accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d3ffb8ea4363..7a8231a1d628 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DimGrey; + border-top: 1px solid SeaGreen; } nav { - background: DimGrey; + background: SeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From 4973ad53d2fd68a9e4bc977dac413c11b1ecd079 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 9 Dec 2022 00:42:31 +0000 Subject: [PATCH 2313/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 7a8231a1d628..4d589e9fc6c4 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SeaGreen; + border-top: 1px solid MidnightBlue; } nav { - background: SeaGreen; + background: MidnightBlue; display: flex; align-items: center; padding: 0 0.5rem; From edda9d2bbfef4f006dcdf7c295ce182ea1efe35f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 9 Dec 2022 07:27:30 +0000 Subject: [PATCH 2314/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4d589e9fc6c4..343dde4387ae 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MidnightBlue; + border-top: 1px solid Grey; } nav { - background: MidnightBlue; + background: Grey; display: flex; align-items: center; padding: 0 0.5rem; From f1b138c270ffd4fa1a41f2881574f0dcb845bef8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 9 Dec 2022 08:57:31 +0000 Subject: [PATCH 2315/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 343dde4387ae..4c78b363845c 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Grey; + border-top: 1px solid ForestGreen; } nav { - background: Grey; + background: ForestGreen; display: flex; align-items: center; padding: 0 0.5rem; From 8f19316123c9395cd5476e7303740b76cf00c749 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 9 Dec 2022 11:57:31 +0000 Subject: [PATCH 2316/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4c78b363845c..ce75e3b066c0 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid ForestGreen; + border-top: 1px solid Olive; } nav { - background: ForestGreen; + background: Olive; display: flex; align-items: center; padding: 0 0.5rem; From 590f02a42c17cd769f4ef8c068f68d3dfb398274 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 9 Dec 2022 18:42:31 +0000 Subject: [PATCH 2317/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ce75e3b066c0..3723989cd0af 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Olive; + border-top: 1px solid Aqua; } nav { - background: Olive; + background: Aqua; display: flex; align-items: center; padding: 0 0.5rem; From a727c3ff33b57dff0460e73aba1b1711faf42328 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 9 Dec 2022 19:27:31 +0000 Subject: [PATCH 2318/3185] KPT-22: Modals with Salmon accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3723989cd0af..38eb215526f9 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Aqua; + border-top: 1px solid Salmon; } nav { - background: Aqua; + background: Salmon; display: flex; align-items: center; padding: 0 0.5rem; From 158f7cd9c89d44ce5aebc484abcb28a49f20c9c1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 10 Dec 2022 05:12:31 +0000 Subject: [PATCH 2319/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 38eb215526f9..6c526423d3cc 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Salmon; + border-top: 1px solid Cornsilk; } nav { - background: Salmon; + background: Cornsilk; display: flex; align-items: center; padding: 0 0.5rem; From 6bfc5aae26dd5adf493c70a4dd1e88bc3c839136 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 10 Dec 2022 06:42:31 +0000 Subject: [PATCH 2320/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 6c526423d3cc..95b0c9b012ff 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Cornsilk; + border-top: 1px solid DimGray; } nav { - background: Cornsilk; + background: DimGray; display: flex; align-items: center; padding: 0 0.5rem; From 9492897931e27b31e9bbf2470f8735de406ba2d3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 10 Dec 2022 08:12:30 +0000 Subject: [PATCH 2321/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 95b0c9b012ff..24d254c510ca 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DimGray; + border-top: 1px solid Wheat; } nav { - background: DimGray; + background: Wheat; display: flex; align-items: center; padding: 0 0.5rem; From e280c8e3fc7e2192dd21cd7c87845fa62e3083e6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 10 Dec 2022 12:42:31 +0000 Subject: [PATCH 2322/3185] KPT-24: Update background color to SteelBlue --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 24d254c510ca..f121aafd52c6 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Wheat; + border-top: 1px solid SteelBlue; } nav { - background: Wheat; + background: SteelBlue; display: flex; align-items: center; padding: 0 0.5rem; From 04c3db3515b5afab468f8c548c975c7cd48a3691 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 10 Dec 2022 14:12:30 +0000 Subject: [PATCH 2323/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index f121aafd52c6..c9db43be9d02 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SteelBlue; + border-top: 1px solid Purple; } nav { - background: SteelBlue; + background: Purple; display: flex; align-items: center; padding: 0 0.5rem; From d0abef7bedf4bacc06e13cdbe854ad3611431ec2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 10 Dec 2022 15:42:31 +0000 Subject: [PATCH 2324/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index c9db43be9d02..6ed2eb8a42df 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Purple; + border-top: 1px solid Turquoise; } nav { - background: Purple; + background: Turquoise; display: flex; align-items: center; padding: 0 0.5rem; From 6d152627bb696adc999fd3ab9feae929ab2c04af Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 10 Dec 2022 17:57:32 +0000 Subject: [PATCH 2325/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 6ed2eb8a42df..d1a30d185108 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Turquoise; + border-top: 1px solid Linen; } nav { - background: Turquoise; + background: Linen; display: flex; align-items: center; padding: 0 0.5rem; From 86d857a9c608ed9a2e5b682203dfe45a7206bc5e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 10 Dec 2022 20:12:31 +0000 Subject: [PATCH 2326/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d1a30d185108..7e2c71043980 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Linen; + border-top: 1px solid OliveDrab; } nav { - background: Linen; + background: OliveDrab; display: flex; align-items: center; padding: 0 0.5rem; From 4baa6bf15f950982cd5a7592f1185d5e42bb3501 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 10 Dec 2022 23:12:31 +0000 Subject: [PATCH 2327/3185] KPT-22: Modals with LightBlue accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 7e2c71043980..3bd9c6e87f30 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OliveDrab; + border-top: 1px solid LightBlue; } nav { - background: OliveDrab; + background: LightBlue; display: flex; align-items: center; padding: 0 0.5rem; From 3d450ddf07e532169cea43b2963ccdd974cbc475 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 10 Dec 2022 23:57:31 +0000 Subject: [PATCH 2328/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3bd9c6e87f30..4e9265f434fd 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightBlue; + border-top: 1px solid DeepPink; } nav { - background: LightBlue; + background: DeepPink; display: flex; align-items: center; padding: 0 0.5rem; From 26ee49689e168d0025488650d89e710cbd6f41f4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 11 Dec 2022 00:42:31 +0000 Subject: [PATCH 2329/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4e9265f434fd..09d17be28fcf 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DeepPink; + border-top: 1px solid Chartreuse; } nav { - background: DeepPink; + background: Chartreuse; display: flex; align-items: center; padding: 0 0.5rem; From 2a2b22d207bfbc45bcc6b140238622e8451d29c3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 11 Dec 2022 05:12:31 +0000 Subject: [PATCH 2330/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 09d17be28fcf..37d380ba9c8b 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Chartreuse; + border-top: 1px solid LavenderBlush; } nav { - background: Chartreuse; + background: LavenderBlush; display: flex; align-items: center; padding: 0 0.5rem; From c15aa67eee659339e3097819198af403199af13e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 11 Dec 2022 06:42:30 +0000 Subject: [PATCH 2331/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 37d380ba9c8b..95a9d0b2c399 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LavenderBlush; + border-top: 1px solid LightCyan; } nav { - background: LavenderBlush; + background: LightCyan; display: flex; align-items: center; padding: 0 0.5rem; From 9298100dd6e876f2b97546ab24d8c0f98f3881fe Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 11 Dec 2022 11:12:31 +0000 Subject: [PATCH 2332/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 95a9d0b2c399..4157a06c1b2b 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightCyan; + border-top: 1px solid LawnGreen; } nav { - background: LightCyan; + background: LawnGreen; display: flex; align-items: center; padding: 0 0.5rem; From b89376d4263a4c703e5bf49d961d9ac274cd9d73 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 11 Dec 2022 16:27:32 +0000 Subject: [PATCH 2333/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4157a06c1b2b..1230ce9cd975 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LawnGreen; + border-top: 1px solid MediumSlateBlue; } nav { - background: LawnGreen; + background: MediumSlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From ccae89c8399b6f18aa1eafb5f3c40e178ed7306f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 11 Dec 2022 19:27:31 +0000 Subject: [PATCH 2334/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 1230ce9cd975..4e9265f434fd 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSlateBlue; + border-top: 1px solid DeepPink; } nav { - background: MediumSlateBlue; + background: DeepPink; display: flex; align-items: center; padding: 0 0.5rem; From a1414ec4a80384ceec4f8457b0685e35ca58eff2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 11 Dec 2022 22:27:30 +0000 Subject: [PATCH 2335/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4e9265f434fd..531a07b0e7f9 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DeepPink; + border-top: 1px solid AntiqueWhite; } nav { - background: DeepPink; + background: AntiqueWhite; display: flex; align-items: center; padding: 0 0.5rem; From 939947ff227effaf59fac48c9444a2d0ca8f4789 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 11 Dec 2022 23:57:31 +0000 Subject: [PATCH 2336/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 531a07b0e7f9..31a327a93479 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid AntiqueWhite; + border-top: 1px solid Navy; } nav { - background: AntiqueWhite; + background: Navy; display: flex; align-items: center; padding: 0 0.5rem; From 36410bafead14183091d9dac50af374e0ccf9c62 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 12 Dec 2022 08:57:31 +0000 Subject: [PATCH 2337/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 31a327a93479..b666cf7876b7 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Navy; + border-top: 1px solid Crimson; } nav { - background: Navy; + background: Crimson; display: flex; align-items: center; padding: 0 0.5rem; From b7cd6a9e433e259d946736a1b020b969583fe41f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 12 Dec 2022 09:42:31 +0000 Subject: [PATCH 2338/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index b666cf7876b7..4ec33dd9a11e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Crimson; + border-top: 1px solid BurlyWood; } nav { - background: Crimson; + background: BurlyWood; display: flex; align-items: center; padding: 0 0.5rem; From 5caea4802eee8d7258aaf5f07618020db3a2d02a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 13 Dec 2022 00:42:31 +0000 Subject: [PATCH 2339/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4ec33dd9a11e..64214c2d85c0 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BurlyWood; + border-top: 1px solid LightGreen; } nav { - background: BurlyWood; + background: LightGreen; display: flex; align-items: center; padding: 0 0.5rem; From a650d5ec2730a4f76645b1b9a5bab2ad5c6df122 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 13 Dec 2022 02:12:30 +0000 Subject: [PATCH 2340/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 64214c2d85c0..46aa99fbd145 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGreen; + border-top: 1px solid DarkGoldenRod; } nav { - background: LightGreen; + background: DarkGoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From 77ad096c11f9a96fb1294fb116160c6c11318e58 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 13 Dec 2022 02:57:30 +0000 Subject: [PATCH 2341/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 46aa99fbd145..6550fb674240 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGoldenRod; + border-top: 1px solid SandyBrown; } nav { - background: DarkGoldenRod; + background: SandyBrown; display: flex; align-items: center; padding: 0 0.5rem; From 3a5b35009a3ddaa7ecc8bd8b9b783f7d933e8873 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 13 Dec 2022 10:27:30 +0000 Subject: [PATCH 2342/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 6550fb674240..6baa43ae096e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SandyBrown; + border-top: 1px solid BlanchedAlmond; } nav { - background: SandyBrown; + background: BlanchedAlmond; display: flex; align-items: center; padding: 0 0.5rem; From 112bdfefc17be93058f7550ade2bb08cc1032b8b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 13 Dec 2022 11:12:31 +0000 Subject: [PATCH 2343/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 6baa43ae096e..343dde4387ae 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BlanchedAlmond; + border-top: 1px solid Grey; } nav { - background: BlanchedAlmond; + background: Grey; display: flex; align-items: center; padding: 0 0.5rem; From 72e4f071f774eb8267c72d2d2be59c570e5d0d6a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 13 Dec 2022 18:42:31 +0000 Subject: [PATCH 2344/3185] KPT-24: Update background color to FloralWhite --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 343dde4387ae..26096fe5afd6 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Grey; + border-top: 1px solid FloralWhite; } nav { - background: Grey; + background: FloralWhite; display: flex; align-items: center; padding: 0 0.5rem; From 3bbb10d3d19696f3fa49706e98eca2959def0d11 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 13 Dec 2022 20:57:32 +0000 Subject: [PATCH 2345/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 26096fe5afd6..bc298684f71f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid FloralWhite; + border-top: 1px solid RebeccaPurple; } nav { - background: FloralWhite; + background: RebeccaPurple; display: flex; align-items: center; padding: 0 0.5rem; From 7039190ffa6c63933a21f2d0e210eeb893413162 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 13 Dec 2022 22:27:31 +0000 Subject: [PATCH 2346/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index bc298684f71f..9b225c303ed7 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RebeccaPurple; + border-top: 1px solid CornflowerBlue; } nav { - background: RebeccaPurple; + background: CornflowerBlue; display: flex; align-items: center; padding: 0 0.5rem; From 8a58046fb117edead5edae3bc8f1e8ce4b97ef16 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 14 Dec 2022 08:12:30 +0000 Subject: [PATCH 2347/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 9b225c303ed7..02795f4f8e2b 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid CornflowerBlue; + border-top: 1px solid DarkGray; } nav { - background: CornflowerBlue; + background: DarkGray; display: flex; align-items: center; padding: 0 0.5rem; From 16a1e1f826ba2517fd85b93c8041958a5d7af376 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 14 Dec 2022 10:27:30 +0000 Subject: [PATCH 2348/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 02795f4f8e2b..4ec33dd9a11e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGray; + border-top: 1px solid BurlyWood; } nav { - background: DarkGray; + background: BurlyWood; display: flex; align-items: center; padding: 0 0.5rem; From 2455e6dca423eb0a6f20fc44acc552164ae640ff Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 14 Dec 2022 14:12:32 +0000 Subject: [PATCH 2349/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4ec33dd9a11e..0fc8799d2400 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BurlyWood; + border-top: 1px solid PaleTurquoise; } nav { - background: BurlyWood; + background: PaleTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From 37d968565026a8462c55bc46ad3917903bbec8ce Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 14 Dec 2022 17:12:31 +0000 Subject: [PATCH 2350/3185] KPT-24: Update background color to LightSlateGrey --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 0fc8799d2400..bb2f114b139e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleTurquoise; + border-top: 1px solid LightSlateGrey; } nav { - background: PaleTurquoise; + background: LightSlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From 44ccaf8590197892e88dd5477f49cd102fab0e88 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 15 Dec 2022 03:42:30 +0000 Subject: [PATCH 2351/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index bb2f114b139e..6da11d3d6276 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSlateGrey; + border-top: 1px solid DarkOliveGreen; } nav { - background: LightSlateGrey; + background: DarkOliveGreen; display: flex; align-items: center; padding: 0 0.5rem; From 13750a4ea28dc244f5b7e1d29b0470a3a7c6a281 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 15 Dec 2022 05:12:30 +0000 Subject: [PATCH 2352/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 6da11d3d6276..d5b33e6aee0e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOliveGreen; + border-top: 1px solid LimeGreen; } nav { - background: DarkOliveGreen; + background: LimeGreen; display: flex; align-items: center; padding: 0 0.5rem; From 86f75a0bddf7a61ce898ac0daf60af82d1db3c3a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 15 Dec 2022 09:42:30 +0000 Subject: [PATCH 2353/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d5b33e6aee0e..c9027d922244 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LimeGreen; + border-top: 1px solid OldLace; } nav { - background: LimeGreen; + background: OldLace; display: flex; align-items: center; padding: 0 0.5rem; From 00e6a0dda2a05cd813289648c06c015c46228993 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 15 Dec 2022 10:27:31 +0000 Subject: [PATCH 2354/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index c9027d922244..d61efedec6bb 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OldLace; + border-top: 1px solid DarkKhaki; } nav { - background: OldLace; + background: DarkKhaki; display: flex; align-items: center; padding: 0 0.5rem; From d74197bc4538bef464a958f535826a7a917029ae Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 15 Dec 2022 12:42:30 +0000 Subject: [PATCH 2355/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d61efedec6bb..38d8005718f8 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkKhaki; + border-top: 1px solid YellowGreen; } nav { - background: DarkKhaki; + background: YellowGreen; display: flex; align-items: center; padding: 0 0.5rem; From f5e23f1e14bd3be3905bc2b2c033a227a5e64cbb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 15 Dec 2022 13:27:31 +0000 Subject: [PATCH 2356/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 38d8005718f8..3b05aa10f47f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid YellowGreen; + border-top: 1px solid SkyBlue; } nav { - background: YellowGreen; + background: SkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From 3e3df1820a16f4f52e22e08a1c4e0edf60a19e3b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 15 Dec 2022 14:12:31 +0000 Subject: [PATCH 2357/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3b05aa10f47f..abc9bac5eca7 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SkyBlue; + border-top: 1px solid Blue; } nav { - background: SkyBlue; + background: Blue; display: flex; align-items: center; padding: 0 0.5rem; From 366dac97ebf9358a04694ac94748c04a936323d2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 15 Dec 2022 19:27:31 +0000 Subject: [PATCH 2358/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index abc9bac5eca7..3b0ac193bf44 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Blue; + border-top: 1px solid Aquamarine; } nav { - background: Blue; + background: Aquamarine; display: flex; align-items: center; padding: 0 0.5rem; From d7399971067e02c437ae5a0f1535cc7a2b609323 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 15 Dec 2022 21:42:31 +0000 Subject: [PATCH 2359/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3b0ac193bf44..857ab72fccc2 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Aquamarine; + border-top: 1px solid LightGoldenRodYellow; } nav { - background: Aquamarine; + background: LightGoldenRodYellow; display: flex; align-items: center; padding: 0 0.5rem; From 5868b8a2fc9804130f037cf9f03d3b1136a7a9f0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 15 Dec 2022 22:27:31 +0000 Subject: [PATCH 2360/3185] KPT-24: Update background color to Teal --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 857ab72fccc2..c5466bcfd359 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGoldenRodYellow; + border-top: 1px solid Teal; } nav { - background: LightGoldenRodYellow; + background: Teal; display: flex; align-items: center; padding: 0 0.5rem; From 73cbd16e277972e527f1d025b5e65432cae1ab26 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 16 Dec 2022 01:27:31 +0000 Subject: [PATCH 2361/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index c5466bcfd359..bdd585164bf6 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Teal; + border-top: 1px solid MediumTurquoise; } nav { - background: Teal; + background: MediumTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From a79c57778fb1c94400744aea3e8e0e787054e242 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 16 Dec 2022 02:57:31 +0000 Subject: [PATCH 2362/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index bdd585164bf6..8876d676857c 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumTurquoise; + border-top: 1px solid IndianRed; } nav { - background: MediumTurquoise; + background: IndianRed; display: flex; align-items: center; padding: 0 0.5rem; From c8ed8e6b29b6799910dc5101d615ab19f2ea57c0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 16 Dec 2022 03:42:30 +0000 Subject: [PATCH 2363/3185] KPT-22: Modals with AntiqueWhite accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 8876d676857c..531a07b0e7f9 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid IndianRed; + border-top: 1px solid AntiqueWhite; } nav { - background: IndianRed; + background: AntiqueWhite; display: flex; align-items: center; padding: 0 0.5rem; From 098eff7c2cb01d55a4cccdd70f69cfb70892b148 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 16 Dec 2022 04:27:31 +0000 Subject: [PATCH 2364/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 531a07b0e7f9..266d9435f640 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid AntiqueWhite; + border-top: 1px solid Orange; } nav { - background: AntiqueWhite; + background: Orange; display: flex; align-items: center; padding: 0 0.5rem; From 0201e35d8d70b4f4d589aa704fd89e8ce89e11b9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 16 Dec 2022 05:57:31 +0000 Subject: [PATCH 2365/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 266d9435f640..7eedbaa75afb 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Orange; + border-top: 1px solid Gray; } nav { - background: Orange; + background: Gray; display: flex; align-items: center; padding: 0 0.5rem; From 98db81de57f2b76263065209d5e547f926c8882d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 16 Dec 2022 08:12:30 +0000 Subject: [PATCH 2366/3185] KPT-22: Modals with DarkSlateBlue accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 7eedbaa75afb..453cdaa8fe58 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gray; + border-top: 1px solid DarkSlateBlue; } nav { - background: Gray; + background: DarkSlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From 0ebbf5a6b1faf84c0e4b7f08084a2d33a3a9ffa6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 16 Dec 2022 08:57:31 +0000 Subject: [PATCH 2367/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 453cdaa8fe58..4d589e9fc6c4 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateBlue; + border-top: 1px solid MidnightBlue; } nav { - background: DarkSlateBlue; + background: MidnightBlue; display: flex; align-items: center; padding: 0 0.5rem; From 5ee00fd3b33f9be15644dd63da319e6e0bc0a426 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 16 Dec 2022 11:12:30 +0000 Subject: [PATCH 2368/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4d589e9fc6c4..50a979314f9f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MidnightBlue; + border-top: 1px solid LightSeaGreen; } nav { - background: MidnightBlue; + background: LightSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From 1025041b8bd85caee5ea8000b483d46be9036fc9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 16 Dec 2022 17:12:30 +0000 Subject: [PATCH 2369/3185] KPT-22: Modals with LightSkyBlue accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 50a979314f9f..cc3e2a46c95e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSeaGreen; + border-top: 1px solid LightSkyBlue; } nav { - background: LightSeaGreen; + background: LightSkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From 187bf23bbf656f40b168eaf1ea96f894fcf9db80 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 16 Dec 2022 19:27:31 +0000 Subject: [PATCH 2370/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index cc3e2a46c95e..ee766fd90860 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSkyBlue; + border-top: 1px solid Gold; } nav { - background: LightSkyBlue; + background: Gold; display: flex; align-items: center; padding: 0 0.5rem; From fc0e329121c933e72013801493da28455e1cff13 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 17 Dec 2022 01:27:31 +0000 Subject: [PATCH 2371/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ee766fd90860..bad8db91c557 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gold; + border-top: 1px solid CadetBlue; } nav { - background: Gold; + background: CadetBlue; display: flex; align-items: center; padding: 0 0.5rem; From 84fe8f3231088fb13588b06b8112a4bbd4f6daa9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 17 Dec 2022 05:57:31 +0000 Subject: [PATCH 2372/3185] KPT-22: Modals with DarkSlateBlue accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index bad8db91c557..453cdaa8fe58 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid CadetBlue; + border-top: 1px solid DarkSlateBlue; } nav { - background: CadetBlue; + background: DarkSlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From 9718798b9b4287c4e4ac5caea08cfca5cbaeaa98 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 17 Dec 2022 06:42:30 +0000 Subject: [PATCH 2373/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 453cdaa8fe58..7885b7716913 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateBlue; + border-top: 1px solid MistyRose; } nav { - background: DarkSlateBlue; + background: MistyRose; display: flex; align-items: center; padding: 0 0.5rem; From f142bf96f6e5601e80f313944e00236e00ac2865 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 17 Dec 2022 07:27:31 +0000 Subject: [PATCH 2374/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 7885b7716913..6da11d3d6276 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MistyRose; + border-top: 1px solid DarkOliveGreen; } nav { - background: MistyRose; + background: DarkOliveGreen; display: flex; align-items: center; padding: 0 0.5rem; From 5d5c0ff34d569a5eea4f9d53d190ebd9a50e8a83 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 17 Dec 2022 09:42:30 +0000 Subject: [PATCH 2375/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 6da11d3d6276..bc298684f71f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOliveGreen; + border-top: 1px solid RebeccaPurple; } nav { - background: DarkOliveGreen; + background: RebeccaPurple; display: flex; align-items: center; padding: 0 0.5rem; From 64bfa7c7cfb27df2ab3e66c5bb3720a49ff0b2a5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 17 Dec 2022 10:27:31 +0000 Subject: [PATCH 2376/3185] KPT-24: Update background color to BlueViolet --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index bc298684f71f..ceefd47a65fe 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RebeccaPurple; + border-top: 1px solid BlueViolet; } nav { - background: RebeccaPurple; + background: BlueViolet; display: flex; align-items: center; padding: 0 0.5rem; From 6fcd6610715cb5b509e885596e350269a96550aa Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 17 Dec 2022 11:12:31 +0000 Subject: [PATCH 2377/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ceefd47a65fe..9db6466b4d55 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BlueViolet; + border-top: 1px solid Indigo; } nav { - background: BlueViolet; + background: Indigo; display: flex; align-items: center; padding: 0 0.5rem; From 022c1b035e571541c50ed26495bea6b8dddf0ff4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 17 Dec 2022 14:57:30 +0000 Subject: [PATCH 2378/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 9db6466b4d55..39ce4de2a2ff 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Indigo; + border-top: 1px solid FireBrick; } nav { - background: Indigo; + background: FireBrick; display: flex; align-items: center; padding: 0 0.5rem; From b8e1daf0249e6ebebc8a2759d17e55c5481f9085 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 17 Dec 2022 21:42:30 +0000 Subject: [PATCH 2379/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 39ce4de2a2ff..38d8005718f8 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid FireBrick; + border-top: 1px solid YellowGreen; } nav { - background: FireBrick; + background: YellowGreen; display: flex; align-items: center; padding: 0 0.5rem; From 245e6f16b44c7bf0ac32d441cf8062a62c1a9b9c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 18 Dec 2022 05:57:32 +0000 Subject: [PATCH 2380/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 38d8005718f8..d61efedec6bb 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid YellowGreen; + border-top: 1px solid DarkKhaki; } nav { - background: YellowGreen; + background: DarkKhaki; display: flex; align-items: center; padding: 0 0.5rem; From d5634cf4202beb91c0acd280f52620271531a1be Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 18 Dec 2022 09:42:31 +0000 Subject: [PATCH 2381/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d61efedec6bb..1230ce9cd975 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkKhaki; + border-top: 1px solid MediumSlateBlue; } nav { - background: DarkKhaki; + background: MediumSlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From cf7d2ab5eb1328c98ee9df75a18397d8c8b0d8d3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 18 Dec 2022 13:27:31 +0000 Subject: [PATCH 2382/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 1230ce9cd975..3b05aa10f47f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSlateBlue; + border-top: 1px solid SkyBlue; } nav { - background: MediumSlateBlue; + background: SkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From 3db80851a9a8e29a1b9375fd44e28fa24f9cd3ad Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 18 Dec 2022 16:27:31 +0000 Subject: [PATCH 2383/3185] KPT-24: Update background color to GhostWhite --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3b05aa10f47f..ad9452d08934 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SkyBlue; + border-top: 1px solid GhostWhite; } nav { - background: SkyBlue; + background: GhostWhite; display: flex; align-items: center; padding: 0 0.5rem; From d24a4c72e677680eb30641b51e1d22d3efc7fbfc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 18 Dec 2022 19:27:32 +0000 Subject: [PATCH 2384/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ad9452d08934..9f1fca2a1ff2 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GhostWhite; + border-top: 1px solid Maroon; } nav { - background: GhostWhite; + background: Maroon; display: flex; align-items: center; padding: 0 0.5rem; From 190aa1a3f27863c8f4391a341cb93b2020cb1df2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 18 Dec 2022 21:42:31 +0000 Subject: [PATCH 2385/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 9f1fca2a1ff2..97c9a503bf56 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Maroon; + border-top: 1px solid Lime; } nav { - background: Maroon; + background: Lime; display: flex; align-items: center; padding: 0 0.5rem; From fae9be7f6f240c290d2225ec2d84fd954a60a687 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 19 Dec 2022 02:12:31 +0000 Subject: [PATCH 2386/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 97c9a503bf56..308fd2898d6e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Lime; + border-top: 1px solid Lavender; } nav { - background: Lime; + background: Lavender; display: flex; align-items: center; padding: 0 0.5rem; From 70172e178236cb266a44d97e0c0ddb94c1167f53 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 19 Dec 2022 02:57:31 +0000 Subject: [PATCH 2387/3185] KPT-22: Modals with Azure accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 308fd2898d6e..d444a165a194 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Lavender; + border-top: 1px solid Azure; } nav { - background: Lavender; + background: Azure; display: flex; align-items: center; padding: 0 0.5rem; From 48a85affba73a26671fc946a427c49d6af2f1bde Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 19 Dec 2022 05:57:32 +0000 Subject: [PATCH 2388/3185] KPT-24: Update background color to DarkGrey --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d444a165a194..7265cc2310f6 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Azure; + border-top: 1px solid DarkGrey; } nav { - background: Azure; + background: DarkGrey; display: flex; align-items: center; padding: 0 0.5rem; From a4f7173fc6ef5ac9e83eb6b6b9b6e4c17dc24bf3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 19 Dec 2022 07:27:32 +0000 Subject: [PATCH 2389/3185] KPT-22: Modals with DeepSkyBlue accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 7265cc2310f6..014c40a7a430 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGrey; + border-top: 1px solid DeepSkyBlue; } nav { - background: DarkGrey; + background: DeepSkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From 88d6f3254ec6020bcd13941536048d70bf550d2b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 19 Dec 2022 10:27:31 +0000 Subject: [PATCH 2390/3185] KPT-22: Modals with Indigo accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 014c40a7a430..9db6466b4d55 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DeepSkyBlue; + border-top: 1px solid Indigo; } nav { - background: DeepSkyBlue; + background: Indigo; display: flex; align-items: center; padding: 0 0.5rem; From 0a17f513acc68204f9629434782e9333e9d3237a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 19 Dec 2022 11:12:30 +0000 Subject: [PATCH 2391/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 9db6466b4d55..c9db43be9d02 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Indigo; + border-top: 1px solid Purple; } nav { - background: Indigo; + background: Purple; display: flex; align-items: center; padding: 0 0.5rem; From a65c2266733dfc3d6e6c53dc1b431aa4e7addb7c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 19 Dec 2022 22:27:31 +0000 Subject: [PATCH 2392/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index c9db43be9d02..38eb215526f9 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Purple; + border-top: 1px solid Salmon; } nav { - background: Purple; + background: Salmon; display: flex; align-items: center; padding: 0 0.5rem; From 42958ef0cbf54fbd101ddb8860c6b7495a5373ce Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 20 Dec 2022 03:42:30 +0000 Subject: [PATCH 2393/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 38eb215526f9..7eedbaa75afb 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Salmon; + border-top: 1px solid Gray; } nav { - background: Salmon; + background: Gray; display: flex; align-items: center; padding: 0 0.5rem; From a580bdf2d4d14af2d557ae434a8aee7db62e6fbf Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 20 Dec 2022 04:27:31 +0000 Subject: [PATCH 2394/3185] KPT-22: Modals with Aqua accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 7eedbaa75afb..3723989cd0af 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gray; + border-top: 1px solid Aqua; } nav { - background: Gray; + background: Aqua; display: flex; align-items: center; padding: 0 0.5rem; From 57dbb7e820836ad7c7eca98c4622acf39e14bf37 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 20 Dec 2022 11:12:30 +0000 Subject: [PATCH 2395/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3723989cd0af..e8872e3ed333 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Aqua; + border-top: 1px solid Black; } nav { - background: Aqua; + background: Black; display: flex; align-items: center; padding: 0 0.5rem; From ce4bc1b8c9a1f37a30da62004a6d619dd4416cdd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 20 Dec 2022 14:12:31 +0000 Subject: [PATCH 2396/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index e8872e3ed333..6c526423d3cc 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Black; + border-top: 1px solid Cornsilk; } nav { - background: Black; + background: Cornsilk; display: flex; align-items: center; padding: 0 0.5rem; From 2f8b37b455f31596a5feb435b767a38ad7e479bc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 20 Dec 2022 14:57:31 +0000 Subject: [PATCH 2397/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 6c526423d3cc..24d254c510ca 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Cornsilk; + border-top: 1px solid Wheat; } nav { - background: Cornsilk; + background: Wheat; display: flex; align-items: center; padding: 0 0.5rem; From 8a06cb0d3b6daba78e447bcb24ecffc1c51445df Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 20 Dec 2022 17:12:31 +0000 Subject: [PATCH 2398/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 24d254c510ca..2a24e48a33d3 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Wheat; + border-top: 1px solid Green; } nav { - background: Wheat; + background: Green; display: flex; align-items: center; padding: 0 0.5rem; From f180dbb0c38995e96822ac40104233df88244fb6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 20 Dec 2022 17:57:31 +0000 Subject: [PATCH 2399/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 2a24e48a33d3..195f194ef15a 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Green; + border-top: 1px solid LightSteelBlue; } nav { - background: Green; + background: LightSteelBlue; display: flex; align-items: center; padding: 0 0.5rem; From fb2c08db6e1ab4f194eb999ed7f3d4b1096ccf57 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 20 Dec 2022 18:42:31 +0000 Subject: [PATCH 2400/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 195f194ef15a..9cb4c6084104 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSteelBlue; + border-top: 1px solid DarkBlue; } nav { - background: LightSteelBlue; + background: DarkBlue; display: flex; align-items: center; padding: 0 0.5rem; From be47e4c73a76b260b3efa6d785a0008ee5357c75 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 20 Dec 2022 19:27:32 +0000 Subject: [PATCH 2401/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 9cb4c6084104..6675fdc2e211 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkBlue; + border-top: 1px solid Tomato; } nav { - background: DarkBlue; + background: Tomato; display: flex; align-items: center; padding: 0 0.5rem; From 4ab1219b2ae3e44167e4ea5118c56491910129c9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 20 Dec 2022 20:57:32 +0000 Subject: [PATCH 2402/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 6675fdc2e211..ad9452d08934 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Tomato; + border-top: 1px solid GhostWhite; } nav { - background: Tomato; + background: GhostWhite; display: flex; align-items: center; padding: 0 0.5rem; From 5433e6c143690e6a1e03b81e6a77c81bc75b7638 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 21 Dec 2022 00:42:30 +0000 Subject: [PATCH 2403/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ad9452d08934..77bfaa9f6042 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GhostWhite; + border-top: 1px solid MediumSeaGreen; } nav { - background: GhostWhite; + background: MediumSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From a1ceca79d7a8eb9526314e6c1e5d08e53327427c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 21 Dec 2022 02:57:31 +0000 Subject: [PATCH 2404/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 77bfaa9f6042..4ec33dd9a11e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSeaGreen; + border-top: 1px solid BurlyWood; } nav { - background: MediumSeaGreen; + background: BurlyWood; display: flex; align-items: center; padding: 0 0.5rem; From a6e10103ef96cab46fb69ac1c8ab4193c18850e4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 21 Dec 2022 03:42:31 +0000 Subject: [PATCH 2405/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4ec33dd9a11e..d932ecdd7d93 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BurlyWood; + border-top: 1px solid Moccasin; } nav { - background: BurlyWood; + background: Moccasin; display: flex; align-items: center; padding: 0 0.5rem; From fc2c77daccfc7bfcfc9047b8fb3a8c1de4f9aef6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 21 Dec 2022 08:12:30 +0000 Subject: [PATCH 2406/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d932ecdd7d93..3fc956c8bef1 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Moccasin; + border-top: 1px solid Khaki; } nav { - background: Moccasin; + background: Khaki; display: flex; align-items: center; padding: 0 0.5rem; From b4619da7a81d7f27ce5fb6076ff6991d4bc421da Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 21 Dec 2022 19:27:31 +0000 Subject: [PATCH 2407/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3fc956c8bef1..19e1abc1037e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Khaki; + border-top: 1px solid PaleGreen; } nav { - background: Khaki; + background: PaleGreen; display: flex; align-items: center; padding: 0 0.5rem; From b522fd1437ea436694d1ab560e9ce34292db4497 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 21 Dec 2022 20:12:31 +0000 Subject: [PATCH 2408/3185] KPT-24: Update background color to LimeGreen --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 19e1abc1037e..d5b33e6aee0e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleGreen; + border-top: 1px solid LimeGreen; } nav { - background: PaleGreen; + background: LimeGreen; display: flex; align-items: center; padding: 0 0.5rem; From e18eca09cdbd3be66ebb2a094eac45348096664b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 21 Dec 2022 21:42:31 +0000 Subject: [PATCH 2409/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d5b33e6aee0e..0fc8799d2400 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LimeGreen; + border-top: 1px solid PaleTurquoise; } nav { - background: LimeGreen; + background: PaleTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From 52fda04d2be981e9b1f82f1efd2cfb26a0b92371 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 22 Dec 2022 00:42:30 +0000 Subject: [PATCH 2410/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 0fc8799d2400..b3ffebd1503f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleTurquoise; + border-top: 1px solid PeachPuff; } nav { - background: PaleTurquoise; + background: PeachPuff; display: flex; align-items: center; padding: 0 0.5rem; From 187c44bf2c43c09b5ce22a4bbd680fa2a528833c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 22 Dec 2022 05:12:31 +0000 Subject: [PATCH 2411/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index b3ffebd1503f..e8872e3ed333 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PeachPuff; + border-top: 1px solid Black; } nav { - background: PeachPuff; + background: Black; display: flex; align-items: center; padding: 0 0.5rem; From 9b627898a353c5d495bd42d4e0810d43b1fce892 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 22 Dec 2022 07:27:30 +0000 Subject: [PATCH 2412/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index e8872e3ed333..308fd2898d6e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Black; + border-top: 1px solid Lavender; } nav { - background: Black; + background: Lavender; display: flex; align-items: center; padding: 0 0.5rem; From 71702fd4f0ca3866d209ff5bfcf288bc8feff645 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 22 Dec 2022 17:57:32 +0000 Subject: [PATCH 2413/3185] KPT-22: Modals with OliveDrab accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 308fd2898d6e..7e2c71043980 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Lavender; + border-top: 1px solid OliveDrab; } nav { - background: Lavender; + background: OliveDrab; display: flex; align-items: center; padding: 0 0.5rem; From 437baf19f05db8dea1824bff9083beb4e57c2f1a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 22 Dec 2022 22:27:31 +0000 Subject: [PATCH 2414/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 7e2c71043980..c5466bcfd359 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OliveDrab; + border-top: 1px solid Teal; } nav { - background: OliveDrab; + background: Teal; display: flex; align-items: center; padding: 0 0.5rem; From dc00e7750d82643c631f9e2d375e480681c2ba19 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 23 Dec 2022 09:42:31 +0000 Subject: [PATCH 2415/3185] KPT-22: Modals with DimGrey accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index c5466bcfd359..d3ffb8ea4363 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Teal; + border-top: 1px solid DimGrey; } nav { - background: Teal; + background: DimGrey; display: flex; align-items: center; padding: 0 0.5rem; From bf1ace865f3560a833cbdc5bf1da8252755f35d9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 23 Dec 2022 17:57:33 +0000 Subject: [PATCH 2416/3185] KPT-22: Modals with PapayaWhip accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d3ffb8ea4363..a30b9cfca12e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DimGrey; + border-top: 1px solid PapayaWhip; } nav { - background: DimGrey; + background: PapayaWhip; display: flex; align-items: center; padding: 0 0.5rem; From 8a81e8bc27a662bc66d4ec7fb200771a2ab0c29a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 23 Dec 2022 18:42:31 +0000 Subject: [PATCH 2417/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index a30b9cfca12e..38eb215526f9 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PapayaWhip; + border-top: 1px solid Salmon; } nav { - background: PapayaWhip; + background: Salmon; display: flex; align-items: center; padding: 0 0.5rem; From 6728bf5347b537ef15400344b48fc806fda88a86 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 23 Dec 2022 20:57:31 +0000 Subject: [PATCH 2418/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 38eb215526f9..67e0111f647f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Salmon; + border-top: 1px solid Coral; } nav { - background: Salmon; + background: Coral; display: flex; align-items: center; padding: 0 0.5rem; From 9d4b687050ef75f9897246a204c65bf07870e27d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 24 Dec 2022 01:27:31 +0000 Subject: [PATCH 2419/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 67e0111f647f..f626f10eb5eb 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Coral; + border-top: 1px solid PaleGoldenRod; } nav { - background: Coral; + background: PaleGoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From 2ef0a849f6219040d36ae7ceeb8dd6ea4c751c0b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 24 Dec 2022 02:12:30 +0000 Subject: [PATCH 2420/3185] KPT-24: Update background color to RosyBrown --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index f626f10eb5eb..3c53fdbf3bd7 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleGoldenRod; + border-top: 1px solid RosyBrown; } nav { - background: PaleGoldenRod; + background: RosyBrown; display: flex; align-items: center; padding: 0 0.5rem; From f9621b5a876216914cf79ee171cadb285841f09e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 24 Dec 2022 05:12:31 +0000 Subject: [PATCH 2421/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3c53fdbf3bd7..9b225c303ed7 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RosyBrown; + border-top: 1px solid CornflowerBlue; } nav { - background: RosyBrown; + background: CornflowerBlue; display: flex; align-items: center; padding: 0 0.5rem; From c04c167df1dd66bc5b1419b4cff751a9fd39d088 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 24 Dec 2022 07:27:30 +0000 Subject: [PATCH 2422/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 9b225c303ed7..63b3b490fb00 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid CornflowerBlue; + border-top: 1px solid MediumVioletRed; } nav { - background: CornflowerBlue; + background: MediumVioletRed; display: flex; align-items: center; padding: 0 0.5rem; From 36e742702ab305d5f985bd05c64bbb48e970ba53 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 24 Dec 2022 11:12:30 +0000 Subject: [PATCH 2423/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 63b3b490fb00..d932ecdd7d93 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumVioletRed; + border-top: 1px solid Moccasin; } nav { - background: MediumVioletRed; + background: Moccasin; display: flex; align-items: center; padding: 0 0.5rem; From 59e62e54ad0ec33e3565c94b10281b004cb3390b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 24 Dec 2022 12:42:30 +0000 Subject: [PATCH 2424/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d932ecdd7d93..0fc8799d2400 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Moccasin; + border-top: 1px solid PaleTurquoise; } nav { - background: Moccasin; + background: PaleTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From 040e86e3c696e8f3d028af1a04230bdc92d57358 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 24 Dec 2022 14:12:31 +0000 Subject: [PATCH 2425/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 0fc8799d2400..6fb1f0957aea 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleTurquoise; + border-top: 1px solid SpringGreen; } nav { - background: PaleTurquoise; + background: SpringGreen; display: flex; align-items: center; padding: 0 0.5rem; From 934f6e5983228e528cdbefa827177c7332a06e8a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 24 Dec 2022 14:57:30 +0000 Subject: [PATCH 2426/3185] KPT-24: Update background color to Chartreuse --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 6fb1f0957aea..09d17be28fcf 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SpringGreen; + border-top: 1px solid Chartreuse; } nav { - background: SpringGreen; + background: Chartreuse; display: flex; align-items: center; padding: 0 0.5rem; From 487b34ff1a08cf11b122d3a57901f7810e16b87b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 24 Dec 2022 17:12:31 +0000 Subject: [PATCH 2427/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 09d17be28fcf..1b8c7acecc59 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Chartreuse; + border-top: 1px solid LightYellow; } nav { - background: Chartreuse; + background: LightYellow; display: flex; align-items: center; padding: 0 0.5rem; From 801e3c4b0eb8d67f4ea48791ae70d9d62c966687 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 24 Dec 2022 20:57:30 +0000 Subject: [PATCH 2428/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 1b8c7acecc59..3fc956c8bef1 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightYellow; + border-top: 1px solid Khaki; } nav { - background: LightYellow; + background: Khaki; display: flex; align-items: center; padding: 0 0.5rem; From 1f555ebfe9ed3f1fad54fefbb8988610464ee470 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 24 Dec 2022 23:12:30 +0000 Subject: [PATCH 2429/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3fc956c8bef1..cc3e2a46c95e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Khaki; + border-top: 1px solid LightSkyBlue; } nav { - background: Khaki; + background: LightSkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From b7a691f22df5d203f042692581207512beaea10d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 24 Dec 2022 23:57:30 +0000 Subject: [PATCH 2430/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index cc3e2a46c95e..b666cf7876b7 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSkyBlue; + border-top: 1px solid Crimson; } nav { - background: LightSkyBlue; + background: Crimson; display: flex; align-items: center; padding: 0 0.5rem; From 00a0266e9b9856057ea255edf9f3376a2bb37270 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 25 Dec 2022 03:42:30 +0000 Subject: [PATCH 2431/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index b666cf7876b7..136dba7818fc 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Crimson; + border-top: 1px solid SaddleBrown; } nav { - background: Crimson; + background: SaddleBrown; display: flex; align-items: center; padding: 0 0.5rem; From 109f74f43b68e832ff174defe7cd8c66c9746c79 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 25 Dec 2022 04:27:31 +0000 Subject: [PATCH 2432/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 136dba7818fc..a2f3a2cc2f41 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SaddleBrown; + border-top: 1px solid MediumPurple; } nav { - background: SaddleBrown; + background: MediumPurple; display: flex; align-items: center; padding: 0 0.5rem; From a5979284cf5f430ef673d347a1a0c9a194ab9eae Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 25 Dec 2022 08:12:30 +0000 Subject: [PATCH 2433/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index a2f3a2cc2f41..95a9d0b2c399 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumPurple; + border-top: 1px solid LightCyan; } nav { - background: MediumPurple; + background: LightCyan; display: flex; align-items: center; padding: 0 0.5rem; From ad8dd1a401bbc300324eeef649eebd18046ef176 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 25 Dec 2022 09:42:30 +0000 Subject: [PATCH 2434/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 95a9d0b2c399..d61efedec6bb 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightCyan; + border-top: 1px solid DarkKhaki; } nav { - background: LightCyan; + background: DarkKhaki; display: flex; align-items: center; padding: 0 0.5rem; From 799edaa3eca33d6b7bc3805bb4698b1133945af9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 25 Dec 2022 10:27:30 +0000 Subject: [PATCH 2435/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d61efedec6bb..3723989cd0af 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkKhaki; + border-top: 1px solid Aqua; } nav { - background: DarkKhaki; + background: Aqua; display: flex; align-items: center; padding: 0 0.5rem; From cd1a9198a69c65866faa64df75f62551ca794bb6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 25 Dec 2022 13:27:31 +0000 Subject: [PATCH 2436/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3723989cd0af..4f31bef8a698 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Aqua; + border-top: 1px solid NavajoWhite; } nav { - background: Aqua; + background: NavajoWhite; display: flex; align-items: center; padding: 0 0.5rem; From d3867a7aef09f408698c3576dd6670588c2ffdeb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 25 Dec 2022 16:27:30 +0000 Subject: [PATCH 2437/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4f31bef8a698..09d17be28fcf 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid NavajoWhite; + border-top: 1px solid Chartreuse; } nav { - background: NavajoWhite; + background: Chartreuse; display: flex; align-items: center; padding: 0 0.5rem; From 0c266245eb027349ac743b25fddd680b53bff143 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 25 Dec 2022 17:12:30 +0000 Subject: [PATCH 2438/3185] KPT-24: Update background color to Gold --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 09d17be28fcf..ee766fd90860 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Chartreuse; + border-top: 1px solid Gold; } nav { - background: Chartreuse; + background: Gold; display: flex; align-items: center; padding: 0 0.5rem; From 7933b0f51efe86c588760833ad7e29c9b81bff39 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 25 Dec 2022 20:57:30 +0000 Subject: [PATCH 2439/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ee766fd90860..dd1156fbaefb 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gold; + border-top: 1px solid DarkSlateGrey; } nav { - background: Gold; + background: DarkSlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From b1cf392bc37e7a8d10d01dcdeee8abb9fe339768 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 26 Dec 2022 04:27:30 +0000 Subject: [PATCH 2440/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index dd1156fbaefb..cec3a64bc51b 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateGrey; + border-top: 1px solid DarkMagenta; } nav { - background: DarkSlateGrey; + background: DarkMagenta; display: flex; align-items: center; padding: 0 0.5rem; From 794a36f83ee1427451e8b76a1720a8288248a8c3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 26 Dec 2022 05:12:30 +0000 Subject: [PATCH 2441/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index cec3a64bc51b..139351cd37cf 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkMagenta; + border-top: 1px solid SeaShell; } nav { - background: DarkMagenta; + background: SeaShell; display: flex; align-items: center; padding: 0 0.5rem; From 137e37eb48896ae806c9f93749966d1a5e5f7a4e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 26 Dec 2022 07:27:31 +0000 Subject: [PATCH 2442/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 139351cd37cf..0f633b206ec6 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SeaShell; + border-top: 1px solid MediumAquaMarine; } nav { - background: SeaShell; + background: MediumAquaMarine; display: flex; align-items: center; padding: 0 0.5rem; From 3f90b3df7ba2e92ebdd8d5fc91950968ebeff404 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 26 Dec 2022 08:12:30 +0000 Subject: [PATCH 2443/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 0f633b206ec6..37d380ba9c8b 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumAquaMarine; + border-top: 1px solid LavenderBlush; } nav { - background: MediumAquaMarine; + background: LavenderBlush; display: flex; align-items: center; padding: 0 0.5rem; From 0aec72466fd683a3a52382025492ed55432202a1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 26 Dec 2022 08:57:30 +0000 Subject: [PATCH 2444/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 37d380ba9c8b..19e1abc1037e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LavenderBlush; + border-top: 1px solid PaleGreen; } nav { - background: LavenderBlush; + background: PaleGreen; display: flex; align-items: center; padding: 0 0.5rem; From eb90eae4f1a8022c60b6b7b4ad148f00998db520 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 26 Dec 2022 09:42:31 +0000 Subject: [PATCH 2445/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 19e1abc1037e..a2f3a2cc2f41 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleGreen; + border-top: 1px solid MediumPurple; } nav { - background: PaleGreen; + background: MediumPurple; display: flex; align-items: center; padding: 0 0.5rem; From b39d3b49ec58ad6c4413b0530108c0462b1b1cca Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 26 Dec 2022 11:12:30 +0000 Subject: [PATCH 2446/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index a2f3a2cc2f41..eca3a27ac0c5 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumPurple; + border-top: 1px solid GreenYellow; } nav { - background: MediumPurple; + background: GreenYellow; display: flex; align-items: center; padding: 0 0.5rem; From 74ec8618bda247d3ff69e05bae7555946e8250f6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 26 Dec 2022 14:12:30 +0000 Subject: [PATCH 2447/3185] KPT-22: Modals with LightSkyBlue accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index eca3a27ac0c5..cc3e2a46c95e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GreenYellow; + border-top: 1px solid LightSkyBlue; } nav { - background: GreenYellow; + background: LightSkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From 0b46beb5f81593290aa6acc22e46c95c26530892 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 26 Dec 2022 16:27:30 +0000 Subject: [PATCH 2448/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index cc3e2a46c95e..a2f3a2cc2f41 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSkyBlue; + border-top: 1px solid MediumPurple; } nav { - background: LightSkyBlue; + background: MediumPurple; display: flex; align-items: center; padding: 0 0.5rem; From 86e4abbfee022242a00f9106b02f13147c36f2a1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 26 Dec 2022 19:27:31 +0000 Subject: [PATCH 2449/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index a2f3a2cc2f41..7eedbaa75afb 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumPurple; + border-top: 1px solid Gray; } nav { - background: MediumPurple; + background: Gray; display: flex; align-items: center; padding: 0 0.5rem; From 80ce86fb75651d13f7fbca9a6c6e6eec37649be0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 27 Dec 2022 03:42:31 +0000 Subject: [PATCH 2450/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 7eedbaa75afb..0053969b5ecf 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gray; + border-top: 1px solid WhiteSmoke; } nav { - background: Gray; + background: WhiteSmoke; display: flex; align-items: center; padding: 0 0.5rem; From 19adc175c8cf5eac1b339c81fc9a2a26d49855a7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 27 Dec 2022 04:27:31 +0000 Subject: [PATCH 2451/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 0053969b5ecf..195f194ef15a 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid WhiteSmoke; + border-top: 1px solid LightSteelBlue; } nav { - background: WhiteSmoke; + background: LightSteelBlue; display: flex; align-items: center; padding: 0 0.5rem; From 18e98bc3e160852ee12d7aa725cdf768c4e3eda1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 27 Dec 2022 14:12:31 +0000 Subject: [PATCH 2452/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 195f194ef15a..d3ffb8ea4363 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSteelBlue; + border-top: 1px solid DimGrey; } nav { - background: LightSteelBlue; + background: DimGrey; display: flex; align-items: center; padding: 0 0.5rem; From 73d4476e36565b27b05c8947e58b49acf0d07072 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 27 Dec 2022 17:12:30 +0000 Subject: [PATCH 2453/3185] KPT-24: Update background color to Moccasin --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d3ffb8ea4363..d932ecdd7d93 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DimGrey; + border-top: 1px solid Moccasin; } nav { - background: DimGrey; + background: Moccasin; display: flex; align-items: center; padding: 0 0.5rem; From 8c9b7261e204ae44d76f53b9774ea8ce7d9b167e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 27 Dec 2022 19:27:30 +0000 Subject: [PATCH 2454/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d932ecdd7d93..7885b7716913 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Moccasin; + border-top: 1px solid MistyRose; } nav { - background: Moccasin; + background: MistyRose; display: flex; align-items: center; padding: 0 0.5rem; From 1a14f3ad04e561f472c06b654e5e1265fec85921 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 27 Dec 2022 20:12:30 +0000 Subject: [PATCH 2455/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 7885b7716913..5b6feda18165 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MistyRose; + border-top: 1px solid Red; } nav { - background: MistyRose; + background: Red; display: flex; align-items: center; padding: 0 0.5rem; From dbfba081768700b13f9d7c81f15430d0ffaaf55b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 27 Dec 2022 20:57:31 +0000 Subject: [PATCH 2456/3185] KPT-22: Modals with MediumSlateBlue accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 5b6feda18165..1230ce9cd975 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Red; + border-top: 1px solid MediumSlateBlue; } nav { - background: Red; + background: MediumSlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From 4b5790d846cfa6289a578b225d1eb6dbd1afa427 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 28 Dec 2022 01:27:30 +0000 Subject: [PATCH 2457/3185] KPT-22: Modals with Blue accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 1230ce9cd975..abc9bac5eca7 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSlateBlue; + border-top: 1px solid Blue; } nav { - background: MediumSlateBlue; + background: Blue; display: flex; align-items: center; padding: 0 0.5rem; From 0302fa99494209c2762849e1aa85f1ed1df3c7ee Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 28 Dec 2022 03:42:31 +0000 Subject: [PATCH 2458/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index abc9bac5eca7..38eb215526f9 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Blue; + border-top: 1px solid Salmon; } nav { - background: Blue; + background: Salmon; display: flex; align-items: center; padding: 0 0.5rem; From 50a18f657cff5123f765f331a9060a4b56e27e8e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 28 Dec 2022 04:27:30 +0000 Subject: [PATCH 2459/3185] KPT-22: Modals with MediumSpringGreen accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 38eb215526f9..ac69cd686a82 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Salmon; + border-top: 1px solid MediumSpringGreen; } nav { - background: Salmon; + background: MediumSpringGreen; display: flex; align-items: center; padding: 0 0.5rem; From c0bdd1affdf417efc75a87bf6b375acacb23a377 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 28 Dec 2022 06:42:30 +0000 Subject: [PATCH 2460/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ac69cd686a82..77bfaa9f6042 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSpringGreen; + border-top: 1px solid MediumSeaGreen; } nav { - background: MediumSpringGreen; + background: MediumSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From 5569e61f59da1204fe71d437d386d476bc82f16c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 28 Dec 2022 11:57:31 +0000 Subject: [PATCH 2461/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 77bfaa9f6042..9219f21a21b0 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSeaGreen; + border-top: 1px solid OrangeRed; } nav { - background: MediumSeaGreen; + background: OrangeRed; display: flex; align-items: center; padding: 0 0.5rem; From 11b474b0f752c879d13f776c1b129700ac18d446 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 28 Dec 2022 19:27:30 +0000 Subject: [PATCH 2462/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 9219f21a21b0..036ab873eeb7 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OrangeRed; + border-top: 1px solid Violet; } nav { - background: OrangeRed; + background: Violet; display: flex; align-items: center; padding: 0 0.5rem; From 8a143a1ae54681f4d332882e69a316308b170124 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 28 Dec 2022 20:12:31 +0000 Subject: [PATCH 2463/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 036ab873eeb7..11a95055426e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Violet; + border-top: 1px solid LightCoral; } nav { - background: Violet; + background: LightCoral; display: flex; align-items: center; padding: 0 0.5rem; From 972d004a0ff0442244265f3bb9cfbb67a31e35dd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 28 Dec 2022 23:57:30 +0000 Subject: [PATCH 2464/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 11a95055426e..7265cc2310f6 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightCoral; + border-top: 1px solid DarkGrey; } nav { - background: LightCoral; + background: DarkGrey; display: flex; align-items: center; padding: 0 0.5rem; From f099e64daeb92e835f8455e0184271390413ba54 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 29 Dec 2022 00:42:30 +0000 Subject: [PATCH 2465/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 7265cc2310f6..38eb215526f9 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGrey; + border-top: 1px solid Salmon; } nav { - background: DarkGrey; + background: Salmon; display: flex; align-items: center; padding: 0 0.5rem; From 314bda71c290cf244bd4e35fbdf7d5a9c3fb0492 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 29 Dec 2022 04:27:31 +0000 Subject: [PATCH 2466/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 38eb215526f9..3b0ac193bf44 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Salmon; + border-top: 1px solid Aquamarine; } nav { - background: Salmon; + background: Aquamarine; display: flex; align-items: center; padding: 0 0.5rem; From 5c548a443bb82a130a9d49322f66a62186ccc2d5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 29 Dec 2022 06:42:31 +0000 Subject: [PATCH 2467/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3b0ac193bf44..9cc806b0b915 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Aquamarine; + border-top: 1px solid DodgerBlue; } nav { - background: Aquamarine; + background: DodgerBlue; display: flex; align-items: center; padding: 0 0.5rem; From 331f4ff660c654e2bc51cba0b897956c0ce495f1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 29 Dec 2022 08:57:30 +0000 Subject: [PATCH 2468/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 9cc806b0b915..857ab72fccc2 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DodgerBlue; + border-top: 1px solid LightGoldenRodYellow; } nav { - background: DodgerBlue; + background: LightGoldenRodYellow; display: flex; align-items: center; padding: 0 0.5rem; From 0ff57b97fffa96e13d52d57b4b9bc5cb0169da4e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 29 Dec 2022 10:27:31 +0000 Subject: [PATCH 2469/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 857ab72fccc2..7581a7f2cb24 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGoldenRodYellow; + border-top: 1px solid Ivory; } nav { - background: LightGoldenRodYellow; + background: Ivory; display: flex; align-items: center; padding: 0 0.5rem; From 86f122ba074f307d2d1c7e371ab7a2235087097d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 29 Dec 2022 11:57:31 +0000 Subject: [PATCH 2470/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 7581a7f2cb24..91281b5305a0 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Ivory; + border-top: 1px solid HoneyDew; } nav { - background: Ivory; + background: HoneyDew; display: flex; align-items: center; padding: 0 0.5rem; From 9262c5f7134010be036bc6c10cf19fb6ebe4cb15 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 29 Dec 2022 13:27:31 +0000 Subject: [PATCH 2471/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 91281b5305a0..9897bbddf092 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid HoneyDew; + border-top: 1px solid LightPink; } nav { - background: HoneyDew; + background: LightPink; display: flex; align-items: center; padding: 0 0.5rem; From 6dde09ad197a224dadd57e2570845ed682445779 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 29 Dec 2022 14:57:30 +0000 Subject: [PATCH 2472/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 9897bbddf092..2a24e48a33d3 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightPink; + border-top: 1px solid Green; } nav { - background: LightPink; + background: Green; display: flex; align-items: center; padding: 0 0.5rem; From 27b10403f74da62fb2bda0b0aec8caa34542cbd9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 29 Dec 2022 16:27:31 +0000 Subject: [PATCH 2473/3185] KPT-24: Update background color to MediumSlateBlue --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 2a24e48a33d3..1230ce9cd975 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Green; + border-top: 1px solid MediumSlateBlue; } nav { - background: Green; + background: MediumSlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From 4f0ba991ec76fe9044a5d3bac835803d372c2c67 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 29 Dec 2022 19:27:30 +0000 Subject: [PATCH 2474/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 1230ce9cd975..7581a7f2cb24 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSlateBlue; + border-top: 1px solid Ivory; } nav { - background: MediumSlateBlue; + background: Ivory; display: flex; align-items: center; padding: 0 0.5rem; From d83b709618833b7f08582a3b005ed8f31ad284a9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 29 Dec 2022 20:12:31 +0000 Subject: [PATCH 2475/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 7581a7f2cb24..bb2f114b139e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Ivory; + border-top: 1px solid LightSlateGrey; } nav { - background: Ivory; + background: LightSlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From d09911b40c47d9d9fc12cc058c95845c823e7170 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 30 Dec 2022 02:12:30 +0000 Subject: [PATCH 2476/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index bb2f114b139e..3ec0ac892f86 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSlateGrey; + border-top: 1px solid Gainsboro; } nav { - background: LightSlateGrey; + background: Gainsboro; display: flex; align-items: center; padding: 0 0.5rem; From 5c00113f4732083dacce7f493697564a800191f9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 30 Dec 2022 02:57:31 +0000 Subject: [PATCH 2477/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3ec0ac892f86..9cb4c6084104 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gainsboro; + border-top: 1px solid DarkBlue; } nav { - background: Gainsboro; + background: DarkBlue; display: flex; align-items: center; padding: 0 0.5rem; From 4133589ce55dc974404919064c43dbdbc75a5170 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 30 Dec 2022 07:27:30 +0000 Subject: [PATCH 2478/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 9cb4c6084104..11a95055426e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkBlue; + border-top: 1px solid LightCoral; } nav { - background: DarkBlue; + background: LightCoral; display: flex; align-items: center; padding: 0 0.5rem; From 0a85db7991dc3b984132ef9d49e4b0b134115535 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 30 Dec 2022 19:27:30 +0000 Subject: [PATCH 2479/3185] KPT-22: Modals with RosyBrown accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 11a95055426e..3c53fdbf3bd7 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightCoral; + border-top: 1px solid RosyBrown; } nav { - background: LightCoral; + background: RosyBrown; display: flex; align-items: center; padding: 0 0.5rem; From 23a0165e3531f78a5fe36c7b966b752c948684a9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 30 Dec 2022 20:57:30 +0000 Subject: [PATCH 2480/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3c53fdbf3bd7..91281b5305a0 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RosyBrown; + border-top: 1px solid HoneyDew; } nav { - background: RosyBrown; + background: HoneyDew; display: flex; align-items: center; padding: 0 0.5rem; From 0aec4cb818d902e413ff7e75c2a3f14ef4462d94 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 30 Dec 2022 21:42:31 +0000 Subject: [PATCH 2481/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 91281b5305a0..3c53fdbf3bd7 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid HoneyDew; + border-top: 1px solid RosyBrown; } nav { - background: HoneyDew; + background: RosyBrown; display: flex; align-items: center; padding: 0 0.5rem; From 860e7d462c372eaab28f9844d60167485724ca47 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 31 Dec 2022 00:42:30 +0000 Subject: [PATCH 2482/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3c53fdbf3bd7..b666cf7876b7 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RosyBrown; + border-top: 1px solid Crimson; } nav { - background: RosyBrown; + background: Crimson; display: flex; align-items: center; padding: 0 0.5rem; From 1a1c3b00ade618e5c60c7f9bf9f57abee679b5bf Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 31 Dec 2022 04:27:32 +0000 Subject: [PATCH 2483/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index b666cf7876b7..8b28d00942f7 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Crimson; + border-top: 1px solid PowderBlue; } nav { - background: Crimson; + background: PowderBlue; display: flex; align-items: center; padding: 0 0.5rem; From 4475d9d3f5c96a192580cf6ca6759b8b41c00ada Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 31 Dec 2022 05:57:30 +0000 Subject: [PATCH 2484/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 8b28d00942f7..308fd2898d6e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PowderBlue; + border-top: 1px solid Lavender; } nav { - background: PowderBlue; + background: Lavender; display: flex; align-items: center; padding: 0 0.5rem; From 7a27c511309105fc81abaa8fb3d0ee9ba3882bca Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 31 Dec 2022 08:12:31 +0000 Subject: [PATCH 2485/3185] KPT-24: Update background color to MediumSeaGreen --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 308fd2898d6e..77bfaa9f6042 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Lavender; + border-top: 1px solid MediumSeaGreen; } nav { - background: Lavender; + background: MediumSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From 4294bf6000694ecaf60c6b70522858b2e71d1b05 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 31 Dec 2022 08:57:30 +0000 Subject: [PATCH 2486/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 77bfaa9f6042..3c53fdbf3bd7 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSeaGreen; + border-top: 1px solid RosyBrown; } nav { - background: MediumSeaGreen; + background: RosyBrown; display: flex; align-items: center; padding: 0 0.5rem; From cdcd59c307072f9a04550b99ca41cbed42581a0e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 31 Dec 2022 11:12:30 +0000 Subject: [PATCH 2487/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3c53fdbf3bd7..2d42ff06bf02 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RosyBrown; + border-top: 1px solid DarkViolet; } nav { - background: RosyBrown; + background: DarkViolet; display: flex; align-items: center; padding: 0 0.5rem; From 224515b50a2f9df1608b83d6c3462dc861edd7ff Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 31 Dec 2022 11:57:30 +0000 Subject: [PATCH 2488/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 2d42ff06bf02..ceefd47a65fe 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkViolet; + border-top: 1px solid BlueViolet; } nav { - background: DarkViolet; + background: BlueViolet; display: flex; align-items: center; padding: 0 0.5rem; From 811cf0f1213b2ef2895f422baed1cb189b6a866d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 31 Dec 2022 17:12:31 +0000 Subject: [PATCH 2489/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ceefd47a65fe..91281b5305a0 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BlueViolet; + border-top: 1px solid HoneyDew; } nav { - background: BlueViolet; + background: HoneyDew; display: flex; align-items: center; padding: 0 0.5rem; From b0f661be90bfd352a7741fbbacb380010c71b50b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 31 Dec 2022 18:42:30 +0000 Subject: [PATCH 2490/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 91281b5305a0..308fd2898d6e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid HoneyDew; + border-top: 1px solid Lavender; } nav { - background: HoneyDew; + background: Lavender; display: flex; align-items: center; padding: 0 0.5rem; From 65c63501aa2fa44fcd8210642a335b03dd9f7985 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 31 Dec 2022 20:12:31 +0000 Subject: [PATCH 2491/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 308fd2898d6e..dd1156fbaefb 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Lavender; + border-top: 1px solid DarkSlateGrey; } nav { - background: Lavender; + background: DarkSlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From bb57d873af540b982658f31d6962557a16638c32 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 31 Dec 2022 23:57:30 +0000 Subject: [PATCH 2492/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index dd1156fbaefb..e8872e3ed333 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateGrey; + border-top: 1px solid Black; } nav { - background: DarkSlateGrey; + background: Black; display: flex; align-items: center; padding: 0 0.5rem; From e2370299ccc336eccd997083153f1f01a2d24750 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 1 Jan 2023 05:57:31 +0000 Subject: [PATCH 2493/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index e8872e3ed333..453cdaa8fe58 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Black; + border-top: 1px solid DarkSlateBlue; } nav { - background: Black; + background: DarkSlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From d32c1102f0716e1c2041c698275c5d17e0e8c1f2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 1 Jan 2023 10:27:31 +0000 Subject: [PATCH 2494/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 453cdaa8fe58..50a979314f9f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateBlue; + border-top: 1px solid LightSeaGreen; } nav { - background: DarkSlateBlue; + background: LightSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From a82b9b173b57505c65b6838db63f7a576d643d73 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 1 Jan 2023 12:42:31 +0000 Subject: [PATCH 2495/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 50a979314f9f..c9db43be9d02 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSeaGreen; + border-top: 1px solid Purple; } nav { - background: LightSeaGreen; + background: Purple; display: flex; align-items: center; padding: 0 0.5rem; From db0b08c08faf504159745e420432077d3ab1d1bc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 1 Jan 2023 14:57:31 +0000 Subject: [PATCH 2496/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index c9db43be9d02..cec3a64bc51b 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Purple; + border-top: 1px solid DarkMagenta; } nav { - background: Purple; + background: DarkMagenta; display: flex; align-items: center; padding: 0 0.5rem; From 58ace402eb46e1df9697080db76d30cd279ac3b1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 1 Jan 2023 17:12:31 +0000 Subject: [PATCH 2497/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index cec3a64bc51b..2bb350ffd9ac 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkMagenta; + border-top: 1px solid Yellow; } nav { - background: DarkMagenta; + background: Yellow; display: flex; align-items: center; padding: 0 0.5rem; From 5abcd62345aa67854054df29f15eea2f013b3a5c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 2 Jan 2023 02:57:31 +0000 Subject: [PATCH 2498/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 2bb350ffd9ac..b83d2db05aab 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Yellow; + border-top: 1px solid Silver; } nav { - background: Yellow; + background: Silver; display: flex; align-items: center; padding: 0 0.5rem; From 9b0faa7dfd0a57f4ced2aade424bb085f3973917 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 2 Jan 2023 11:12:30 +0000 Subject: [PATCH 2499/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index b83d2db05aab..a30b9cfca12e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Silver; + border-top: 1px solid PapayaWhip; } nav { - background: Silver; + background: PapayaWhip; display: flex; align-items: center; padding: 0 0.5rem; From a191bb9498a9222d071264f49fd066e701498465 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 2 Jan 2023 13:27:31 +0000 Subject: [PATCH 2500/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index a30b9cfca12e..f121aafd52c6 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PapayaWhip; + border-top: 1px solid SteelBlue; } nav { - background: PapayaWhip; + background: SteelBlue; display: flex; align-items: center; padding: 0 0.5rem; From 12cc70c27123f88d981878b851f6bc0bc6470b29 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 2 Jan 2023 15:42:30 +0000 Subject: [PATCH 2501/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index f121aafd52c6..3b05aa10f47f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SteelBlue; + border-top: 1px solid SkyBlue; } nav { - background: SteelBlue; + background: SkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From 4ba305e555b89cc7adf5aa5b1945290113d869f3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 2 Jan 2023 16:27:30 +0000 Subject: [PATCH 2502/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3b05aa10f47f..5bc7ef4eb78f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SkyBlue; + border-top: 1px solid DarkOrange; } nav { - background: SkyBlue; + background: DarkOrange; display: flex; align-items: center; padding: 0 0.5rem; From 9e696332b591ef8aa59e6ff00703916c8e594402 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 2 Jan 2023 18:42:31 +0000 Subject: [PATCH 2503/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 5bc7ef4eb78f..9219f21a21b0 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOrange; + border-top: 1px solid OrangeRed; } nav { - background: DarkOrange; + background: OrangeRed; display: flex; align-items: center; padding: 0 0.5rem; From f3f24160d2f19a15905111678ae128adb1f24c0d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 2 Jan 2023 21:42:30 +0000 Subject: [PATCH 2504/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 9219f21a21b0..e8872e3ed333 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OrangeRed; + border-top: 1px solid Black; } nav { - background: OrangeRed; + background: Black; display: flex; align-items: center; padding: 0 0.5rem; From 455f162db6ed19c6cc341f8140f40c2e958ba8e1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 3 Jan 2023 00:42:31 +0000 Subject: [PATCH 2505/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index e8872e3ed333..95a9d0b2c399 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Black; + border-top: 1px solid LightCyan; } nav { - background: Black; + background: LightCyan; display: flex; align-items: center; padding: 0 0.5rem; From 0c5d94f11ddb9ca7f41b4991b1982290bfbd1261 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 3 Jan 2023 01:27:31 +0000 Subject: [PATCH 2506/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 95a9d0b2c399..01d9c09e8bbb 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightCyan; + border-top: 1px solid Brown; } nav { - background: LightCyan; + background: Brown; display: flex; align-items: center; padding: 0 0.5rem; From 179e88c72b6ef6ee2f20bb527d359cbd483b703f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 3 Jan 2023 04:27:30 +0000 Subject: [PATCH 2507/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 01d9c09e8bbb..53c6d3eeeb62 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Brown; + border-top: 1px solid GoldenRod; } nav { - background: Brown; + background: GoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From ebd9654b3dcdf670036b94ef42419d545efce823 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 3 Jan 2023 07:27:30 +0000 Subject: [PATCH 2508/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 53c6d3eeeb62..39ce4de2a2ff 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GoldenRod; + border-top: 1px solid FireBrick; } nav { - background: GoldenRod; + background: FireBrick; display: flex; align-items: center; padding: 0 0.5rem; From 97cff607814b9fcc5794bccd327e6bf9d384b59f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 3 Jan 2023 10:27:30 +0000 Subject: [PATCH 2509/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 39ce4de2a2ff..ac69cd686a82 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid FireBrick; + border-top: 1px solid MediumSpringGreen; } nav { - background: FireBrick; + background: MediumSpringGreen; display: flex; align-items: center; padding: 0 0.5rem; From 38e274a043bb232707fc905e9ba0e3b3040bb2b8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 3 Jan 2023 11:12:30 +0000 Subject: [PATCH 2510/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ac69cd686a82..bd3a875e2c0c 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSpringGreen; + border-top: 1px solid SlateBlue; } nav { - background: MediumSpringGreen; + background: SlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From 44d9db4334e7bbde90f779db5689cff3d896d052 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 3 Jan 2023 11:57:31 +0000 Subject: [PATCH 2511/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index bd3a875e2c0c..6675fdc2e211 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateBlue; + border-top: 1px solid Tomato; } nav { - background: SlateBlue; + background: Tomato; display: flex; align-items: center; padding: 0 0.5rem; From 64b23d928a1e2af057bd3df77f244b47053eb631 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 3 Jan 2023 17:12:30 +0000 Subject: [PATCH 2512/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 6675fdc2e211..9b225c303ed7 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Tomato; + border-top: 1px solid CornflowerBlue; } nav { - background: Tomato; + background: CornflowerBlue; display: flex; align-items: center; padding: 0 0.5rem; From eed650ef81e8a498280eac4772750105b099b70a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 3 Jan 2023 18:42:30 +0000 Subject: [PATCH 2513/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 9b225c303ed7..d5b33e6aee0e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid CornflowerBlue; + border-top: 1px solid LimeGreen; } nav { - background: CornflowerBlue; + background: LimeGreen; display: flex; align-items: center; padding: 0 0.5rem; From 5e6d7f5410a217fa870e8c65c69cf5ae1f1506b3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 4 Jan 2023 02:57:30 +0000 Subject: [PATCH 2514/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d5b33e6aee0e..9897bbddf092 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LimeGreen; + border-top: 1px solid LightPink; } nav { - background: LimeGreen; + background: LightPink; display: flex; align-items: center; padding: 0 0.5rem; From 33e42f1439fdd1b8be363de1a05c218e97669ee1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 4 Jan 2023 08:12:30 +0000 Subject: [PATCH 2515/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 9897bbddf092..7e2c71043980 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightPink; + border-top: 1px solid OliveDrab; } nav { - background: LightPink; + background: OliveDrab; display: flex; align-items: center; padding: 0 0.5rem; From 8290383363a41e1890cc9deac59c6f2aca4c5e0e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 4 Jan 2023 09:42:30 +0000 Subject: [PATCH 2516/3185] KPT-22: Modals with Turquoise accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 7e2c71043980..6ed2eb8a42df 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OliveDrab; + border-top: 1px solid Turquoise; } nav { - background: OliveDrab; + background: Turquoise; display: flex; align-items: center; padding: 0 0.5rem; From 1af9e5c3acf7baac4326fb5ba833f3ae4d4ef75f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 4 Jan 2023 19:27:30 +0000 Subject: [PATCH 2517/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 6ed2eb8a42df..d932ecdd7d93 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Turquoise; + border-top: 1px solid Moccasin; } nav { - background: Turquoise; + background: Moccasin; display: flex; align-items: center; padding: 0 0.5rem; From ea302e611139f3d27924e76e7e00aebe66e1d22a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 4 Jan 2023 22:27:31 +0000 Subject: [PATCH 2518/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d932ecdd7d93..136dba7818fc 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Moccasin; + border-top: 1px solid SaddleBrown; } nav { - background: Moccasin; + background: SaddleBrown; display: flex; align-items: center; padding: 0 0.5rem; From 12511bbd414c49ba59d18a4bb7991cba60751c0e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 4 Jan 2023 23:57:31 +0000 Subject: [PATCH 2519/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 136dba7818fc..3c53fdbf3bd7 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SaddleBrown; + border-top: 1px solid RosyBrown; } nav { - background: SaddleBrown; + background: RosyBrown; display: flex; align-items: center; padding: 0 0.5rem; From 7bb0c75f58f641142f4872a94a605c990ac6b7af Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 5 Jan 2023 00:42:30 +0000 Subject: [PATCH 2520/3185] KPT-24: Update background color to Coral --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3c53fdbf3bd7..67e0111f647f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RosyBrown; + border-top: 1px solid Coral; } nav { - background: RosyBrown; + background: Coral; display: flex; align-items: center; padding: 0 0.5rem; From 1b1e47e15c697a4bf262614cedf56102f0ef6382 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 5 Jan 2023 08:12:30 +0000 Subject: [PATCH 2521/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 67e0111f647f..3b05aa10f47f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Coral; + border-top: 1px solid SkyBlue; } nav { - background: Coral; + background: SkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From b235bfbd9b94aa805f1c6d12797eaa0950ba40d8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 5 Jan 2023 08:57:31 +0000 Subject: [PATCH 2522/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3b05aa10f47f..9cb4c6084104 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SkyBlue; + border-top: 1px solid DarkBlue; } nav { - background: SkyBlue; + background: DarkBlue; display: flex; align-items: center; padding: 0 0.5rem; From c3d60f3691601c8c0a9117e2e241743ffa358a3d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 5 Jan 2023 11:57:32 +0000 Subject: [PATCH 2523/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 9cb4c6084104..d5b33e6aee0e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkBlue; + border-top: 1px solid LimeGreen; } nav { - background: DarkBlue; + background: LimeGreen; display: flex; align-items: center; padding: 0 0.5rem; From fc7baa033e9e6bde326770796cbb1a7d4a4ffbb8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 5 Jan 2023 15:42:30 +0000 Subject: [PATCH 2524/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d5b33e6aee0e..77bfaa9f6042 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LimeGreen; + border-top: 1px solid MediumSeaGreen; } nav { - background: LimeGreen; + background: MediumSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From 5ba10abc94c4f4d212f47e499d15af14d82f0f52 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 6 Jan 2023 01:27:31 +0000 Subject: [PATCH 2525/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 77bfaa9f6042..a30b9cfca12e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSeaGreen; + border-top: 1px solid PapayaWhip; } nav { - background: MediumSeaGreen; + background: PapayaWhip; display: flex; align-items: center; padding: 0 0.5rem; From b289b43ee319ee3c0555c4891a96fdeb04040875 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 6 Jan 2023 08:57:31 +0000 Subject: [PATCH 2526/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index a30b9cfca12e..bd66074dbebd 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PapayaWhip; + border-top: 1px solid LightSlateGray; } nav { - background: PapayaWhip; + background: LightSlateGray; display: flex; align-items: center; padding: 0 0.5rem; From e8ce1fa7b9154b6d26293a1ad0f6778af3a1a3fe Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 6 Jan 2023 11:12:30 +0000 Subject: [PATCH 2527/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index bd66074dbebd..4157a06c1b2b 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSlateGray; + border-top: 1px solid LawnGreen; } nav { - background: LightSlateGray; + background: LawnGreen; display: flex; align-items: center; padding: 0 0.5rem; From 4e2054ed186b7c5d5a34401c89cc9d96d4b96ac6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 6 Jan 2023 15:42:30 +0000 Subject: [PATCH 2528/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4157a06c1b2b..67e0111f647f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LawnGreen; + border-top: 1px solid Coral; } nav { - background: LawnGreen; + background: Coral; display: flex; align-items: center; padding: 0 0.5rem; From 01d0bf75d3be10be9d2d9ae0bb202c907a775b93 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 6 Jan 2023 17:12:31 +0000 Subject: [PATCH 2529/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 67e0111f647f..d8e82b5712c9 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Coral; + border-top: 1px solid Fuchsia; } nav { - background: Coral; + background: Fuchsia; display: flex; align-items: center; padding: 0 0.5rem; From 13b862499f5c883bf548b2bc0aadc6940912a531 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 6 Jan 2023 23:12:31 +0000 Subject: [PATCH 2530/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d8e82b5712c9..0053969b5ecf 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Fuchsia; + border-top: 1px solid WhiteSmoke; } nav { - background: Fuchsia; + background: WhiteSmoke; display: flex; align-items: center; padding: 0 0.5rem; From 0c2fe47648032d7f1bf93d56b93025ecc395c284 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 7 Jan 2023 00:42:30 +0000 Subject: [PATCH 2531/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 0053969b5ecf..2bb350ffd9ac 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid WhiteSmoke; + border-top: 1px solid Yellow; } nav { - background: WhiteSmoke; + background: Yellow; display: flex; align-items: center; padding: 0 0.5rem; From 482dc95d6c2fdc454edc8c833bdeb701df9875b0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 7 Jan 2023 03:42:31 +0000 Subject: [PATCH 2532/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 2bb350ffd9ac..77bfaa9f6042 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Yellow; + border-top: 1px solid MediumSeaGreen; } nav { - background: Yellow; + background: MediumSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From ab3af9ad053ed7ac12dbaf63c450e246777e01b8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 7 Jan 2023 04:27:30 +0000 Subject: [PATCH 2533/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 77bfaa9f6042..6c526423d3cc 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSeaGreen; + border-top: 1px solid Cornsilk; } nav { - background: MediumSeaGreen; + background: Cornsilk; display: flex; align-items: center; padding: 0 0.5rem; From 38c7e3a4c3ec73cc4592549ac3db55d5d6970b75 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 7 Jan 2023 09:42:30 +0000 Subject: [PATCH 2534/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 6c526423d3cc..1b8c7acecc59 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Cornsilk; + border-top: 1px solid LightYellow; } nav { - background: Cornsilk; + background: LightYellow; display: flex; align-items: center; padding: 0 0.5rem; From f6bed1b160a17d5407726578b6902e0e70f75e16 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 7 Jan 2023 16:27:31 +0000 Subject: [PATCH 2535/3185] KPT-24: Update background color to LightBlue --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 1b8c7acecc59..3bd9c6e87f30 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightYellow; + border-top: 1px solid LightBlue; } nav { - background: LightYellow; + background: LightBlue; display: flex; align-items: center; padding: 0 0.5rem; From 8e8adce4b5e9715d9e1e49dfbd76c164d931a0d5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 7 Jan 2023 18:42:30 +0000 Subject: [PATCH 2536/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3bd9c6e87f30..02795f4f8e2b 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightBlue; + border-top: 1px solid DarkGray; } nav { - background: LightBlue; + background: DarkGray; display: flex; align-items: center; padding: 0 0.5rem; From bd50ce39ac5248cb786edcf9dffecd1e67c9cf03 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 7 Jan 2023 20:12:30 +0000 Subject: [PATCH 2537/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 02795f4f8e2b..139351cd37cf 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGray; + border-top: 1px solid SeaShell; } nav { - background: DarkGray; + background: SeaShell; display: flex; align-items: center; padding: 0 0.5rem; From 93e7f971bf4c8800cd583c1cccb2d251b321f012 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 8 Jan 2023 00:42:30 +0000 Subject: [PATCH 2538/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 139351cd37cf..abc9bac5eca7 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SeaShell; + border-top: 1px solid Blue; } nav { - background: SeaShell; + background: Blue; display: flex; align-items: center; padding: 0 0.5rem; From bb227cbb34503ba4e6898411ee2227ed3f81f434 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 8 Jan 2023 05:57:30 +0000 Subject: [PATCH 2539/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index abc9bac5eca7..036ab873eeb7 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Blue; + border-top: 1px solid Violet; } nav { - background: Blue; + background: Violet; display: flex; align-items: center; padding: 0 0.5rem; From 174c9212f3925a17eca2551c895b3ec8d2a792b0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 8 Jan 2023 11:12:30 +0000 Subject: [PATCH 2540/3185] KPT-22: Modals with Thistle accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 036ab873eeb7..ee268dfc6674 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Violet; + border-top: 1px solid Thistle; } nav { - background: Violet; + background: Thistle; display: flex; align-items: center; padding: 0 0.5rem; From 682eee1cccdf4803b6700dbebfe1c7db8765580a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 8 Jan 2023 11:57:30 +0000 Subject: [PATCH 2541/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ee268dfc6674..dd1156fbaefb 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Thistle; + border-top: 1px solid DarkSlateGrey; } nav { - background: Thistle; + background: DarkSlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From f0e19387bb9579a37ce0f63a895ea7575dcfe44f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 8 Jan 2023 12:42:30 +0000 Subject: [PATCH 2542/3185] KPT-24: Update background color to Gray --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index dd1156fbaefb..7eedbaa75afb 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateGrey; + border-top: 1px solid Gray; } nav { - background: DarkSlateGrey; + background: Gray; display: flex; align-items: center; padding: 0 0.5rem; From 8cc58ca0e6c3c60f34a1743a760f3c23b3a6c77a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 8 Jan 2023 18:42:30 +0000 Subject: [PATCH 2543/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 7eedbaa75afb..09d17be28fcf 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gray; + border-top: 1px solid Chartreuse; } nav { - background: Gray; + background: Chartreuse; display: flex; align-items: center; padding: 0 0.5rem; From 6314d52934381ecd4208930aadc5ef406c1e69b3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 8 Jan 2023 23:57:30 +0000 Subject: [PATCH 2544/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 09d17be28fcf..ebdf63f280df 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Chartreuse; + border-top: 1px solid White; } nav { - background: Chartreuse; + background: White; display: flex; align-items: center; padding: 0 0.5rem; From 85e914ab2238fdca5eec896236582499f31c32af Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 9 Jan 2023 01:27:31 +0000 Subject: [PATCH 2545/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ebdf63f280df..ec2e59e70439 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid White; + border-top: 1px solid DarkOrchid; } nav { - background: White; + background: DarkOrchid; display: flex; align-items: center; padding: 0 0.5rem; From 3e8615faffeea121de58094f13253ed6dae02d5d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 9 Jan 2023 03:42:30 +0000 Subject: [PATCH 2546/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ec2e59e70439..0a77f9998160 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOrchid; + border-top: 1px solid LemonChiffon; } nav { - background: DarkOrchid; + background: LemonChiffon; display: flex; align-items: center; padding: 0 0.5rem; From fd6d22c34090df782f974e7e5b8b9ecdfaeec9c7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 9 Jan 2023 04:27:31 +0000 Subject: [PATCH 2547/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 0a77f9998160..19e1abc1037e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LemonChiffon; + border-top: 1px solid PaleGreen; } nav { - background: LemonChiffon; + background: PaleGreen; display: flex; align-items: center; padding: 0 0.5rem; From 8267792f52563295cf12780ff641c4885cbf89f2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 9 Jan 2023 08:12:30 +0000 Subject: [PATCH 2548/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 19e1abc1037e..38eb215526f9 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleGreen; + border-top: 1px solid Salmon; } nav { - background: PaleGreen; + background: Salmon; display: flex; align-items: center; padding: 0 0.5rem; From 3c5d263430c953f3782cfddf5404133acf65f718 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 9 Jan 2023 12:42:30 +0000 Subject: [PATCH 2549/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 38eb215526f9..5d4492574dd1 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Salmon; + border-top: 1px solid MintCream; } nav { - background: Salmon; + background: MintCream; display: flex; align-items: center; padding: 0 0.5rem; From ae9b1db7c81d98dc65f80f32a733e341ef9c834d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 9 Jan 2023 19:27:31 +0000 Subject: [PATCH 2550/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 5d4492574dd1..14bdb415526f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MintCream; + border-top: 1px solid DarkGreen; } nav { - background: MintCream; + background: DarkGreen; display: flex; align-items: center; padding: 0 0.5rem; From 937e5e078567bcea008f97cce620793ff15bab86 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 9 Jan 2023 20:12:30 +0000 Subject: [PATCH 2551/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 14bdb415526f..0053969b5ecf 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGreen; + border-top: 1px solid WhiteSmoke; } nav { - background: DarkGreen; + background: WhiteSmoke; display: flex; align-items: center; padding: 0 0.5rem; From 6b54872fb2679be91fe0fd18ece7c170a5f63a73 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 9 Jan 2023 22:27:31 +0000 Subject: [PATCH 2552/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 0053969b5ecf..63b3b490fb00 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid WhiteSmoke; + border-top: 1px solid MediumVioletRed; } nav { - background: WhiteSmoke; + background: MediumVioletRed; display: flex; align-items: center; padding: 0 0.5rem; From d43d13b666427577c73429594b5d70ff537b5379 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 9 Jan 2023 23:12:31 +0000 Subject: [PATCH 2553/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 63b3b490fb00..7265cc2310f6 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumVioletRed; + border-top: 1px solid DarkGrey; } nav { - background: MediumVioletRed; + background: DarkGrey; display: flex; align-items: center; padding: 0 0.5rem; From e4758b593e1e1df1956093798032ecebb22a3527 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 10 Jan 2023 03:42:31 +0000 Subject: [PATCH 2554/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 7265cc2310f6..857ab72fccc2 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGrey; + border-top: 1px solid LightGoldenRodYellow; } nav { - background: DarkGrey; + background: LightGoldenRodYellow; display: flex; align-items: center; padding: 0 0.5rem; From 1077151b56d87e2307ed5b54db67d0a6a455ef77 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 10 Jan 2023 05:12:30 +0000 Subject: [PATCH 2555/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 857ab72fccc2..7e2c71043980 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGoldenRodYellow; + border-top: 1px solid OliveDrab; } nav { - background: LightGoldenRodYellow; + background: OliveDrab; display: flex; align-items: center; padding: 0 0.5rem; From edd4e6cb67c83d768c14f9a68a400b2adfb1c2f7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 10 Jan 2023 06:42:30 +0000 Subject: [PATCH 2556/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 7e2c71043980..8bc1be7e263d 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OliveDrab; + border-top: 1px solid LightSalmon; } nav { - background: OliveDrab; + background: LightSalmon; display: flex; align-items: center; padding: 0 0.5rem; From 65ef12d9685cae94d8cb0c139dda253a69d12633 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 10 Jan 2023 08:57:30 +0000 Subject: [PATCH 2557/3185] KPT-24: Update background color to LimeGreen --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 8bc1be7e263d..d5b33e6aee0e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSalmon; + border-top: 1px solid LimeGreen; } nav { - background: LightSalmon; + background: LimeGreen; display: flex; align-items: center; padding: 0 0.5rem; From ed3c05567fbb63127490aa5a095aec2c32078741 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 10 Jan 2023 11:12:31 +0000 Subject: [PATCH 2558/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d5b33e6aee0e..39ce4de2a2ff 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LimeGreen; + border-top: 1px solid FireBrick; } nav { - background: LimeGreen; + background: FireBrick; display: flex; align-items: center; padding: 0 0.5rem; From 5837ef733d8547fc60744b6713c2993c2a36ccb6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 10 Jan 2023 15:42:30 +0000 Subject: [PATCH 2559/3185] KPT-24: Update background color to RoyalBlue --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 39ce4de2a2ff..ec5e8acbe367 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid FireBrick; + border-top: 1px solid RoyalBlue; } nav { - background: FireBrick; + background: RoyalBlue; display: flex; align-items: center; padding: 0 0.5rem; From 5cac9e5d7587c685cf67a37577f2a85ce65c422c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 10 Jan 2023 21:42:31 +0000 Subject: [PATCH 2560/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ec5e8acbe367..91281b5305a0 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RoyalBlue; + border-top: 1px solid HoneyDew; } nav { - background: RoyalBlue; + background: HoneyDew; display: flex; align-items: center; padding: 0 0.5rem; From ad87c474397a1ec452d313c75759301f375a6073 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 10 Jan 2023 22:27:30 +0000 Subject: [PATCH 2561/3185] KPT-24: Update background color to Khaki --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 91281b5305a0..3fc956c8bef1 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid HoneyDew; + border-top: 1px solid Khaki; } nav { - background: HoneyDew; + background: Khaki; display: flex; align-items: center; padding: 0 0.5rem; From 7dd045e0b548baeef7438afc2fa20eecc1d8ba8c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 10 Jan 2023 23:12:30 +0000 Subject: [PATCH 2562/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3fc956c8bef1..ce75e3b066c0 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Khaki; + border-top: 1px solid Olive; } nav { - background: Khaki; + background: Olive; display: flex; align-items: center; padding: 0 0.5rem; From 3d35e1eeaf5102adec2817e6df0192c0e4798b9c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 11 Jan 2023 12:42:30 +0000 Subject: [PATCH 2563/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ce75e3b066c0..ebdf63f280df 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Olive; + border-top: 1px solid White; } nav { - background: Olive; + background: White; display: flex; align-items: center; padding: 0 0.5rem; From 4e9b98f17d2076c5410c35fce10b4398a1b60901 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 11 Jan 2023 14:12:30 +0000 Subject: [PATCH 2564/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ebdf63f280df..c9027d922244 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid White; + border-top: 1px solid OldLace; } nav { - background: White; + background: OldLace; display: flex; align-items: center; padding: 0 0.5rem; From 6850db6639f2494dc7341564f2d853cfbad64fbd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 11 Jan 2023 16:27:30 +0000 Subject: [PATCH 2565/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index c9027d922244..308fd2898d6e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OldLace; + border-top: 1px solid Lavender; } nav { - background: OldLace; + background: Lavender; display: flex; align-items: center; padding: 0 0.5rem; From 41e7ea6633e93a78dd0210f8bd8c90399bd27239 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 11 Jan 2023 17:57:31 +0000 Subject: [PATCH 2566/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 308fd2898d6e..0ad2b52a66dd 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Lavender; + border-top: 1px solid DarkSlateGray; } nav { - background: Lavender; + background: DarkSlateGray; display: flex; align-items: center; padding: 0 0.5rem; From 7aa23375bc26f43d897dda48ed2b0c8880696712 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 11 Jan 2023 19:27:30 +0000 Subject: [PATCH 2567/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 0ad2b52a66dd..a2f3a2cc2f41 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateGray; + border-top: 1px solid MediumPurple; } nav { - background: DarkSlateGray; + background: MediumPurple; display: flex; align-items: center; padding: 0 0.5rem; From ab16ac1238fba4705bc761bc0732e9f2fa38302f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 11 Jan 2023 20:12:30 +0000 Subject: [PATCH 2568/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index a2f3a2cc2f41..95a9d0b2c399 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumPurple; + border-top: 1px solid LightCyan; } nav { - background: MediumPurple; + background: LightCyan; display: flex; align-items: center; padding: 0 0.5rem; From 3c4ab1f888438df59aa95ef365f1d91675733219 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 11 Jan 2023 21:42:30 +0000 Subject: [PATCH 2569/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 95a9d0b2c399..a67998ca9c46 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightCyan; + border-top: 1px solid MediumOrchid; } nav { - background: LightCyan; + background: MediumOrchid; display: flex; align-items: center; padding: 0 0.5rem; From d9cbcf7026bb288768ffafc4dcf943df3711e68a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 12 Jan 2023 00:42:30 +0000 Subject: [PATCH 2570/3185] KPT-22: Modals with FireBrick accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index a67998ca9c46..39ce4de2a2ff 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumOrchid; + border-top: 1px solid FireBrick; } nav { - background: MediumOrchid; + background: FireBrick; display: flex; align-items: center; padding: 0 0.5rem; From 262ceeab40123853783ebc8b87388047c56719e2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 12 Jan 2023 01:27:30 +0000 Subject: [PATCH 2571/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 39ce4de2a2ff..affcc732e93e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid FireBrick; + border-top: 1px solid Pink; } nav { - background: FireBrick; + background: Pink; display: flex; align-items: center; padding: 0 0.5rem; From 09ea3fd14774203e71c5e234afac17709230cf5e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 12 Jan 2023 03:42:30 +0000 Subject: [PATCH 2572/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index affcc732e93e..38eb215526f9 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Pink; + border-top: 1px solid Salmon; } nav { - background: Pink; + background: Salmon; display: flex; align-items: center; padding: 0 0.5rem; From 8a1fb21fad397715d3bf7236f356f1cc7d05038c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 12 Jan 2023 05:12:30 +0000 Subject: [PATCH 2573/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 38eb215526f9..ac69cd686a82 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Salmon; + border-top: 1px solid MediumSpringGreen; } nav { - background: Salmon; + background: MediumSpringGreen; display: flex; align-items: center; padding: 0 0.5rem; From 9b0d0e810161a8484b309d99ef9638d5ba5b5686 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 12 Jan 2023 05:57:30 +0000 Subject: [PATCH 2574/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ac69cd686a82..372b1a31ed97 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSpringGreen; + border-top: 1px solid LightGrey; } nav { - background: MediumSpringGreen; + background: LightGrey; display: flex; align-items: center; padding: 0 0.5rem; From 1b00d6c36b47966777658b8a396f7be8ac5ab7af Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 12 Jan 2023 07:27:30 +0000 Subject: [PATCH 2575/3185] KPT-22: Modals with Teal accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 372b1a31ed97..c5466bcfd359 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGrey; + border-top: 1px solid Teal; } nav { - background: LightGrey; + background: Teal; display: flex; align-items: center; padding: 0 0.5rem; From ab6b9d02b04463c295f2e820e4f7351c2ed96091 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 12 Jan 2023 09:42:30 +0000 Subject: [PATCH 2576/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index c5466bcfd359..4157a06c1b2b 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Teal; + border-top: 1px solid LawnGreen; } nav { - background: Teal; + background: LawnGreen; display: flex; align-items: center; padding: 0 0.5rem; From 9518ac2a08f0331c5a2bcdc0564576c23f5ebe23 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 12 Jan 2023 12:42:30 +0000 Subject: [PATCH 2577/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4157a06c1b2b..affcc732e93e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LawnGreen; + border-top: 1px solid Pink; } nav { - background: LawnGreen; + background: Pink; display: flex; align-items: center; padding: 0 0.5rem; From bf0c2f34ec09e9eb3cd1e6730609690480a9db9a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 12 Jan 2023 15:42:30 +0000 Subject: [PATCH 2578/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index affcc732e93e..4cb33c38cec8 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Pink; + border-top: 1px solid DarkSalmon; } nav { - background: Pink; + background: DarkSalmon; display: flex; align-items: center; padding: 0 0.5rem; From a87a44d9643654bf8cf2f935f346d97c28b6227a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 12 Jan 2023 18:42:30 +0000 Subject: [PATCH 2579/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4cb33c38cec8..531a07b0e7f9 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSalmon; + border-top: 1px solid AntiqueWhite; } nav { - background: DarkSalmon; + background: AntiqueWhite; display: flex; align-items: center; padding: 0 0.5rem; From 7f39246d1789ca3b335cb560ce702f9fb735061f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 12 Jan 2023 19:27:30 +0000 Subject: [PATCH 2580/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 531a07b0e7f9..e8872e3ed333 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid AntiqueWhite; + border-top: 1px solid Black; } nav { - background: AntiqueWhite; + background: Black; display: flex; align-items: center; padding: 0 0.5rem; From d6544e25399d853441a87493e36a9e8eb5a9b49a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 13 Jan 2023 02:12:30 +0000 Subject: [PATCH 2581/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index e8872e3ed333..9b225c303ed7 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Black; + border-top: 1px solid CornflowerBlue; } nav { - background: Black; + background: CornflowerBlue; display: flex; align-items: center; padding: 0 0.5rem; From 4eb3c5b1a0da145b08a9b78a7aeb9c2b9cec0ebb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 13 Jan 2023 10:27:30 +0000 Subject: [PATCH 2582/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 9b225c303ed7..e8872e3ed333 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid CornflowerBlue; + border-top: 1px solid Black; } nav { - background: CornflowerBlue; + background: Black; display: flex; align-items: center; padding: 0 0.5rem; From 4284f3dec5d02ecb6c08a58e1cff263c283eaf8a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 13 Jan 2023 11:12:30 +0000 Subject: [PATCH 2583/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index e8872e3ed333..7265cc2310f6 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Black; + border-top: 1px solid DarkGrey; } nav { - background: Black; + background: DarkGrey; display: flex; align-items: center; padding: 0 0.5rem; From c546bd5a52ca89f98a69dedbd6765ed8209fa21e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 13 Jan 2023 13:27:31 +0000 Subject: [PATCH 2584/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 7265cc2310f6..31704961ca80 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGrey; + border-top: 1px solid DarkRed; } nav { - background: DarkGrey; + background: DarkRed; display: flex; align-items: center; padding: 0 0.5rem; From 8a767b4d712fc009e7a960d06de151ae1f849a82 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 13 Jan 2023 17:57:31 +0000 Subject: [PATCH 2585/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 31704961ca80..f121aafd52c6 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkRed; + border-top: 1px solid SteelBlue; } nav { - background: DarkRed; + background: SteelBlue; display: flex; align-items: center; padding: 0 0.5rem; From 47433fa3897c164823b0bc7004ae0dbec6246afd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 13 Jan 2023 20:12:30 +0000 Subject: [PATCH 2586/3185] KPT-24: Update background color to DeepPink --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index f121aafd52c6..4e9265f434fd 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SteelBlue; + border-top: 1px solid DeepPink; } nav { - background: SteelBlue; + background: DeepPink; display: flex; align-items: center; padding: 0 0.5rem; From 0d72a72bff8eb2e8352fc126689aa44d233ea816 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 13 Jan 2023 20:57:31 +0000 Subject: [PATCH 2587/3185] KPT-22: Modals with Beige accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4e9265f434fd..228291e36290 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DeepPink; + border-top: 1px solid Beige; } nav { - background: DeepPink; + background: Beige; display: flex; align-items: center; padding: 0 0.5rem; From 7c8a47ed7a5ad8848d290a759b9ad5f5e00a1468 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 14 Jan 2023 01:27:30 +0000 Subject: [PATCH 2588/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 228291e36290..0ad2b52a66dd 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Beige; + border-top: 1px solid DarkSlateGray; } nav { - background: Beige; + background: DarkSlateGray; display: flex; align-items: center; padding: 0 0.5rem; From dba979eeab15d2c74fb18e2c882da13f33926121 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 14 Jan 2023 04:27:30 +0000 Subject: [PATCH 2589/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 0ad2b52a66dd..7e2c71043980 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateGray; + border-top: 1px solid OliveDrab; } nav { - background: DarkSlateGray; + background: OliveDrab; display: flex; align-items: center; padding: 0 0.5rem; From b07bc28e113673bc1c3c11712fa412495de52b65 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 14 Jan 2023 06:42:30 +0000 Subject: [PATCH 2590/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 7e2c71043980..77bfaa9f6042 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OliveDrab; + border-top: 1px solid MediumSeaGreen; } nav { - background: OliveDrab; + background: MediumSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From 468845a20fe6309bee82e9ff5fd5d6741ae69511 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 14 Jan 2023 08:57:30 +0000 Subject: [PATCH 2591/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 77bfaa9f6042..14bdb415526f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSeaGreen; + border-top: 1px solid DarkGreen; } nav { - background: MediumSeaGreen; + background: DarkGreen; display: flex; align-items: center; padding: 0 0.5rem; From 7a284288b71aeb7c1c3c94bb2c217cd0d119f399 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 14 Jan 2023 09:42:31 +0000 Subject: [PATCH 2592/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 14bdb415526f..95a9d0b2c399 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGreen; + border-top: 1px solid LightCyan; } nav { - background: DarkGreen; + background: LightCyan; display: flex; align-items: center; padding: 0 0.5rem; From 4b5a4cae353b7b1ed282e9eddf15b1e9ef079094 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 14 Jan 2023 13:27:30 +0000 Subject: [PATCH 2593/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 95a9d0b2c399..bc298684f71f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightCyan; + border-top: 1px solid RebeccaPurple; } nav { - background: LightCyan; + background: RebeccaPurple; display: flex; align-items: center; padding: 0 0.5rem; From fc683747007e8bb3df91cca088f9682decd27d0a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 14 Jan 2023 14:12:31 +0000 Subject: [PATCH 2594/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index bc298684f71f..718dcb65df26 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RebeccaPurple; + border-top: 1px solid DarkCyan; } nav { - background: RebeccaPurple; + background: DarkCyan; display: flex; align-items: center; padding: 0 0.5rem; From b0162ef34042a1be9e6fbcf8e0314fe7d8e922cb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 14 Jan 2023 16:27:31 +0000 Subject: [PATCH 2595/3185] KPT-24: Update background color to White --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 718dcb65df26..ebdf63f280df 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkCyan; + border-top: 1px solid White; } nav { - background: DarkCyan; + background: White; display: flex; align-items: center; padding: 0 0.5rem; From afa3f8e0f0016a52452ed335c1db3298e6acee9c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 14 Jan 2023 20:12:30 +0000 Subject: [PATCH 2596/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ebdf63f280df..036ab873eeb7 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid White; + border-top: 1px solid Violet; } nav { - background: White; + background: Violet; display: flex; align-items: center; padding: 0 0.5rem; From 56e32f4c1379a8876a305233d92e61cc916f9a07 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 14 Jan 2023 22:27:31 +0000 Subject: [PATCH 2597/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 036ab873eeb7..453cdaa8fe58 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Violet; + border-top: 1px solid DarkSlateBlue; } nav { - background: Violet; + background: DarkSlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From 7004e93b38dd3dc365ac6a9594a616e351afe34e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 14 Jan 2023 23:12:31 +0000 Subject: [PATCH 2598/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 453cdaa8fe58..0ad2b52a66dd 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateBlue; + border-top: 1px solid DarkSlateGray; } nav { - background: DarkSlateBlue; + background: DarkSlateGray; display: flex; align-items: center; padding: 0 0.5rem; From e8104a187cb517936cdb653c542063c2ee6d23e8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 15 Jan 2023 01:27:30 +0000 Subject: [PATCH 2599/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 0ad2b52a66dd..63b3b490fb00 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateGray; + border-top: 1px solid MediumVioletRed; } nav { - background: DarkSlateGray; + background: MediumVioletRed; display: flex; align-items: center; padding: 0 0.5rem; From e35034f46b606b33f36cb48a0e493c7ee7da6025 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 15 Jan 2023 03:42:30 +0000 Subject: [PATCH 2600/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 63b3b490fb00..014c40a7a430 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumVioletRed; + border-top: 1px solid DeepSkyBlue; } nav { - background: MediumVioletRed; + background: DeepSkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From 849c20c515c7d7823ca7666f85576b7035440f9c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 15 Jan 2023 04:27:30 +0000 Subject: [PATCH 2601/3185] KPT-24: Update background color to GoldenRod --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 014c40a7a430..53c6d3eeeb62 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DeepSkyBlue; + border-top: 1px solid GoldenRod; } nav { - background: DeepSkyBlue; + background: GoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From c412f503a6224a8686475eea7d7aac988ce0db93 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 15 Jan 2023 07:27:30 +0000 Subject: [PATCH 2602/3185] KPT-22: Modals with GhostWhite accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 53c6d3eeeb62..ad9452d08934 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GoldenRod; + border-top: 1px solid GhostWhite; } nav { - background: GoldenRod; + background: GhostWhite; display: flex; align-items: center; padding: 0 0.5rem; From e609587e5c821ef4e39b85210f104bec78c09f25 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 15 Jan 2023 08:57:31 +0000 Subject: [PATCH 2603/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ad9452d08934..abc9bac5eca7 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GhostWhite; + border-top: 1px solid Blue; } nav { - background: GhostWhite; + background: Blue; display: flex; align-items: center; padding: 0 0.5rem; From 5a4cdb0f852bf4da77255f9976c6a278fe9f392a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 15 Jan 2023 11:12:30 +0000 Subject: [PATCH 2604/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index abc9bac5eca7..d1a30d185108 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Blue; + border-top: 1px solid Linen; } nav { - background: Blue; + background: Linen; display: flex; align-items: center; padding: 0 0.5rem; From 4e7161204e86a774914668c61fdd956fa15522f3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 15 Jan 2023 13:27:30 +0000 Subject: [PATCH 2605/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d1a30d185108..0053969b5ecf 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Linen; + border-top: 1px solid WhiteSmoke; } nav { - background: Linen; + background: WhiteSmoke; display: flex; align-items: center; padding: 0 0.5rem; From f55d374410ad27b0962bf9af125119917c90873b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 15 Jan 2023 17:12:31 +0000 Subject: [PATCH 2606/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 0053969b5ecf..4ec33dd9a11e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid WhiteSmoke; + border-top: 1px solid BurlyWood; } nav { - background: WhiteSmoke; + background: BurlyWood; display: flex; align-items: center; padding: 0 0.5rem; From 608f02d9a46933e92d67b086a2baf9b176030488 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 15 Jan 2023 17:57:31 +0000 Subject: [PATCH 2607/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4ec33dd9a11e..2a24e48a33d3 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BurlyWood; + border-top: 1px solid Green; } nav { - background: BurlyWood; + background: Green; display: flex; align-items: center; padding: 0 0.5rem; From 46a19b4fbdcf680dfe01f6bfff9384996247de69 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 15 Jan 2023 20:57:30 +0000 Subject: [PATCH 2608/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 2a24e48a33d3..eca3a27ac0c5 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Green; + border-top: 1px solid GreenYellow; } nav { - background: Green; + background: GreenYellow; display: flex; align-items: center; padding: 0 0.5rem; From ac7bb5907e0213a50a1c9961b80dfc86f9ca86f6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 15 Jan 2023 22:27:31 +0000 Subject: [PATCH 2609/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index eca3a27ac0c5..6675fdc2e211 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GreenYellow; + border-top: 1px solid Tomato; } nav { - background: GreenYellow; + background: Tomato; display: flex; align-items: center; padding: 0 0.5rem; From b73ac4d42f15760c763d96e482ac67bb4f3021e8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 15 Jan 2023 23:12:30 +0000 Subject: [PATCH 2610/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 6675fdc2e211..77bfaa9f6042 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Tomato; + border-top: 1px solid MediumSeaGreen; } nav { - background: Tomato; + background: MediumSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From 1dead1445a395e3fec67602cba35ef876e5031e4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 16 Jan 2023 02:57:30 +0000 Subject: [PATCH 2611/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 77bfaa9f6042..09d17be28fcf 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSeaGreen; + border-top: 1px solid Chartreuse; } nav { - background: MediumSeaGreen; + background: Chartreuse; display: flex; align-items: center; padding: 0 0.5rem; From 0c15fa27889ae3d5d10ba9a332f895e9c986180a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 16 Jan 2023 05:12:30 +0000 Subject: [PATCH 2612/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 09d17be28fcf..d8e82b5712c9 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Chartreuse; + border-top: 1px solid Fuchsia; } nav { - background: Chartreuse; + background: Fuchsia; display: flex; align-items: center; padding: 0 0.5rem; From ac446985e0d9e5f3389c2ffc3bf02925cd985699 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 16 Jan 2023 05:57:30 +0000 Subject: [PATCH 2613/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d8e82b5712c9..6da11d3d6276 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Fuchsia; + border-top: 1px solid DarkOliveGreen; } nav { - background: Fuchsia; + background: DarkOliveGreen; display: flex; align-items: center; padding: 0 0.5rem; From 7853b78a5bf44400b06434e2a5a3efb1d558ddb3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 16 Jan 2023 06:42:30 +0000 Subject: [PATCH 2614/3185] KPT-24: Update background color to DodgerBlue --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 6da11d3d6276..9cc806b0b915 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOliveGreen; + border-top: 1px solid DodgerBlue; } nav { - background: DarkOliveGreen; + background: DodgerBlue; display: flex; align-items: center; padding: 0 0.5rem; From ec402037c7448ee9df6c46064e8d1aaed7a8d427 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 16 Jan 2023 14:12:30 +0000 Subject: [PATCH 2615/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 9cc806b0b915..4c78b363845c 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DodgerBlue; + border-top: 1px solid ForestGreen; } nav { - background: DodgerBlue; + background: ForestGreen; display: flex; align-items: center; padding: 0 0.5rem; From ddefdda01204d31b35f77c99bc15774cda30de14 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 16 Jan 2023 16:27:30 +0000 Subject: [PATCH 2616/3185] KPT-22: Modals with FloralWhite accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4c78b363845c..26096fe5afd6 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid ForestGreen; + border-top: 1px solid FloralWhite; } nav { - background: ForestGreen; + background: FloralWhite; display: flex; align-items: center; padding: 0 0.5rem; From 1ec7ac5eee993b5dcc1cbac26f106754c60ee440 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 16 Jan 2023 17:12:30 +0000 Subject: [PATCH 2617/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 26096fe5afd6..9cc806b0b915 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid FloralWhite; + border-top: 1px solid DodgerBlue; } nav { - background: FloralWhite; + background: DodgerBlue; display: flex; align-items: center; padding: 0 0.5rem; From 5496459af573fe8611b8bd1d050167519d052406 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 16 Jan 2023 23:57:30 +0000 Subject: [PATCH 2618/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 9cc806b0b915..4c78b363845c 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DodgerBlue; + border-top: 1px solid ForestGreen; } nav { - background: DodgerBlue; + background: ForestGreen; display: flex; align-items: center; padding: 0 0.5rem; From 5dcf1ac46c4e61cb9d86394d2f1b5b63c8b6957f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 17 Jan 2023 02:12:30 +0000 Subject: [PATCH 2619/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4c78b363845c..1230ce9cd975 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid ForestGreen; + border-top: 1px solid MediumSlateBlue; } nav { - background: ForestGreen; + background: MediumSlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From 37cf4c9458e89ee3abdf10c4ed00b092dc350dae Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 17 Jan 2023 04:27:30 +0000 Subject: [PATCH 2620/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 1230ce9cd975..f626f10eb5eb 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSlateBlue; + border-top: 1px solid PaleGoldenRod; } nav { - background: MediumSlateBlue; + background: PaleGoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From bf6d19919198b3b078954ba2675a0c5b06ee92ae Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 17 Jan 2023 07:27:30 +0000 Subject: [PATCH 2621/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index f626f10eb5eb..6da11d3d6276 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleGoldenRod; + border-top: 1px solid DarkOliveGreen; } nav { - background: PaleGoldenRod; + background: DarkOliveGreen; display: flex; align-items: center; padding: 0 0.5rem; From f9d4a145a16a012115180f1720b6977b71bc5382 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 17 Jan 2023 08:12:31 +0000 Subject: [PATCH 2622/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 6da11d3d6276..a67998ca9c46 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOliveGreen; + border-top: 1px solid MediumOrchid; } nav { - background: DarkOliveGreen; + background: MediumOrchid; display: flex; align-items: center; padding: 0 0.5rem; From 9d763fe48cb4c42cc8f0949ae1de8c47476ef14d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 17 Jan 2023 09:42:31 +0000 Subject: [PATCH 2623/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index a67998ca9c46..3bec89149c2c 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumOrchid; + border-top: 1px solid Peru; } nav { - background: MediumOrchid; + background: Peru; display: flex; align-items: center; padding: 0 0.5rem; From 8fddd08d62083ca1f84a71e5c81f96e61c4f1786 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 17 Jan 2023 13:27:30 +0000 Subject: [PATCH 2624/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3bec89149c2c..d932ecdd7d93 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Peru; + border-top: 1px solid Moccasin; } nav { - background: Peru; + background: Moccasin; display: flex; align-items: center; padding: 0 0.5rem; From fa5f020876d89f6427346507463a7c549793bc6d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 17 Jan 2023 14:57:31 +0000 Subject: [PATCH 2625/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d932ecdd7d93..f121aafd52c6 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Moccasin; + border-top: 1px solid SteelBlue; } nav { - background: Moccasin; + background: SteelBlue; display: flex; align-items: center; padding: 0 0.5rem; From ccad789b3bb480c3b662942062c08a7f17c26414 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 17 Jan 2023 15:42:30 +0000 Subject: [PATCH 2626/3185] KPT-24: Update background color to CornflowerBlue --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index f121aafd52c6..9b225c303ed7 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SteelBlue; + border-top: 1px solid CornflowerBlue; } nav { - background: SteelBlue; + background: CornflowerBlue; display: flex; align-items: center; padding: 0 0.5rem; From 7659b86f7fdad01bc6e4d8e8b5f6ca6b460b72a1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 17 Jan 2023 23:57:32 +0000 Subject: [PATCH 2627/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 9b225c303ed7..0f633b206ec6 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid CornflowerBlue; + border-top: 1px solid MediumAquaMarine; } nav { - background: CornflowerBlue; + background: MediumAquaMarine; display: flex; align-items: center; padding: 0 0.5rem; From 703efaac585c389eb48842a1d83cf8031604e10d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 18 Jan 2023 04:27:30 +0000 Subject: [PATCH 2628/3185] KPT-22: Modals with LightYellow accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 0f633b206ec6..1b8c7acecc59 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumAquaMarine; + border-top: 1px solid LightYellow; } nav { - background: MediumAquaMarine; + background: LightYellow; display: flex; align-items: center; padding: 0 0.5rem; From dc120385b726796a92cefb76fed0741d39565df8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 18 Jan 2023 05:57:30 +0000 Subject: [PATCH 2629/3185] KPT-24: Update background color to Bisque --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 1b8c7acecc59..ac6b74bb429f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightYellow; + border-top: 1px solid Bisque; } nav { - background: LightYellow; + background: Bisque; display: flex; align-items: center; padding: 0 0.5rem; From f2e52687a7d7c99cd8a76c5aaca35021174fe500 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 18 Jan 2023 08:57:31 +0000 Subject: [PATCH 2630/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ac6b74bb429f..9db6466b4d55 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Bisque; + border-top: 1px solid Indigo; } nav { - background: Bisque; + background: Indigo; display: flex; align-items: center; padding: 0 0.5rem; From 783921de4553a0ead68b01c08400e9395b08a881 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 18 Jan 2023 14:57:31 +0000 Subject: [PATCH 2631/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 9db6466b4d55..abc9bac5eca7 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Indigo; + border-top: 1px solid Blue; } nav { - background: Indigo; + background: Blue; display: flex; align-items: center; padding: 0 0.5rem; From 4a3c731ab2fcb24fc732167e9f72f4d2fdcde8d3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 18 Jan 2023 17:12:30 +0000 Subject: [PATCH 2632/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index abc9bac5eca7..3c53fdbf3bd7 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Blue; + border-top: 1px solid RosyBrown; } nav { - background: Blue; + background: RosyBrown; display: flex; align-items: center; padding: 0 0.5rem; From fc2d2fe6dfaf5bea54d134fe8d3f3a1c2b55e571 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 18 Jan 2023 20:57:31 +0000 Subject: [PATCH 2633/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3c53fdbf3bd7..6675fdc2e211 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RosyBrown; + border-top: 1px solid Tomato; } nav { - background: RosyBrown; + background: Tomato; display: flex; align-items: center; padding: 0 0.5rem; From 9be66d37c48ec2e4f49b2f0891cb23bff3501f98 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 18 Jan 2023 21:42:30 +0000 Subject: [PATCH 2634/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 6675fdc2e211..77bfaa9f6042 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Tomato; + border-top: 1px solid MediumSeaGreen; } nav { - background: Tomato; + background: MediumSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From 817b522047eccebdc3edefc270a068fa1dadce7b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 19 Jan 2023 05:57:30 +0000 Subject: [PATCH 2635/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 77bfaa9f6042..ec5e8acbe367 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSeaGreen; + border-top: 1px solid RoyalBlue; } nav { - background: MediumSeaGreen; + background: RoyalBlue; display: flex; align-items: center; padding: 0 0.5rem; From 7f86028064fc74466b0b1b19315fc19aeeabef2c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 19 Jan 2023 11:12:30 +0000 Subject: [PATCH 2636/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ec5e8acbe367..bdd585164bf6 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RoyalBlue; + border-top: 1px solid MediumTurquoise; } nav { - background: RoyalBlue; + background: MediumTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From cac8e038f3be5c6299049f0aa8f613c161a974e1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 19 Jan 2023 11:57:31 +0000 Subject: [PATCH 2637/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index bdd585164bf6..d932ecdd7d93 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumTurquoise; + border-top: 1px solid Moccasin; } nav { - background: MediumTurquoise; + background: Moccasin; display: flex; align-items: center; padding: 0 0.5rem; From 2ed5b3d30d17afa93bdceaa51f6e2a522d1bb80b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 19 Jan 2023 12:42:30 +0000 Subject: [PATCH 2638/3185] KPT-24: Update background color to DarkGray --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d932ecdd7d93..02795f4f8e2b 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Moccasin; + border-top: 1px solid DarkGray; } nav { - background: Moccasin; + background: DarkGray; display: flex; align-items: center; padding: 0 0.5rem; From 01d06ba0f44e312bfe4918f24c6fdc21040f55df Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 19 Jan 2023 15:42:31 +0000 Subject: [PATCH 2639/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 02795f4f8e2b..95b0c9b012ff 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGray; + border-top: 1px solid DimGray; } nav { - background: DarkGray; + background: DimGray; display: flex; align-items: center; padding: 0 0.5rem; From a94b0b8581bdaf2cf9d784f9377bc2ef4897b35f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 19 Jan 2023 16:27:31 +0000 Subject: [PATCH 2640/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 95b0c9b012ff..3bd9c6e87f30 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DimGray; + border-top: 1px solid LightBlue; } nav { - background: DimGray; + background: LightBlue; display: flex; align-items: center; padding: 0 0.5rem; From 1c13ca781b78a085701505731131fb9720a8aaa8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 19 Jan 2023 20:12:30 +0000 Subject: [PATCH 2641/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3bd9c6e87f30..ec5e8acbe367 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightBlue; + border-top: 1px solid RoyalBlue; } nav { - background: LightBlue; + background: RoyalBlue; display: flex; align-items: center; padding: 0 0.5rem; From 24b4aaaee3be4547c0eaae820a43c2aee2680757 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 20 Jan 2023 02:12:30 +0000 Subject: [PATCH 2642/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ec5e8acbe367..0a77f9998160 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RoyalBlue; + border-top: 1px solid LemonChiffon; } nav { - background: RoyalBlue; + background: LemonChiffon; display: flex; align-items: center; padding: 0 0.5rem; From 44ae227606668d61c1102f15659f45093b25f8a0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 20 Jan 2023 08:57:31 +0000 Subject: [PATCH 2643/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 0a77f9998160..64214c2d85c0 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LemonChiffon; + border-top: 1px solid LightGreen; } nav { - background: LemonChiffon; + background: LightGreen; display: flex; align-items: center; padding: 0 0.5rem; From 2f3142c3b12419c328c9018a4cb49e0835777a5e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 20 Jan 2023 09:42:30 +0000 Subject: [PATCH 2644/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 64214c2d85c0..b5749b217055 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGreen; + border-top: 1px solid Orchid; } nav { - background: LightGreen; + background: Orchid; display: flex; align-items: center; padding: 0 0.5rem; From 9f6a808c1298aa7f61384653d327183004f07cf8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 20 Jan 2023 18:42:31 +0000 Subject: [PATCH 2645/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index b5749b217055..7265cc2310f6 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Orchid; + border-top: 1px solid DarkGrey; } nav { - background: Orchid; + background: DarkGrey; display: flex; align-items: center; padding: 0 0.5rem; From 4f2f763a06c457e929ece00d73a0596efaba6794 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 20 Jan 2023 23:12:31 +0000 Subject: [PATCH 2646/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 7265cc2310f6..b71c46471615 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGrey; + border-top: 1px solid Sienna; } nav { - background: DarkGrey; + background: Sienna; display: flex; align-items: center; padding: 0 0.5rem; From 0915b4c20ffc896e6b6d7850a9799af106f0fe91 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 21 Jan 2023 06:42:31 +0000 Subject: [PATCH 2647/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index b71c46471615..3bd9c6e87f30 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Sienna; + border-top: 1px solid LightBlue; } nav { - background: Sienna; + background: LightBlue; display: flex; align-items: center; padding: 0 0.5rem; From 08e9bc0e6ebf66cf4ce347395b7c5408f5e7016b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 21 Jan 2023 08:12:31 +0000 Subject: [PATCH 2648/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3bd9c6e87f30..97c9a503bf56 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightBlue; + border-top: 1px solid Lime; } nav { - background: LightBlue; + background: Lime; display: flex; align-items: center; padding: 0 0.5rem; From 02a11f7f738b0ecd35cc84aa03cd682b65688a71 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 21 Jan 2023 08:57:31 +0000 Subject: [PATCH 2649/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 97c9a503bf56..3b0ac193bf44 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Lime; + border-top: 1px solid Aquamarine; } nav { - background: Lime; + background: Aquamarine; display: flex; align-items: center; padding: 0 0.5rem; From 9031f832faee4ad40ebd7f47e6fe03fa7986b984 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 21 Jan 2023 09:42:31 +0000 Subject: [PATCH 2650/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3b0ac193bf44..19e1abc1037e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Aquamarine; + border-top: 1px solid PaleGreen; } nav { - background: Aquamarine; + background: PaleGreen; display: flex; align-items: center; padding: 0 0.5rem; From 58b22ff9c30b81e969391e0ced07cf6b6ddf1040 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 21 Jan 2023 11:57:31 +0000 Subject: [PATCH 2651/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 19e1abc1037e..d45f2f580eae 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleGreen; + border-top: 1px solid LightGray; } nav { - background: PaleGreen; + background: LightGray; display: flex; align-items: center; padding: 0 0.5rem; From 065dc3c4c108a198fd6edbf575e76fe0f66892a2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 21 Jan 2023 14:57:32 +0000 Subject: [PATCH 2652/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d45f2f580eae..cc3e2a46c95e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGray; + border-top: 1px solid LightSkyBlue; } nav { - background: LightGray; + background: LightSkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From 98c6874135805647033f4e27b3ba5a19104cb19c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 21 Jan 2023 15:42:30 +0000 Subject: [PATCH 2653/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index cc3e2a46c95e..ce75e3b066c0 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSkyBlue; + border-top: 1px solid Olive; } nav { - background: LightSkyBlue; + background: Olive; display: flex; align-items: center; padding: 0 0.5rem; From e1efcbb53bdf877d6823e544d5052939363de8c7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 21 Jan 2023 23:57:32 +0000 Subject: [PATCH 2654/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ce75e3b066c0..b5abec4e62df 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Olive; + border-top: 1px solid Chocolate; } nav { - background: Olive; + background: Chocolate; display: flex; align-items: center; padding: 0 0.5rem; From 6d8255c793f8063f6496831fbb5e6cad29254c1f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 22 Jan 2023 05:57:31 +0000 Subject: [PATCH 2655/3185] KPT-24: Update background color to LightGray --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index b5abec4e62df..d45f2f580eae 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Chocolate; + border-top: 1px solid LightGray; } nav { - background: Chocolate; + background: LightGray; display: flex; align-items: center; padding: 0 0.5rem; From 7662cd69b8704f82192555a448f6b125bdc75a36 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 22 Jan 2023 07:27:31 +0000 Subject: [PATCH 2656/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d45f2f580eae..5b6feda18165 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGray; + border-top: 1px solid Red; } nav { - background: LightGray; + background: Red; display: flex; align-items: center; padding: 0 0.5rem; From 4af3715090fcba7da144efa93d12eff8d71b8fa5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 22 Jan 2023 09:42:31 +0000 Subject: [PATCH 2657/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 5b6feda18165..31704961ca80 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Red; + border-top: 1px solid DarkRed; } nav { - background: Red; + background: DarkRed; display: flex; align-items: center; padding: 0 0.5rem; From 935e387de35b9ecf9749f941587e310d4cab0a04 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 22 Jan 2023 10:27:31 +0000 Subject: [PATCH 2658/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 31704961ca80..136dba7818fc 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkRed; + border-top: 1px solid SaddleBrown; } nav { - background: DarkRed; + background: SaddleBrown; display: flex; align-items: center; padding: 0 0.5rem; From 5122ca62d820c8068dea64403dc865560e2cf863 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 22 Jan 2023 12:42:30 +0000 Subject: [PATCH 2659/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 136dba7818fc..a30b9cfca12e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SaddleBrown; + border-top: 1px solid PapayaWhip; } nav { - background: SaddleBrown; + background: PapayaWhip; display: flex; align-items: center; padding: 0 0.5rem; From 312fbad4bffc52989c1a6649e3f93bbea835aad2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 22 Jan 2023 14:57:30 +0000 Subject: [PATCH 2660/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index a30b9cfca12e..7a8231a1d628 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PapayaWhip; + border-top: 1px solid SeaGreen; } nav { - background: PapayaWhip; + background: SeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From 7d3116bc46ee2f029474c19c1a040b628bc6b94b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 22 Jan 2023 15:42:30 +0000 Subject: [PATCH 2661/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 7a8231a1d628..ad9452d08934 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SeaGreen; + border-top: 1px solid GhostWhite; } nav { - background: SeaGreen; + background: GhostWhite; display: flex; align-items: center; padding: 0 0.5rem; From 54a5bbf84d58c2396a4835422c4847573344890d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 22 Jan 2023 20:12:31 +0000 Subject: [PATCH 2662/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ad9452d08934..3ec0ac892f86 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GhostWhite; + border-top: 1px solid Gainsboro; } nav { - background: GhostWhite; + background: Gainsboro; display: flex; align-items: center; padding: 0 0.5rem; From 6d3fd532e85d4705adf521b3a621931f6c63508f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 23 Jan 2023 02:57:31 +0000 Subject: [PATCH 2663/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3ec0ac892f86..52780a4ff666 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gainsboro; + border-top: 1px solid SlateGrey; } nav { - background: Gainsboro; + background: SlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From ef4b2aafe7b24b685e40ee81096e8a1a0d6925e9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 23 Jan 2023 03:42:31 +0000 Subject: [PATCH 2664/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 52780a4ff666..0f633b206ec6 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateGrey; + border-top: 1px solid MediumAquaMarine; } nav { - background: SlateGrey; + background: MediumAquaMarine; display: flex; align-items: center; padding: 0 0.5rem; From acb0bac721f20be3094b19d57c0fe16512164e50 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 23 Jan 2023 11:57:31 +0000 Subject: [PATCH 2665/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 0f633b206ec6..2e8c8e35e5cb 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumAquaMarine; + border-top: 1px solid Magenta; } nav { - background: MediumAquaMarine; + background: Magenta; display: flex; align-items: center; padding: 0 0.5rem; From 18880fa2e7544ece9fff60d687733f0817093763 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 23 Jan 2023 13:27:31 +0000 Subject: [PATCH 2666/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 2e8c8e35e5cb..856552dcb2f0 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Magenta; + border-top: 1px solid DarkSeaGreen; } nav { - background: Magenta; + background: DarkSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From 290f4ecfd05f50d162efc19c16f50bcd982531a4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 23 Jan 2023 14:57:30 +0000 Subject: [PATCH 2667/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 856552dcb2f0..9b225c303ed7 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSeaGreen; + border-top: 1px solid CornflowerBlue; } nav { - background: DarkSeaGreen; + background: CornflowerBlue; display: flex; align-items: center; padding: 0 0.5rem; From 76de9111bfc20d9c4ec30902b2e5d4aee2785b50 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 23 Jan 2023 18:42:30 +0000 Subject: [PATCH 2668/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 9b225c303ed7..d45f2f580eae 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid CornflowerBlue; + border-top: 1px solid LightGray; } nav { - background: CornflowerBlue; + background: LightGray; display: flex; align-items: center; padding: 0 0.5rem; From 70d4489631c563243d3e9994846be54a5da598cb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 23 Jan 2023 23:12:30 +0000 Subject: [PATCH 2669/3185] KPT-24: Update background color to DarkKhaki --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d45f2f580eae..d61efedec6bb 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGray; + border-top: 1px solid DarkKhaki; } nav { - background: LightGray; + background: DarkKhaki; display: flex; align-items: center; padding: 0 0.5rem; From 042d376791871a4ba1dcba2d5a61f5b9dd601886 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 24 Jan 2023 01:27:30 +0000 Subject: [PATCH 2670/3185] KPT-22: Modals with SaddleBrown accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d61efedec6bb..136dba7818fc 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkKhaki; + border-top: 1px solid SaddleBrown; } nav { - background: DarkKhaki; + background: SaddleBrown; display: flex; align-items: center; padding: 0 0.5rem; From 0035f7589321582504d57754721b12f05863cad6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 24 Jan 2023 05:12:30 +0000 Subject: [PATCH 2671/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 136dba7818fc..b5abec4e62df 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SaddleBrown; + border-top: 1px solid Chocolate; } nav { - background: SaddleBrown; + background: Chocolate; display: flex; align-items: center; padding: 0 0.5rem; From d6b12949b3f8d550aaef38aa77c21623a054ceea Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 24 Jan 2023 08:12:31 +0000 Subject: [PATCH 2672/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index b5abec4e62df..3fc956c8bef1 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Chocolate; + border-top: 1px solid Khaki; } nav { - background: Chocolate; + background: Khaki; display: flex; align-items: center; padding: 0 0.5rem; From e04b49033316e9f98d4cbb76acbb3e59d9a2ba80 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 24 Jan 2023 11:12:31 +0000 Subject: [PATCH 2673/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3fc956c8bef1..9cb4c6084104 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Khaki; + border-top: 1px solid DarkBlue; } nav { - background: Khaki; + background: DarkBlue; display: flex; align-items: center; padding: 0 0.5rem; From eb05f43e8c3e023372ef2dc5b2ad71088d39a097 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 24 Jan 2023 12:42:31 +0000 Subject: [PATCH 2674/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 9cb4c6084104..4cb33c38cec8 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkBlue; + border-top: 1px solid DarkSalmon; } nav { - background: DarkBlue; + background: DarkSalmon; display: flex; align-items: center; padding: 0 0.5rem; From 291cac8c488838b53a117a6e566b1bae07c4844d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 24 Jan 2023 13:27:30 +0000 Subject: [PATCH 2675/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4cb33c38cec8..11a95055426e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSalmon; + border-top: 1px solid LightCoral; } nav { - background: DarkSalmon; + background: LightCoral; display: flex; align-items: center; padding: 0 0.5rem; From 9842017665d9ba28c2c9e4c864f6f3f0c401fa00 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 24 Jan 2023 16:27:30 +0000 Subject: [PATCH 2676/3185] KPT-22: Modals with LightGray accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 11a95055426e..d45f2f580eae 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightCoral; + border-top: 1px solid LightGray; } nav { - background: LightCoral; + background: LightGray; display: flex; align-items: center; padding: 0 0.5rem; From f2daf4f7a35296d48a92059b8651657917e24093 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 24 Jan 2023 19:27:30 +0000 Subject: [PATCH 2677/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d45f2f580eae..d3ffb8ea4363 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGray; + border-top: 1px solid DimGrey; } nav { - background: LightGray; + background: DimGrey; display: flex; align-items: center; padding: 0 0.5rem; From 2ca902be7ed83c75616b4b2b97b6a7b7e5a3db64 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 24 Jan 2023 23:12:31 +0000 Subject: [PATCH 2678/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d3ffb8ea4363..2b6378f009d4 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DimGrey; + border-top: 1px solid DarkTurquoise; } nav { - background: DimGrey; + background: DarkTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From 29f14ca0ef3aae654d16458d1f232fb1ac9baead Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 25 Jan 2023 08:12:31 +0000 Subject: [PATCH 2679/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 2b6378f009d4..857ab72fccc2 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkTurquoise; + border-top: 1px solid LightGoldenRodYellow; } nav { - background: DarkTurquoise; + background: LightGoldenRodYellow; display: flex; align-items: center; padding: 0 0.5rem; From 2feb272311caecfdc6091d0fb4f1a621d67e2a79 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 25 Jan 2023 12:42:31 +0000 Subject: [PATCH 2680/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 857ab72fccc2..c9027d922244 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGoldenRodYellow; + border-top: 1px solid OldLace; } nav { - background: LightGoldenRodYellow; + background: OldLace; display: flex; align-items: center; padding: 0 0.5rem; From 5c6107a335e251e98a1b00eb8935142d7e9892ff Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 25 Jan 2023 14:57:31 +0000 Subject: [PATCH 2681/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index c9027d922244..5d4492574dd1 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OldLace; + border-top: 1px solid MintCream; } nav { - background: OldLace; + background: MintCream; display: flex; align-items: center; padding: 0 0.5rem; From d269bc6753d68bc984f35ccf28b99a7c49dea3d2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 25 Jan 2023 15:42:30 +0000 Subject: [PATCH 2682/3185] KPT-22: Modals with LavenderBlush accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 5d4492574dd1..37d380ba9c8b 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MintCream; + border-top: 1px solid LavenderBlush; } nav { - background: MintCream; + background: LavenderBlush; display: flex; align-items: center; padding: 0 0.5rem; From 64b587215c4a0f0f9538fb322ce126eeae1ebae7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 25 Jan 2023 17:57:31 +0000 Subject: [PATCH 2683/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 37d380ba9c8b..7581a7f2cb24 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LavenderBlush; + border-top: 1px solid Ivory; } nav { - background: LavenderBlush; + background: Ivory; display: flex; align-items: center; padding: 0 0.5rem; From d4537ebbdd95fab42dc0833a6f5c766ebcf5f865 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 25 Jan 2023 18:42:31 +0000 Subject: [PATCH 2684/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 7581a7f2cb24..4ec33dd9a11e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Ivory; + border-top: 1px solid BurlyWood; } nav { - background: Ivory; + background: BurlyWood; display: flex; align-items: center; padding: 0 0.5rem; From 611e39f38d906bb1481979d1284011419c2b21d2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 25 Jan 2023 20:57:30 +0000 Subject: [PATCH 2685/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4ec33dd9a11e..3ec0ac892f86 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BurlyWood; + border-top: 1px solid Gainsboro; } nav { - background: BurlyWood; + background: Gainsboro; display: flex; align-items: center; padding: 0 0.5rem; From 1e38f6af1c7a6fd67f013ab9772809faa8c5f994 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 25 Jan 2023 22:27:31 +0000 Subject: [PATCH 2686/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3ec0ac892f86..d8e82b5712c9 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gainsboro; + border-top: 1px solid Fuchsia; } nav { - background: Gainsboro; + background: Fuchsia; display: flex; align-items: center; padding: 0 0.5rem; From 273cfb46e7210a0e72c24b99fb5ac32990d15559 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 25 Jan 2023 23:12:31 +0000 Subject: [PATCH 2687/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d8e82b5712c9..46aa99fbd145 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Fuchsia; + border-top: 1px solid DarkGoldenRod; } nav { - background: Fuchsia; + background: DarkGoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From a35c86b9dd7dea7350893c005df0fd22d8f9b3d5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 26 Jan 2023 03:42:31 +0000 Subject: [PATCH 2688/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 46aa99fbd145..bc298684f71f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGoldenRod; + border-top: 1px solid RebeccaPurple; } nav { - background: DarkGoldenRod; + background: RebeccaPurple; display: flex; align-items: center; padding: 0 0.5rem; From 91f652c65aa2849c798fcb6eee4f8dbb23e1e926 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 26 Jan 2023 04:27:31 +0000 Subject: [PATCH 2689/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index bc298684f71f..bd66074dbebd 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RebeccaPurple; + border-top: 1px solid LightSlateGray; } nav { - background: RebeccaPurple; + background: LightSlateGray; display: flex; align-items: center; padding: 0 0.5rem; From 1426407ea537696aca025570045ca63421e2b143 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 26 Jan 2023 05:12:31 +0000 Subject: [PATCH 2690/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index bd66074dbebd..24d254c510ca 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSlateGray; + border-top: 1px solid Wheat; } nav { - background: LightSlateGray; + background: Wheat; display: flex; align-items: center; padding: 0 0.5rem; From 04737000a174a6d60fd9b12d6fd34f8ba31f4c6c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 26 Jan 2023 18:42:32 +0000 Subject: [PATCH 2691/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 24d254c510ca..3c53fdbf3bd7 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Wheat; + border-top: 1px solid RosyBrown; } nav { - background: Wheat; + background: RosyBrown; display: flex; align-items: center; padding: 0 0.5rem; From 82f7ecde22d31314edbcdc88b6f9428013c1db61 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 26 Jan 2023 22:27:31 +0000 Subject: [PATCH 2692/3185] KPT-24: Update background color to Teal --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3c53fdbf3bd7..c5466bcfd359 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RosyBrown; + border-top: 1px solid Teal; } nav { - background: RosyBrown; + background: Teal; display: flex; align-items: center; padding: 0 0.5rem; From 43488f149038e0b6c0b4b1ddee126b0ada73788b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 27 Jan 2023 02:57:32 +0000 Subject: [PATCH 2693/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index c5466bcfd359..1230ce9cd975 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Teal; + border-top: 1px solid MediumSlateBlue; } nav { - background: Teal; + background: MediumSlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From d6ea45bfc8bc274e1ed835a857616e9bb237c103 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 27 Jan 2023 05:57:31 +0000 Subject: [PATCH 2694/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 1230ce9cd975..4e9265f434fd 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSlateBlue; + border-top: 1px solid DeepPink; } nav { - background: MediumSlateBlue; + background: DeepPink; display: flex; align-items: center; padding: 0 0.5rem; From 0bbe0a215cf89c60f656716399a185b0701ebe7e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 27 Jan 2023 09:42:30 +0000 Subject: [PATCH 2695/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4e9265f434fd..26096fe5afd6 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DeepPink; + border-top: 1px solid FloralWhite; } nav { - background: DeepPink; + background: FloralWhite; display: flex; align-items: center; padding: 0 0.5rem; From d59c7e8cfa4f862839032b2f342d3ad2504b9725 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 27 Jan 2023 13:27:31 +0000 Subject: [PATCH 2696/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 26096fe5afd6..eca3a27ac0c5 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid FloralWhite; + border-top: 1px solid GreenYellow; } nav { - background: FloralWhite; + background: GreenYellow; display: flex; align-items: center; padding: 0 0.5rem; From b2578ab098c05c2ef6ad54082da58b7d2fac7a12 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 27 Jan 2023 18:42:31 +0000 Subject: [PATCH 2697/3185] KPT-22: Modals with BurlyWood accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index eca3a27ac0c5..4ec33dd9a11e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GreenYellow; + border-top: 1px solid BurlyWood; } nav { - background: GreenYellow; + background: BurlyWood; display: flex; align-items: center; padding: 0 0.5rem; From d62b258ca626c31c09186d44d5b5e4bbedc32a1f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 27 Jan 2023 20:57:31 +0000 Subject: [PATCH 2698/3185] KPT-24: Update background color to DarkSlateGray --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4ec33dd9a11e..0ad2b52a66dd 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BurlyWood; + border-top: 1px solid DarkSlateGray; } nav { - background: BurlyWood; + background: DarkSlateGray; display: flex; align-items: center; padding: 0 0.5rem; From a8bf44b57c4d239c75ea6dc41397431932a1ce3a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 28 Jan 2023 02:12:30 +0000 Subject: [PATCH 2699/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 0ad2b52a66dd..d444a165a194 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateGray; + border-top: 1px solid Azure; } nav { - background: DarkSlateGray; + background: Azure; display: flex; align-items: center; padding: 0 0.5rem; From 5332e2fc364d1ea5ec546ffb6ec47bf088711d82 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 28 Jan 2023 08:12:31 +0000 Subject: [PATCH 2700/3185] KPT-22: Modals with DarkMagenta accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d444a165a194..cec3a64bc51b 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Azure; + border-top: 1px solid DarkMagenta; } nav { - background: Azure; + background: DarkMagenta; display: flex; align-items: center; padding: 0 0.5rem; From 73bac0846ac6d7f16f9ae7b9a5abd0f7cdbb8383 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 28 Jan 2023 10:27:31 +0000 Subject: [PATCH 2701/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index cec3a64bc51b..ebdf63f280df 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkMagenta; + border-top: 1px solid White; } nav { - background: DarkMagenta; + background: White; display: flex; align-items: center; padding: 0 0.5rem; From 4bf63205759e26cb74f60375de145b5eb9e5abc8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 28 Jan 2023 21:42:31 +0000 Subject: [PATCH 2702/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ebdf63f280df..7265cc2310f6 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid White; + border-top: 1px solid DarkGrey; } nav { - background: White; + background: DarkGrey; display: flex; align-items: center; padding: 0 0.5rem; From 179c666ea1ab8a2a66a3be5fea87d33e7c246c1f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 29 Jan 2023 02:12:31 +0000 Subject: [PATCH 2703/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 7265cc2310f6..ff1b8ca54562 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGrey; + border-top: 1px solid MediumBlue; } nav { - background: DarkGrey; + background: MediumBlue; display: flex; align-items: center; padding: 0 0.5rem; From c1cacb8207a9e6678b1496fcec3b7d6a023b82c1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 29 Jan 2023 06:42:32 +0000 Subject: [PATCH 2704/3185] KPT-22: Modals with Pink accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ff1b8ca54562..affcc732e93e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumBlue; + border-top: 1px solid Pink; } nav { - background: MediumBlue; + background: Pink; display: flex; align-items: center; padding: 0 0.5rem; From 9b5449ceeda3f479c5bd33216e4344c53809d954 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 29 Jan 2023 11:57:31 +0000 Subject: [PATCH 2705/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index affcc732e93e..7a8231a1d628 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Pink; + border-top: 1px solid SeaGreen; } nav { - background: Pink; + background: SeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From afec0873c57c75361571fd0a7893808a3d163687 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 29 Jan 2023 14:12:32 +0000 Subject: [PATCH 2706/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 7a8231a1d628..ff1b8ca54562 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SeaGreen; + border-top: 1px solid MediumBlue; } nav { - background: SeaGreen; + background: MediumBlue; display: flex; align-items: center; padding: 0 0.5rem; From c6af072aa69093896e9d65f290711c4318508d1e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 29 Jan 2023 15:42:31 +0000 Subject: [PATCH 2707/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ff1b8ca54562..0fc8799d2400 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumBlue; + border-top: 1px solid PaleTurquoise; } nav { - background: MediumBlue; + background: PaleTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From 6af18f681a4e6a41b4ec00f1d83a25f254b888f2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 29 Jan 2023 16:27:45 +0000 Subject: [PATCH 2708/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 0fc8799d2400..37d380ba9c8b 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleTurquoise; + border-top: 1px solid LavenderBlush; } nav { - background: PaleTurquoise; + background: LavenderBlush; display: flex; align-items: center; padding: 0 0.5rem; From 83e87cbcc17cc9da8e4e54e0f89475d729fd4c61 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 29 Jan 2023 17:12:34 +0000 Subject: [PATCH 2709/3185] KPT-24: Update background color to Peru --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 37d380ba9c8b..3bec89149c2c 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LavenderBlush; + border-top: 1px solid Peru; } nav { - background: LavenderBlush; + background: Peru; display: flex; align-items: center; padding: 0 0.5rem; From 9ff3a17803cc93987886e91f4be52f27ab59d28e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 29 Jan 2023 19:27:31 +0000 Subject: [PATCH 2710/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3bec89149c2c..4f31bef8a698 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Peru; + border-top: 1px solid NavajoWhite; } nav { - background: Peru; + background: NavajoWhite; display: flex; align-items: center; padding: 0 0.5rem; From a179dce70d3812e19c3b58c90d6506926b2be8ed Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 29 Jan 2023 20:12:31 +0000 Subject: [PATCH 2711/3185] KPT-22: Modals with DarkGrey accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4f31bef8a698..7265cc2310f6 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid NavajoWhite; + border-top: 1px solid DarkGrey; } nav { - background: NavajoWhite; + background: DarkGrey; display: flex; align-items: center; padding: 0 0.5rem; From 1bd6bd0e3de6e882df7e1f5aff03cf33d0ef2f88 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 30 Jan 2023 00:42:34 +0000 Subject: [PATCH 2712/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 7265cc2310f6..5b6feda18165 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGrey; + border-top: 1px solid Red; } nav { - background: DarkGrey; + background: Red; display: flex; align-items: center; padding: 0 0.5rem; From ab002acbd49dfdcee5d49e7ff0cc0992e0fb0ca6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 30 Jan 2023 01:27:31 +0000 Subject: [PATCH 2713/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 5b6feda18165..7581a7f2cb24 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Red; + border-top: 1px solid Ivory; } nav { - background: Red; + background: Ivory; display: flex; align-items: center; padding: 0 0.5rem; From 0b3eeaeaace6c46f3651d54621a00ff3bda6912d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 30 Jan 2023 02:12:34 +0000 Subject: [PATCH 2714/3185] KPT-24: Update background color to LightCoral --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 7581a7f2cb24..11a95055426e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Ivory; + border-top: 1px solid LightCoral; } nav { - background: Ivory; + background: LightCoral; display: flex; align-items: center; padding: 0 0.5rem; From 309d87cc4792ec6f03d9d4de43c405668ccff708 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 30 Jan 2023 03:42:31 +0000 Subject: [PATCH 2715/3185] KPT-22: Modals with OliveDrab accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 11a95055426e..7e2c71043980 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightCoral; + border-top: 1px solid OliveDrab; } nav { - background: LightCoral; + background: OliveDrab; display: flex; align-items: center; padding: 0 0.5rem; From 7c02ba8252584ee7217dcd3e786745f4a667887f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 30 Jan 2023 05:57:32 +0000 Subject: [PATCH 2716/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 7e2c71043980..afdb09fdc5dc 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OliveDrab; + border-top: 1px solid SlateGray; } nav { - background: OliveDrab; + background: SlateGray; display: flex; align-items: center; padding: 0 0.5rem; From 59f028369ad25f55b3b4e3774085c89e3bc0c39a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 30 Jan 2023 08:57:44 +0000 Subject: [PATCH 2717/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index afdb09fdc5dc..7885b7716913 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateGray; + border-top: 1px solid MistyRose; } nav { - background: SlateGray; + background: MistyRose; display: flex; align-items: center; padding: 0 0.5rem; From 645781032080a6c0f96fede33db76339da7ebfd2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 30 Jan 2023 09:42:34 +0000 Subject: [PATCH 2718/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 7885b7716913..02795f4f8e2b 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MistyRose; + border-top: 1px solid DarkGray; } nav { - background: MistyRose; + background: DarkGray; display: flex; align-items: center; padding: 0 0.5rem; From 0a539074d52c538c0686cdfc203d5d9c32469667 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 30 Jan 2023 10:27:33 +0000 Subject: [PATCH 2719/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 02795f4f8e2b..77bfaa9f6042 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGray; + border-top: 1px solid MediumSeaGreen; } nav { - background: DarkGray; + background: MediumSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From 433f133e7a76f9f2f802774685149573dc3eaf29 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 30 Jan 2023 19:26:10 +0000 Subject: [PATCH 2720/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 77bfaa9f6042..7a8231a1d628 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSeaGreen; + border-top: 1px solid SeaGreen; } nav { - background: MediumSeaGreen; + background: SeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From 045a69077d6a751836603fc6abe86b1c2fc72c78 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 30 Jan 2023 21:41:11 +0000 Subject: [PATCH 2721/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 7a8231a1d628..64214c2d85c0 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SeaGreen; + border-top: 1px solid LightGreen; } nav { - background: SeaGreen; + background: LightGreen; display: flex; align-items: center; padding: 0 0.5rem; From 3665cc3fd63215a6a427faf0861b6a960de512d3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 30 Jan 2023 23:56:11 +0000 Subject: [PATCH 2722/3185] KPT-24: Update background color to Aquamarine --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 64214c2d85c0..3b0ac193bf44 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGreen; + border-top: 1px solid Aquamarine; } nav { - background: LightGreen; + background: Aquamarine; display: flex; align-items: center; padding: 0 0.5rem; From ada97b8d83500962d11f04ecd9b7b0c598ec78a7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 31 Jan 2023 03:41:11 +0000 Subject: [PATCH 2723/3185] KPT-24: Update background color to SlateGrey --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3b0ac193bf44..52780a4ff666 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Aquamarine; + border-top: 1px solid SlateGrey; } nav { - background: Aquamarine; + background: SlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From d32dd31c8d1ace4e0a53ba547ac35602302228a1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 31 Jan 2023 05:11:11 +0000 Subject: [PATCH 2724/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 52780a4ff666..5bc7ef4eb78f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateGrey; + border-top: 1px solid DarkOrange; } nav { - background: SlateGrey; + background: DarkOrange; display: flex; align-items: center; padding: 0 0.5rem; From be36dafcdea732904379bf376976d4b1c146a1a0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 31 Jan 2023 10:26:11 +0000 Subject: [PATCH 2725/3185] KPT-24: Update background color to OrangeRed --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 5bc7ef4eb78f..9219f21a21b0 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOrange; + border-top: 1px solid OrangeRed; } nav { - background: DarkOrange; + background: OrangeRed; display: flex; align-items: center; padding: 0 0.5rem; From 4f4a67f05cf5e54a6b84dfcffa436de8dedfc777 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 31 Jan 2023 13:26:11 +0000 Subject: [PATCH 2726/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 9219f21a21b0..5bc7ef4eb78f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OrangeRed; + border-top: 1px solid DarkOrange; } nav { - background: OrangeRed; + background: DarkOrange; display: flex; align-items: center; padding: 0 0.5rem; From c1362ab7b9629a2f5984b5693f20d94cc63c3f2c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 31 Jan 2023 16:26:11 +0000 Subject: [PATCH 2727/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 5bc7ef4eb78f..48f96fef5716 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOrange; + border-top: 1px solid PaleVioletRed; } nav { - background: DarkOrange; + background: PaleVioletRed; display: flex; align-items: center; padding: 0 0.5rem; From 5e28a3995533348d5dfdf950cd9c1cd5f913ba5f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 31 Jan 2023 17:11:24 +0000 Subject: [PATCH 2728/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 48f96fef5716..4ec33dd9a11e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleVioletRed; + border-top: 1px solid BurlyWood; } nav { - background: PaleVioletRed; + background: BurlyWood; display: flex; align-items: center; padding: 0 0.5rem; From 094da67d2d9b433f94204136497c5bdc363c95f0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 31 Jan 2023 19:26:11 +0000 Subject: [PATCH 2729/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4ec33dd9a11e..a53a85ffbbae 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BurlyWood; + border-top: 1px solid AliceBlue; } nav { - background: BurlyWood; + background: AliceBlue; display: flex; align-items: center; padding: 0 0.5rem; From 0b334efcb0dcee568cb267a1f59ad5ef06a79e4c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 31 Jan 2023 22:26:12 +0000 Subject: [PATCH 2730/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index a53a85ffbbae..195f194ef15a 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid AliceBlue; + border-top: 1px solid LightSteelBlue; } nav { - background: AliceBlue; + background: LightSteelBlue; display: flex; align-items: center; padding: 0 0.5rem; From cb5b6748f7cde9317168f008efef967e43ea773b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 1 Feb 2023 04:26:11 +0000 Subject: [PATCH 2731/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 195f194ef15a..6675fdc2e211 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSteelBlue; + border-top: 1px solid Tomato; } nav { - background: LightSteelBlue; + background: Tomato; display: flex; align-items: center; padding: 0 0.5rem; From 37ae6a751842e51b5bdc3664d708b5795768f68f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 1 Feb 2023 05:56:12 +0000 Subject: [PATCH 2732/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 6675fdc2e211..ac6b74bb429f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Tomato; + border-top: 1px solid Bisque; } nav { - background: Tomato; + background: Bisque; display: flex; align-items: center; padding: 0 0.5rem; From d55b18b97a939fd175f4345e9557b623fa092ab1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 1 Feb 2023 08:11:12 +0000 Subject: [PATCH 2733/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ac6b74bb429f..4c78b363845c 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Bisque; + border-top: 1px solid ForestGreen; } nav { - background: Bisque; + background: ForestGreen; display: flex; align-items: center; padding: 0 0.5rem; From aa797bc22a97aa68f914349b3cd00ccf49575642 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 1 Feb 2023 11:11:11 +0000 Subject: [PATCH 2734/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4c78b363845c..0228fd3891c6 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid ForestGreen; + border-top: 1px solid Plum; } nav { - background: ForestGreen; + background: Plum; display: flex; align-items: center; padding: 0 0.5rem; From 1562a424d0def50935e01a7838d8dc88fa398b27 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 1 Feb 2023 11:56:11 +0000 Subject: [PATCH 2735/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 0228fd3891c6..67e0111f647f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Plum; + border-top: 1px solid Coral; } nav { - background: Plum; + background: Coral; display: flex; align-items: center; padding: 0 0.5rem; From 836d53f44c8b3e6c981214a7656f5f91ac8001a7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 1 Feb 2023 14:11:13 +0000 Subject: [PATCH 2736/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 67e0111f647f..2b6378f009d4 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Coral; + border-top: 1px solid DarkTurquoise; } nav { - background: Coral; + background: DarkTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From e212b892123fe52e358141318c487d36584834c0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 1 Feb 2023 15:41:11 +0000 Subject: [PATCH 2737/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 2b6378f009d4..0ad2b52a66dd 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkTurquoise; + border-top: 1px solid DarkSlateGray; } nav { - background: DarkTurquoise; + background: DarkSlateGray; display: flex; align-items: center; padding: 0 0.5rem; From 1f9a346f52221dc1517adc69071f6ccf3238d1b7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 1 Feb 2023 18:41:12 +0000 Subject: [PATCH 2738/3185] KPT-24: Update background color to Aqua --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 0ad2b52a66dd..3723989cd0af 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateGray; + border-top: 1px solid Aqua; } nav { - background: DarkSlateGray; + background: Aqua; display: flex; align-items: center; padding: 0 0.5rem; From b3c9f3dcc152554d2fd4d8e5c4d6e770eae628e1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 1 Feb 2023 21:41:11 +0000 Subject: [PATCH 2739/3185] KPT-24: Update background color to Linen --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3723989cd0af..d1a30d185108 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Aqua; + border-top: 1px solid Linen; } nav { - background: Aqua; + background: Linen; display: flex; align-items: center; padding: 0 0.5rem; From 8fb7245d6276db624a5b0a9130755a8c9aa7c22f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 2 Feb 2023 02:11:11 +0000 Subject: [PATCH 2740/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d1a30d185108..cec3a64bc51b 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Linen; + border-top: 1px solid DarkMagenta; } nav { - background: Linen; + background: DarkMagenta; display: flex; align-items: center; padding: 0 0.5rem; From 62156bcd1936daca2af74bc1e76e4c59d7527fff Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 2 Feb 2023 03:41:11 +0000 Subject: [PATCH 2741/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index cec3a64bc51b..d3ffb8ea4363 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkMagenta; + border-top: 1px solid DimGrey; } nav { - background: DarkMagenta; + background: DimGrey; display: flex; align-items: center; padding: 0 0.5rem; From 808073bf6a0d38c7717e9aaa3ecc6f7d33420338 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 2 Feb 2023 14:11:12 +0000 Subject: [PATCH 2742/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d3ffb8ea4363..a2f3a2cc2f41 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DimGrey; + border-top: 1px solid MediumPurple; } nav { - background: DimGrey; + background: MediumPurple; display: flex; align-items: center; padding: 0 0.5rem; From d180b5505cfa4fd1174fd000af952ab76d965577 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 2 Feb 2023 14:56:12 +0000 Subject: [PATCH 2743/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index a2f3a2cc2f41..ee766fd90860 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumPurple; + border-top: 1px solid Gold; } nav { - background: MediumPurple; + background: Gold; display: flex; align-items: center; padding: 0 0.5rem; From e6e6c9eaff7305dce1a7aff44731753be1ae5d69 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 2 Feb 2023 21:41:10 +0000 Subject: [PATCH 2744/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ee766fd90860..cec3a64bc51b 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gold; + border-top: 1px solid DarkMagenta; } nav { - background: Gold; + background: DarkMagenta; display: flex; align-items: center; padding: 0 0.5rem; From ede4e61b9818c8a1fdea587fe6ace7864368be0b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 2 Feb 2023 22:26:12 +0000 Subject: [PATCH 2745/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index cec3a64bc51b..136dba7818fc 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkMagenta; + border-top: 1px solid SaddleBrown; } nav { - background: DarkMagenta; + background: SaddleBrown; display: flex; align-items: center; padding: 0 0.5rem; From 20ed342932c300501c10f9540baa7cc822a22fa8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 3 Feb 2023 02:11:11 +0000 Subject: [PATCH 2746/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 136dba7818fc..09d17be28fcf 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SaddleBrown; + border-top: 1px solid Chartreuse; } nav { - background: SaddleBrown; + background: Chartreuse; display: flex; align-items: center; padding: 0 0.5rem; From b7ee20b9ef8e47231a28c32bb8ea5d77434d2f9a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 3 Feb 2023 02:56:10 +0000 Subject: [PATCH 2747/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 09d17be28fcf..8b28d00942f7 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Chartreuse; + border-top: 1px solid PowderBlue; } nav { - background: Chartreuse; + background: PowderBlue; display: flex; align-items: center; padding: 0 0.5rem; From 9378244e8eef721231dccd5767b1475572c2ca61 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 3 Feb 2023 03:41:11 +0000 Subject: [PATCH 2748/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 8b28d00942f7..11a95055426e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PowderBlue; + border-top: 1px solid LightCoral; } nav { - background: PowderBlue; + background: LightCoral; display: flex; align-items: center; padding: 0 0.5rem; From 98a22f11e5a35202e73b264016fe0105276d504a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 3 Feb 2023 04:26:10 +0000 Subject: [PATCH 2749/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 11a95055426e..ebdf63f280df 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightCoral; + border-top: 1px solid White; } nav { - background: LightCoral; + background: White; display: flex; align-items: center; padding: 0 0.5rem; From 3aec30220fdd95b4f2c7bc5ae9e832aeac5369cc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 3 Feb 2023 06:41:11 +0000 Subject: [PATCH 2750/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ebdf63f280df..14bdb415526f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid White; + border-top: 1px solid DarkGreen; } nav { - background: White; + background: DarkGreen; display: flex; align-items: center; padding: 0 0.5rem; From efc5b2ee770660c0fe730cf269c92189748ee095 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 3 Feb 2023 11:11:11 +0000 Subject: [PATCH 2751/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 14bdb415526f..50a979314f9f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGreen; + border-top: 1px solid LightSeaGreen; } nav { - background: DarkGreen; + background: LightSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From 0df863671d61c343b28556fdab9bb548c7d14346 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 3 Feb 2023 11:56:11 +0000 Subject: [PATCH 2752/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 50a979314f9f..d444a165a194 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSeaGreen; + border-top: 1px solid Azure; } nav { - background: LightSeaGreen; + background: Azure; display: flex; align-items: center; padding: 0 0.5rem; From 1015f35393837ac7f4fcfb86f71613c7f935c241 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 3 Feb 2023 17:56:11 +0000 Subject: [PATCH 2753/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d444a165a194..718dcb65df26 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Azure; + border-top: 1px solid DarkCyan; } nav { - background: Azure; + background: DarkCyan; display: flex; align-items: center; padding: 0 0.5rem; From 05c1174589e755164f5f68cbbddf0b4c8d4581c0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 3 Feb 2023 19:26:11 +0000 Subject: [PATCH 2754/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 718dcb65df26..036ab873eeb7 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkCyan; + border-top: 1px solid Violet; } nav { - background: DarkCyan; + background: Violet; display: flex; align-items: center; padding: 0 0.5rem; From 245aec5212b9c5807e3565f796a66eb1fb0c2ff0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 4 Feb 2023 11:56:10 +0000 Subject: [PATCH 2755/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 036ab873eeb7..b5749b217055 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Violet; + border-top: 1px solid Orchid; } nav { - background: Violet; + background: Orchid; display: flex; align-items: center; padding: 0 0.5rem; From 0e8dc778fd5cd06dd423e64f434390573d813a23 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 4 Feb 2023 12:41:11 +0000 Subject: [PATCH 2756/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index b5749b217055..3bec89149c2c 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Orchid; + border-top: 1px solid Peru; } nav { - background: Orchid; + background: Peru; display: flex; align-items: center; padding: 0 0.5rem; From 93c2478e319bbcee474efbe35dda63ccd75a29f5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 4 Feb 2023 13:26:10 +0000 Subject: [PATCH 2757/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3bec89149c2c..31a327a93479 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Peru; + border-top: 1px solid Navy; } nav { - background: Peru; + background: Navy; display: flex; align-items: center; padding: 0 0.5rem; From 80889715d8852b40b1a25fb0abb04183d00e8c65 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 4 Feb 2023 20:11:10 +0000 Subject: [PATCH 2758/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 31a327a93479..3bec89149c2c 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Navy; + border-top: 1px solid Peru; } nav { - background: Navy; + background: Peru; display: flex; align-items: center; padding: 0 0.5rem; From 55692d0433622f099586f17808c7c44af8e0e6c5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 4 Feb 2023 22:26:11 +0000 Subject: [PATCH 2759/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3bec89149c2c..7a8231a1d628 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Peru; + border-top: 1px solid SeaGreen; } nav { - background: Peru; + background: SeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From 123f641a824fc0cd5d419a9aee14a09c2f36c7f8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 5 Feb 2023 06:41:11 +0000 Subject: [PATCH 2760/3185] KPT-24: Update background color to Tan --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 7a8231a1d628..454e3b0659dc 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SeaGreen; + border-top: 1px solid Tan; } nav { - background: SeaGreen; + background: Tan; display: flex; align-items: center; padding: 0 0.5rem; From a33ed1142a7c479f553b1d9cdca616047b2d56e0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 5 Feb 2023 07:26:11 +0000 Subject: [PATCH 2761/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 454e3b0659dc..6fb1f0957aea 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Tan; + border-top: 1px solid SpringGreen; } nav { - background: Tan; + background: SpringGreen; display: flex; align-items: center; padding: 0 0.5rem; From 9397c70149f692b6485ec74c6461b2293caa84e0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 5 Feb 2023 10:26:11 +0000 Subject: [PATCH 2762/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 6fb1f0957aea..39ce4de2a2ff 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SpringGreen; + border-top: 1px solid FireBrick; } nav { - background: SpringGreen; + background: FireBrick; display: flex; align-items: center; padding: 0 0.5rem; From 1fdb5ebcafb042fbcb51e4792cb1d8952fcc674e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 5 Feb 2023 11:56:11 +0000 Subject: [PATCH 2763/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 39ce4de2a2ff..63b3b490fb00 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid FireBrick; + border-top: 1px solid MediumVioletRed; } nav { - background: FireBrick; + background: MediumVioletRed; display: flex; align-items: center; padding: 0 0.5rem; From 90675133c71f7d2c47b6165f4987393020c70e32 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 5 Feb 2023 13:26:12 +0000 Subject: [PATCH 2764/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 63b3b490fb00..7581a7f2cb24 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumVioletRed; + border-top: 1px solid Ivory; } nav { - background: MediumVioletRed; + background: Ivory; display: flex; align-items: center; padding: 0 0.5rem; From cd37825f739d3822c8a5dd0b391873d59cba2826 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 5 Feb 2023 14:11:12 +0000 Subject: [PATCH 2765/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 7581a7f2cb24..4d589e9fc6c4 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Ivory; + border-top: 1px solid MidnightBlue; } nav { - background: Ivory; + background: MidnightBlue; display: flex; align-items: center; padding: 0 0.5rem; From c589ddc0d24562432bed3c70c8c7f32dfd7b4e9d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 5 Feb 2023 17:56:10 +0000 Subject: [PATCH 2766/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4d589e9fc6c4..bdd585164bf6 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MidnightBlue; + border-top: 1px solid MediumTurquoise; } nav { - background: MidnightBlue; + background: MediumTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From d319c852f6aaf9bc54836fd0b96850af4e60a648 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 5 Feb 2023 18:41:11 +0000 Subject: [PATCH 2767/3185] KPT-22: Modals with SandyBrown accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index bdd585164bf6..6550fb674240 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumTurquoise; + border-top: 1px solid SandyBrown; } nav { - background: MediumTurquoise; + background: SandyBrown; display: flex; align-items: center; padding: 0 0.5rem; From 01ec6245e6b0ce24d41f5e5ce8beacdce11abd63 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 5 Feb 2023 20:11:12 +0000 Subject: [PATCH 2768/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 6550fb674240..7581a7f2cb24 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SandyBrown; + border-top: 1px solid Ivory; } nav { - background: SandyBrown; + background: Ivory; display: flex; align-items: center; padding: 0 0.5rem; From dd737b64486ba56ae9b36d99da974661d6ba7127 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 6 Feb 2023 01:26:10 +0000 Subject: [PATCH 2769/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 7581a7f2cb24..4157a06c1b2b 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Ivory; + border-top: 1px solid LawnGreen; } nav { - background: Ivory; + background: LawnGreen; display: flex; align-items: center; padding: 0 0.5rem; From b29cb225664f58ec6f78e113841e7559a7fdd206 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 6 Feb 2023 08:56:11 +0000 Subject: [PATCH 2770/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4157a06c1b2b..f626f10eb5eb 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LawnGreen; + border-top: 1px solid PaleGoldenRod; } nav { - background: LawnGreen; + background: PaleGoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From 5399b67322fe11f7bd733149b25815840f0eeeec Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 6 Feb 2023 12:41:10 +0000 Subject: [PATCH 2771/3185] KPT-24: Update background color to Gainsboro --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index f626f10eb5eb..3ec0ac892f86 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleGoldenRod; + border-top: 1px solid Gainsboro; } nav { - background: PaleGoldenRod; + background: Gainsboro; display: flex; align-items: center; padding: 0 0.5rem; From 368857c81cfb3ecd9783a1d283920d30448974a8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 6 Feb 2023 16:26:10 +0000 Subject: [PATCH 2772/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3ec0ac892f86..77bfaa9f6042 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gainsboro; + border-top: 1px solid MediumSeaGreen; } nav { - background: Gainsboro; + background: MediumSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From d42e5b18adf49c493b69c3c91b2495d054614081 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 7 Feb 2023 00:41:10 +0000 Subject: [PATCH 2773/3185] KPT-24: Update background color to Bisque --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 77bfaa9f6042..ac6b74bb429f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSeaGreen; + border-top: 1px solid Bisque; } nav { - background: MediumSeaGreen; + background: Bisque; display: flex; align-items: center; padding: 0 0.5rem; From e7ab403e9fa752d232a5bc2081ec1a86107bb2a2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 7 Feb 2023 01:26:10 +0000 Subject: [PATCH 2774/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ac6b74bb429f..ad9452d08934 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Bisque; + border-top: 1px solid GhostWhite; } nav { - background: Bisque; + background: GhostWhite; display: flex; align-items: center; padding: 0 0.5rem; From 476aa471e7de0c881b2bf0be1036a6780649ee20 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 7 Feb 2023 03:41:11 +0000 Subject: [PATCH 2775/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ad9452d08934..bd3a875e2c0c 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GhostWhite; + border-top: 1px solid SlateBlue; } nav { - background: GhostWhite; + background: SlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From f6a68bfd442fe7a0d771d2b9297992de33653cf6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 7 Feb 2023 12:41:11 +0000 Subject: [PATCH 2776/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index bd3a875e2c0c..2d42ff06bf02 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateBlue; + border-top: 1px solid DarkViolet; } nav { - background: SlateBlue; + background: DarkViolet; display: flex; align-items: center; padding: 0 0.5rem; From 297eb118ce840f6bff240cce9fafee1715f4ba1a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 7 Feb 2023 14:11:11 +0000 Subject: [PATCH 2777/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 2d42ff06bf02..d45f2f580eae 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkViolet; + border-top: 1px solid LightGray; } nav { - background: DarkViolet; + background: LightGray; display: flex; align-items: center; padding: 0 0.5rem; From e603ac28ae4a767eb3c578f67a0cee212eb12345 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 7 Feb 2023 16:26:11 +0000 Subject: [PATCH 2778/3185] KPT-22: Modals with LightSteelBlue accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d45f2f580eae..195f194ef15a 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGray; + border-top: 1px solid LightSteelBlue; } nav { - background: LightGray; + background: LightSteelBlue; display: flex; align-items: center; padding: 0 0.5rem; From 0f2c07d40ffddfbb8c7b26d2e7becccccf9fa87c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 7 Feb 2023 17:11:11 +0000 Subject: [PATCH 2779/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 195f194ef15a..24d254c510ca 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSteelBlue; + border-top: 1px solid Wheat; } nav { - background: LightSteelBlue; + background: Wheat; display: flex; align-items: center; padding: 0 0.5rem; From 21a081d411d3dcbe082ca47b9fbc340cb58a461b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 7 Feb 2023 17:56:11 +0000 Subject: [PATCH 2780/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 24d254c510ca..ce75e3b066c0 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Wheat; + border-top: 1px solid Olive; } nav { - background: Wheat; + background: Olive; display: flex; align-items: center; padding: 0 0.5rem; From 9e4a087dbd317cedecc4df708dd25e1c82a5aab7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 7 Feb 2023 23:56:11 +0000 Subject: [PATCH 2781/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ce75e3b066c0..14bdb415526f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Olive; + border-top: 1px solid DarkGreen; } nav { - background: Olive; + background: DarkGreen; display: flex; align-items: center; padding: 0 0.5rem; From c4ca1e218f991d9559bccf4a275460f6f300d693 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 8 Feb 2023 00:41:11 +0000 Subject: [PATCH 2782/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 14bdb415526f..b71c46471615 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGreen; + border-top: 1px solid Sienna; } nav { - background: DarkGreen; + background: Sienna; display: flex; align-items: center; padding: 0 0.5rem; From 5b9f8482d4a446b3aa84fdc303210aade088d2f9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 8 Feb 2023 03:41:11 +0000 Subject: [PATCH 2783/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index b71c46471615..7581a7f2cb24 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Sienna; + border-top: 1px solid Ivory; } nav { - background: Sienna; + background: Ivory; display: flex; align-items: center; padding: 0 0.5rem; From 68dd5bd8ae33c234b79c71568f7af38e50753ad7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 8 Feb 2023 05:11:11 +0000 Subject: [PATCH 2784/3185] KPT-24: Update background color to LightBlue --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 7581a7f2cb24..3bd9c6e87f30 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Ivory; + border-top: 1px solid LightBlue; } nav { - background: Ivory; + background: LightBlue; display: flex; align-items: center; padding: 0 0.5rem; From b003376cf6f72e83258154e3443da749e7067b5b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 8 Feb 2023 08:56:11 +0000 Subject: [PATCH 2785/3185] KPT-24: Update background color to Crimson --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3bd9c6e87f30..b666cf7876b7 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightBlue; + border-top: 1px solid Crimson; } nav { - background: LightBlue; + background: Crimson; display: flex; align-items: center; padding: 0 0.5rem; From a4474c7ccead77622ecec68587a754cafdd5e385 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 8 Feb 2023 09:41:11 +0000 Subject: [PATCH 2786/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index b666cf7876b7..195f194ef15a 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Crimson; + border-top: 1px solid LightSteelBlue; } nav { - background: Crimson; + background: LightSteelBlue; display: flex; align-items: center; padding: 0 0.5rem; From 2efd55603781c7d2a71b9e73dd9e6ab3878e3e7a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 8 Feb 2023 10:26:11 +0000 Subject: [PATCH 2787/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 195f194ef15a..95a9d0b2c399 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSteelBlue; + border-top: 1px solid LightCyan; } nav { - background: LightSteelBlue; + background: LightCyan; display: flex; align-items: center; padding: 0 0.5rem; From b147b5a97d9f7759749e7f586350ff6de1000313 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 8 Feb 2023 20:56:11 +0000 Subject: [PATCH 2788/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 95a9d0b2c399..7265cc2310f6 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightCyan; + border-top: 1px solid DarkGrey; } nav { - background: LightCyan; + background: DarkGrey; display: flex; align-items: center; padding: 0 0.5rem; From 01a974ea5cb6f337e3e063f6e217e67cbbad1726 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 8 Feb 2023 22:26:11 +0000 Subject: [PATCH 2789/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 7265cc2310f6..f121aafd52c6 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGrey; + border-top: 1px solid SteelBlue; } nav { - background: DarkGrey; + background: SteelBlue; display: flex; align-items: center; padding: 0 0.5rem; From 56a2c176d6ea18f46e6311b89e695c8c5be47ff3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 9 Feb 2023 04:26:11 +0000 Subject: [PATCH 2790/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index f121aafd52c6..b5749b217055 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SteelBlue; + border-top: 1px solid Orchid; } nav { - background: SteelBlue; + background: Orchid; display: flex; align-items: center; padding: 0 0.5rem; From 05076fc586da581ea530a42ad1dfd070e7814e01 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 9 Feb 2023 08:11:11 +0000 Subject: [PATCH 2791/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index b5749b217055..d444a165a194 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Orchid; + border-top: 1px solid Azure; } nav { - background: Orchid; + background: Azure; display: flex; align-items: center; padding: 0 0.5rem; From b68a9c636d85aa790eec0b06523afeb950faeb2b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 9 Feb 2023 14:11:13 +0000 Subject: [PATCH 2792/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d444a165a194..6c526423d3cc 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Azure; + border-top: 1px solid Cornsilk; } nav { - background: Azure; + background: Cornsilk; display: flex; align-items: center; padding: 0 0.5rem; From ddfc7603f824a65e4e93a7a75e1acc25dd4b3ad2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 9 Feb 2023 17:56:10 +0000 Subject: [PATCH 2793/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 6c526423d3cc..3723989cd0af 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Cornsilk; + border-top: 1px solid Aqua; } nav { - background: Cornsilk; + background: Aqua; display: flex; align-items: center; padding: 0 0.5rem; From d2db7ad204bef3d567b463f260bd6f244e5e2a0f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 9 Feb 2023 18:41:21 +0000 Subject: [PATCH 2794/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3723989cd0af..b83d2db05aab 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Aqua; + border-top: 1px solid Silver; } nav { - background: Aqua; + background: Silver; display: flex; align-items: center; padding: 0 0.5rem; From bcc40596c14ddeb5046a9ebe7e57302aa8394e33 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 9 Feb 2023 20:11:11 +0000 Subject: [PATCH 2795/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index b83d2db05aab..a2f3a2cc2f41 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Silver; + border-top: 1px solid MediumPurple; } nav { - background: Silver; + background: MediumPurple; display: flex; align-items: center; padding: 0 0.5rem; From f4b0dbed42655d2ed335a1322efb96519b03291c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 9 Feb 2023 22:26:10 +0000 Subject: [PATCH 2796/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index a2f3a2cc2f41..4c78b363845c 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumPurple; + border-top: 1px solid ForestGreen; } nav { - background: MediumPurple; + background: ForestGreen; display: flex; align-items: center; padding: 0 0.5rem; From b95d4a84a27aa966fad50fe9d86066acabbcd5bc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 10 Feb 2023 00:41:10 +0000 Subject: [PATCH 2797/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4c78b363845c..4d589e9fc6c4 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid ForestGreen; + border-top: 1px solid MidnightBlue; } nav { - background: ForestGreen; + background: MidnightBlue; display: flex; align-items: center; padding: 0 0.5rem; From ba90476c0e8b4d528496f626172662182983b43a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 10 Feb 2023 01:26:11 +0000 Subject: [PATCH 2798/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4d589e9fc6c4..39ce4de2a2ff 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MidnightBlue; + border-top: 1px solid FireBrick; } nav { - background: MidnightBlue; + background: FireBrick; display: flex; align-items: center; padding: 0 0.5rem; From 23b25f17337a0a2771ebefada1f2031a542a1820 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 10 Feb 2023 02:11:11 +0000 Subject: [PATCH 2799/3185] KPT-22: Modals with HoneyDew accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 39ce4de2a2ff..91281b5305a0 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid FireBrick; + border-top: 1px solid HoneyDew; } nav { - background: FireBrick; + background: HoneyDew; display: flex; align-items: center; padding: 0 0.5rem; From d05e641977205cc3e8bedc26392e0aa9686f9d23 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 10 Feb 2023 08:56:10 +0000 Subject: [PATCH 2800/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 91281b5305a0..1b8c7acecc59 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid HoneyDew; + border-top: 1px solid LightYellow; } nav { - background: HoneyDew; + background: LightYellow; display: flex; align-items: center; padding: 0 0.5rem; From 933186084bae8472090f98fe057e439c8bb657fc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 10 Feb 2023 09:41:10 +0000 Subject: [PATCH 2801/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 1b8c7acecc59..46aa99fbd145 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightYellow; + border-top: 1px solid DarkGoldenRod; } nav { - background: LightYellow; + background: DarkGoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From bb3f7f047fb2617103e60cc271fc49fbe8731f8e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 10 Feb 2023 11:11:12 +0000 Subject: [PATCH 2802/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 46aa99fbd145..3fc956c8bef1 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGoldenRod; + border-top: 1px solid Khaki; } nav { - background: DarkGoldenRod; + background: Khaki; display: flex; align-items: center; padding: 0 0.5rem; From 57270b0ff2f6635386aa21f2602acdb9d7e737e4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 10 Feb 2023 16:26:11 +0000 Subject: [PATCH 2803/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3fc956c8bef1..b5749b217055 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Khaki; + border-top: 1px solid Orchid; } nav { - background: Khaki; + background: Orchid; display: flex; align-items: center; padding: 0 0.5rem; From c27c7d5d41aa555a46510d97ca88af95a3933ca0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 10 Feb 2023 20:11:14 +0000 Subject: [PATCH 2804/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index b5749b217055..91281b5305a0 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Orchid; + border-top: 1px solid HoneyDew; } nav { - background: Orchid; + background: HoneyDew; display: flex; align-items: center; padding: 0 0.5rem; From 684091c936b5d45a073f0ffa8c21cd8d1a74c090 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 10 Feb 2023 20:56:11 +0000 Subject: [PATCH 2805/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 91281b5305a0..5d4492574dd1 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid HoneyDew; + border-top: 1px solid MintCream; } nav { - background: HoneyDew; + background: MintCream; display: flex; align-items: center; padding: 0 0.5rem; From 0a761b3df3c1c7b1ecd30bc3127f4ef74d00c4c7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 10 Feb 2023 22:26:11 +0000 Subject: [PATCH 2806/3185] KPT-22: Modals with RoyalBlue accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 5d4492574dd1..ec5e8acbe367 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MintCream; + border-top: 1px solid RoyalBlue; } nav { - background: MintCream; + background: RoyalBlue; display: flex; align-items: center; padding: 0 0.5rem; From adfa240cae1cd098cedfd45a5f2d8f72ddc8dd5c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 11 Feb 2023 00:41:12 +0000 Subject: [PATCH 2807/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ec5e8acbe367..7885b7716913 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RoyalBlue; + border-top: 1px solid MistyRose; } nav { - background: RoyalBlue; + background: MistyRose; display: flex; align-items: center; padding: 0 0.5rem; From 12f66368beaa5a9361a2033ca0163bb2c7451200 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 11 Feb 2023 02:11:11 +0000 Subject: [PATCH 2808/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 7885b7716913..3ec0ac892f86 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MistyRose; + border-top: 1px solid Gainsboro; } nav { - background: MistyRose; + background: Gainsboro; display: flex; align-items: center; padding: 0 0.5rem; From bc85850ef013837a9bfac3e3a7ebc8ed1eaba174 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 11 Feb 2023 03:41:12 +0000 Subject: [PATCH 2809/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3ec0ac892f86..abc9bac5eca7 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gainsboro; + border-top: 1px solid Blue; } nav { - background: Gainsboro; + background: Blue; display: flex; align-items: center; padding: 0 0.5rem; From 9c6777c657d0a3921989ce6a750dae3261448b84 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 11 Feb 2023 05:11:12 +0000 Subject: [PATCH 2810/3185] KPT-24: Update background color to DarkSlateBlue --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index abc9bac5eca7..453cdaa8fe58 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Blue; + border-top: 1px solid DarkSlateBlue; } nav { - background: Blue; + background: DarkSlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From 5fc94d9619d4b122a9383393e0f5e8a332efb63e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 11 Feb 2023 05:56:12 +0000 Subject: [PATCH 2811/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 453cdaa8fe58..53c6d3eeeb62 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateBlue; + border-top: 1px solid GoldenRod; } nav { - background: DarkSlateBlue; + background: GoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From d35b1d037d954cc692c9476dc03b68a0a6fbdf06 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 11 Feb 2023 09:41:11 +0000 Subject: [PATCH 2812/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 53c6d3eeeb62..f121aafd52c6 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GoldenRod; + border-top: 1px solid SteelBlue; } nav { - background: GoldenRod; + background: SteelBlue; display: flex; align-items: center; padding: 0 0.5rem; From 534bada5f7be0766e46c2153aa833af74f39b472 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 11 Feb 2023 10:26:11 +0000 Subject: [PATCH 2813/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index f121aafd52c6..3bd9c6e87f30 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SteelBlue; + border-top: 1px solid LightBlue; } nav { - background: SteelBlue; + background: LightBlue; display: flex; align-items: center; padding: 0 0.5rem; From 4f0d1469795c98909c484b356405581837ba0d16 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 11 Feb 2023 11:56:11 +0000 Subject: [PATCH 2814/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3bd9c6e87f30..3b05aa10f47f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightBlue; + border-top: 1px solid SkyBlue; } nav { - background: LightBlue; + background: SkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From 96fb4d2bb90a8f7ccd43d133f51476d5d048ba42 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 11 Feb 2023 14:11:12 +0000 Subject: [PATCH 2815/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3b05aa10f47f..139351cd37cf 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SkyBlue; + border-top: 1px solid SeaShell; } nav { - background: SkyBlue; + background: SeaShell; display: flex; align-items: center; padding: 0 0.5rem; From 95d50598b143a085ea24a6a63c6d840d29711bb8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 11 Feb 2023 19:26:12 +0000 Subject: [PATCH 2816/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 139351cd37cf..bd3a875e2c0c 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SeaShell; + border-top: 1px solid SlateBlue; } nav { - background: SeaShell; + background: SlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From b4a00de38161efb12e0585e46c231b0f6d04fa84 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 11 Feb 2023 21:41:12 +0000 Subject: [PATCH 2817/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index bd3a875e2c0c..ac6b74bb429f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateBlue; + border-top: 1px solid Bisque; } nav { - background: SlateBlue; + background: Bisque; display: flex; align-items: center; padding: 0 0.5rem; From 5cb56aeb60a467b8b3a2b1b869c04082c81c9fe4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 11 Feb 2023 23:11:12 +0000 Subject: [PATCH 2818/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ac6b74bb429f..e998dc1afbfd 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Bisque; + border-top: 1px solid Cyan; } nav { - background: Bisque; + background: Cyan; display: flex; align-items: center; padding: 0 0.5rem; From ed17c6f59ac9c5afc4152f64948587304af62d40 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 12 Feb 2023 01:26:11 +0000 Subject: [PATCH 2819/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index e998dc1afbfd..26096fe5afd6 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Cyan; + border-top: 1px solid FloralWhite; } nav { - background: Cyan; + background: FloralWhite; display: flex; align-items: center; padding: 0 0.5rem; From 28daa63f5c586d088abc61103d39379c089b71ab Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 12 Feb 2023 05:56:11 +0000 Subject: [PATCH 2820/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 26096fe5afd6..4cb33c38cec8 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid FloralWhite; + border-top: 1px solid DarkSalmon; } nav { - background: FloralWhite; + background: DarkSalmon; display: flex; align-items: center; padding: 0 0.5rem; From 2fa470a9169e1dbd80e55d0991a212657d052df8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 12 Feb 2023 10:26:11 +0000 Subject: [PATCH 2821/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4cb33c38cec8..718dcb65df26 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSalmon; + border-top: 1px solid DarkCyan; } nav { - background: DarkSalmon; + background: DarkCyan; display: flex; align-items: center; padding: 0 0.5rem; From a16bb0a3896c21c4c1aaa01881b991872d7910f7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 12 Feb 2023 16:26:11 +0000 Subject: [PATCH 2822/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 718dcb65df26..3bec89149c2c 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkCyan; + border-top: 1px solid Peru; } nav { - background: DarkCyan; + background: Peru; display: flex; align-items: center; padding: 0 0.5rem; From 43989b88bab9bb99683541576ee97ec0fc54493f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 12 Feb 2023 21:41:11 +0000 Subject: [PATCH 2823/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3bec89149c2c..228291e36290 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Peru; + border-top: 1px solid Beige; } nav { - background: Peru; + background: Beige; display: flex; align-items: center; padding: 0 0.5rem; From e2493de19e5dbaaae034039ffe4a6618f3341057 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 12 Feb 2023 23:56:11 +0000 Subject: [PATCH 2824/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 228291e36290..d8e82b5712c9 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Beige; + border-top: 1px solid Fuchsia; } nav { - background: Beige; + background: Fuchsia; display: flex; align-items: center; padding: 0 0.5rem; From 87537a600dc9aab776133a60c699a0d96ec477b3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 13 Feb 2023 03:41:12 +0000 Subject: [PATCH 2825/3185] KPT-22: Modals with DodgerBlue accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d8e82b5712c9..9cc806b0b915 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Fuchsia; + border-top: 1px solid DodgerBlue; } nav { - background: Fuchsia; + background: DodgerBlue; display: flex; align-items: center; padding: 0 0.5rem; From 469579c4acf531c1391e052b49b9d0cee028c25c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 13 Feb 2023 06:41:11 +0000 Subject: [PATCH 2826/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 9cc806b0b915..f121aafd52c6 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DodgerBlue; + border-top: 1px solid SteelBlue; } nav { - background: DodgerBlue; + background: SteelBlue; display: flex; align-items: center; padding: 0 0.5rem; From 87007c937c4a59df2f5bcfdb635feb476a107e51 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 13 Feb 2023 07:26:11 +0000 Subject: [PATCH 2827/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index f121aafd52c6..67e0111f647f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SteelBlue; + border-top: 1px solid Coral; } nav { - background: SteelBlue; + background: Coral; display: flex; align-items: center; padding: 0 0.5rem; From 3789590c3b8e0406bc8e2f5492fb3ec2928d49f3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 13 Feb 2023 10:26:11 +0000 Subject: [PATCH 2828/3185] KPT-24: Update background color to GoldenRod --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 67e0111f647f..53c6d3eeeb62 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Coral; + border-top: 1px solid GoldenRod; } nav { - background: Coral; + background: GoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From 9e4935803e2dba4611aaf02462ff07db56ec5c8e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 13 Feb 2023 17:11:11 +0000 Subject: [PATCH 2829/3185] KPT-24: Update background color to DarkTurquoise --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 53c6d3eeeb62..2b6378f009d4 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GoldenRod; + border-top: 1px solid DarkTurquoise; } nav { - background: GoldenRod; + background: DarkTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From de2cded5fa4027f2488dd082a537877573b01380 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 13 Feb 2023 18:41:10 +0000 Subject: [PATCH 2830/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 2b6378f009d4..8b28d00942f7 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkTurquoise; + border-top: 1px solid PowderBlue; } nav { - background: DarkTurquoise; + background: PowderBlue; display: flex; align-items: center; padding: 0 0.5rem; From c9d72682243fd362ad352c2a01569e4854e578b8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 13 Feb 2023 19:26:10 +0000 Subject: [PATCH 2831/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 8b28d00942f7..6675fdc2e211 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PowderBlue; + border-top: 1px solid Tomato; } nav { - background: PowderBlue; + background: Tomato; display: flex; align-items: center; padding: 0 0.5rem; From 96124bc99e109e3a083aae4f58a3d2c39ca3128e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 13 Feb 2023 20:11:11 +0000 Subject: [PATCH 2832/3185] KPT-22: Modals with ForestGreen accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 6675fdc2e211..4c78b363845c 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Tomato; + border-top: 1px solid ForestGreen; } nav { - background: Tomato; + background: ForestGreen; display: flex; align-items: center; padding: 0 0.5rem; From 424edebcec329974f027d49f3af7162c8f2b25e9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 13 Feb 2023 22:26:11 +0000 Subject: [PATCH 2833/3185] KPT-22: Modals with Khaki accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4c78b363845c..3fc956c8bef1 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid ForestGreen; + border-top: 1px solid Khaki; } nav { - background: ForestGreen; + background: Khaki; display: flex; align-items: center; padding: 0 0.5rem; From 4bb5cd04148b17ea91422ab15418762a6bed70b7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 13 Feb 2023 23:56:10 +0000 Subject: [PATCH 2834/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3fc956c8bef1..ceefd47a65fe 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Khaki; + border-top: 1px solid BlueViolet; } nav { - background: Khaki; + background: BlueViolet; display: flex; align-items: center; padding: 0 0.5rem; From 8692572b9871d411501a65ec7b122589f7cec916 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 14 Feb 2023 03:41:11 +0000 Subject: [PATCH 2835/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ceefd47a65fe..b71c46471615 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BlueViolet; + border-top: 1px solid Sienna; } nav { - background: BlueViolet; + background: Sienna; display: flex; align-items: center; padding: 0 0.5rem; From 39c938f58db797658bf3cf7c920be99fa0eb9e7f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 14 Feb 2023 05:56:10 +0000 Subject: [PATCH 2836/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index b71c46471615..cec3a64bc51b 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Sienna; + border-top: 1px solid DarkMagenta; } nav { - background: Sienna; + background: DarkMagenta; display: flex; align-items: center; padding: 0 0.5rem; From 0df986656fd5d9b41fec3b441c20479808caaa60 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 14 Feb 2023 08:56:11 +0000 Subject: [PATCH 2837/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index cec3a64bc51b..5b6feda18165 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkMagenta; + border-top: 1px solid Red; } nav { - background: DarkMagenta; + background: Red; display: flex; align-items: center; padding: 0 0.5rem; From 13bb02a667371cc9b36a5d4e6a93f4f670f76a33 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 14 Feb 2023 09:41:11 +0000 Subject: [PATCH 2838/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 5b6feda18165..ec2e59e70439 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Red; + border-top: 1px solid DarkOrchid; } nav { - background: Red; + background: DarkOrchid; display: flex; align-items: center; padding: 0 0.5rem; From 4e1a401edfbe210a330f2cc429bdceed0627a1b9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 14 Feb 2023 15:41:11 +0000 Subject: [PATCH 2839/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ec2e59e70439..4e9265f434fd 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOrchid; + border-top: 1px solid DeepPink; } nav { - background: DarkOrchid; + background: DeepPink; display: flex; align-items: center; padding: 0 0.5rem; From 23dfd9581ce0d009f79b2386dc9f625f75407f01 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 14 Feb 2023 18:20:22 +0000 Subject: [PATCH 2840/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4e9265f434fd..b71c46471615 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DeepPink; + border-top: 1px solid Sienna; } nav { - background: DeepPink; + background: Sienna; display: flex; align-items: center; padding: 0 0.5rem; From fe3565be2bad01327c4839eb6cc7121939345739 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 14 Feb 2023 19:05:20 +0000 Subject: [PATCH 2841/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index b71c46471615..c9027d922244 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Sienna; + border-top: 1px solid OldLace; } nav { - background: Sienna; + background: OldLace; display: flex; align-items: center; padding: 0 0.5rem; From b2efd2c46d1d01c8206c9bf26d142f7be27ea9cc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 14 Feb 2023 19:50:21 +0000 Subject: [PATCH 2842/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index c9027d922244..6550fb674240 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OldLace; + border-top: 1px solid SandyBrown; } nav { - background: OldLace; + background: SandyBrown; display: flex; align-items: center; padding: 0 0.5rem; From 6c6021a3cafc0f69c65bb31fdd554cd26894f268 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 15 Feb 2023 00:20:21 +0000 Subject: [PATCH 2843/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 6550fb674240..b666cf7876b7 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SandyBrown; + border-top: 1px solid Crimson; } nav { - background: SandyBrown; + background: Crimson; display: flex; align-items: center; padding: 0 0.5rem; From dcf0864262293aa46ddac1a3addbe414b9c69f77 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 15 Feb 2023 01:05:20 +0000 Subject: [PATCH 2844/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index b666cf7876b7..cec3a64bc51b 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Crimson; + border-top: 1px solid DarkMagenta; } nav { - background: Crimson; + background: DarkMagenta; display: flex; align-items: center; padding: 0 0.5rem; From 27cea2137be4718d3ed3f94b5069e05c5b1d8998 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 15 Feb 2023 04:05:21 +0000 Subject: [PATCH 2845/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index cec3a64bc51b..7eedbaa75afb 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkMagenta; + border-top: 1px solid Gray; } nav { - background: DarkMagenta; + background: Gray; display: flex; align-items: center; padding: 0 0.5rem; From afecfaf39622d85bb0eb42178aadac98d801f335 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 15 Feb 2023 10:50:21 +0000 Subject: [PATCH 2846/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 7eedbaa75afb..02795f4f8e2b 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gray; + border-top: 1px solid DarkGray; } nav { - background: Gray; + background: DarkGray; display: flex; align-items: center; padding: 0 0.5rem; From 35aff0010be0b910a73afbdae76a7976999f58dd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 15 Feb 2023 12:20:20 +0000 Subject: [PATCH 2847/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 02795f4f8e2b..4f31bef8a698 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGray; + border-top: 1px solid NavajoWhite; } nav { - background: DarkGray; + background: NavajoWhite; display: flex; align-items: center; padding: 0 0.5rem; From 53535ba859ab33a6e5cd2551ac46330246a4cb5e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 15 Feb 2023 13:05:20 +0000 Subject: [PATCH 2848/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4f31bef8a698..7265cc2310f6 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid NavajoWhite; + border-top: 1px solid DarkGrey; } nav { - background: NavajoWhite; + background: DarkGrey; display: flex; align-items: center; padding: 0 0.5rem; From 30bfe83594554f0dda3a1294619b341b419baa35 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 15 Feb 2023 15:20:21 +0000 Subject: [PATCH 2849/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 7265cc2310f6..ec2e59e70439 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGrey; + border-top: 1px solid DarkOrchid; } nav { - background: DarkGrey; + background: DarkOrchid; display: flex; align-items: center; padding: 0 0.5rem; From 1fd942629191f473a8e073079c0932aa01afe277 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 15 Feb 2023 16:50:33 +0000 Subject: [PATCH 2850/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ec2e59e70439..8bc1be7e263d 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOrchid; + border-top: 1px solid LightSalmon; } nav { - background: DarkOrchid; + background: LightSalmon; display: flex; align-items: center; padding: 0 0.5rem; From e3e6596d827f832979a0c925c942017b145ca652 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 15 Feb 2023 19:05:20 +0000 Subject: [PATCH 2851/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 8bc1be7e263d..6ed2eb8a42df 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSalmon; + border-top: 1px solid Turquoise; } nav { - background: LightSalmon; + background: Turquoise; display: flex; align-items: center; padding: 0 0.5rem; From 426a88ea073d23729fdf3bed045de951fb42ca30 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 15 Feb 2023 21:20:21 +0000 Subject: [PATCH 2852/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 6ed2eb8a42df..4157a06c1b2b 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Turquoise; + border-top: 1px solid LawnGreen; } nav { - background: Turquoise; + background: LawnGreen; display: flex; align-items: center; padding: 0 0.5rem; From 6421471622cfff898ec2b473c71f4c1180fb8ee0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 16 Feb 2023 05:35:20 +0000 Subject: [PATCH 2853/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4157a06c1b2b..97c9a503bf56 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LawnGreen; + border-top: 1px solid Lime; } nav { - background: LawnGreen; + background: Lime; display: flex; align-items: center; padding: 0 0.5rem; From c45595b2d009c6cd8c71448f43ebc922db98e2ff Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 16 Feb 2023 08:35:21 +0000 Subject: [PATCH 2854/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 97c9a503bf56..ac69cd686a82 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Lime; + border-top: 1px solid MediumSpringGreen; } nav { - background: Lime; + background: MediumSpringGreen; display: flex; align-items: center; padding: 0 0.5rem; From 1542599ca177475368fe7cf6fcfaff613a23ee77 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 16 Feb 2023 17:35:30 +0000 Subject: [PATCH 2855/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ac69cd686a82..e8872e3ed333 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSpringGreen; + border-top: 1px solid Black; } nav { - background: MediumSpringGreen; + background: Black; display: flex; align-items: center; padding: 0 0.5rem; From 513a8a135d5d3d889df65cdf8005d6bf3154c684 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 16 Feb 2023 19:05:20 +0000 Subject: [PATCH 2856/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index e8872e3ed333..d5b33e6aee0e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Black; + border-top: 1px solid LimeGreen; } nav { - background: Black; + background: LimeGreen; display: flex; align-items: center; padding: 0 0.5rem; From 15cfad7a7cc6870f83df0f9e22c64d04d377ea78 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 16 Feb 2023 19:50:21 +0000 Subject: [PATCH 2857/3185] KPT-24: Update background color to Crimson --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d5b33e6aee0e..b666cf7876b7 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LimeGreen; + border-top: 1px solid Crimson; } nav { - background: LimeGreen; + background: Crimson; display: flex; align-items: center; padding: 0 0.5rem; From 91a386498383486e16ca288a2b1ac6c1e8e54f4f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 17 Feb 2023 03:20:20 +0000 Subject: [PATCH 2858/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index b666cf7876b7..d1a30d185108 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Crimson; + border-top: 1px solid Linen; } nav { - background: Crimson; + background: Linen; display: flex; align-items: center; padding: 0 0.5rem; From 3fad6a1ace355b49d7c7bb1140ab93d991ca679f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 17 Feb 2023 07:05:21 +0000 Subject: [PATCH 2859/3185] KPT-24: Update background color to HoneyDew --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d1a30d185108..91281b5305a0 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Linen; + border-top: 1px solid HoneyDew; } nav { - background: Linen; + background: HoneyDew; display: flex; align-items: center; padding: 0 0.5rem; From 28d53abe8f0b50b6672ce42926a453e1ae563bac Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 17 Feb 2023 10:50:20 +0000 Subject: [PATCH 2860/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 91281b5305a0..014c40a7a430 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid HoneyDew; + border-top: 1px solid DeepSkyBlue; } nav { - background: HoneyDew; + background: DeepSkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From d7b6c811afc47bb730b83dfe53e5bf65f92e07d5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 17 Feb 2023 11:35:20 +0000 Subject: [PATCH 2861/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 014c40a7a430..14bdb415526f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DeepSkyBlue; + border-top: 1px solid DarkGreen; } nav { - background: DeepSkyBlue; + background: DarkGreen; display: flex; align-items: center; padding: 0 0.5rem; From 510580c84e52f35eeaf4cb97d5cc8d132d973a70 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 17 Feb 2023 16:50:20 +0000 Subject: [PATCH 2862/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 14bdb415526f..453cdaa8fe58 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGreen; + border-top: 1px solid DarkSlateBlue; } nav { - background: DarkGreen; + background: DarkSlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From 3a3d693f36aa0d47461afb5a7a6afd4585fca547 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 17 Feb 2023 22:50:22 +0000 Subject: [PATCH 2863/3185] KPT-22: Modals with LavenderBlush accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 453cdaa8fe58..37d380ba9c8b 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateBlue; + border-top: 1px solid LavenderBlush; } nav { - background: DarkSlateBlue; + background: LavenderBlush; display: flex; align-items: center; padding: 0 0.5rem; From d3b8d47acf8d9eff8c661a35529f0e8635d27d9e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 18 Feb 2023 10:50:22 +0000 Subject: [PATCH 2864/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 37d380ba9c8b..6baa43ae096e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LavenderBlush; + border-top: 1px solid BlanchedAlmond; } nav { - background: LavenderBlush; + background: BlanchedAlmond; display: flex; align-items: center; padding: 0 0.5rem; From 7c0e6bcd3ff1299c45f8ea14d0fc8ed14a6fd7fd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 18 Feb 2023 11:35:21 +0000 Subject: [PATCH 2865/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 6baa43ae096e..d5b33e6aee0e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BlanchedAlmond; + border-top: 1px solid LimeGreen; } nav { - background: BlanchedAlmond; + background: LimeGreen; display: flex; align-items: center; padding: 0 0.5rem; From deedad42ef379ed2342991d4e08e8757d8dd12b8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 18 Feb 2023 12:20:21 +0000 Subject: [PATCH 2866/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d5b33e6aee0e..2d42ff06bf02 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LimeGreen; + border-top: 1px solid DarkViolet; } nav { - background: LimeGreen; + background: DarkViolet; display: flex; align-items: center; padding: 0 0.5rem; From 63796ea7ef6c46f9ede9e7f765a6a22a641c1026 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 18 Feb 2023 13:05:20 +0000 Subject: [PATCH 2867/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 2d42ff06bf02..6550fb674240 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkViolet; + border-top: 1px solid SandyBrown; } nav { - background: DarkViolet; + background: SandyBrown; display: flex; align-items: center; padding: 0 0.5rem; From 5fc08bc27359e5e792e37923a7090e7f9db440f4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 18 Feb 2023 19:05:21 +0000 Subject: [PATCH 2868/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 6550fb674240..38d8005718f8 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SandyBrown; + border-top: 1px solid YellowGreen; } nav { - background: SandyBrown; + background: YellowGreen; display: flex; align-items: center; padding: 0 0.5rem; From 1edc68b0a86b5e858bc3f66ba6501760c61fc418 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 19 Feb 2023 00:20:21 +0000 Subject: [PATCH 2869/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 38d8005718f8..4d589e9fc6c4 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid YellowGreen; + border-top: 1px solid MidnightBlue; } nav { - background: YellowGreen; + background: MidnightBlue; display: flex; align-items: center; padding: 0 0.5rem; From e9ad315972b8c59010c6add9f7752e063c0c21ff Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 19 Feb 2023 01:05:20 +0000 Subject: [PATCH 2870/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4d589e9fc6c4..308fd2898d6e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MidnightBlue; + border-top: 1px solid Lavender; } nav { - background: MidnightBlue; + background: Lavender; display: flex; align-items: center; padding: 0 0.5rem; From a568eb4c4a5035b1a7e16d17a44c8c1f5aedb968 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 19 Feb 2023 02:35:21 +0000 Subject: [PATCH 2871/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 308fd2898d6e..3c53fdbf3bd7 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Lavender; + border-top: 1px solid RosyBrown; } nav { - background: Lavender; + background: RosyBrown; display: flex; align-items: center; padding: 0 0.5rem; From 7f174ca3597d42430dc36c1789d35415a9bae347 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 19 Feb 2023 03:20:22 +0000 Subject: [PATCH 2872/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3c53fdbf3bd7..3723989cd0af 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RosyBrown; + border-top: 1px solid Aqua; } nav { - background: RosyBrown; + background: Aqua; display: flex; align-items: center; padding: 0 0.5rem; From 64bde8eada927fe774c95762a3de51354229574c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 19 Feb 2023 04:05:20 +0000 Subject: [PATCH 2873/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3723989cd0af..372b1a31ed97 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Aqua; + border-top: 1px solid LightGrey; } nav { - background: Aqua; + background: LightGrey; display: flex; align-items: center; padding: 0 0.5rem; From 019b074f15d9560911a7dc8fa7db413b635f7153 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 19 Feb 2023 04:50:20 +0000 Subject: [PATCH 2874/3185] KPT-24: Update background color to DarkOrchid --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 372b1a31ed97..ec2e59e70439 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGrey; + border-top: 1px solid DarkOrchid; } nav { - background: LightGrey; + background: DarkOrchid; display: flex; align-items: center; padding: 0 0.5rem; From 5cd91754c8f662c5b6d1de310ff7fe5a6623aeaa Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 19 Feb 2023 14:35:21 +0000 Subject: [PATCH 2875/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ec2e59e70439..ee766fd90860 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOrchid; + border-top: 1px solid Gold; } nav { - background: DarkOrchid; + background: Gold; display: flex; align-items: center; padding: 0 0.5rem; From 73d0f4f51157c925a1ed605d3304b61c8cafbdb7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 19 Feb 2023 15:20:21 +0000 Subject: [PATCH 2876/3185] KPT-24: Update background color to LightGreen --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ee766fd90860..64214c2d85c0 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gold; + border-top: 1px solid LightGreen; } nav { - background: Gold; + background: LightGreen; display: flex; align-items: center; padding: 0 0.5rem; From 027cb2b1e42b5ba2a68d2994269bc061754c8016 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 19 Feb 2023 21:20:21 +0000 Subject: [PATCH 2877/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 64214c2d85c0..3bec89149c2c 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGreen; + border-top: 1px solid Peru; } nav { - background: LightGreen; + background: Peru; display: flex; align-items: center; padding: 0 0.5rem; From 1d1f26d9f595f8a183e382e62c4abbeb0945d23c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 19 Feb 2023 22:50:20 +0000 Subject: [PATCH 2878/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3bec89149c2c..2b6378f009d4 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Peru; + border-top: 1px solid DarkTurquoise; } nav { - background: Peru; + background: DarkTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From 4f105847ec87730c4a4d7df771421a3656a7c67e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 19 Feb 2023 23:35:20 +0000 Subject: [PATCH 2879/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 2b6378f009d4..856552dcb2f0 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkTurquoise; + border-top: 1px solid DarkSeaGreen; } nav { - background: DarkTurquoise; + background: DarkSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From d8f6d59a573f1b1e7a1b4fad88cf3671b32553bf Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 20 Feb 2023 00:20:20 +0000 Subject: [PATCH 2880/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 856552dcb2f0..ce75e3b066c0 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSeaGreen; + border-top: 1px solid Olive; } nav { - background: DarkSeaGreen; + background: Olive; display: flex; align-items: center; padding: 0 0.5rem; From 3cfd0c884909dd10a5e69c15e8237ea1bcad4bb6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 20 Feb 2023 01:05:21 +0000 Subject: [PATCH 2881/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ce75e3b066c0..ebdf63f280df 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Olive; + border-top: 1px solid White; } nav { - background: Olive; + background: White; display: flex; align-items: center; padding: 0 0.5rem; From 530a21a84773d436ccba8f5d4c902326c852129a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 20 Feb 2023 06:20:21 +0000 Subject: [PATCH 2882/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ebdf63f280df..ceefd47a65fe 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid White; + border-top: 1px solid BlueViolet; } nav { - background: White; + background: BlueViolet; display: flex; align-items: center; padding: 0 0.5rem; From d871c55fe872ac15602fb4ec3b1c3c893c784fb2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 20 Feb 2023 07:50:21 +0000 Subject: [PATCH 2883/3185] KPT-24: Update background color to Aqua --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ceefd47a65fe..3723989cd0af 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BlueViolet; + border-top: 1px solid Aqua; } nav { - background: BlueViolet; + background: Aqua; display: flex; align-items: center; padding: 0 0.5rem; From 66ddb91dd3e09e0dab9b6ef941b72baadf75caab Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 20 Feb 2023 09:20:21 +0000 Subject: [PATCH 2884/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3723989cd0af..50a979314f9f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Aqua; + border-top: 1px solid LightSeaGreen; } nav { - background: Aqua; + background: LightSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From b4f91a61d3b7c211b12dedb650e5218d800c13f5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 20 Feb 2023 12:20:21 +0000 Subject: [PATCH 2885/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 50a979314f9f..64214c2d85c0 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSeaGreen; + border-top: 1px solid LightGreen; } nav { - background: LightSeaGreen; + background: LightGreen; display: flex; align-items: center; padding: 0 0.5rem; From 56184d978639346a5a24d73626a594f952685cf1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 20 Feb 2023 13:05:21 +0000 Subject: [PATCH 2886/3185] KPT-22: Modals with DodgerBlue accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 64214c2d85c0..9cc806b0b915 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGreen; + border-top: 1px solid DodgerBlue; } nav { - background: LightGreen; + background: DodgerBlue; display: flex; align-items: center; padding: 0 0.5rem; From 12c1dcad43b9bc2b2b2e347632290971e1f69cac Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 20 Feb 2023 18:20:20 +0000 Subject: [PATCH 2887/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 9cc806b0b915..64214c2d85c0 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DodgerBlue; + border-top: 1px solid LightGreen; } nav { - background: DodgerBlue; + background: LightGreen; display: flex; align-items: center; padding: 0 0.5rem; From 8c58cb33ea88c402c0941a2458f409ab56fa5dc0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 20 Feb 2023 19:50:22 +0000 Subject: [PATCH 2888/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 64214c2d85c0..454e3b0659dc 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGreen; + border-top: 1px solid Tan; } nav { - background: LightGreen; + background: Tan; display: flex; align-items: center; padding: 0 0.5rem; From ca0f4c44fa612f2f2b2af0376b0ad8bc68ca4a07 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 20 Feb 2023 21:20:21 +0000 Subject: [PATCH 2889/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 454e3b0659dc..4d589e9fc6c4 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Tan; + border-top: 1px solid MidnightBlue; } nav { - background: Tan; + background: MidnightBlue; display: flex; align-items: center; padding: 0 0.5rem; From 1b939c355451137c2a491318e236976d306423b9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 20 Feb 2023 22:50:22 +0000 Subject: [PATCH 2890/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4d589e9fc6c4..0fc8799d2400 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MidnightBlue; + border-top: 1px solid PaleTurquoise; } nav { - background: MidnightBlue; + background: PaleTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From d822e05a144466326eedb1078e59889444a4e0bb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 21 Feb 2023 01:50:21 +0000 Subject: [PATCH 2891/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 0fc8799d2400..3fc956c8bef1 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleTurquoise; + border-top: 1px solid Khaki; } nav { - background: PaleTurquoise; + background: Khaki; display: flex; align-items: center; padding: 0 0.5rem; From b591445d17a93fdfa59a42cdb17a04bec308ccdf Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 21 Feb 2023 05:35:20 +0000 Subject: [PATCH 2892/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3fc956c8bef1..6fb1f0957aea 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Khaki; + border-top: 1px solid SpringGreen; } nav { - background: Khaki; + background: SpringGreen; display: flex; align-items: center; padding: 0 0.5rem; From 6cb75199c9c0bcd11268232fb681341dbd6174a6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 21 Feb 2023 08:35:20 +0000 Subject: [PATCH 2893/3185] KPT-24: Update background color to AliceBlue --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 6fb1f0957aea..a53a85ffbbae 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SpringGreen; + border-top: 1px solid AliceBlue; } nav { - background: SpringGreen; + background: AliceBlue; display: flex; align-items: center; padding: 0 0.5rem; From acca9ca6fef81e9b811732a22b638fd746e3b20f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 21 Feb 2023 09:20:20 +0000 Subject: [PATCH 2894/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index a53a85ffbbae..e998dc1afbfd 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid AliceBlue; + border-top: 1px solid Cyan; } nav { - background: AliceBlue; + background: Cyan; display: flex; align-items: center; padding: 0 0.5rem; From 11436eebc030fa6a550e6548b5234df512f7b2d0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 21 Feb 2023 10:50:22 +0000 Subject: [PATCH 2895/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index e998dc1afbfd..ec2e59e70439 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Cyan; + border-top: 1px solid DarkOrchid; } nav { - background: Cyan; + background: DarkOrchid; display: flex; align-items: center; padding: 0 0.5rem; From cad2515377714b31f874fd4cfd79deac796bc2f3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 21 Feb 2023 15:20:20 +0000 Subject: [PATCH 2896/3185] KPT-22: Modals with SandyBrown accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ec2e59e70439..6550fb674240 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOrchid; + border-top: 1px solid SandyBrown; } nav { - background: DarkOrchid; + background: SandyBrown; display: flex; align-items: center; padding: 0 0.5rem; From 35753f0df6296327bfda18ee786d0a115716cf18 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 21 Feb 2023 19:50:22 +0000 Subject: [PATCH 2897/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 6550fb674240..b5749b217055 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SandyBrown; + border-top: 1px solid Orchid; } nav { - background: SandyBrown; + background: Orchid; display: flex; align-items: center; padding: 0 0.5rem; From fe475b9daea3b24f2f18ec9ead15c1a1d1eed6dd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 21 Feb 2023 20:35:20 +0000 Subject: [PATCH 2898/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index b5749b217055..77bfaa9f6042 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Orchid; + border-top: 1px solid MediumSeaGreen; } nav { - background: Orchid; + background: MediumSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From d0afe6bf94ac7227839814aefa88d45d9cfc6e1e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 21 Feb 2023 21:20:21 +0000 Subject: [PATCH 2899/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 77bfaa9f6042..266d9435f640 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSeaGreen; + border-top: 1px solid Orange; } nav { - background: MediumSeaGreen; + background: Orange; display: flex; align-items: center; padding: 0 0.5rem; From 7839af624aa81364cbb2614bee47a0ad12fb7361 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 21 Feb 2023 23:35:21 +0000 Subject: [PATCH 2900/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 266d9435f640..a67998ca9c46 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Orange; + border-top: 1px solid MediumOrchid; } nav { - background: Orange; + background: MediumOrchid; display: flex; align-items: center; padding: 0 0.5rem; From 8618a06b491982c48c124b07393c28dc0e65fb5d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 22 Feb 2023 00:20:22 +0000 Subject: [PATCH 2901/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index a67998ca9c46..d1a30d185108 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumOrchid; + border-top: 1px solid Linen; } nav { - background: MediumOrchid; + background: Linen; display: flex; align-items: center; padding: 0 0.5rem; From 4e44d036d2380f4f13fa57900cbd45bb081ff141 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 22 Feb 2023 01:05:20 +0000 Subject: [PATCH 2902/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d1a30d185108..d3ffb8ea4363 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Linen; + border-top: 1px solid DimGrey; } nav { - background: Linen; + background: DimGrey; display: flex; align-items: center; padding: 0 0.5rem; From ad49af0ea9be40feae925619a33d7f11185460e9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 22 Feb 2023 02:35:21 +0000 Subject: [PATCH 2903/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d3ffb8ea4363..ebdf63f280df 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DimGrey; + border-top: 1px solid White; } nav { - background: DimGrey; + background: White; display: flex; align-items: center; padding: 0 0.5rem; From 641e6c1242924080ceea4297870c590e10692073 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 22 Feb 2023 03:20:21 +0000 Subject: [PATCH 2904/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ebdf63f280df..ee268dfc6674 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid White; + border-top: 1px solid Thistle; } nav { - background: White; + background: Thistle; display: flex; align-items: center; padding: 0 0.5rem; From cd72a1eadf4390eb290044b5b76e5d030a700d54 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 22 Feb 2023 04:05:20 +0000 Subject: [PATCH 2905/3185] KPT-24: Update background color to DarkGoldenRod --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ee268dfc6674..46aa99fbd145 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Thistle; + border-top: 1px solid DarkGoldenRod; } nav { - background: Thistle; + background: DarkGoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From 90155ebd05e52b14a606589dd84d4ba50269559f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 22 Feb 2023 07:05:21 +0000 Subject: [PATCH 2906/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 46aa99fbd145..dd1156fbaefb 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGoldenRod; + border-top: 1px solid DarkSlateGrey; } nav { - background: DarkGoldenRod; + background: DarkSlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From dafb824de427bd5368f0a5f4e4978ee05e36a6b9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 22 Feb 2023 15:20:21 +0000 Subject: [PATCH 2907/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index dd1156fbaefb..9b225c303ed7 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateGrey; + border-top: 1px solid CornflowerBlue; } nav { - background: DarkSlateGrey; + background: CornflowerBlue; display: flex; align-items: center; padding: 0 0.5rem; From 960e664504deb997e55fe0404d4a122e529a7d49 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 22 Feb 2023 16:05:21 +0000 Subject: [PATCH 2908/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 9b225c303ed7..139351cd37cf 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid CornflowerBlue; + border-top: 1px solid SeaShell; } nav { - background: CornflowerBlue; + background: SeaShell; display: flex; align-items: center; padding: 0 0.5rem; From 0e30812701bdb952389b29be486ae5880f6ff044 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 22 Feb 2023 20:35:21 +0000 Subject: [PATCH 2909/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 139351cd37cf..7265cc2310f6 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SeaShell; + border-top: 1px solid DarkGrey; } nav { - background: SeaShell; + background: DarkGrey; display: flex; align-items: center; padding: 0 0.5rem; From 52bf89595d4ed5d6d7899028286b78c267870afb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 22 Feb 2023 21:20:22 +0000 Subject: [PATCH 2910/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 7265cc2310f6..4c78b363845c 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGrey; + border-top: 1px solid ForestGreen; } nav { - background: DarkGrey; + background: ForestGreen; display: flex; align-items: center; padding: 0 0.5rem; From 0ac524003c36c868dcb6f41a8e23eabc64d19744 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 22 Feb 2023 22:05:20 +0000 Subject: [PATCH 2911/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4c78b363845c..8bc1be7e263d 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid ForestGreen; + border-top: 1px solid LightSalmon; } nav { - background: ForestGreen; + background: LightSalmon; display: flex; align-items: center; padding: 0 0.5rem; From 834cb574ee2bcd7ca5a67a866bff6ab3c7c5744d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 22 Feb 2023 22:50:21 +0000 Subject: [PATCH 2912/3185] KPT-24: Update background color to DarkTurquoise --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 8bc1be7e263d..2b6378f009d4 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSalmon; + border-top: 1px solid DarkTurquoise; } nav { - background: LightSalmon; + background: DarkTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From 17018510ee48abe0f9e4046555ff6aac7eb969f3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 23 Feb 2023 01:50:21 +0000 Subject: [PATCH 2913/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 2b6378f009d4..4cb33c38cec8 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkTurquoise; + border-top: 1px solid DarkSalmon; } nav { - background: DarkTurquoise; + background: DarkSalmon; display: flex; align-items: center; padding: 0 0.5rem; From 75062304fb37a70ad672ff3d357b7b461a1a6948 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 23 Feb 2023 02:35:21 +0000 Subject: [PATCH 2914/3185] KPT-22: Modals with DarkSeaGreen accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4cb33c38cec8..856552dcb2f0 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSalmon; + border-top: 1px solid DarkSeaGreen; } nav { - background: DarkSalmon; + background: DarkSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From 20aa5dd5f2e31c7c480bd95ea0c8e2ed92699527 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 23 Feb 2023 07:50:20 +0000 Subject: [PATCH 2915/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 856552dcb2f0..0ad2b52a66dd 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSeaGreen; + border-top: 1px solid DarkSlateGray; } nav { - background: DarkSeaGreen; + background: DarkSlateGray; display: flex; align-items: center; padding: 0 0.5rem; From 25dd11442b51f228e0513bdffa318903ff2d60a3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 23 Feb 2023 10:50:20 +0000 Subject: [PATCH 2916/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 0ad2b52a66dd..4ec33dd9a11e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateGray; + border-top: 1px solid BurlyWood; } nav { - background: DarkSlateGray; + background: BurlyWood; display: flex; align-items: center; padding: 0 0.5rem; From e7363b945fc77fe6c754af4fd50d9d255051fd54 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 23 Feb 2023 12:20:21 +0000 Subject: [PATCH 2917/3185] KPT-24: Update background color to Aqua --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4ec33dd9a11e..3723989cd0af 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BurlyWood; + border-top: 1px solid Aqua; } nav { - background: BurlyWood; + background: Aqua; display: flex; align-items: center; padding: 0 0.5rem; From 48e2af40f875fa7d250e4b6a70af57a888f2c924 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 23 Feb 2023 22:50:21 +0000 Subject: [PATCH 2918/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3723989cd0af..195f194ef15a 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Aqua; + border-top: 1px solid LightSteelBlue; } nav { - background: Aqua; + background: LightSteelBlue; display: flex; align-items: center; padding: 0 0.5rem; From 108237dd8ea483a887f9cb2698ab242d6ea76d2b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 24 Feb 2023 04:05:21 +0000 Subject: [PATCH 2919/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 195f194ef15a..308fd2898d6e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSteelBlue; + border-top: 1px solid Lavender; } nav { - background: LightSteelBlue; + background: Lavender; display: flex; align-items: center; padding: 0 0.5rem; From 9265cb626e312f127348e48b81f8b22eac743400 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 24 Feb 2023 07:05:21 +0000 Subject: [PATCH 2920/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 308fd2898d6e..4157a06c1b2b 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Lavender; + border-top: 1px solid LawnGreen; } nav { - background: Lavender; + background: LawnGreen; display: flex; align-items: center; padding: 0 0.5rem; From 8e22db76507d95386818f3daed13d42129404fdf Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 24 Feb 2023 10:05:21 +0000 Subject: [PATCH 2921/3185] KPT-22: Modals with Chocolate accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4157a06c1b2b..b5abec4e62df 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LawnGreen; + border-top: 1px solid Chocolate; } nav { - background: LawnGreen; + background: Chocolate; display: flex; align-items: center; padding: 0 0.5rem; From 05ec068541c76dae4d22445a8c5e8cf86479ba4e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 24 Feb 2023 13:50:37 +0000 Subject: [PATCH 2922/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index b5abec4e62df..3c53fdbf3bd7 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Chocolate; + border-top: 1px solid RosyBrown; } nav { - background: Chocolate; + background: RosyBrown; display: flex; align-items: center; padding: 0 0.5rem; From 1addb355921ee60f4ea5982c8d416e9dd5e8a481 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 24 Feb 2023 22:05:21 +0000 Subject: [PATCH 2923/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3c53fdbf3bd7..4157a06c1b2b 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RosyBrown; + border-top: 1px solid LawnGreen; } nav { - background: RosyBrown; + background: LawnGreen; display: flex; align-items: center; padding: 0 0.5rem; From 7871f240344212be8db89f3f102140ad54242033 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 24 Feb 2023 22:50:20 +0000 Subject: [PATCH 2924/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4157a06c1b2b..f626f10eb5eb 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LawnGreen; + border-top: 1px solid PaleGoldenRod; } nav { - background: LawnGreen; + background: PaleGoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From 2dc06858305c91040e2ea8905e057b8b97af230b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 25 Feb 2023 10:05:22 +0000 Subject: [PATCH 2925/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index f626f10eb5eb..24d254c510ca 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleGoldenRod; + border-top: 1px solid Wheat; } nav { - background: PaleGoldenRod; + background: Wheat; display: flex; align-items: center; padding: 0 0.5rem; From 2fb9cc3a2c39393276ba01aa650a104dfa94db7b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 25 Feb 2023 10:50:22 +0000 Subject: [PATCH 2926/3185] KPT-24: Update background color to PaleGoldenRod --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 24d254c510ca..f626f10eb5eb 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Wheat; + border-top: 1px solid PaleGoldenRod; } nav { - background: Wheat; + background: PaleGoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From d8e4bf59599578fa235f9d2ba6858969eb4f0993 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 25 Feb 2023 13:05:21 +0000 Subject: [PATCH 2927/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index f626f10eb5eb..3b05aa10f47f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleGoldenRod; + border-top: 1px solid SkyBlue; } nav { - background: PaleGoldenRod; + background: SkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From 0214b2a3c30ecc86834e1c49664beb401a3953f0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 25 Feb 2023 13:50:39 +0000 Subject: [PATCH 2928/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3b05aa10f47f..136dba7818fc 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SkyBlue; + border-top: 1px solid SaddleBrown; } nav { - background: SkyBlue; + background: SaddleBrown; display: flex; align-items: center; padding: 0 0.5rem; From 65691cc2d1fee832879149983f9fa0049874588a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 25 Feb 2023 16:05:20 +0000 Subject: [PATCH 2929/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 136dba7818fc..2bb350ffd9ac 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SaddleBrown; + border-top: 1px solid Yellow; } nav { - background: SaddleBrown; + background: Yellow; display: flex; align-items: center; padding: 0 0.5rem; From da928ac5d57738f446849be379d334a937dc9109 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 25 Feb 2023 19:50:22 +0000 Subject: [PATCH 2930/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 2bb350ffd9ac..a67998ca9c46 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Yellow; + border-top: 1px solid MediumOrchid; } nav { - background: Yellow; + background: MediumOrchid; display: flex; align-items: center; padding: 0 0.5rem; From 6d57659ce7bdacc3cb6c09467f6afc6d5bab7765 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 25 Feb 2023 22:05:21 +0000 Subject: [PATCH 2931/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index a67998ca9c46..39ce4de2a2ff 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumOrchid; + border-top: 1px solid FireBrick; } nav { - background: MediumOrchid; + background: FireBrick; display: flex; align-items: center; padding: 0 0.5rem; From 0d71634ac85ce55d8201c5ed6bc3e6fcb70e7ed1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 25 Feb 2023 22:50:22 +0000 Subject: [PATCH 2932/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 39ce4de2a2ff..38eb215526f9 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid FireBrick; + border-top: 1px solid Salmon; } nav { - background: FireBrick; + background: Salmon; display: flex; align-items: center; padding: 0 0.5rem; From dfc56a42ff9f6957549564af6396379c058c09bc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 26 Feb 2023 00:20:20 +0000 Subject: [PATCH 2933/3185] KPT-24: Update background color to CadetBlue --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 38eb215526f9..bad8db91c557 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Salmon; + border-top: 1px solid CadetBlue; } nav { - background: Salmon; + background: CadetBlue; display: flex; align-items: center; padding: 0 0.5rem; From fd5085de080481b0852b20844a40fb1a38afaecc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 26 Feb 2023 03:20:21 +0000 Subject: [PATCH 2934/3185] KPT-24: Update background color to BlanchedAlmond --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index bad8db91c557..6baa43ae096e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid CadetBlue; + border-top: 1px solid BlanchedAlmond; } nav { - background: CadetBlue; + background: BlanchedAlmond; display: flex; align-items: center; padding: 0 0.5rem; From d54a485f736953ba584d45824565fcab11da0a93 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 26 Feb 2023 04:50:21 +0000 Subject: [PATCH 2935/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 6baa43ae096e..bb2f114b139e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BlanchedAlmond; + border-top: 1px solid LightSlateGrey; } nav { - background: BlanchedAlmond; + background: LightSlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From 8fc33c70969507c9a684a78faa198199fc392be1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 26 Feb 2023 07:50:22 +0000 Subject: [PATCH 2936/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index bb2f114b139e..ee766fd90860 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSlateGrey; + border-top: 1px solid Gold; } nav { - background: LightSlateGrey; + background: Gold; display: flex; align-items: center; padding: 0 0.5rem; From b869dd6547049ee78b709a303af39e8055303322 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 26 Feb 2023 10:05:21 +0000 Subject: [PATCH 2937/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ee766fd90860..3c53fdbf3bd7 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gold; + border-top: 1px solid RosyBrown; } nav { - background: Gold; + background: RosyBrown; display: flex; align-items: center; padding: 0 0.5rem; From 1189fbe9eb8aedd68def65bcb3a5c005741fc62a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 26 Feb 2023 10:50:21 +0000 Subject: [PATCH 2938/3185] KPT-24: Update background color to Yellow --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3c53fdbf3bd7..2bb350ffd9ac 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RosyBrown; + border-top: 1px solid Yellow; } nav { - background: RosyBrown; + background: Yellow; display: flex; align-items: center; padding: 0 0.5rem; From 5fe6ca2e16f4b9ca228eee389f9e779e7ceb5093 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 26 Feb 2023 11:35:21 +0000 Subject: [PATCH 2939/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 2bb350ffd9ac..d1a30d185108 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Yellow; + border-top: 1px solid Linen; } nav { - background: Yellow; + background: Linen; display: flex; align-items: center; padding: 0 0.5rem; From 6d2ca7774d88e959fa349cf0d14f22a05ef1eb26 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 26 Feb 2023 13:05:22 +0000 Subject: [PATCH 2940/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d1a30d185108..7581a7f2cb24 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Linen; + border-top: 1px solid Ivory; } nav { - background: Linen; + background: Ivory; display: flex; align-items: center; padding: 0 0.5rem; From 802d0a8fbb6b44d5e59c1b7651a4bb85cacc17a7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 26 Feb 2023 13:50:21 +0000 Subject: [PATCH 2941/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 7581a7f2cb24..ee268dfc6674 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Ivory; + border-top: 1px solid Thistle; } nav { - background: Ivory; + background: Thistle; display: flex; align-items: center; padding: 0 0.5rem; From 4913dda9074fae8472c24ba151f0f0b7b4ba28c0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 26 Feb 2023 19:05:21 +0000 Subject: [PATCH 2942/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ee268dfc6674..97c9a503bf56 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Thistle; + border-top: 1px solid Lime; } nav { - background: Thistle; + background: Lime; display: flex; align-items: center; padding: 0 0.5rem; From f5cb41c905ee05dd71177cf921d4f877604a8b7d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 26 Feb 2023 19:50:22 +0000 Subject: [PATCH 2943/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 97c9a503bf56..affcc732e93e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Lime; + border-top: 1px solid Pink; } nav { - background: Lime; + background: Pink; display: flex; align-items: center; padding: 0 0.5rem; From ec0ce5e3e9975ebe5f4a711a83742ea41621b51b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 26 Feb 2023 20:35:31 +0000 Subject: [PATCH 2944/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index affcc732e93e..014c40a7a430 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Pink; + border-top: 1px solid DeepSkyBlue; } nav { - background: Pink; + background: DeepSkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From 83f960b7c907617368955fcb251f8e1ebc2d0c05 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 27 Feb 2023 00:20:22 +0000 Subject: [PATCH 2945/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 014c40a7a430..2e8c8e35e5cb 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DeepSkyBlue; + border-top: 1px solid Magenta; } nav { - background: DeepSkyBlue; + background: Magenta; display: flex; align-items: center; padding: 0 0.5rem; From f722a3650be9a715ed909903e412d0aa2bf24e71 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 27 Feb 2023 02:35:21 +0000 Subject: [PATCH 2946/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 2e8c8e35e5cb..531a07b0e7f9 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Magenta; + border-top: 1px solid AntiqueWhite; } nav { - background: Magenta; + background: AntiqueWhite; display: flex; align-items: center; padding: 0 0.5rem; From 3361e62c9acca0b1eaebcb4c56f7e14234f02e79 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 27 Feb 2023 06:20:21 +0000 Subject: [PATCH 2947/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 531a07b0e7f9..bdd585164bf6 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid AntiqueWhite; + border-top: 1px solid MediumTurquoise; } nav { - background: AntiqueWhite; + background: MediumTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From 59f322e6ceca833a9c9c7b072e953457078da104 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 27 Feb 2023 07:05:21 +0000 Subject: [PATCH 2948/3185] KPT-24: Update background color to LimeGreen --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index bdd585164bf6..d5b33e6aee0e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumTurquoise; + border-top: 1px solid LimeGreen; } nav { - background: MediumTurquoise; + background: LimeGreen; display: flex; align-items: center; padding: 0 0.5rem; From 959d083f19c14303d8dc580a60eee632ed9b3039 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 27 Feb 2023 08:35:22 +0000 Subject: [PATCH 2949/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d5b33e6aee0e..95a9d0b2c399 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LimeGreen; + border-top: 1px solid LightCyan; } nav { - background: LimeGreen; + background: LightCyan; display: flex; align-items: center; padding: 0 0.5rem; From 61c0078cd98cd141daf7dc50030219da29ecf605 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 27 Feb 2023 12:20:21 +0000 Subject: [PATCH 2950/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 95a9d0b2c399..b83d2db05aab 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightCyan; + border-top: 1px solid Silver; } nav { - background: LightCyan; + background: Silver; display: flex; align-items: center; padding: 0 0.5rem; From 8e836885315aed5c563b91c8020e24d9067c2473 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 27 Feb 2023 13:05:21 +0000 Subject: [PATCH 2951/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index b83d2db05aab..5b6feda18165 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Silver; + border-top: 1px solid Red; } nav { - background: Silver; + background: Red; display: flex; align-items: center; padding: 0 0.5rem; From 199febc3bd15648969ad776ca80dfc8ef8fc1ae0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 27 Feb 2023 13:50:21 +0000 Subject: [PATCH 2952/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 5b6feda18165..4e9265f434fd 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Red; + border-top: 1px solid DeepPink; } nav { - background: Red; + background: DeepPink; display: flex; align-items: center; padding: 0 0.5rem; From 7b5eb8166e8630bd3fe161b133ceb31c8979b55e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 27 Feb 2023 14:35:21 +0000 Subject: [PATCH 2953/3185] KPT-22: Modals with MediumPurple accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4e9265f434fd..a2f3a2cc2f41 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DeepPink; + border-top: 1px solid MediumPurple; } nav { - background: DeepPink; + background: MediumPurple; display: flex; align-items: center; padding: 0 0.5rem; From 160d367862be8146ca297f0de161ac9410891a9d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 27 Feb 2023 15:20:21 +0000 Subject: [PATCH 2954/3185] KPT-24: Update background color to LightGrey --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index a2f3a2cc2f41..372b1a31ed97 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumPurple; + border-top: 1px solid LightGrey; } nav { - background: MediumPurple; + background: LightGrey; display: flex; align-items: center; padding: 0 0.5rem; From 01f8c2872d13468a582e50bdb7a9b4e63b2c312c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 27 Feb 2023 16:50:22 +0000 Subject: [PATCH 2955/3185] KPT-24: Update background color to Ivory --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 372b1a31ed97..7581a7f2cb24 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGrey; + border-top: 1px solid Ivory; } nav { - background: LightGrey; + background: Ivory; display: flex; align-items: center; padding: 0 0.5rem; From f5ee8ed89b110f29d594ad96c1bc7fdb6761e47b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 27 Feb 2023 19:05:21 +0000 Subject: [PATCH 2956/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 7581a7f2cb24..bdd585164bf6 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Ivory; + border-top: 1px solid MediumTurquoise; } nav { - background: Ivory; + background: MediumTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From bde06b00e81bd76b813e3469da1deafd3fec2a70 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 28 Feb 2023 01:05:21 +0000 Subject: [PATCH 2957/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index bdd585164bf6..d45f2f580eae 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumTurquoise; + border-top: 1px solid LightGray; } nav { - background: MediumTurquoise; + background: LightGray; display: flex; align-items: center; padding: 0 0.5rem; From 2b5f5bb3e501582462875300b7e18356f98b33c6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 28 Feb 2023 09:20:21 +0000 Subject: [PATCH 2958/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d45f2f580eae..31a327a93479 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGray; + border-top: 1px solid Navy; } nav { - background: LightGray; + background: Navy; display: flex; align-items: center; padding: 0 0.5rem; From b87804a30fc5f5f8a4212358173fa94b5b19ba50 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 28 Feb 2023 11:35:20 +0000 Subject: [PATCH 2959/3185] KPT-22: Modals with SlateGray accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 31a327a93479..afdb09fdc5dc 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Navy; + border-top: 1px solid SlateGray; } nav { - background: Navy; + background: SlateGray; display: flex; align-items: center; padding: 0 0.5rem; From 9bca40544277ce43a524d7e5f53a1863d41bffc5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 28 Feb 2023 16:50:20 +0000 Subject: [PATCH 2960/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index afdb09fdc5dc..195f194ef15a 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateGray; + border-top: 1px solid LightSteelBlue; } nav { - background: SlateGray; + background: LightSteelBlue; display: flex; align-items: center; padding: 0 0.5rem; From 943a3d8fa8a5d84aef8600d2c2250b29fc751cc2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 28 Feb 2023 19:50:21 +0000 Subject: [PATCH 2961/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 195f194ef15a..f626f10eb5eb 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSteelBlue; + border-top: 1px solid PaleGoldenRod; } nav { - background: LightSteelBlue; + background: PaleGoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From 6e6a63fea677ee69d7c32425beddd59a8fc2c26c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 28 Feb 2023 22:05:21 +0000 Subject: [PATCH 2962/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index f626f10eb5eb..ceefd47a65fe 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleGoldenRod; + border-top: 1px solid BlueViolet; } nav { - background: PaleGoldenRod; + background: BlueViolet; display: flex; align-items: center; padding: 0 0.5rem; From 719713d267ae151b9fef65e0e561a6f4972a940d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 1 Mar 2023 00:20:21 +0000 Subject: [PATCH 2963/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ceefd47a65fe..6550fb674240 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BlueViolet; + border-top: 1px solid SandyBrown; } nav { - background: BlueViolet; + background: SandyBrown; display: flex; align-items: center; padding: 0 0.5rem; From 4646cf73f412f1895c3351fc23960a82f0a580bb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 1 Mar 2023 01:50:20 +0000 Subject: [PATCH 2964/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 6550fb674240..8876d676857c 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SandyBrown; + border-top: 1px solid IndianRed; } nav { - background: SandyBrown; + background: IndianRed; display: flex; align-items: center; padding: 0 0.5rem; From a2f70e85fd3eaac205b477e677fa8bebfe5714ab Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 1 Mar 2023 04:05:21 +0000 Subject: [PATCH 2965/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 8876d676857c..453cdaa8fe58 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid IndianRed; + border-top: 1px solid DarkSlateBlue; } nav { - background: IndianRed; + background: DarkSlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From ac144186d7f3ec18cf1b2fd6e4825eb54064bb97 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 1 Mar 2023 06:20:21 +0000 Subject: [PATCH 2966/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 453cdaa8fe58..d932ecdd7d93 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateBlue; + border-top: 1px solid Moccasin; } nav { - background: DarkSlateBlue; + background: Moccasin; display: flex; align-items: center; padding: 0 0.5rem; From ef6c976de4665fd97157e05dda47be41469fc707 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 1 Mar 2023 07:50:20 +0000 Subject: [PATCH 2967/3185] KPT-24: Update background color to DarkSlateGray --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d932ecdd7d93..0ad2b52a66dd 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Moccasin; + border-top: 1px solid DarkSlateGray; } nav { - background: Moccasin; + background: DarkSlateGray; display: flex; align-items: center; padding: 0 0.5rem; From a7d3cb83650f090cf41839faab630251e14a15c7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 1 Mar 2023 10:05:21 +0000 Subject: [PATCH 2968/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 0ad2b52a66dd..46aa99fbd145 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateGray; + border-top: 1px solid DarkGoldenRod; } nav { - background: DarkSlateGray; + background: DarkGoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From f0bcfc0ac7f1707a3051104f4b4ef6531fa49b45 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 1 Mar 2023 16:05:21 +0000 Subject: [PATCH 2969/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 46aa99fbd145..266d9435f640 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGoldenRod; + border-top: 1px solid Orange; } nav { - background: DarkGoldenRod; + background: Orange; display: flex; align-items: center; padding: 0 0.5rem; From edf149680a535c972e425c3117bf19ca793e982f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 1 Mar 2023 19:05:21 +0000 Subject: [PATCH 2970/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 266d9435f640..91281b5305a0 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Orange; + border-top: 1px solid HoneyDew; } nav { - background: Orange; + background: HoneyDew; display: flex; align-items: center; padding: 0 0.5rem; From a0d35a42f1d924ea491c00a56f7d124de037c097 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 1 Mar 2023 21:20:20 +0000 Subject: [PATCH 2971/3185] KPT-24: Update background color to PapayaWhip --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 91281b5305a0..a30b9cfca12e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid HoneyDew; + border-top: 1px solid PapayaWhip; } nav { - background: HoneyDew; + background: PapayaWhip; display: flex; align-items: center; padding: 0 0.5rem; From 92ff304db6ba322d4c644786364939a86732b54c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 1 Mar 2023 22:50:21 +0000 Subject: [PATCH 2972/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index a30b9cfca12e..b3ffebd1503f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PapayaWhip; + border-top: 1px solid PeachPuff; } nav { - background: PapayaWhip; + background: PeachPuff; display: flex; align-items: center; padding: 0 0.5rem; From 5612259e061b27cee9b786260353caa28ed9ac34 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 2 Mar 2023 01:05:21 +0000 Subject: [PATCH 2973/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index b3ffebd1503f..38eb215526f9 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PeachPuff; + border-top: 1px solid Salmon; } nav { - background: PeachPuff; + background: Salmon; display: flex; align-items: center; padding: 0 0.5rem; From 7bd7f4570cc731050127f4df000d84c6469671ea Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 2 Mar 2023 04:05:21 +0000 Subject: [PATCH 2974/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 38eb215526f9..53c6d3eeeb62 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Salmon; + border-top: 1px solid GoldenRod; } nav { - background: Salmon; + background: GoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From fe5a06b3b7ccd747a595b9b0072b9a6d7723ec60 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 2 Mar 2023 04:50:23 +0000 Subject: [PATCH 2975/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 53c6d3eeeb62..3b05aa10f47f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GoldenRod; + border-top: 1px solid SkyBlue; } nav { - background: GoldenRod; + background: SkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From fe793890c21e86b48cef77b15e12f5c54df46a6b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 2 Mar 2023 09:20:21 +0000 Subject: [PATCH 2976/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3b05aa10f47f..3b0ac193bf44 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SkyBlue; + border-top: 1px solid Aquamarine; } nav { - background: SkyBlue; + background: Aquamarine; display: flex; align-items: center; padding: 0 0.5rem; From 5c0410bca208d291fbb3a2bd613ab0e981583ac4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 3 Mar 2023 01:50:22 +0000 Subject: [PATCH 2977/3185] KPT-22: Modals with MediumSeaGreen accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3b0ac193bf44..77bfaa9f6042 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Aquamarine; + border-top: 1px solid MediumSeaGreen; } nav { - background: Aquamarine; + background: MediumSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From fb1df555e84308c72cc5060c5bde4b873b26981f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 3 Mar 2023 04:50:21 +0000 Subject: [PATCH 2978/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 77bfaa9f6042..95b0c9b012ff 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSeaGreen; + border-top: 1px solid DimGray; } nav { - background: MediumSeaGreen; + background: DimGray; display: flex; align-items: center; padding: 0 0.5rem; From 5a23f03a16af4dc1347efb65d21566f99148d9b3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 3 Mar 2023 14:35:21 +0000 Subject: [PATCH 2979/3185] KPT-22: Modals with LightCyan accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 95b0c9b012ff..95a9d0b2c399 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DimGray; + border-top: 1px solid LightCyan; } nav { - background: DimGray; + background: LightCyan; display: flex; align-items: center; padding: 0 0.5rem; From 113a13ab992c7219ea27f15b2419c13c03caaab9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 3 Mar 2023 16:50:21 +0000 Subject: [PATCH 2980/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 95a9d0b2c399..97c9a503bf56 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightCyan; + border-top: 1px solid Lime; } nav { - background: LightCyan; + background: Lime; display: flex; align-items: center; padding: 0 0.5rem; From a74f1b936696b878af15517718c4b9dd10f7bcd5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 3 Mar 2023 17:35:20 +0000 Subject: [PATCH 2981/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 97c9a503bf56..2bb350ffd9ac 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Lime; + border-top: 1px solid Yellow; } nav { - background: Lime; + background: Yellow; display: flex; align-items: center; padding: 0 0.5rem; From 4fe0701bd37ee1870b8860172864e6e847ae233f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 3 Mar 2023 22:50:21 +0000 Subject: [PATCH 2982/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 2bb350ffd9ac..5b6feda18165 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Yellow; + border-top: 1px solid Red; } nav { - background: Yellow; + background: Red; display: flex; align-items: center; padding: 0 0.5rem; From 9481d1ea482245d3bccc5461d33a747d2e2b4e72 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 4 Mar 2023 07:50:20 +0000 Subject: [PATCH 2983/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 5b6feda18165..ac6b74bb429f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Red; + border-top: 1px solid Bisque; } nav { - background: Red; + background: Bisque; display: flex; align-items: center; padding: 0 0.5rem; From b9793875071ac30d512ad593942ad8360837780b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 4 Mar 2023 10:05:22 +0000 Subject: [PATCH 2984/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ac6b74bb429f..3b05aa10f47f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Bisque; + border-top: 1px solid SkyBlue; } nav { - background: Bisque; + background: SkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From 1b38e9c5f86f370c5efd981edf10edd102baef7a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 4 Mar 2023 11:35:20 +0000 Subject: [PATCH 2985/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3b05aa10f47f..bc298684f71f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SkyBlue; + border-top: 1px solid RebeccaPurple; } nav { - background: SkyBlue; + background: RebeccaPurple; display: flex; align-items: center; padding: 0 0.5rem; From 896ad41690da2399392f5433d900dbde67b99bf4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 4 Mar 2023 13:05:21 +0000 Subject: [PATCH 2986/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index bc298684f71f..97c9a503bf56 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RebeccaPurple; + border-top: 1px solid Lime; } nav { - background: RebeccaPurple; + background: Lime; display: flex; align-items: center; padding: 0 0.5rem; From 5e8073e241c65fa5133f4a587d6ba57ce8a36d3c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 5 Mar 2023 01:05:20 +0000 Subject: [PATCH 2987/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 97c9a503bf56..91281b5305a0 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Lime; + border-top: 1px solid HoneyDew; } nav { - background: Lime; + background: HoneyDew; display: flex; align-items: center; padding: 0 0.5rem; From b16acae7566916adaafe3562f007bf623c2f6df4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 5 Mar 2023 07:50:22 +0000 Subject: [PATCH 2988/3185] KPT-22: Modals with Yellow accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 91281b5305a0..2bb350ffd9ac 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid HoneyDew; + border-top: 1px solid Yellow; } nav { - background: HoneyDew; + background: Yellow; display: flex; align-items: center; padding: 0 0.5rem; From 9e2a23837be922cfad8d3c19dd3c5e20a863c100 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 5 Mar 2023 10:05:21 +0000 Subject: [PATCH 2989/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 2bb350ffd9ac..6baa43ae096e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Yellow; + border-top: 1px solid BlanchedAlmond; } nav { - background: Yellow; + background: BlanchedAlmond; display: flex; align-items: center; padding: 0 0.5rem; From 1438014c5f1b01f799f76ce81437c745ccc91e10 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 5 Mar 2023 13:05:20 +0000 Subject: [PATCH 2990/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 6baa43ae096e..67e0111f647f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BlanchedAlmond; + border-top: 1px solid Coral; } nav { - background: BlanchedAlmond; + background: Coral; display: flex; align-items: center; padding: 0 0.5rem; From 2b63433466d1ed509b127f0b6ca876962e58ac6e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 5 Mar 2023 16:05:20 +0000 Subject: [PATCH 2991/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 67e0111f647f..4e9265f434fd 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Coral; + border-top: 1px solid DeepPink; } nav { - background: Coral; + background: DeepPink; display: flex; align-items: center; padding: 0 0.5rem; From 98a082e63c62d90696341d8fee4467de4f015c6a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 5 Mar 2023 19:50:21 +0000 Subject: [PATCH 2992/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4e9265f434fd..24d254c510ca 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DeepPink; + border-top: 1px solid Wheat; } nav { - background: DeepPink; + background: Wheat; display: flex; align-items: center; padding: 0 0.5rem; From 86dff3fc8cd183ba6693057d2f4de213c90dbebe Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 5 Mar 2023 23:35:21 +0000 Subject: [PATCH 2993/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 24d254c510ca..37d380ba9c8b 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Wheat; + border-top: 1px solid LavenderBlush; } nav { - background: Wheat; + background: LavenderBlush; display: flex; align-items: center; padding: 0 0.5rem; From 7c2dcf2ac0444a1b964a4492fcbf606424c049b4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 6 Mar 2023 00:20:20 +0000 Subject: [PATCH 2994/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 37d380ba9c8b..4c78b363845c 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LavenderBlush; + border-top: 1px solid ForestGreen; } nav { - background: LavenderBlush; + background: ForestGreen; display: flex; align-items: center; padding: 0 0.5rem; From ce4a244b1a99545efd61726d87205cee42ec0e09 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 6 Mar 2023 08:35:20 +0000 Subject: [PATCH 2995/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4c78b363845c..bad8db91c557 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid ForestGreen; + border-top: 1px solid CadetBlue; } nav { - background: ForestGreen; + background: CadetBlue; display: flex; align-items: center; padding: 0 0.5rem; From 91c8ec54913b09d408b390e5bf9d6966be051c14 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 6 Mar 2023 13:05:21 +0000 Subject: [PATCH 2996/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index bad8db91c557..52780a4ff666 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid CadetBlue; + border-top: 1px solid SlateGrey; } nav { - background: CadetBlue; + background: SlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From 3d4627259cd20707382dc9acef3d71b7358b5045 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 6 Mar 2023 14:35:21 +0000 Subject: [PATCH 2997/3185] KPT-22: Modals with DodgerBlue accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 52780a4ff666..9cc806b0b915 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateGrey; + border-top: 1px solid DodgerBlue; } nav { - background: SlateGrey; + background: DodgerBlue; display: flex; align-items: center; padding: 0 0.5rem; From a7375d2bf1749bb4f3134947294f596ba0b4ff2d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 6 Mar 2023 15:20:21 +0000 Subject: [PATCH 2998/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 9cc806b0b915..014c40a7a430 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DodgerBlue; + border-top: 1px solid DeepSkyBlue; } nav { - background: DodgerBlue; + background: DeepSkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From 71845bed9da9147ed8f9a66e2669f136eb01479d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 6 Mar 2023 21:20:21 +0000 Subject: [PATCH 2999/3185] KPT-24: Update background color to BurlyWood --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 014c40a7a430..4ec33dd9a11e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DeepSkyBlue; + border-top: 1px solid BurlyWood; } nav { - background: DeepSkyBlue; + background: BurlyWood; display: flex; align-items: center; padding: 0 0.5rem; From 28a41e0aeab062fcf1192c5af441a4c18af8dc24 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 6 Mar 2023 22:05:21 +0000 Subject: [PATCH 3000/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4ec33dd9a11e..38eb215526f9 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BurlyWood; + border-top: 1px solid Salmon; } nav { - background: BurlyWood; + background: Salmon; display: flex; align-items: center; padding: 0 0.5rem; From 41f1a3424a5feb2fc99f58e23cf8168ee648dc3a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 7 Mar 2023 01:05:21 +0000 Subject: [PATCH 3001/3185] KPT-22: Modals with Teal accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 38eb215526f9..c5466bcfd359 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Salmon; + border-top: 1px solid Teal; } nav { - background: Salmon; + background: Teal; display: flex; align-items: center; padding: 0 0.5rem; From 216cdf34dc0d668abfad92f0be190ad8ef59c211 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 7 Mar 2023 01:50:21 +0000 Subject: [PATCH 3002/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index c5466bcfd359..0fc8799d2400 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Teal; + border-top: 1px solid PaleTurquoise; } nav { - background: Teal; + background: PaleTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From 2d08ccb6f70f432b763e0aaae91ddf9dc2566ca9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 7 Mar 2023 02:35:21 +0000 Subject: [PATCH 3003/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 0fc8799d2400..3723989cd0af 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleTurquoise; + border-top: 1px solid Aqua; } nav { - background: PaleTurquoise; + background: Aqua; display: flex; align-items: center; padding: 0 0.5rem; From 384b726f4c53d79f4e8f60db2f2e4fdc512c9f7b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 7 Mar 2023 03:20:21 +0000 Subject: [PATCH 3004/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3723989cd0af..9cc806b0b915 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Aqua; + border-top: 1px solid DodgerBlue; } nav { - background: Aqua; + background: DodgerBlue; display: flex; align-items: center; padding: 0 0.5rem; From 617804e9f0943f85b98f86a38f0663d1f5c28ec4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 7 Mar 2023 04:05:20 +0000 Subject: [PATCH 3005/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 9cc806b0b915..affcc732e93e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DodgerBlue; + border-top: 1px solid Pink; } nav { - background: DodgerBlue; + background: Pink; display: flex; align-items: center; padding: 0 0.5rem; From 7bf192cb4975c1dc02f97cced75c31a9d3e197c5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 7 Mar 2023 14:35:20 +0000 Subject: [PATCH 3006/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index affcc732e93e..3c53fdbf3bd7 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Pink; + border-top: 1px solid RosyBrown; } nav { - background: Pink; + background: RosyBrown; display: flex; align-items: center; padding: 0 0.5rem; From 6237bf1b492ecc230fbe90ea25e4afa0c0a8cd5e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 7 Mar 2023 19:05:21 +0000 Subject: [PATCH 3007/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3c53fdbf3bd7..95a9d0b2c399 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RosyBrown; + border-top: 1px solid LightCyan; } nav { - background: RosyBrown; + background: LightCyan; display: flex; align-items: center; padding: 0 0.5rem; From b0a88b66cf394ffaceba02b4ff0379bed0284ecb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 8 Mar 2023 01:50:21 +0000 Subject: [PATCH 3008/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 95a9d0b2c399..9cb4c6084104 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightCyan; + border-top: 1px solid DarkBlue; } nav { - background: LightCyan; + background: DarkBlue; display: flex; align-items: center; padding: 0 0.5rem; From ddb27e71dc2f51b9abd6031e79ef3c65a0e2f0f5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 8 Mar 2023 03:20:21 +0000 Subject: [PATCH 3009/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 9cb4c6084104..1230ce9cd975 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkBlue; + border-top: 1px solid MediumSlateBlue; } nav { - background: DarkBlue; + background: MediumSlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From fe8397b3e9f81f7fe154784ff1fc25c77d580bca Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 8 Mar 2023 04:05:21 +0000 Subject: [PATCH 3010/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 1230ce9cd975..38eb215526f9 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSlateBlue; + border-top: 1px solid Salmon; } nav { - background: MediumSlateBlue; + background: Salmon; display: flex; align-items: center; padding: 0 0.5rem; From afd7b4e7d9850bc0b71150c58efb4e2097a93849 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 8 Mar 2023 04:50:20 +0000 Subject: [PATCH 3011/3185] KPT-22: Modals with Green accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 38eb215526f9..2a24e48a33d3 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Salmon; + border-top: 1px solid Green; } nav { - background: Salmon; + background: Green; display: flex; align-items: center; padding: 0 0.5rem; From 6dd09d40d71f67f90817705f974d3fd1a72b35ef Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 8 Mar 2023 11:35:21 +0000 Subject: [PATCH 3012/3185] KPT-24: Update background color to NavajoWhite --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 2a24e48a33d3..4f31bef8a698 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Green; + border-top: 1px solid NavajoWhite; } nav { - background: Green; + background: NavajoWhite; display: flex; align-items: center; padding: 0 0.5rem; From 907bd7cdd0221789b727c5980e873b7d75215127 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 8 Mar 2023 12:20:21 +0000 Subject: [PATCH 3013/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4f31bef8a698..ff1b8ca54562 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid NavajoWhite; + border-top: 1px solid MediumBlue; } nav { - background: NavajoWhite; + background: MediumBlue; display: flex; align-items: center; padding: 0 0.5rem; From 3c253aed561ef495a8798843bd0c0433f6529924 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 8 Mar 2023 17:35:20 +0000 Subject: [PATCH 3014/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ff1b8ca54562..d45f2f580eae 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumBlue; + border-top: 1px solid LightGray; } nav { - background: MediumBlue; + background: LightGray; display: flex; align-items: center; padding: 0 0.5rem; From 55e7930a5667275263e38040c2ffd31483e499f2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 8 Mar 2023 23:35:21 +0000 Subject: [PATCH 3015/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d45f2f580eae..bdd585164bf6 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGray; + border-top: 1px solid MediumTurquoise; } nav { - background: LightGray; + background: MediumTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From 420e2488753d61f4a3c816c9b628f0d6ecd8a078 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 9 Mar 2023 00:20:22 +0000 Subject: [PATCH 3016/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index bdd585164bf6..1b8c7acecc59 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumTurquoise; + border-top: 1px solid LightYellow; } nav { - background: MediumTurquoise; + background: LightYellow; display: flex; align-items: center; padding: 0 0.5rem; From 1f18a0bcac4222a4fd26181639940e05b7ae2e3c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 9 Mar 2023 02:35:20 +0000 Subject: [PATCH 3017/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 1b8c7acecc59..5b6feda18165 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightYellow; + border-top: 1px solid Red; } nav { - background: LightYellow; + background: Red; display: flex; align-items: center; padding: 0 0.5rem; From 8e0591744869dcddaf360101e79939cdb056fb46 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 9 Mar 2023 13:05:20 +0000 Subject: [PATCH 3018/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 5b6feda18165..6fb1f0957aea 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Red; + border-top: 1px solid SpringGreen; } nav { - background: Red; + background: SpringGreen; display: flex; align-items: center; padding: 0 0.5rem; From 1ffbd581af3925ae5f55113dd716ca116be6d34b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 9 Mar 2023 16:05:21 +0000 Subject: [PATCH 3019/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 6fb1f0957aea..67e0111f647f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SpringGreen; + border-top: 1px solid Coral; } nav { - background: SpringGreen; + background: Coral; display: flex; align-items: center; padding: 0 0.5rem; From 2de65ebd76bf89ecee099d22cb9b23686a90ada1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 9 Mar 2023 20:35:21 +0000 Subject: [PATCH 3020/3185] KPT-24: Update background color to DimGray --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 67e0111f647f..95b0c9b012ff 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Coral; + border-top: 1px solid DimGray; } nav { - background: Coral; + background: DimGray; display: flex; align-items: center; padding: 0 0.5rem; From 10e436ff9a9da3b151c7c8df1960358bb91dad8c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 9 Mar 2023 22:50:21 +0000 Subject: [PATCH 3021/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 95b0c9b012ff..2a24e48a33d3 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DimGray; + border-top: 1px solid Green; } nav { - background: DimGray; + background: Green; display: flex; align-items: center; padding: 0 0.5rem; From 458af7c5af65c0e67210832896df08c279ba8bf0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 10 Mar 2023 06:20:20 +0000 Subject: [PATCH 3022/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 2a24e48a33d3..8bc1be7e263d 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Green; + border-top: 1px solid LightSalmon; } nav { - background: Green; + background: LightSalmon; display: flex; align-items: center; padding: 0 0.5rem; From 8331932f088d491512d89669fac46a07692497e0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 10 Mar 2023 09:20:21 +0000 Subject: [PATCH 3023/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 8bc1be7e263d..a30b9cfca12e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSalmon; + border-top: 1px solid PapayaWhip; } nav { - background: LightSalmon; + background: PapayaWhip; display: flex; align-items: center; padding: 0 0.5rem; From b9c3b99d9147dbd1b835473dd8bb93aa3552365d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 10 Mar 2023 11:35:22 +0000 Subject: [PATCH 3024/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index a30b9cfca12e..26096fe5afd6 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PapayaWhip; + border-top: 1px solid FloralWhite; } nav { - background: PapayaWhip; + background: FloralWhite; display: flex; align-items: center; padding: 0 0.5rem; From edd8c0b4aba0d3598e456281293af464245b13bb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 10 Mar 2023 14:35:20 +0000 Subject: [PATCH 3025/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 26096fe5afd6..4ec33dd9a11e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid FloralWhite; + border-top: 1px solid BurlyWood; } nav { - background: FloralWhite; + background: BurlyWood; display: flex; align-items: center; padding: 0 0.5rem; From 7426ebdd6df196ced506b4825f70483da11726a5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 10 Mar 2023 22:05:21 +0000 Subject: [PATCH 3026/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4ec33dd9a11e..ec5e8acbe367 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BurlyWood; + border-top: 1px solid RoyalBlue; } nav { - background: BurlyWood; + background: RoyalBlue; display: flex; align-items: center; padding: 0 0.5rem; From c3eee68d37356119fbdd19a8bf9a8a39e9db14b8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 10 Mar 2023 23:35:21 +0000 Subject: [PATCH 3027/3185] KPT-24: Update background color to DarkGoldenRod --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ec5e8acbe367..46aa99fbd145 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RoyalBlue; + border-top: 1px solid DarkGoldenRod; } nav { - background: RoyalBlue; + background: DarkGoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From b04f7e91b30070640eda4668960ffa8abb4f51da Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 11 Mar 2023 02:35:21 +0000 Subject: [PATCH 3028/3185] KPT-22: Modals with DodgerBlue accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 46aa99fbd145..9cc806b0b915 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGoldenRod; + border-top: 1px solid DodgerBlue; } nav { - background: DarkGoldenRod; + background: DodgerBlue; display: flex; align-items: center; padding: 0 0.5rem; From 4a97b14806ed6aa44bdfd0142ad379536e65b191 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 11 Mar 2023 09:20:20 +0000 Subject: [PATCH 3029/3185] KPT-22: Modals with DarkOliveGreen accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 9cc806b0b915..6da11d3d6276 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DodgerBlue; + border-top: 1px solid DarkOliveGreen; } nav { - background: DodgerBlue; + background: DarkOliveGreen; display: flex; align-items: center; padding: 0 0.5rem; From bc4849a0839ed10ae51b93defddf50bf50e4d5f4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 11 Mar 2023 11:35:20 +0000 Subject: [PATCH 3030/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 6da11d3d6276..bad8db91c557 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOliveGreen; + border-top: 1px solid CadetBlue; } nav { - background: DarkOliveGreen; + background: CadetBlue; display: flex; align-items: center; padding: 0 0.5rem; From 47a4e572606f2211f0e36a356d415b890795f630 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 11 Mar 2023 13:05:22 +0000 Subject: [PATCH 3031/3185] KPT-24: Update background color to LightCyan --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index bad8db91c557..95a9d0b2c399 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid CadetBlue; + border-top: 1px solid LightCyan; } nav { - background: CadetBlue; + background: LightCyan; display: flex; align-items: center; padding: 0 0.5rem; From c06499a584acb208e2100cb576a7761ba38f7512 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 11 Mar 2023 16:50:21 +0000 Subject: [PATCH 3032/3185] KPT-24: Update background color to Moccasin --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 95a9d0b2c399..d932ecdd7d93 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightCyan; + border-top: 1px solid Moccasin; } nav { - background: LightCyan; + background: Moccasin; display: flex; align-items: center; padding: 0 0.5rem; From 650e8ef84125ad70919519222dbf562df4b09e04 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 11 Mar 2023 20:35:20 +0000 Subject: [PATCH 3033/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d932ecdd7d93..7a8231a1d628 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Moccasin; + border-top: 1px solid SeaGreen; } nav { - background: Moccasin; + background: SeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From af03af43d55d29f1caabc4603880ef454c5d8cf2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 11 Mar 2023 22:50:21 +0000 Subject: [PATCH 3034/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 7a8231a1d628..2d42ff06bf02 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SeaGreen; + border-top: 1px solid DarkViolet; } nav { - background: SeaGreen; + background: DarkViolet; display: flex; align-items: center; padding: 0 0.5rem; From 040ca392cbfc34f4f66aed5dde0ca54fe3ec8fa4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 12 Mar 2023 00:20:20 +0000 Subject: [PATCH 3035/3185] KPT-22: Modals with Azure accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 2d42ff06bf02..d444a165a194 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkViolet; + border-top: 1px solid Azure; } nav { - background: DarkViolet; + background: Azure; display: flex; align-items: center; padding: 0 0.5rem; From e906317e9cf9cf4a6f5ad5ed3ea665e146ddf573 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 12 Mar 2023 01:05:20 +0000 Subject: [PATCH 3036/3185] KPT-24: Update background color to YellowGreen --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d444a165a194..38d8005718f8 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Azure; + border-top: 1px solid YellowGreen; } nav { - background: Azure; + background: YellowGreen; display: flex; align-items: center; padding: 0 0.5rem; From 11b7bcea8fc19ad2c9d15b577823525a48b4c172 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 12 Mar 2023 04:50:21 +0000 Subject: [PATCH 3037/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 38d8005718f8..ad9452d08934 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid YellowGreen; + border-top: 1px solid GhostWhite; } nav { - background: YellowGreen; + background: GhostWhite; display: flex; align-items: center; padding: 0 0.5rem; From 03d4561fc5033c1ca8534c03c69fe1bc401b3917 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 12 Mar 2023 10:05:21 +0000 Subject: [PATCH 3038/3185] KPT-22: Modals with HoneyDew accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ad9452d08934..91281b5305a0 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GhostWhite; + border-top: 1px solid HoneyDew; } nav { - background: GhostWhite; + background: HoneyDew; display: flex; align-items: center; padding: 0 0.5rem; From cd7dbb1f017ef3d8c1d5dfa6787289c7153d6b3b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 12 Mar 2023 12:20:21 +0000 Subject: [PATCH 3039/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 91281b5305a0..d932ecdd7d93 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid HoneyDew; + border-top: 1px solid Moccasin; } nav { - background: HoneyDew; + background: Moccasin; display: flex; align-items: center; padding: 0 0.5rem; From 0f053ce3fa58502174344513f62519e0292d46c8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 12 Mar 2023 14:35:21 +0000 Subject: [PATCH 3040/3185] KPT-24: Update background color to IndianRed --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d932ecdd7d93..8876d676857c 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Moccasin; + border-top: 1px solid IndianRed; } nav { - background: Moccasin; + background: IndianRed; display: flex; align-items: center; padding: 0 0.5rem; From e1ec82495a4d59b3bd86b4616b7a7cb1fff63cd8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 12 Mar 2023 15:20:20 +0000 Subject: [PATCH 3041/3185] KPT-24: Update background color to Black --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 8876d676857c..e8872e3ed333 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid IndianRed; + border-top: 1px solid Black; } nav { - background: IndianRed; + background: Black; display: flex; align-items: center; padding: 0 0.5rem; From a72d4d80a4b251ebc59aed2fffdcdd7b1456b8b2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 12 Mar 2023 19:50:21 +0000 Subject: [PATCH 3042/3185] KPT-24: Update background color to LightSteelBlue --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index e8872e3ed333..195f194ef15a 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Black; + border-top: 1px solid LightSteelBlue; } nav { - background: Black; + background: LightSteelBlue; display: flex; align-items: center; padding: 0 0.5rem; From cb2288b5ddf74a104675bc473deb10c648ae19ff Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 13 Mar 2023 00:20:21 +0000 Subject: [PATCH 3043/3185] KPT-24: Update background color to DarkCyan --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 195f194ef15a..718dcb65df26 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSteelBlue; + border-top: 1px solid DarkCyan; } nav { - background: LightSteelBlue; + background: DarkCyan; display: flex; align-items: center; padding: 0 0.5rem; From 8806984512f269d79982939816c96f04e57453b7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 13 Mar 2023 01:05:20 +0000 Subject: [PATCH 3044/3185] KPT-24: Update background color to YellowGreen --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 718dcb65df26..38d8005718f8 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkCyan; + border-top: 1px solid YellowGreen; } nav { - background: DarkCyan; + background: YellowGreen; display: flex; align-items: center; padding: 0 0.5rem; From e7433ea7efbdd0e78cc4aaad760296b63a260b08 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 13 Mar 2023 05:35:21 +0000 Subject: [PATCH 3045/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 38d8005718f8..dd1156fbaefb 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid YellowGreen; + border-top: 1px solid DarkSlateGrey; } nav { - background: YellowGreen; + background: DarkSlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From 0a464e4b6359ddcd1db1ae7b07f7f1418d5e24eb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 13 Mar 2023 06:20:21 +0000 Subject: [PATCH 3046/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index dd1156fbaefb..48f96fef5716 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateGrey; + border-top: 1px solid PaleVioletRed; } nav { - background: DarkSlateGrey; + background: PaleVioletRed; display: flex; align-items: center; padding: 0 0.5rem; From e8147dbb3589860412ab6c1add89bd79b64c0d2f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 13 Mar 2023 12:20:20 +0000 Subject: [PATCH 3047/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 48f96fef5716..a53a85ffbbae 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleVioletRed; + border-top: 1px solid AliceBlue; } nav { - background: PaleVioletRed; + background: AliceBlue; display: flex; align-items: center; padding: 0 0.5rem; From 6d361b87d46c26a34ef847b0e27bc804e7b5afdb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 13 Mar 2023 13:05:21 +0000 Subject: [PATCH 3048/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index a53a85ffbbae..1230ce9cd975 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid AliceBlue; + border-top: 1px solid MediumSlateBlue; } nav { - background: AliceBlue; + background: MediumSlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From 87744ec9e106875e92b2993bcb7912cabcab9a86 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 13 Mar 2023 15:20:21 +0000 Subject: [PATCH 3049/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 1230ce9cd975..01d9c09e8bbb 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSlateBlue; + border-top: 1px solid Brown; } nav { - background: MediumSlateBlue; + background: Brown; display: flex; align-items: center; padding: 0 0.5rem; From 7f9270e0c0d5da508ae643217433090a4e337529 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 14 Mar 2023 00:20:23 +0000 Subject: [PATCH 3050/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 01d9c09e8bbb..4157a06c1b2b 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Brown; + border-top: 1px solid LawnGreen; } nav { - background: Brown; + background: LawnGreen; display: flex; align-items: center; padding: 0 0.5rem; From 323369456d6949c4fefcfff0bf3e677f5d6bc61d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 14 Mar 2023 05:35:21 +0000 Subject: [PATCH 3051/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4157a06c1b2b..f121aafd52c6 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LawnGreen; + border-top: 1px solid SteelBlue; } nav { - background: LawnGreen; + background: SteelBlue; display: flex; align-items: center; padding: 0 0.5rem; From 421e64949a631583e9bbc6042917377c0d982726 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 14 Mar 2023 07:50:22 +0000 Subject: [PATCH 3052/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index f121aafd52c6..52780a4ff666 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SteelBlue; + border-top: 1px solid SlateGrey; } nav { - background: SteelBlue; + background: SlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From 80f1f7ff1499dac797cda545dc341134d8ec7f31 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 14 Mar 2023 10:50:20 +0000 Subject: [PATCH 3053/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 52780a4ff666..372b1a31ed97 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateGrey; + border-top: 1px solid LightGrey; } nav { - background: SlateGrey; + background: LightGrey; display: flex; align-items: center; padding: 0 0.5rem; From f586935356d7186ac4558d5b2fe8cba1d446a4e7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 14 Mar 2023 11:35:20 +0000 Subject: [PATCH 3054/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 372b1a31ed97..308fd2898d6e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGrey; + border-top: 1px solid Lavender; } nav { - background: LightGrey; + background: Lavender; display: flex; align-items: center; padding: 0 0.5rem; From e48c95a89edfb28f64a7e4c8ba9647ddf1e4367b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 14 Mar 2023 23:35:21 +0000 Subject: [PATCH 3055/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 308fd2898d6e..02795f4f8e2b 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Lavender; + border-top: 1px solid DarkGray; } nav { - background: Lavender; + background: DarkGray; display: flex; align-items: center; padding: 0 0.5rem; From ad2cd6e8ab2d8ba20cfaa7ac64f6b9fecf290466 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 15 Mar 2023 01:05:20 +0000 Subject: [PATCH 3056/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 02795f4f8e2b..5bc7ef4eb78f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGray; + border-top: 1px solid DarkOrange; } nav { - background: DarkGray; + background: DarkOrange; display: flex; align-items: center; padding: 0 0.5rem; From 05b27b859bc379dcf05ed01774fb8f63377e7f21 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 15 Mar 2023 04:50:22 +0000 Subject: [PATCH 3057/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 5bc7ef4eb78f..6baa43ae096e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOrange; + border-top: 1px solid BlanchedAlmond; } nav { - background: DarkOrange; + background: BlanchedAlmond; display: flex; align-items: center; padding: 0 0.5rem; From 62217ce384adfcdf959bb26d8838f2edd6796258 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 15 Mar 2023 08:35:21 +0000 Subject: [PATCH 3058/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 6baa43ae096e..4ec33dd9a11e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BlanchedAlmond; + border-top: 1px solid BurlyWood; } nav { - background: BlanchedAlmond; + background: BurlyWood; display: flex; align-items: center; padding: 0 0.5rem; From a418472b237efa4de8bffcf526bc6ff26c3ab56b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 15 Mar 2023 10:05:21 +0000 Subject: [PATCH 3059/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4ec33dd9a11e..09d17be28fcf 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BurlyWood; + border-top: 1px solid Chartreuse; } nav { - background: BurlyWood; + background: Chartreuse; display: flex; align-items: center; padding: 0 0.5rem; From d31183fe4c92640ff90652273bc60c6146889f53 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 15 Mar 2023 11:35:21 +0000 Subject: [PATCH 3060/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 09d17be28fcf..195f194ef15a 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Chartreuse; + border-top: 1px solid LightSteelBlue; } nav { - background: Chartreuse; + background: LightSteelBlue; display: flex; align-items: center; padding: 0 0.5rem; From 40e1d4580fc4334bfae424f289b87517cdb33e07 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 15 Mar 2023 12:20:21 +0000 Subject: [PATCH 3061/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 195f194ef15a..a67998ca9c46 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSteelBlue; + border-top: 1px solid MediumOrchid; } nav { - background: LightSteelBlue; + background: MediumOrchid; display: flex; align-items: center; padding: 0 0.5rem; From 777d22559828925b7168a866ee097d9a48e84934 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 15 Mar 2023 13:50:23 +0000 Subject: [PATCH 3062/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index a67998ca9c46..37d380ba9c8b 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumOrchid; + border-top: 1px solid LavenderBlush; } nav { - background: MediumOrchid; + background: LavenderBlush; display: flex; align-items: center; padding: 0 0.5rem; From 6d4820161a5ca79d933f945710bfd5ccd13b230b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 15 Mar 2023 14:35:20 +0000 Subject: [PATCH 3063/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 37d380ba9c8b..0ad2b52a66dd 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LavenderBlush; + border-top: 1px solid DarkSlateGray; } nav { - background: LavenderBlush; + background: DarkSlateGray; display: flex; align-items: center; padding: 0 0.5rem; From c34c96051c8d0cf8ba862b963488fca64a3134e0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 15 Mar 2023 16:50:22 +0000 Subject: [PATCH 3064/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 0ad2b52a66dd..531a07b0e7f9 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateGray; + border-top: 1px solid AntiqueWhite; } nav { - background: DarkSlateGray; + background: AntiqueWhite; display: flex; align-items: center; padding: 0 0.5rem; From 5c3a087609a4fe13d07feba8277cc81b9bee31c1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 15 Mar 2023 18:20:21 +0000 Subject: [PATCH 3065/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 531a07b0e7f9..0ad2b52a66dd 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid AntiqueWhite; + border-top: 1px solid DarkSlateGray; } nav { - background: AntiqueWhite; + background: DarkSlateGray; display: flex; align-items: center; padding: 0 0.5rem; From 8b3655cfe4f176ac1c27a04b4707697ec338b173 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 15 Mar 2023 19:05:21 +0000 Subject: [PATCH 3066/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 0ad2b52a66dd..8876d676857c 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateGray; + border-top: 1px solid IndianRed; } nav { - background: DarkSlateGray; + background: IndianRed; display: flex; align-items: center; padding: 0 0.5rem; From 0d30a9cbc10e54e61f2448eee34619f689e8cff6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 15 Mar 2023 21:20:20 +0000 Subject: [PATCH 3067/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 8876d676857c..6ed2eb8a42df 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid IndianRed; + border-top: 1px solid Turquoise; } nav { - background: IndianRed; + background: Turquoise; display: flex; align-items: center; padding: 0 0.5rem; From 54f40b406e9dc38b07bff109e14f109604cb5606 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 15 Mar 2023 23:35:21 +0000 Subject: [PATCH 3068/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 6ed2eb8a42df..abc9bac5eca7 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Turquoise; + border-top: 1px solid Blue; } nav { - background: Turquoise; + background: Blue; display: flex; align-items: center; padding: 0 0.5rem; From b82a33d74d2e5adb4e6879d5782acde11b18d5f5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 16 Mar 2023 00:20:21 +0000 Subject: [PATCH 3069/3185] KPT-24: Update background color to Cornsilk --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index abc9bac5eca7..6c526423d3cc 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Blue; + border-top: 1px solid Cornsilk; } nav { - background: Blue; + background: Cornsilk; display: flex; align-items: center; padding: 0 0.5rem; From 889e1754b8cfede7e97b77c8486670f1ac4127ad Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 16 Mar 2023 01:05:21 +0000 Subject: [PATCH 3070/3185] KPT-22: Modals with Coral accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 6c526423d3cc..67e0111f647f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Cornsilk; + border-top: 1px solid Coral; } nav { - background: Cornsilk; + background: Coral; display: flex; align-items: center; padding: 0 0.5rem; From 6a4536b981ea5daa332b4e6dc56a9c5935fa6924 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 16 Mar 2023 02:35:20 +0000 Subject: [PATCH 3071/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 67e0111f647f..8876d676857c 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Coral; + border-top: 1px solid IndianRed; } nav { - background: Coral; + background: IndianRed; display: flex; align-items: center; padding: 0 0.5rem; From 6432176fdad2061d4818a27701f7448eb5dbcb8a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 16 Mar 2023 06:20:20 +0000 Subject: [PATCH 3072/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 8876d676857c..02795f4f8e2b 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid IndianRed; + border-top: 1px solid DarkGray; } nav { - background: IndianRed; + background: DarkGray; display: flex; align-items: center; padding: 0 0.5rem; From aab92c0bbbc6d2cbc42da57b774b683ca36203fb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 16 Mar 2023 14:35:20 +0000 Subject: [PATCH 3073/3185] KPT-22: Modals with Blue accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 02795f4f8e2b..abc9bac5eca7 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGray; + border-top: 1px solid Blue; } nav { - background: DarkGray; + background: Blue; display: flex; align-items: center; padding: 0 0.5rem; From d68c821e4b1be15efa79ff6f6338ef78a33d7031 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 16 Mar 2023 16:50:21 +0000 Subject: [PATCH 3074/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index abc9bac5eca7..14bdb415526f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Blue; + border-top: 1px solid DarkGreen; } nav { - background: Blue; + background: DarkGreen; display: flex; align-items: center; padding: 0 0.5rem; From 3119585793af1341ceb4833bebdde97f3f5a8e39 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 16 Mar 2023 19:50:21 +0000 Subject: [PATCH 3075/3185] KPT-24: Update background color to White --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 14bdb415526f..ebdf63f280df 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGreen; + border-top: 1px solid White; } nav { - background: DarkGreen; + background: White; display: flex; align-items: center; padding: 0 0.5rem; From 2e51b3cd3999c9d911fdd0eef7ebc3f75749e01b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 17 Mar 2023 01:50:21 +0000 Subject: [PATCH 3076/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ebdf63f280df..ceefd47a65fe 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid White; + border-top: 1px solid BlueViolet; } nav { - background: White; + background: BlueViolet; display: flex; align-items: center; padding: 0 0.5rem; From d0de7b0f4ae2a872344d927d87ff9b3051819da1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 17 Mar 2023 10:05:20 +0000 Subject: [PATCH 3077/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ceefd47a65fe..bad8db91c557 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BlueViolet; + border-top: 1px solid CadetBlue; } nav { - background: BlueViolet; + background: CadetBlue; display: flex; align-items: center; padding: 0 0.5rem; From 5dacfa3a85524c33c23214bd94b2c01a9b6d7ff7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 17 Mar 2023 13:05:20 +0000 Subject: [PATCH 3078/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index bad8db91c557..3b05aa10f47f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid CadetBlue; + border-top: 1px solid SkyBlue; } nav { - background: CadetBlue; + background: SkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From 0dac1c75010e1b73751cea673010e77d531aa199 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 17 Mar 2023 15:15:17 +0000 Subject: [PATCH 3079/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3b05aa10f47f..3bec89149c2c 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SkyBlue; + border-top: 1px solid Peru; } nav { - background: SkyBlue; + background: Peru; display: flex; align-items: center; padding: 0 0.5rem; From b2c6da9aaa3a39395d8ea69339fa40abb62c32d5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 17 Mar 2023 15:17:13 +0000 Subject: [PATCH 3080/3185] KPT-22: Modals with Green accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3bec89149c2c..2a24e48a33d3 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Peru; + border-top: 1px solid Green; } nav { - background: Peru; + background: Green; display: flex; align-items: center; padding: 0 0.5rem; From e7c087b4ec7a524f2e711565a4e0b72df3572095 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 17 Mar 2023 15:24:59 +0000 Subject: [PATCH 3081/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 2a24e48a33d3..8876d676857c 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Green; + border-top: 1px solid IndianRed; } nav { - background: Green; + background: IndianRed; display: flex; align-items: center; padding: 0 0.5rem; From 60bf5c81350062ddb23aad6df26370edb46beee7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 17 Mar 2023 17:35:20 +0000 Subject: [PATCH 3082/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 8876d676857c..d1a30d185108 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid IndianRed; + border-top: 1px solid Linen; } nav { - background: IndianRed; + background: Linen; display: flex; align-items: center; padding: 0 0.5rem; From 519b37d7b66e4e213e35766b7d508a54cbc188d2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 17 Mar 2023 20:35:20 +0000 Subject: [PATCH 3083/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d1a30d185108..7885b7716913 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Linen; + border-top: 1px solid MistyRose; } nav { - background: Linen; + background: MistyRose; display: flex; align-items: center; padding: 0 0.5rem; From a49aab5d392d202aefdc73e540594a78a8bcccbb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 18 Mar 2023 01:05:21 +0000 Subject: [PATCH 3084/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 7885b7716913..857ab72fccc2 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MistyRose; + border-top: 1px solid LightGoldenRodYellow; } nav { - background: MistyRose; + background: LightGoldenRodYellow; display: flex; align-items: center; padding: 0 0.5rem; From 36edf92bb432d893022a94c2839930e4e0a9b5dd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 18 Mar 2023 09:20:22 +0000 Subject: [PATCH 3085/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 857ab72fccc2..0f633b206ec6 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGoldenRodYellow; + border-top: 1px solid MediumAquaMarine; } nav { - background: LightGoldenRodYellow; + background: MediumAquaMarine; display: flex; align-items: center; padding: 0 0.5rem; From c732b910da86c5f7d25b64b79c750e8e8cf6d3ff Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 18 Mar 2023 13:05:20 +0000 Subject: [PATCH 3086/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 0f633b206ec6..38eb215526f9 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumAquaMarine; + border-top: 1px solid Salmon; } nav { - background: MediumAquaMarine; + background: Salmon; display: flex; align-items: center; padding: 0 0.5rem; From 22c2332f308abc569cf06f21fbfb2c9a165e9d48 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 18 Mar 2023 13:50:33 +0000 Subject: [PATCH 3087/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 38eb215526f9..97c9a503bf56 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Salmon; + border-top: 1px solid Lime; } nav { - background: Salmon; + background: Lime; display: flex; align-items: center; padding: 0 0.5rem; From 437e3dc98a3f25a83746c962486b7408d61c4dd7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 18 Mar 2023 14:35:22 +0000 Subject: [PATCH 3088/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 97c9a503bf56..4ec33dd9a11e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Lime; + border-top: 1px solid BurlyWood; } nav { - background: Lime; + background: BurlyWood; display: flex; align-items: center; padding: 0 0.5rem; From 4d18c7c19a322991cb71b7ba49a17062ead9b725 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 18 Mar 2023 22:50:31 +0000 Subject: [PATCH 3089/3185] KPT-24: Update background color to DimGray --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4ec33dd9a11e..95b0c9b012ff 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BurlyWood; + border-top: 1px solid DimGray; } nav { - background: BurlyWood; + background: DimGray; display: flex; align-items: center; padding: 0 0.5rem; From 41d9abe2470587d1b8f8fdaa8700d97448e04adc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 19 Mar 2023 00:20:21 +0000 Subject: [PATCH 3090/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 95b0c9b012ff..8876d676857c 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DimGray; + border-top: 1px solid IndianRed; } nav { - background: DimGray; + background: IndianRed; display: flex; align-items: center; padding: 0 0.5rem; From 194f5c54b59268d6f40cc7771246501bb44b3448 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 19 Mar 2023 01:50:21 +0000 Subject: [PATCH 3091/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 8876d676857c..2e8c8e35e5cb 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid IndianRed; + border-top: 1px solid Magenta; } nav { - background: IndianRed; + background: Magenta; display: flex; align-items: center; padding: 0 0.5rem; From 38e4a45ded9f18f2be70dcb00b782368715db1fe Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 19 Mar 2023 03:20:21 +0000 Subject: [PATCH 3092/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 2e8c8e35e5cb..bdd585164bf6 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Magenta; + border-top: 1px solid MediumTurquoise; } nav { - background: Magenta; + background: MediumTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From 4485df5ca4dc29b36e655f8fef3100943e975043 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 19 Mar 2023 04:05:20 +0000 Subject: [PATCH 3093/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index bdd585164bf6..64214c2d85c0 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumTurquoise; + border-top: 1px solid LightGreen; } nav { - background: MediumTurquoise; + background: LightGreen; display: flex; align-items: center; padding: 0 0.5rem; From 8042f2737e6dc63c9b3be332ecca2c1e41f86fde Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 19 Mar 2023 08:35:21 +0000 Subject: [PATCH 3094/3185] KPT-22: Modals with Moccasin accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 64214c2d85c0..d932ecdd7d93 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGreen; + border-top: 1px solid Moccasin; } nav { - background: LightGreen; + background: Moccasin; display: flex; align-items: center; padding: 0 0.5rem; From ae25dfc937dab846bc0318e22334c2642c262b1c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 19 Mar 2023 11:35:22 +0000 Subject: [PATCH 3095/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d932ecdd7d93..4157a06c1b2b 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Moccasin; + border-top: 1px solid LawnGreen; } nav { - background: Moccasin; + background: LawnGreen; display: flex; align-items: center; padding: 0 0.5rem; From 2b1893025657f64fbd61a2b570806a714c5ecb39 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 19 Mar 2023 14:35:22 +0000 Subject: [PATCH 3096/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4157a06c1b2b..b83d2db05aab 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LawnGreen; + border-top: 1px solid Silver; } nav { - background: LawnGreen; + background: Silver; display: flex; align-items: center; padding: 0 0.5rem; From c0ee4e681b954290277d6694e94d4ef729e76bc4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 19 Mar 2023 15:20:22 +0000 Subject: [PATCH 3097/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index b83d2db05aab..52780a4ff666 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Silver; + border-top: 1px solid SlateGrey; } nav { - background: Silver; + background: SlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From fb1cab2cb797f9f0d9336a93d5ffba8c33a70d44 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 19 Mar 2023 21:20:22 +0000 Subject: [PATCH 3098/3185] KPT-24: Update background color to GoldenRod --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 52780a4ff666..53c6d3eeeb62 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateGrey; + border-top: 1px solid GoldenRod; } nav { - background: SlateGrey; + background: GoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From 3475a668f72633cf082aba838ab562cfcb563e5f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 19 Mar 2023 22:50:21 +0000 Subject: [PATCH 3099/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 53c6d3eeeb62..d45f2f580eae 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GoldenRod; + border-top: 1px solid LightGray; } nav { - background: GoldenRod; + background: LightGray; display: flex; align-items: center; padding: 0 0.5rem; From 632d4d18d6d64175f2f6cdb16a20676150b3f3ef Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 19 Mar 2023 23:35:23 +0000 Subject: [PATCH 3100/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d45f2f580eae..7eedbaa75afb 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGray; + border-top: 1px solid Gray; } nav { - background: LightGray; + background: Gray; display: flex; align-items: center; padding: 0 0.5rem; From f6cc711672643e3da5266a5728d91ed4c644ba48 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 20 Mar 2023 02:35:23 +0000 Subject: [PATCH 3101/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 7eedbaa75afb..6550fb674240 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gray; + border-top: 1px solid SandyBrown; } nav { - background: Gray; + background: SandyBrown; display: flex; align-items: center; padding: 0 0.5rem; From 0292928fe2d1136810e03d3214cccd4f2977dfae Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 20 Mar 2023 03:20:24 +0000 Subject: [PATCH 3102/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 6550fb674240..67e0111f647f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SandyBrown; + border-top: 1px solid Coral; } nav { - background: SandyBrown; + background: Coral; display: flex; align-items: center; padding: 0 0.5rem; From 1cc7198f85f9b4e42d0684ce64e8d5f43563ea10 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 20 Mar 2023 04:05:22 +0000 Subject: [PATCH 3103/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 67e0111f647f..f121aafd52c6 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Coral; + border-top: 1px solid SteelBlue; } nav { - background: Coral; + background: SteelBlue; display: flex; align-items: center; padding: 0 0.5rem; From e907332761aefb3ceead956dfbfc6a81ca582649 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 20 Mar 2023 06:20:23 +0000 Subject: [PATCH 3104/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index f121aafd52c6..7a8231a1d628 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SteelBlue; + border-top: 1px solid SeaGreen; } nav { - background: SteelBlue; + background: SeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From 5686378106efb5f5d637313e2e76d0541e5c984b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 20 Mar 2023 07:50:23 +0000 Subject: [PATCH 3105/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 7a8231a1d628..6675fdc2e211 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SeaGreen; + border-top: 1px solid Tomato; } nav { - background: SeaGreen; + background: Tomato; display: flex; align-items: center; padding: 0 0.5rem; From 48cf5888270bb0aa87c7b35730ddbe527d6e6280 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 20 Mar 2023 10:05:25 +0000 Subject: [PATCH 3106/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 6675fdc2e211..4157a06c1b2b 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Tomato; + border-top: 1px solid LawnGreen; } nav { - background: Tomato; + background: LawnGreen; display: flex; align-items: center; padding: 0 0.5rem; From ad4267ad814f2723c1f13ec0bdff90e0dddc9225 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 20 Mar 2023 10:50:23 +0000 Subject: [PATCH 3107/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4157a06c1b2b..26096fe5afd6 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LawnGreen; + border-top: 1px solid FloralWhite; } nav { - background: LawnGreen; + background: FloralWhite; display: flex; align-items: center; padding: 0 0.5rem; From a03e0280cae45a6576d2ec5bf9055dbb010779ad Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 20 Mar 2023 17:35:22 +0000 Subject: [PATCH 3108/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 26096fe5afd6..9db6466b4d55 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid FloralWhite; + border-top: 1px solid Indigo; } nav { - background: FloralWhite; + background: Indigo; display: flex; align-items: center; padding: 0 0.5rem; From 836dfc1030b030693831ab1d05c86dc479f05115 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 20 Mar 2023 18:20:32 +0000 Subject: [PATCH 3109/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 9db6466b4d55..9897bbddf092 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Indigo; + border-top: 1px solid LightPink; } nav { - background: Indigo; + background: LightPink; display: flex; align-items: center; padding: 0 0.5rem; From d9624e3ef18ab87076982f87bb12757311ea599a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 20 Mar 2023 19:50:24 +0000 Subject: [PATCH 3110/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 9897bbddf092..63b3b490fb00 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightPink; + border-top: 1px solid MediumVioletRed; } nav { - background: LightPink; + background: MediumVioletRed; display: flex; align-items: center; padding: 0 0.5rem; From 10a3bf72ec680a2a2b555db17d3b258bb3c0b313 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 20 Mar 2023 22:05:23 +0000 Subject: [PATCH 3111/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 63b3b490fb00..38eb215526f9 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumVioletRed; + border-top: 1px solid Salmon; } nav { - background: MediumVioletRed; + background: Salmon; display: flex; align-items: center; padding: 0 0.5rem; From 86ddd7c955fcea726baba4fa172fbbce28998217 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 20 Mar 2023 23:35:24 +0000 Subject: [PATCH 3112/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 38eb215526f9..4c78b363845c 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Salmon; + border-top: 1px solid ForestGreen; } nav { - background: Salmon; + background: ForestGreen; display: flex; align-items: center; padding: 0 0.5rem; From 7bfeb5fdb9734ebc0cad41a5b0856aa4fad61700 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 21 Mar 2023 03:20:22 +0000 Subject: [PATCH 3113/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4c78b363845c..454e3b0659dc 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid ForestGreen; + border-top: 1px solid Tan; } nav { - background: ForestGreen; + background: Tan; display: flex; align-items: center; padding: 0 0.5rem; From c5c6c6e190576987c8b1f9e21e63cf77e1d214f9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 21 Mar 2023 06:20:22 +0000 Subject: [PATCH 3114/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 454e3b0659dc..b3ffebd1503f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Tan; + border-top: 1px solid PeachPuff; } nav { - background: Tan; + background: PeachPuff; display: flex; align-items: center; padding: 0 0.5rem; From 92b11c9811fcf44e0a0e0d053a4e7fe48e92c004 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 21 Mar 2023 08:35:22 +0000 Subject: [PATCH 3115/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index b3ffebd1503f..7885b7716913 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PeachPuff; + border-top: 1px solid MistyRose; } nav { - background: PeachPuff; + background: MistyRose; display: flex; align-items: center; padding: 0 0.5rem; From c39c2582877884dedb921da0ace4f557348afd03 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 21 Mar 2023 10:50:23 +0000 Subject: [PATCH 3116/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 7885b7716913..ee268dfc6674 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MistyRose; + border-top: 1px solid Thistle; } nav { - background: MistyRose; + background: Thistle; display: flex; align-items: center; padding: 0 0.5rem; From a373afb2d918fbd447efa45b4d22990a50985538 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 21 Mar 2023 13:50:21 +0000 Subject: [PATCH 3117/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ee268dfc6674..6da11d3d6276 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Thistle; + border-top: 1px solid DarkOliveGreen; } nav { - background: Thistle; + background: DarkOliveGreen; display: flex; align-items: center; padding: 0 0.5rem; From c251afb32cd7610f76056245ebf4d2543f4a827b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 21 Mar 2023 14:35:21 +0000 Subject: [PATCH 3118/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 6da11d3d6276..3fc956c8bef1 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOliveGreen; + border-top: 1px solid Khaki; } nav { - background: DarkOliveGreen; + background: Khaki; display: flex; align-items: center; padding: 0 0.5rem; From 2c368cc4eea4d92d9dbf4abe72220312d6495491 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 21 Mar 2023 16:05:20 +0000 Subject: [PATCH 3119/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3fc956c8bef1..39ce4de2a2ff 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Khaki; + border-top: 1px solid FireBrick; } nav { - background: Khaki; + background: FireBrick; display: flex; align-items: center; padding: 0 0.5rem; From 219066ba0afd61d7132443bf8c5e088b697442cf Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 21 Mar 2023 17:35:20 +0000 Subject: [PATCH 3120/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 39ce4de2a2ff..9db6466b4d55 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid FireBrick; + border-top: 1px solid Indigo; } nav { - background: FireBrick; + background: Indigo; display: flex; align-items: center; padding: 0 0.5rem; From 27e2e3b6749d78fbcc8e3eb0bd1194481f1febc4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 21 Mar 2023 18:20:21 +0000 Subject: [PATCH 3121/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 9db6466b4d55..cec3a64bc51b 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Indigo; + border-top: 1px solid DarkMagenta; } nav { - background: Indigo; + background: DarkMagenta; display: flex; align-items: center; padding: 0 0.5rem; From aba271b129c1a0f261e28fc053a32758f8013f0a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 21 Mar 2023 21:20:21 +0000 Subject: [PATCH 3122/3185] KPT-24: Update background color to SlateBlue --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index cec3a64bc51b..bd3a875e2c0c 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkMagenta; + border-top: 1px solid SlateBlue; } nav { - background: DarkMagenta; + background: SlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From 28a0a66bf803d95a016995d00c457adef268060e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 21 Mar 2023 23:35:22 +0000 Subject: [PATCH 3123/3185] KPT-24: Update background color to BlanchedAlmond --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index bd3a875e2c0c..6baa43ae096e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateBlue; + border-top: 1px solid BlanchedAlmond; } nav { - background: SlateBlue; + background: BlanchedAlmond; display: flex; align-items: center; padding: 0 0.5rem; From 454a1f82b5408a8f1738cd195f33affb8bc40f8c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 22 Mar 2023 01:05:21 +0000 Subject: [PATCH 3124/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 6baa43ae096e..036ab873eeb7 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BlanchedAlmond; + border-top: 1px solid Violet; } nav { - background: BlanchedAlmond; + background: Violet; display: flex; align-items: center; padding: 0 0.5rem; From 0e905993cfaa023cf12526d501c8afbbe6a3c93e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 22 Mar 2023 03:20:21 +0000 Subject: [PATCH 3125/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 036ab873eeb7..31704961ca80 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Violet; + border-top: 1px solid DarkRed; } nav { - background: Violet; + background: DarkRed; display: flex; align-items: center; padding: 0 0.5rem; From fbd0661245a15b06212ca816433dd875cf781aca Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 22 Mar 2023 04:50:21 +0000 Subject: [PATCH 3126/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 31704961ca80..bd3a875e2c0c 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkRed; + border-top: 1px solid SlateBlue; } nav { - background: DarkRed; + background: SlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From 760c8c113333312e596da24dd9a9db39f1d8c014 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 22 Mar 2023 10:50:22 +0000 Subject: [PATCH 3127/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index bd3a875e2c0c..c5466bcfd359 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateBlue; + border-top: 1px solid Teal; } nav { - background: SlateBlue; + background: Teal; display: flex; align-items: center; padding: 0 0.5rem; From be97efada2a16351d101089108d825ed62f09374 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 22 Mar 2023 15:20:21 +0000 Subject: [PATCH 3128/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index c5466bcfd359..9219f21a21b0 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Teal; + border-top: 1px solid OrangeRed; } nav { - background: Teal; + background: OrangeRed; display: flex; align-items: center; padding: 0 0.5rem; From 74418de623ee96ad767f6ea64e969dd74131ce5f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 22 Mar 2023 16:05:22 +0000 Subject: [PATCH 3129/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 9219f21a21b0..4e9265f434fd 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OrangeRed; + border-top: 1px solid DeepPink; } nav { - background: OrangeRed; + background: DeepPink; display: flex; align-items: center; padding: 0 0.5rem; From a187db6e2846aceb0161949f21f4ac793a72d2ca Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 22 Mar 2023 19:50:22 +0000 Subject: [PATCH 3130/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4e9265f434fd..ee268dfc6674 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DeepPink; + border-top: 1px solid Thistle; } nav { - background: DeepPink; + background: Thistle; display: flex; align-items: center; padding: 0 0.5rem; From a99c762838fc4c3084fcd80e5e8355896b6a8093 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 22 Mar 2023 20:35:21 +0000 Subject: [PATCH 3131/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ee268dfc6674..3c53fdbf3bd7 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Thistle; + border-top: 1px solid RosyBrown; } nav { - background: Thistle; + background: RosyBrown; display: flex; align-items: center; padding: 0 0.5rem; From 559abf4535f781c31309b775aaf1abbce33c9d00 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 22 Mar 2023 21:20:21 +0000 Subject: [PATCH 3132/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3c53fdbf3bd7..3b0ac193bf44 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RosyBrown; + border-top: 1px solid Aquamarine; } nav { - background: RosyBrown; + background: Aquamarine; display: flex; align-items: center; padding: 0 0.5rem; From 66d7643903620d585673f42e12d58fda86750652 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 23 Mar 2023 05:35:20 +0000 Subject: [PATCH 3133/3185] KPT-27: Update and test libraries --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3b0ac193bf44..8b28d00942f7 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Aquamarine; + border-top: 1px solid PowderBlue; } nav { - background: Aquamarine; + background: PowderBlue; display: flex; align-items: center; padding: 0 0.5rem; From e8c25fca53f27705232a98ceb37f17f66e4941dc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 23 Mar 2023 06:20:21 +0000 Subject: [PATCH 3134/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 8b28d00942f7..d61efedec6bb 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PowderBlue; + border-top: 1px solid DarkKhaki; } nav { - background: PowderBlue; + background: DarkKhaki; display: flex; align-items: center; padding: 0 0.5rem; From d10c751c38f743244e2f11eb512a0ad72964010b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 23 Mar 2023 10:05:20 +0000 Subject: [PATCH 3135/3185] KPT-24: Update background color to Magenta --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d61efedec6bb..2e8c8e35e5cb 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkKhaki; + border-top: 1px solid Magenta; } nav { - background: DarkKhaki; + background: Magenta; display: flex; align-items: center; padding: 0 0.5rem; From eefb519d91eef8692c3509a5214b51d867d93239 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 23 Mar 2023 12:20:23 +0000 Subject: [PATCH 3136/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 2e8c8e35e5cb..6baa43ae096e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Magenta; + border-top: 1px solid BlanchedAlmond; } nav { - background: Magenta; + background: BlanchedAlmond; display: flex; align-items: center; padding: 0 0.5rem; From a095a8c1b598010efc60d1c1b8bcd74aeab873b0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 23 Mar 2023 17:35:20 +0000 Subject: [PATCH 3137/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 6baa43ae096e..ee268dfc6674 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BlanchedAlmond; + border-top: 1px solid Thistle; } nav { - background: BlanchedAlmond; + background: Thistle; display: flex; align-items: center; padding: 0 0.5rem; From e4d4818f5800d2462fbf70da08bf6ffabd717973 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 23 Mar 2023 22:50:22 +0000 Subject: [PATCH 3138/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ee268dfc6674..bc298684f71f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Thistle; + border-top: 1px solid RebeccaPurple; } nav { - background: Thistle; + background: RebeccaPurple; display: flex; align-items: center; padding: 0 0.5rem; From 3a802e7a6158e64e69e8ae0ee65317441100155b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 23 Mar 2023 23:35:20 +0000 Subject: [PATCH 3139/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index bc298684f71f..24d254c510ca 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RebeccaPurple; + border-top: 1px solid Wheat; } nav { - background: RebeccaPurple; + background: Wheat; display: flex; align-items: center; padding: 0 0.5rem; From e2c2d1288f0c47822e72f631db77275404a751cb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 24 Mar 2023 01:50:20 +0000 Subject: [PATCH 3140/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 24d254c510ca..ad9452d08934 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Wheat; + border-top: 1px solid GhostWhite; } nav { - background: Wheat; + background: GhostWhite; display: flex; align-items: center; padding: 0 0.5rem; From b06c51d2d7330780582870767de6f1a14f901961 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 24 Mar 2023 03:20:21 +0000 Subject: [PATCH 3141/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ad9452d08934..5d4492574dd1 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GhostWhite; + border-top: 1px solid MintCream; } nav { - background: GhostWhite; + background: MintCream; display: flex; align-items: center; padding: 0 0.5rem; From eb3c5ef2bfa35a638d7fc999df3e0b7a5ce8d816 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 24 Mar 2023 04:50:21 +0000 Subject: [PATCH 3142/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 5d4492574dd1..67e0111f647f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MintCream; + border-top: 1px solid Coral; } nav { - background: MintCream; + background: Coral; display: flex; align-items: center; padding: 0 0.5rem; From 7c57b3fdade412eebefed173b884db6ed9b9c246 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 24 Mar 2023 09:20:21 +0000 Subject: [PATCH 3143/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 67e0111f647f..53c6d3eeeb62 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Coral; + border-top: 1px solid GoldenRod; } nav { - background: Coral; + background: GoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From df3442fc81347f4618a2fca4771f0a9001222a16 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 24 Mar 2023 10:05:20 +0000 Subject: [PATCH 3144/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 53c6d3eeeb62..136dba7818fc 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GoldenRod; + border-top: 1px solid SaddleBrown; } nav { - background: GoldenRod; + background: SaddleBrown; display: flex; align-items: center; padding: 0 0.5rem; From be28c4f56979509e97df77e6e9c20c36f498e6f4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 24 Mar 2023 11:35:21 +0000 Subject: [PATCH 3145/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 136dba7818fc..e998dc1afbfd 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SaddleBrown; + border-top: 1px solid Cyan; } nav { - background: SaddleBrown; + background: Cyan; display: flex; align-items: center; padding: 0 0.5rem; From 7e5a78f5be970d0cbbd7ccd373319eee7c911e9e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 24 Mar 2023 12:20:21 +0000 Subject: [PATCH 3146/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index e998dc1afbfd..3c53fdbf3bd7 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Cyan; + border-top: 1px solid RosyBrown; } nav { - background: Cyan; + background: RosyBrown; display: flex; align-items: center; padding: 0 0.5rem; From c3aa8f3cbd075a04d777c62e8886e1dc5524c440 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 24 Mar 2023 13:05:21 +0000 Subject: [PATCH 3147/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3c53fdbf3bd7..8bc1be7e263d 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RosyBrown; + border-top: 1px solid LightSalmon; } nav { - background: RosyBrown; + background: LightSalmon; display: flex; align-items: center; padding: 0 0.5rem; From 5899a7a41449cde472d1b960dc9de99da2ba3027 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 24 Mar 2023 16:05:22 +0000 Subject: [PATCH 3148/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 8bc1be7e263d..453cdaa8fe58 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSalmon; + border-top: 1px solid DarkSlateBlue; } nav { - background: LightSalmon; + background: DarkSlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From 20a894718f5ecaccfca5b3780d5a17ad94dcb838 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 24 Mar 2023 17:35:22 +0000 Subject: [PATCH 3149/3185] KPT-24: Update background color to Aquamarine --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 453cdaa8fe58..3b0ac193bf44 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateBlue; + border-top: 1px solid Aquamarine; } nav { - background: DarkSlateBlue; + background: Aquamarine; display: flex; align-items: center; padding: 0 0.5rem; From 5610dabdd000985781a5e65d912b4ecd8ec80d7e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 24 Mar 2023 19:05:21 +0000 Subject: [PATCH 3150/3185] KPT-22: Modals with Wheat accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3b0ac193bf44..24d254c510ca 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Aquamarine; + border-top: 1px solid Wheat; } nav { - background: Aquamarine; + background: Wheat; display: flex; align-items: center; padding: 0 0.5rem; From 13359d051db4ff0feac82f71f79af53d3c7567e7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 24 Mar 2023 22:05:22 +0000 Subject: [PATCH 3151/3185] KPT-24: Update background color to BlanchedAlmond --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 24d254c510ca..6baa43ae096e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Wheat; + border-top: 1px solid BlanchedAlmond; } nav { - background: Wheat; + background: BlanchedAlmond; display: flex; align-items: center; padding: 0 0.5rem; From d2314526e0dd7871ed0e56b79b1e2ceaf10f25ef Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 25 Mar 2023 02:35:31 +0000 Subject: [PATCH 3152/3185] KPT-22: Modals with ForestGreen accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 6baa43ae096e..4c78b363845c 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BlanchedAlmond; + border-top: 1px solid ForestGreen; } nav { - background: BlanchedAlmond; + background: ForestGreen; display: flex; align-items: center; padding: 0 0.5rem; From fd56eec358e689a1da18236d94ab484297227d1e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 25 Mar 2023 03:20:21 +0000 Subject: [PATCH 3153/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4c78b363845c..6ed2eb8a42df 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid ForestGreen; + border-top: 1px solid Turquoise; } nav { - background: ForestGreen; + background: Turquoise; display: flex; align-items: center; padding: 0 0.5rem; From 24ce9b656f5b181acf026993e19a66e21af666e5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 25 Mar 2023 05:35:22 +0000 Subject: [PATCH 3154/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 6ed2eb8a42df..4ec33dd9a11e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Turquoise; + border-top: 1px solid BurlyWood; } nav { - background: Turquoise; + background: BurlyWood; display: flex; align-items: center; padding: 0 0.5rem; From d2a5fabfecf1508ccbf836879b6f13c054cfa594 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 25 Mar 2023 07:05:21 +0000 Subject: [PATCH 3155/3185] KPT-22: Modals with Black accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4ec33dd9a11e..e8872e3ed333 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BurlyWood; + border-top: 1px solid Black; } nav { - background: BurlyWood; + background: Black; display: flex; align-items: center; padding: 0 0.5rem; From 23a0443df8daa28f914d770d8eb1269bbec9bc42 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 25 Mar 2023 07:50:21 +0000 Subject: [PATCH 3156/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index e8872e3ed333..3bec89149c2c 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Black; + border-top: 1px solid Peru; } nav { - background: Black; + background: Peru; display: flex; align-items: center; padding: 0 0.5rem; From e54f7e0e7a98cc5a8432b655cdc238f18013c3fe Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 25 Mar 2023 11:35:22 +0000 Subject: [PATCH 3157/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3bec89149c2c..453cdaa8fe58 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Peru; + border-top: 1px solid DarkSlateBlue; } nav { - background: Peru; + background: DarkSlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From a668ebd9deaca6681816d997a204f2ff9aeab89c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 25 Mar 2023 12:20:24 +0000 Subject: [PATCH 3158/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 453cdaa8fe58..3b05aa10f47f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateBlue; + border-top: 1px solid SkyBlue; } nav { - background: DarkSlateBlue; + background: SkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From 2258cbe9b4704e6ecaaa7ca466b8c109985eecc6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 25 Mar 2023 16:05:20 +0000 Subject: [PATCH 3159/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3b05aa10f47f..a53a85ffbbae 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SkyBlue; + border-top: 1px solid AliceBlue; } nav { - background: SkyBlue; + background: AliceBlue; display: flex; align-items: center; padding: 0 0.5rem; From 32bc8fcb326a99f57978903d9610065ca1c3a8b8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 25 Mar 2023 16:50:26 +0000 Subject: [PATCH 3160/3185] KPT-24: Update background color to DimGray --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index a53a85ffbbae..95b0c9b012ff 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid AliceBlue; + border-top: 1px solid DimGray; } nav { - background: AliceBlue; + background: DimGray; display: flex; align-items: center; padding: 0 0.5rem; From f631f9f0969b7de3df603fa11d15fbd2254ea6d1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 25 Mar 2023 17:35:20 +0000 Subject: [PATCH 3161/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 95b0c9b012ff..11a95055426e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DimGray; + border-top: 1px solid LightCoral; } nav { - background: DimGray; + background: LightCoral; display: flex; align-items: center; padding: 0 0.5rem; From fbfaa11bbb3ce888b4f6f7fb23f307e353bb7f17 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 25 Mar 2023 19:05:20 +0000 Subject: [PATCH 3162/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 11a95055426e..139351cd37cf 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightCoral; + border-top: 1px solid SeaShell; } nav { - background: LightCoral; + background: SeaShell; display: flex; align-items: center; padding: 0 0.5rem; From f5ab0c40b45962182c50e54e0e01f1dfd8d50b7e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 25 Mar 2023 19:50:20 +0000 Subject: [PATCH 3163/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 139351cd37cf..f121aafd52c6 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SeaShell; + border-top: 1px solid SteelBlue; } nav { - background: SeaShell; + background: SteelBlue; display: flex; align-items: center; padding: 0 0.5rem; From 00d56a548f8bd4b2415fcfcb0769d3ae4d5d5200 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 25 Mar 2023 20:35:20 +0000 Subject: [PATCH 3164/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index f121aafd52c6..ac6b74bb429f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SteelBlue; + border-top: 1px solid Bisque; } nav { - background: SteelBlue; + background: Bisque; display: flex; align-items: center; padding: 0 0.5rem; From 91018d945b82974e73810ff44336b744f3c1cffe Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 25 Mar 2023 22:05:20 +0000 Subject: [PATCH 3165/3185] KPT-22: Modals with MediumSlateBlue accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ac6b74bb429f..1230ce9cd975 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Bisque; + border-top: 1px solid MediumSlateBlue; } nav { - background: Bisque; + background: MediumSlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From 8a75a7378bc9f92f34cbb5f5b29112aafedb5e79 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 25 Mar 2023 22:50:21 +0000 Subject: [PATCH 3166/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 1230ce9cd975..6baa43ae096e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSlateBlue; + border-top: 1px solid BlanchedAlmond; } nav { - background: MediumSlateBlue; + background: BlanchedAlmond; display: flex; align-items: center; padding: 0 0.5rem; From 8da66f5bd5fcfeb61ebb6fd7ef4b7cbdeff79b10 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 26 Mar 2023 01:50:24 +0000 Subject: [PATCH 3167/3185] KPT-23: Update button CSS to round off corners --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 6baa43ae096e..afdb09fdc5dc 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BlanchedAlmond; + border-top: 1px solid SlateGray; } nav { - background: BlanchedAlmond; + background: SlateGray; display: flex; align-items: center; padding: 0 0.5rem; From 1fab518a12f4ea6bf323f5090e9d0ff1e323570d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 26 Mar 2023 05:35:24 +0000 Subject: [PATCH 3168/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index afdb09fdc5dc..3c53fdbf3bd7 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateGray; + border-top: 1px solid RosyBrown; } nav { - background: SlateGray; + background: RosyBrown; display: flex; align-items: center; padding: 0 0.5rem; From 529caddec491c1313fc0643235bca0ae97579d9d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 26 Mar 2023 13:05:23 +0000 Subject: [PATCH 3169/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3c53fdbf3bd7..d444a165a194 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RosyBrown; + border-top: 1px solid Azure; } nav { - background: RosyBrown; + background: Azure; display: flex; align-items: center; padding: 0 0.5rem; From fcde67655a5b515fd69a77e6df923cb16e0237ce Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 26 Mar 2023 16:05:21 +0000 Subject: [PATCH 3170/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d444a165a194..0ad2b52a66dd 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Azure; + border-top: 1px solid DarkSlateGray; } nav { - background: Azure; + background: DarkSlateGray; display: flex; align-items: center; padding: 0 0.5rem; From f6258f69cab86032851a4292ab274fa26bc5bca2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 26 Mar 2023 19:50:21 +0000 Subject: [PATCH 3171/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 0ad2b52a66dd..a2f3a2cc2f41 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateGray; + border-top: 1px solid MediumPurple; } nav { - background: DarkSlateGray; + background: MediumPurple; display: flex; align-items: center; padding: 0 0.5rem; From 484688f0cd16ad7bfbc92d1d208b78538ee5aaca Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 26 Mar 2023 23:35:21 +0000 Subject: [PATCH 3172/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index a2f3a2cc2f41..cc3e2a46c95e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumPurple; + border-top: 1px solid LightSkyBlue; } nav { - background: MediumPurple; + background: LightSkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From 2f43c8a0347af6182644eb744e7e5c58020a1ddb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 27 Mar 2023 02:35:22 +0000 Subject: [PATCH 3173/3185] KPT-28: Surprise and delight --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index cc3e2a46c95e..3723989cd0af 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSkyBlue; + border-top: 1px solid Aqua; } nav { - background: LightSkyBlue; + background: Aqua; display: flex; align-items: center; padding: 0 0.5rem; From 0c7dd7527ed63b326be1bdae21365570dbc20ad0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 27 Mar 2023 04:05:20 +0000 Subject: [PATCH 3174/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 3723989cd0af..ee268dfc6674 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Aqua; + border-top: 1px solid Thistle; } nav { - background: Aqua; + background: Thistle; display: flex; align-items: center; padding: 0 0.5rem; From 9056ea5216a3f6dcdaae087b5ec5ef0532306b83 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 27 Mar 2023 10:50:22 +0000 Subject: [PATCH 3175/3185] KPT-22: Modals with LightGrey accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index ee268dfc6674..372b1a31ed97 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Thistle; + border-top: 1px solid LightGrey; } nav { - background: Thistle; + background: LightGrey; display: flex; align-items: center; padding: 0 0.5rem; From 3c019535d05e592538f92946478aa836f6cdd5de Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 27 Mar 2023 11:35:20 +0000 Subject: [PATCH 3176/3185] KPT-17: Remove unused env vars from Dockerfile --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 372b1a31ed97..91281b5305a0 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGrey; + border-top: 1px solid HoneyDew; } nav { - background: LightGrey; + background: HoneyDew; display: flex; align-items: center; padding: 0 0.5rem; From f67f7043146fb7fc3ea76ed6f55d488f308f146b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 27 Mar 2023 16:05:21 +0000 Subject: [PATCH 3177/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 91281b5305a0..0a77f9998160 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid HoneyDew; + border-top: 1px solid LemonChiffon; } nav { - background: HoneyDew; + background: LemonChiffon; display: flex; align-items: center; padding: 0 0.5rem; From 39d945aa27231aad7a717c89d856a3d529698f9b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 27 Mar 2023 18:20:21 +0000 Subject: [PATCH 3178/3185] KPT-22: Modals with DeepPink accent color --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 0a77f9998160..4e9265f434fd 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LemonChiffon; + border-top: 1px solid DeepPink; } nav { - background: LemonChiffon; + background: DeepPink; display: flex; align-items: center; padding: 0 0.5rem; From 42210d198f6c63daf98a1809fdcc49d5ce89a2ae Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 27 Mar 2023 19:05:21 +0000 Subject: [PATCH 3179/3185] KPT-29: Split content to new pages --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 4e9265f434fd..d932ecdd7d93 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DeepPink; + border-top: 1px solid Moccasin; } nav { - background: DeepPink; + background: Moccasin; display: flex; align-items: center; padding: 0 0.5rem; From 6d888e31b2958d3989dd7b6a3b5b01fa27895e3d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 28 Mar 2023 01:50:21 +0000 Subject: [PATCH 3180/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index d932ecdd7d93..97c9a503bf56 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Moccasin; + border-top: 1px solid Lime; } nav { - background: Moccasin; + background: Lime; display: flex; align-items: center; padding: 0 0.5rem; From 3e0549aa2e2233c9a13c370fb6e85bce3e26551a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 28 Mar 2023 04:50:21 +0000 Subject: [PATCH 3181/3185] KPT-25: Refactor code --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 97c9a503bf56..6c526423d3cc 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Lime; + border-top: 1px solid Cornsilk; } nav { - background: Lime; + background: Cornsilk; display: flex; align-items: center; padding: 0 0.5rem; From 737c7aa31caa9531ec5019a965151499b908308f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 28 Mar 2023 10:05:20 +0000 Subject: [PATCH 3182/3185] KPT-11: Format the Readme sections --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index 6c526423d3cc..a30b9cfca12e 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Cornsilk; + border-top: 1px solid PapayaWhip; } nav { - background: Cornsilk; + background: PapayaWhip; display: flex; align-items: center; padding: 0 0.5rem; From 70543179c96d865682f2f4a6313d3a70bbe941d4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 28 Mar 2023 16:05:20 +0000 Subject: [PATCH 3183/3185] KPT-26: New backend route for userinfo --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index a30b9cfca12e..a67998ca9c46 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PapayaWhip; + border-top: 1px solid MediumOrchid; } nav { - background: PapayaWhip; + background: MediumOrchid; display: flex; align-items: center; padding: 0 0.5rem; From 45947d334e757ce0a6cfa2862190ab49d8b1e424 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 28 Mar 2023 17:35:20 +0000 Subject: [PATCH 3184/3185] KPT-24: Update background color to DarkSlateGrey --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index a67998ca9c46..dd1156fbaefb 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumOrchid; + border-top: 1px solid DarkSlateGrey; } nav { - background: MediumOrchid; + background: DarkSlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From 1042db42ffabd864d6e9fa91160463701974e62b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 28 Mar 2023 19:05:20 +0000 Subject: [PATCH 3185/3185] KPT-13: Set env vars in Dockerfile for more modularity --- buslog/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buslog/flaskr/static/style.css b/buslog/flaskr/static/style.css index dd1156fbaefb..50a979314f9f 100644 --- a/buslog/flaskr/static/style.css +++ b/buslog/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateGrey; + border-top: 1px solid LightSeaGreen; } nav { - background: DarkSlateGrey; + background: LightSeaGreen; display: flex; align-items: center; padding: 0 0.5rem;