From 3c232281a9140092f99f4828ed3fda88411ebde5 Mon Sep 17 00:00:00 2001 From: Jesse Antoszyk Date: Thu, 3 Feb 2022 17:46:35 -0500 Subject: [PATCH 0001/3231] Make the background dodger blue --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index d860033..6c13b73 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightCyan; + background-color: DodgerBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 07a247b497dec491b1356fce9fbccc9577aaa4e3 Mon Sep 17 00:00:00 2001 From: Jesse Antoszyk Date: Mon, 7 Feb 2022 16:05:24 -0500 Subject: [PATCH 0002/3231] Update Dockerfile --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ce7a79f..8de76ad 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,5 +7,4 @@ COPY ./ /src WORKDIR /src #ENV DEBUG=* - CMD ["npm", "start"] From a31916cf0b0c583f830f147d165b2644581a0e9a Mon Sep 17 00:00:00 2001 From: Jesse Antoszyk Date: Mon, 7 Feb 2022 16:27:46 -0500 Subject: [PATCH 0003/3231] Add env to Dockerfile --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 8de76ad..5b3fe7e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,6 +5,7 @@ RUN cd /src && npm install COPY ./ /src WORKDIR /src +ENV some=thing #ENV DEBUG=* CMD ["npm", "start"] From 370ba1bc487186cabde4fd7f0e462d818818bc46 Mon Sep 17 00:00:00 2001 From: Jesse Antoszyk Date: Mon, 7 Feb 2022 16:40:17 -0500 Subject: [PATCH 0004/3231] Update Dockerfile --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 5b3fe7e..b4fdf1d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,6 +6,7 @@ COPY ./ /src WORKDIR /src ENV some=thing +ENV else=other #ENV DEBUG=* CMD ["npm", "start"] From df925b033dc7c5de978cc0a08cd9567f8b8f0104 Mon Sep 17 00:00:00 2001 From: Jesse Antoszyk Date: Mon, 7 Feb 2022 16:49:57 -0500 Subject: [PATCH 0005/3231] Update Dockerfile --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index b4fdf1d..ed7912d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,6 +7,7 @@ COPY ./ /src WORKDIR /src ENV some=thing ENV else=other +ENV hello=world #ENV DEBUG=* CMD ["npm", "start"] From de29a941053090e3d473b96cd0a23e6177c9f72d Mon Sep 17 00:00:00 2001 From: Jesse Antoszyk Date: Mon, 7 Feb 2022 17:04:07 -0500 Subject: [PATCH 0006/3231] Update Dockerfile --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ed7912d..b4fdf1d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,6 @@ COPY ./ /src WORKDIR /src ENV some=thing ENV else=other -ENV hello=world #ENV DEBUG=* CMD ["npm", "start"] From d72d47f5e7da1637735560b6222a48e490f162b5 Mon Sep 17 00:00:00 2001 From: Jesse Antoszyk Date: Mon, 7 Feb 2022 17:10:57 -0500 Subject: [PATCH 0007/3231] clean env --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b4fdf1d..5b3fe7e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,6 @@ COPY ./ /src WORKDIR /src ENV some=thing -ENV else=other #ENV DEBUG=* CMD ["npm", "start"] From df5c574135bba9145659f3f51aa28b82d8fdc4d6 Mon Sep 17 00:00:00 2001 From: Jesse Antoszyk Date: Wed, 9 Feb 2022 18:01:34 -0500 Subject: [PATCH 0008/3231] New env var --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 5b3fe7e..6204379 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,6 +6,7 @@ COPY ./ /src WORKDIR /src ENV some=thing +ENV other=thing #ENV DEBUG=* CMD ["npm", "start"] From e676abcd2c7dffd49ff5b10c95a81c286222ea51 Mon Sep 17 00:00:00 2001 From: Jesse Antoszyk Date: Wed, 9 Feb 2022 18:21:16 -0500 Subject: [PATCH 0009/3231] Update Dockerfile --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 6204379..1664161 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,4 +9,5 @@ ENV some=thing ENV other=thing #ENV DEBUG=* + CMD ["npm", "start"] From 0fbceb04d725de33377ca89488d7e5dfeff58a5c Mon Sep 17 00:00:00 2001 From: Jesse Antoszyk Date: Wed, 9 Feb 2022 18:26:06 -0500 Subject: [PATCH 0010/3231] Update Dockerfile --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 1664161..2037652 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,4 +10,5 @@ ENV other=thing #ENV DEBUG=* + CMD ["npm", "start"] From f362f623610568aaba365fab271698b512265624 Mon Sep 17 00:00:00 2001 From: Jesse Antoszyk Date: Wed, 9 Feb 2022 18:46:18 -0500 Subject: [PATCH 0011/3231] Update Dockerfile --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 2037652..6204379 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,6 +9,4 @@ ENV some=thing ENV other=thing #ENV DEBUG=* - - CMD ["npm", "start"] From 802767d157578bf9449c00508053b7932532f8d8 Mon Sep 17 00:00:00 2001 From: Jesse Antoszyk Date: Wed, 9 Feb 2022 20:22:36 -0500 Subject: [PATCH 0012/3231] Update Dockerfile --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 6204379..1664161 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,4 +9,5 @@ ENV some=thing ENV other=thing #ENV DEBUG=* + CMD ["npm", "start"] From f14424e52becff9b777e20756250c2e6673a0fd3 Mon Sep 17 00:00:00 2001 From: Jesse Antoszyk Date: Wed, 9 Feb 2022 20:29:22 -0500 Subject: [PATCH 0013/3231] Update Dockerfile --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1664161..6204379 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,5 +9,4 @@ ENV some=thing ENV other=thing #ENV DEBUG=* - CMD ["npm", "start"] From 61ad286296a054151b5a50f5adc5679fbdbb3570 Mon Sep 17 00:00:00 2001 From: Jesse Antoszyk Date: Wed, 9 Feb 2022 20:54:24 -0500 Subject: [PATCH 0014/3231] Update Dockerfile --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 6204379..1664161 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,4 +9,5 @@ ENV some=thing ENV other=thing #ENV DEBUG=* + CMD ["npm", "start"] From d83d7be5d4b576c0d3948d59128d8fbfa5169e88 Mon Sep 17 00:00:00 2001 From: Jesse Antoszyk Date: Wed, 9 Feb 2022 21:00:29 -0500 Subject: [PATCH 0015/3231] Update Dockerfile --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1664161..6204379 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,5 +9,4 @@ ENV some=thing ENV other=thing #ENV DEBUG=* - CMD ["npm", "start"] From e99caf067c6b3bea811ceb2f76d42bababae1915 Mon Sep 17 00:00:00 2001 From: Jesse Antoszyk Date: Thu, 10 Feb 2022 13:16:26 -0500 Subject: [PATCH 0016/3231] KPT-11: Update readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 96cb37b..4b4ed5e 100644 --- a/README.md +++ b/README.md @@ -3,3 +3,5 @@ An express microservice used to demo Triggers a CI pipeline in CSDP + + From 7a36c3349587d35247f219ddf9d7375fbcdecc70 Mon Sep 17 00:00:00 2001 From: Jesse Antoszyk Date: Thu, 10 Feb 2022 13:22:22 -0500 Subject: [PATCH 0017/3231] KPT-11: README reorganization --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 4b4ed5e..96cb37b 100644 --- a/README.md +++ b/README.md @@ -3,5 +3,3 @@ An express microservice used to demo Triggers a CI pipeline in CSDP - - From c6f2959b8817596a1323eff1f6e4f61e9a4a7418 Mon Sep 17 00:00:00 2001 From: Jesse Antoszyk Date: Thu, 10 Feb 2022 13:38:33 -0500 Subject: [PATCH 0018/3231] KPT-11: README changes --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 96cb37b..c6a45d7 100644 --- a/README.md +++ b/README.md @@ -3,3 +3,4 @@ An express microservice used to demo Triggers a CI pipeline in CSDP + From 72fc6725cadaa97883e3215a379a54e574447cce Mon Sep 17 00:00:00 2001 From: Jesse Antoszyk Date: Thu, 10 Feb 2022 13:47:44 -0500 Subject: [PATCH 0019/3231] KPT-11: More README updates --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index c6a45d7..96cb37b 100644 --- a/README.md +++ b/README.md @@ -3,4 +3,3 @@ An express microservice used to demo Triggers a CI pipeline in CSDP - From a67d138fca9258aff01f0e08a24427d8bb693c55 Mon Sep 17 00:00:00 2001 From: Jesse Antoszyk Date: Thu, 10 Feb 2022 13:55:07 -0500 Subject: [PATCH 0020/3231] KPT-13: Add additional env vars --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 6204379..d733c91 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,6 +7,7 @@ COPY ./ /src WORKDIR /src ENV some=thing ENV other=thing +ENV more=vars #ENV DEBUG=* CMD ["npm", "start"] From 3131c512648b3896e591d4725902a6f7589c9697 Mon Sep 17 00:00:00 2001 From: Jesse Antoszyk Date: Thu, 10 Feb 2022 15:42:58 -0500 Subject: [PATCH 0021/3231] KPT-17: cleaning up dockerfile defs --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d733c91..6204379 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,6 @@ COPY ./ /src WORKDIR /src ENV some=thing ENV other=thing -ENV more=vars #ENV DEBUG=* CMD ["npm", "start"] From 1975d9112166b481ecf1943127476dcf22acf436 Mon Sep 17 00:00:00 2001 From: Jesse Antoszyk Date: Fri, 11 Feb 2022 11:36:43 -0500 Subject: [PATCH 0022/3231] KPT-21: Bump dependencies --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index adb71bb..caf96f6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "microservice", - "version": "0.0.0", + "version": "0.0.1", "private": true, "scripts": { "start": "node ./bin/www", From 60ad323d712781fc43c6703b567d472abe619158 Mon Sep 17 00:00:00 2001 From: Jesse Antoszyk Date: Thu, 17 Feb 2022 14:45:58 -0500 Subject: [PATCH 0023/3231] KPT-21: More dependency updates --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index caf96f6..553a13a 100644 --- a/package.json +++ b/package.json @@ -19,3 +19,4 @@ "mocha": "^2.2.5" } } + From f3925a16dfaf9f89ff3d193324de61013f42aff1 Mon Sep 17 00:00:00 2001 From: Jesse Antoszyk Date: Tue, 22 Feb 2022 15:29:43 -0500 Subject: [PATCH 0024/3231] KPT-17: Organize dockerfile --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6204379..5b3fe7e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,6 @@ COPY ./ /src WORKDIR /src ENV some=thing -ENV other=thing #ENV DEBUG=* CMD ["npm", "start"] From 907f130caf39d2ab7b4816ff661db3bf492e3844 Mon Sep 17 00:00:00 2001 From: Jesse Antoszyk Date: Tue, 22 Feb 2022 16:24:03 -0500 Subject: [PATCH 0025/3231] KPT-11: Update docs with info on new features --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 96cb37b..c6a45d7 100644 --- a/README.md +++ b/README.md @@ -3,3 +3,4 @@ An express microservice used to demo Triggers a CI pipeline in CSDP + From fffd3491c372647732c32cc985aad71da3427662 Mon Sep 17 00:00:00 2001 From: Ted Spinks Date: Mon, 28 Feb 2022 09:38:37 -0500 Subject: [PATCH 0026/3231] Test commit --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index c6a45d7..4bd843f 100644 --- a/README.md +++ b/README.md @@ -2,5 +2,3 @@ An express microservice used to demo Triggers a CI pipeline in CSDP - - From 40c26ca4393217ff3e95cbbf31f1f41e95c4a986 Mon Sep 17 00:00:00 2001 From: jcantosz Date: Tue, 1 Mar 2022 16:24:47 +0000 Subject: [PATCH 0027/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 6c13b73..0389bc8 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DodgerBlue; + background-color: PowderBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 0f8eeb131b7e369b34e63ff688163accfa7f71e7 Mon Sep 17 00:00:00 2001 From: jcantosz Date: Tue, 1 Mar 2022 16:42:43 +0000 Subject: [PATCH 0028/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 0389bc8..86a9b03 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PowderBlue; + background-color: DarkCyan; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From a0ee3be84d3acd257eec0cb6df1d3138ae2a95a1 Mon Sep 17 00:00:00 2001 From: jcantosz Date: Tue, 1 Mar 2022 17:45:57 +0000 Subject: [PATCH 0029/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 86a9b03..2a3207f 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkCyan; + background-color: DarkGrey; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 5da5f00c01a30b0a39b6e53d89fd001778350d9b Mon Sep 17 00:00:00 2001 From: jcantosz Date: Tue, 1 Mar 2022 17:50:57 +0000 Subject: [PATCH 0030/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 2a3207f..31b5e44 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkGrey; + background-color: Sienna; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 6725c636b9f5fb50c69bc5c21038dd67d22cc877 Mon Sep 17 00:00:00 2001 From: jcantosz Date: Tue, 1 Mar 2022 17:55:56 +0000 Subject: [PATCH 0031/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 31b5e44..ef18e83 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Sienna; + background-color: MediumSlateBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 998f25b89224ea16c2e307e600a8b64964cd5c4d Mon Sep 17 00:00:00 2001 From: jcantosz Date: Tue, 1 Mar 2022 18:15:56 +0000 Subject: [PATCH 0032/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index ef18e83..68fb234 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumSlateBlue; + background-color: OrangeRed; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 1dd902a3a6af2fffb698bdf252031eb73536f6f2 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Tue, 1 Mar 2022 20:33:37 +0000 Subject: [PATCH 0033/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 68fb234..0c0e5f8 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: OrangeRed; + background-color: BurlyWood; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From baa23610adabc0cdccf287dc7f8739f7714f9a82 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Tue, 1 Mar 2022 22:03:37 +0000 Subject: [PATCH 0034/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 0c0e5f8..6bcf35a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: BurlyWood; + background-color: Peru; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 6108bfc22376cd2fb1bf5cb97664875a028ed867 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Wed, 2 Mar 2022 00:18:37 +0000 Subject: [PATCH 0035/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 6bcf35a..19a39b9 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Peru; + background-color: DarkSeaGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 36b134a23ddc8ed3367cd5d0f17e16e18584c159 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Wed, 2 Mar 2022 01:48:36 +0000 Subject: [PATCH 0036/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 19a39b9..f394f78 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkSeaGreen; + background-color: Blue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 9b4b24bdd161487366df041faed63d795319285a Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Wed, 2 Mar 2022 06:18:37 +0000 Subject: [PATCH 0037/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f394f78..e5dd579 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Blue; + background-color: FloralWhite; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From a39a2c3c8d9d8fca0e415ff01c4537c803548892 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Wed, 2 Mar 2022 08:33:37 +0000 Subject: [PATCH 0038/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index e5dd579..71978eb 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: FloralWhite; + background-color: Turquoise; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 6c93bae82dd0d1782a763bd61160286e2b9e7686 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Wed, 2 Mar 2022 16:03:37 +0000 Subject: [PATCH 0039/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 71978eb..f6a1660 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Turquoise; + background-color: LightPink; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From b89d8945f971f7a26e02af54df2fed8795defb69 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Wed, 2 Mar 2022 18:18:37 +0000 Subject: [PATCH 0040/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f6a1660..e5dd579 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightPink; + background-color: FloralWhite; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 952b62e150fc72d3e89e78e9f617c5f14671abdd Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Thu, 3 Mar 2022 01:48:37 +0000 Subject: [PATCH 0041/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index e5dd579..e5a15c1 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: FloralWhite; + background-color: Bisque; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 5a082336fde0cc7bffcf3130894991823065639f Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Thu, 3 Mar 2022 02:33:37 +0000 Subject: [PATCH 0042/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index e5a15c1..05b0195 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Bisque; + background-color: Lavender; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From b0fab7be6ad2352c5413483dbc0db62b46b882c1 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Thu, 3 Mar 2022 04:03:38 +0000 Subject: [PATCH 0043/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 05b0195..4e48cac 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Lavender; + background-color: Aqua; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From f7b38fbea7cd4c24c91ce1b450b87b908bae9de0 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Thu, 3 Mar 2022 07:03:37 +0000 Subject: [PATCH 0044/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 4e48cac..382e7a4 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Aqua; + background-color: DarkOrchid; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 62b183749f5ede492fc42fc80127f3426974a883 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Thu, 3 Mar 2022 08:33:37 +0000 Subject: [PATCH 0045/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 382e7a4..992f790 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkOrchid; + background-color: Yellow; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 4ab9505f00d1b0ab48b161e59aeedb57bdf0add3 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Thu, 3 Mar 2022 09:18:37 +0000 Subject: [PATCH 0046/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 992f790..2191c27 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Yellow; + background-color: DarkSlateGray; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From cbb441440e75d5d7e4b118036a7955a6108b7cf0 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Thu, 3 Mar 2022 10:48:37 +0000 Subject: [PATCH 0047/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 2191c27..45a345a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkSlateGray; + background-color: DarkGray; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 59127ffdd5dbfcc1d64eda559abcc007e410381a Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Thu, 3 Mar 2022 13:48:36 +0000 Subject: [PATCH 0048/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 45a345a..f908495 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkGray; + background-color: Crimson; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 2a956810b8a97911042e92fa8a129c770fefbb24 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Thu, 3 Mar 2022 16:48:36 +0000 Subject: [PATCH 0049/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f908495..08ea915 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Crimson; + background-color: LightGrey; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 536a344236cae354005aee854b3fa0c5d6aa23e0 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Thu, 3 Mar 2022 21:18:37 +0000 Subject: [PATCH 0050/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 08ea915..5b89964 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightGrey; + background-color: Salmon; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 9917dd07d84fa8e8dd9453834bc2066f970293bf Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Thu, 3 Mar 2022 22:03:37 +0000 Subject: [PATCH 0051/3231] KPT-24: Update background color to MediumSeaGreen --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5b89964..f801b46 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Salmon; + background-color: MediumSeaGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 6f324bcf7d03f7b7f6d900c0d9e2a32b0da758b9 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Fri, 4 Mar 2022 00:18:38 +0000 Subject: [PATCH 0052/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f801b46..60a860f 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumSeaGreen; + background-color: LimeGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From f761ac6fbf15a6b0f623ce823c5aea5f99236c29 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Fri, 4 Mar 2022 01:48:37 +0000 Subject: [PATCH 0053/3231] KPT-22: Modals with MediumSlateBlue accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 60a860f..ef18e83 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LimeGreen; + background-color: MediumSlateBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From e43ae1bc7b7d0d2f50ca5e4e6d98938150981278 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Fri, 4 Mar 2022 12:18:38 +0000 Subject: [PATCH 0054/3231] KPT-22: Modals with RosyBrown accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index ef18e83..b12e2b1 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumSlateBlue; + background-color: RosyBrown; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 7e1f1c6526e6bf2da49700f8ac6474aa614c27a3 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Fri, 4 Mar 2022 13:48:36 +0000 Subject: [PATCH 0055/3231] KPT-22: Modals with BlanchedAlmond accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index b12e2b1..1949d7a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: RosyBrown; + background-color: BlanchedAlmond; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 3338f437cd48487b2919dc8f6440295981aa8d7a Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Fri, 4 Mar 2022 14:33:36 +0000 Subject: [PATCH 0056/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1949d7a..1dca26d 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: BlanchedAlmond; + background-color: LightSteelBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From dd86bbd57e789f1b15823ea2808469aedeb47242 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Fri, 4 Mar 2022 16:03:37 +0000 Subject: [PATCH 0057/3231] KPT-22: Modals with DarkOrchid accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1dca26d..382e7a4 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightSteelBlue; + background-color: DarkOrchid; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From bfd9b9a4b995392895f3412c00fe3dd99e7985eb Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Fri, 4 Mar 2022 20:07:50 +0000 Subject: [PATCH 0058/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 382e7a4..77449ef 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkOrchid; + background-color: MidnightBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From f8c1cd478e0c70b0ce01312df57de7c102861e2f Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Fri, 4 Mar 2022 20:32:51 +0000 Subject: [PATCH 0059/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 77449ef..1a4cdac 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MidnightBlue; + background-color: Purple; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From b6386757e04eb2d8ccac31b40058dde736108f2e Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Fri, 4 Mar 2022 21:07:51 +0000 Subject: [PATCH 0060/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1a4cdac..945ac22 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Purple; + background-color: GreenYellow; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 825b4934d3b56d0ea6ae2ac0a64aa9b70d866f80 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Fri, 4 Mar 2022 21:42:51 +0000 Subject: [PATCH 0061/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 945ac22..5ac9d52 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: GreenYellow; + background-color: HoneyDew; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 2c1344c1c904a930fc7d6c98620684bd95247f46 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Fri, 4 Mar 2022 22:02:50 +0000 Subject: [PATCH 0062/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5ac9d52..945ac22 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: HoneyDew; + background-color: GreenYellow; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From b3f18c1714b1180884139399a0f80916f0fbb42a Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Fri, 4 Mar 2022 22:17:50 +0000 Subject: [PATCH 0063/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 945ac22..4f4e2eb 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: GreenYellow; + background-color: Orange; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From ac2f876322d96fcc70cb6be9271f502efcdbada3 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Fri, 4 Mar 2022 22:32:50 +0000 Subject: [PATCH 0064/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 4f4e2eb..6bcf35a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Orange; + background-color: Peru; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 0db7560e98d92562019300deacf73177ec7b8a76 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Fri, 4 Mar 2022 23:42:52 +0000 Subject: [PATCH 0065/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 6bcf35a..9fa87f9 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Peru; + background-color: MediumAquaMarine; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From dfa1d8996481b64f44c165f62aa655fd35370fa1 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Sat, 5 Mar 2022 00:12:50 +0000 Subject: [PATCH 0066/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 9fa87f9..389255f 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumAquaMarine; + background-color: CadetBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From d7cc253564a6cf06568a11b83977b84aa4f15e48 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Sat, 5 Mar 2022 00:27:50 +0000 Subject: [PATCH 0067/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 389255f..1f068a1 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: CadetBlue; + background-color: MediumBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 62d099e473fac597ed64beae93550824e39c47e6 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Sat, 5 Mar 2022 00:47:53 +0000 Subject: [PATCH 0068/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1f068a1..7675de5 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumBlue; + background-color: Grey; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 278fdc2c0baf136178af6dab22afcdbda6d9e249 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Sat, 5 Mar 2022 01:07:50 +0000 Subject: [PATCH 0069/3231] KPT-22: Modals with YellowGreen accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 7675de5..eb3f3a0 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Grey; + background-color: YellowGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From e705c8e65808baed06233f72cb2251f5cd29b26b Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Sat, 5 Mar 2022 01:12:57 +0000 Subject: [PATCH 0070/3231] KPT-24: Update background color to Blue --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index eb3f3a0..f394f78 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: YellowGreen; + background-color: Blue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 81626be460b9ad8225c88be1b0ea2b5ef8f35b3a Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Sat, 5 Mar 2022 01:33:22 +0000 Subject: [PATCH 0071/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f394f78..3d28410 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Blue; + background-color: Thistle; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From e5cb5e3db6e555c2b1dde220a48fdc0342008e5d Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Sat, 5 Mar 2022 01:47:51 +0000 Subject: [PATCH 0072/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 3d28410..2641f4a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Thistle; + background-color: LawnGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 58eedaddaec3eb07f93b537ebad7a8acdb0270ee Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Sat, 5 Mar 2022 04:47:52 +0000 Subject: [PATCH 0073/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 2641f4a..27817c7 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LawnGreen; + background-color: LightBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From aff90a00ce258758945638e283119f3078e6fe2a Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Sat, 5 Mar 2022 05:32:51 +0000 Subject: [PATCH 0074/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 27817c7..75dc1a7 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightBlue; + background-color: DarkKhaki; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From a2cb5b793da97cc31ea2cc0f357e8a8aae5cb825 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Sat, 5 Mar 2022 06:17:50 +0000 Subject: [PATCH 0075/3231] KPT-22: Modals with MediumOrchid accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 75dc1a7..c7a5312 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkKhaki; + background-color: MediumOrchid; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 6986c23ea414a281121a0d2aaa12d3a0ed56a39a Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Sat, 5 Mar 2022 11:32:50 +0000 Subject: [PATCH 0076/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index c7a5312..f908495 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumOrchid; + background-color: Crimson; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 484c824689276e914179c3c0dbf606abe4ebebd8 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Sat, 5 Mar 2022 13:02:51 +0000 Subject: [PATCH 0077/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f908495..5144a86 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Crimson; + background-color: Violet; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 3eef3af5a94911373b0b1eee2f3b3bd82605cdb0 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Sat, 5 Mar 2022 13:47:51 +0000 Subject: [PATCH 0078/3231] KPT-24: Update background color to DarkOrange --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5144a86..bd0a1d7 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Violet; + background-color: DarkOrange; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 6be241d036e413876d5d706bf00473be5907e8b9 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Sat, 5 Mar 2022 15:17:50 +0000 Subject: [PATCH 0079/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index bd0a1d7..eada11b 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkOrange; + background-color: Moccasin; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 2064fc53c053f5dac6fe64ebcee23435009c8da3 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Sat, 5 Mar 2022 17:32:50 +0000 Subject: [PATCH 0080/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index eada11b..2a3207f 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Moccasin; + background-color: DarkGrey; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 35735ba9c49a261a54108971ad1c1fa63bbcb17c Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Sat, 5 Mar 2022 19:02:51 +0000 Subject: [PATCH 0081/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 2a3207f..0389bc8 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkGrey; + background-color: PowderBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 090563bad34e00af9c1bcab278eae6f9f6a208aa Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Mon, 7 Mar 2022 13:59:33 +0000 Subject: [PATCH 0082/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 0389bc8..0784442 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PowderBlue; + background-color: Gold; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From eb60c144cade6d5789e5f8930cc934b420d6ec87 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Mon, 7 Mar 2022 14:11:53 +0000 Subject: [PATCH 0083/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 0784442..f60ef17 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Gold; + background-color: OldLace; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From c02d7cd27328b20ba82acc6586b4a83f93f67e02 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Mon, 7 Mar 2022 14:32:50 +0000 Subject: [PATCH 0084/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f60ef17..bd0a1d7 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: OldLace; + background-color: DarkOrange; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 2be194475b46fa462b1ebf6acd5ce921f6211149 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Mon, 7 Mar 2022 14:35:32 +0000 Subject: [PATCH 0085/3231] KPT-24: Update background color to DarkViolet --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index bd0a1d7..4c7d26e 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkOrange; + background-color: DarkViolet; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 0ff3df86f46300bc60623b9abd91e8f525e566b3 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Mon, 7 Mar 2022 14:40:29 +0000 Subject: [PATCH 0086/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 4c7d26e..b517794 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkViolet; + background-color: LightSlateGrey; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From e156c72d5ba4f76de577eb518611c691039f1f41 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Mon, 7 Mar 2022 14:42:24 +0000 Subject: [PATCH 0087/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index b517794..d860033 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightSlateGrey; + background-color: LightCyan; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 8cb8465543423c1ff91f7de766f78db99e646be9 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Mon, 7 Mar 2022 14:46:29 +0000 Subject: [PATCH 0088/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index d860033..5733a56 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightCyan; + background-color: RoyalBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From baa8eb18cc187b4df8505919272c9014c0647646 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Mon, 7 Mar 2022 15:10:24 +0000 Subject: [PATCH 0089/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5733a56..4e48cac 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: RoyalBlue; + background-color: Aqua; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From a05adc3b2ddf5b439b3fb148e7a9cc1bacf0dac4 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Mon, 7 Mar 2022 15:40:23 +0000 Subject: [PATCH 0090/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 4e48cac..65ab0ee 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Aqua; + background-color: Teal; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From a75a769af115605fb031ef4485a8742e4bab399b Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Mon, 7 Mar 2022 16:10:23 +0000 Subject: [PATCH 0091/3231] KPT-24: Update background color to MediumSpringGreen --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 65ab0ee..1125fac 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Teal; + background-color: MediumSpringGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 36c520886050a7f95469f8884fb2e0040706e00f Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Mon, 7 Mar 2022 18:00:24 +0000 Subject: [PATCH 0092/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1125fac..b33a2c2 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumSpringGreen; + background-color: SeaGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 9e6c9e39001c75825603dde0234254aaae78c608 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Mon, 7 Mar 2022 18:10:25 +0000 Subject: [PATCH 0093/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index b33a2c2..27817c7 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SeaGreen; + background-color: LightBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 7658fa246cda10b7006a9304bc6a65fa6787a80f Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Mon, 7 Mar 2022 19:10:24 +0000 Subject: [PATCH 0094/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 27817c7..659aa8c 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightBlue; + background-color: Gray; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 83b4903c17d2aa8f46b0c68e5f29c42446291886 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Mon, 7 Mar 2022 20:10:24 +0000 Subject: [PATCH 0095/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 659aa8c..94042d5 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Gray; + background-color: SeaShell; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 25767f72f35984c15f7c0259d483b1a11ea21f96 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Mon, 7 Mar 2022 20:20:25 +0000 Subject: [PATCH 0096/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 94042d5..6c13b73 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SeaShell; + background-color: DodgerBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 49bafa288a9408a2dd01661b0a71c3e64080a7ef Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Mon, 7 Mar 2022 20:50:24 +0000 Subject: [PATCH 0097/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 6c13b73..03e453a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DodgerBlue; + background-color: MintCream; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From fe7f4bf823b7432bb451ebe11fc5d1447c11ff6f Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Mon, 7 Mar 2022 21:50:24 +0000 Subject: [PATCH 0098/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 03e453a..708ad67 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MintCream; + background-color: BlueViolet; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From a045403a866f12a51e2fd88ff2931cbe08e66928 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Mon, 7 Mar 2022 22:00:24 +0000 Subject: [PATCH 0099/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 708ad67..8b86479 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: BlueViolet; + background-color: Olive; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From c97ea35f0ccca4367402d53d408093c54dc83155 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Mon, 7 Mar 2022 23:30:27 +0000 Subject: [PATCH 0100/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 8b86479..49b1b56 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Olive; + background-color: LightSalmon; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 8d7fde49aed4a93163110fc73f6e9d2e9f516f6d Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Tue, 8 Mar 2022 00:20:24 +0000 Subject: [PATCH 0101/3231] KPT-22: Modals with LavenderBlush accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 49b1b56..0588b9a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightSalmon; + background-color: LavenderBlush; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From df8e5c1bb74244b6efadbc3c4fb74d198e8eb6eb Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Tue, 8 Mar 2022 00:30:24 +0000 Subject: [PATCH 0102/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 0588b9a..1125fac 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LavenderBlush; + background-color: MediumSpringGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 3d3e314b1629da131870cd3cfb01f8a8ceef82a5 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Tue, 8 Mar 2022 01:00:25 +0000 Subject: [PATCH 0103/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1125fac..7675de5 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumSpringGreen; + background-color: Grey; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 61bbf96ebbdbe7feb527c9ecd84e911363371123 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Tue, 8 Mar 2022 01:20:26 +0000 Subject: [PATCH 0104/3231] KPT-24: Update background color to Orange --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 7675de5..4f4e2eb 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Grey; + background-color: Orange; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From f1b7b2f0fab7245a519bb9bf7814265722dbd45b Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Tue, 8 Mar 2022 01:50:27 +0000 Subject: [PATCH 0105/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 4f4e2eb..a4f3dc5 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Orange; + background-color: Cornsilk; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From f427981eb2a0e79c5b5f60910f8be3810c94f3d1 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Tue, 8 Mar 2022 02:00:25 +0000 Subject: [PATCH 0106/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index a4f3dc5..78f7196 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Cornsilk; + background-color: Coral; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 66c027ac2bf5cde9ce283e759efdcc1a10d0ea4c Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Tue, 8 Mar 2022 02:20:24 +0000 Subject: [PATCH 0107/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 78f7196..03e453a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Coral; + background-color: MintCream; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 252a70a5bf00c0de796144fa722a163e1a4881b7 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Tue, 8 Mar 2022 03:10:24 +0000 Subject: [PATCH 0108/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 03e453a..6255ca9 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MintCream; + background-color: SaddleBrown; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 7c4b52c50e925d1e043407c48e59e781d6495610 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Tue, 8 Mar 2022 04:00:27 +0000 Subject: [PATCH 0109/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 6255ca9..8d0d9cb 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SaddleBrown; + background-color: WhiteSmoke; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From e9ce3bb76f51f42845cb1d60004fabef67eefbad Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Tue, 8 Mar 2022 05:00:24 +0000 Subject: [PATCH 0110/3231] KPT-24: Update background color to Maroon --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 8d0d9cb..cd48f0e 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: WhiteSmoke; + background-color: Maroon; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From e9ca6b5470aec46d6472b11ef07e35e5274f8708 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Tue, 8 Mar 2022 05:10:24 +0000 Subject: [PATCH 0111/3231] KPT-24: Update background color to Turquoise --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index cd48f0e..71978eb 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Maroon; + background-color: Turquoise; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 1f87c50529c8b6c712c4aacba719cbd7c7aca8fe Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Tue, 8 Mar 2022 05:40:23 +0000 Subject: [PATCH 0112/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 71978eb..bd0a1d7 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Turquoise; + background-color: DarkOrange; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 437c802b9083b43d9b39866bb80014d151b9a7da Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Tue, 8 Mar 2022 05:50:24 +0000 Subject: [PATCH 0113/3231] KPT-24: Update background color to YellowGreen --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index bd0a1d7..eb3f3a0 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkOrange; + background-color: YellowGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 1fe57d28316481a0e918090b17c2bdaea08cfde2 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Tue, 8 Mar 2022 06:20:24 +0000 Subject: [PATCH 0114/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index eb3f3a0..945ac22 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: YellowGreen; + background-color: GreenYellow; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 15e73a01901891a5866c32af8b97502be9de7f7a Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Tue, 8 Mar 2022 07:10:24 +0000 Subject: [PATCH 0115/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 945ac22..7675de5 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: GreenYellow; + background-color: Grey; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 66b1dc93208250bd9667d5ff546a7cfa1fd501f9 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Tue, 8 Mar 2022 07:30:24 +0000 Subject: [PATCH 0116/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 7675de5..9be746a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Grey; + background-color: LemonChiffon; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 112dd0816a4d879c15b11199bf14d9b65fb9ee84 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Tue, 8 Mar 2022 07:40:24 +0000 Subject: [PATCH 0117/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 9be746a..49b1b56 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LemonChiffon; + background-color: LightSalmon; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 8379cddc31b052bc8d3a3a3b6e67aab3fafeb291 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Tue, 8 Mar 2022 08:20:25 +0000 Subject: [PATCH 0118/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 49b1b56..679ea3e 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightSalmon; + background-color: MediumVioletRed; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From ca7bd39c0140fd6da13af60871f855815913cc57 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Tue, 8 Mar 2022 08:40:24 +0000 Subject: [PATCH 0119/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 679ea3e..5e5890c 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumVioletRed; + background-color: DarkRed; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 6593d2fcf2f99de7be550d36b3589bc2f069f01d Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Tue, 8 Mar 2022 09:10:24 +0000 Subject: [PATCH 0120/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5e5890c..8464062 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkRed; + background-color: LightGray; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 595e46e1aec9bbb8af421e8641dfa44bb1466d18 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Tue, 8 Mar 2022 10:20:24 +0000 Subject: [PATCH 0121/3231] KPT-24: Update background color to Ivory --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 8464062..d987e02 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightGray; + background-color: Ivory; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 8bcf4287d0eeef1da143230e55782850480f8ba7 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Tue, 8 Mar 2022 10:40:23 +0000 Subject: [PATCH 0122/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index d987e02..fea4e57 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Ivory; + background-color: PaleGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From a76d006f9e1a1e1b78c4326d34512c053adeba5c Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Tue, 8 Mar 2022 11:20:24 +0000 Subject: [PATCH 0123/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index fea4e57..c7a5312 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PaleGreen; + background-color: MediumOrchid; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 8e289bcbb30b8ea905665a0d3d1815c4093d13ca Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Tue, 8 Mar 2022 11:40:24 +0000 Subject: [PATCH 0124/3231] KPT-24: Update background color to PaleGreen --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index c7a5312..fea4e57 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumOrchid; + background-color: PaleGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From e5796ab5ba74e3a05b8b13c47f1060c07e015dbc Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Tue, 8 Mar 2022 12:00:24 +0000 Subject: [PATCH 0125/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index fea4e57..6c13b73 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PaleGreen; + background-color: DodgerBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 6e9bd98cebf7a6fb6582b34079b4fe4a447ab972 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Tue, 8 Mar 2022 13:50:25 +0000 Subject: [PATCH 0126/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 6c13b73..3d28410 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DodgerBlue; + background-color: Thistle; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 8aff3afb5921b9979195deba8b33768b67b92ae4 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Tue, 8 Mar 2022 14:00:24 +0000 Subject: [PATCH 0127/3231] KPT-22: Modals with Olive accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 3d28410..8b86479 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Thistle; + background-color: Olive; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From d77f975a35a763f614fbb2e56f6fe589f23b6f14 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Tue, 8 Mar 2022 14:10:24 +0000 Subject: [PATCH 0128/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 8b86479..389255f 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Olive; + background-color: CadetBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 164d54d1c224001bad13a626919caff5c25dc53d Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Tue, 8 Mar 2022 14:20:24 +0000 Subject: [PATCH 0129/3231] KPT-24: Update background color to Moccasin --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 389255f..eada11b 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: CadetBlue; + background-color: Moccasin; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 8020aa220cc1c9b8b920308b81eaec8b2c1a8968 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Tue, 8 Mar 2022 14:40:25 +0000 Subject: [PATCH 0130/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index eada11b..e6fb036 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Moccasin; + background-color: GoldenRod; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 24e36fc4683eb628d58145645bc5bba5a3646aea Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Tue, 8 Mar 2022 14:50:25 +0000 Subject: [PATCH 0131/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index e6fb036..1eeb4dc 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: GoldenRod; + background-color: RebeccaPurple; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 02358ac63c8e41759a0a14116c461b32aa102307 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Tue, 8 Mar 2022 15:10:25 +0000 Subject: [PATCH 0132/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1eeb4dc..f6a1660 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: RebeccaPurple; + background-color: LightPink; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 4c28e54aac62e7b136777ba2eab099af13b93ba5 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Tue, 8 Mar 2022 16:30:25 +0000 Subject: [PATCH 0133/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f6a1660..99c6c87 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightPink; + background-color: Aquamarine; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 51ba760ac09e7deba736e7a8acfa07d9c46821a5 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Tue, 8 Mar 2022 17:00:24 +0000 Subject: [PATCH 0134/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 99c6c87..c7a5312 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Aquamarine; + background-color: MediumOrchid; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From a840545f4df8f3c4a49a59c190ab1901f67d1fd3 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Tue, 8 Mar 2022 17:50:28 +0000 Subject: [PATCH 0135/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index c7a5312..27817c7 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumOrchid; + background-color: LightBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From fd85329be72aeb5205955c1791f5e6a8d9621873 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Tue, 8 Mar 2022 18:10:27 +0000 Subject: [PATCH 0136/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 27817c7..1ede12f 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightBlue; + background-color: DarkOliveGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From eb21a30677c72e626dfc095699648ecfb4dcd725 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Tue, 8 Mar 2022 18:30:24 +0000 Subject: [PATCH 0137/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1ede12f..0389bc8 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkOliveGreen; + background-color: PowderBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 19e22fefe0fad6c0add9b4fd431d0c867d9cb2b1 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Tue, 8 Mar 2022 19:10:24 +0000 Subject: [PATCH 0138/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 0389bc8..f801b46 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PowderBlue; + background-color: MediumSeaGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 2ccd8126c0947325c542f067a98607736a29ce44 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 8 Mar 2022 19:27:04 +0000 Subject: [PATCH 0139/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f801b46..391a514 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumSeaGreen; + background-color: MediumTurquoise; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From ef2332ce1f24f4ad58760b7a06374e5f40f4c90b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 8 Mar 2022 19:37:05 +0000 Subject: [PATCH 0140/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 391a514..e5a15c1 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumTurquoise; + background-color: Bisque; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From b02f54c396b6a101cd3856efbdba5255e502a7fe Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 8 Mar 2022 19:47:04 +0000 Subject: [PATCH 0141/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index e5a15c1..480e007 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Bisque; + background-color: DarkSlateGrey; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From beda63fa3ac2243c5397c569269c84b86d26f51a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 8 Mar 2022 20:18:23 +0000 Subject: [PATCH 0142/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 480e007..2cb0acd 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkSlateGrey; + background-color: Indigo; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 034eb7ebf2062f0f23d0c36f635a80c1888c6abb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 8 Mar 2022 20:58:24 +0000 Subject: [PATCH 0143/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 2cb0acd..480e007 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Indigo; + background-color: DarkSlateGrey; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From fb9270abe068123f474201a0373d1253aa2bf08d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 8 Mar 2022 21:08:24 +0000 Subject: [PATCH 0144/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 480e007..481446d 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkSlateGrey; + background-color: OliveDrab; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From b8f03abf968926cf869fe16f5c930e7dc2c8a8de Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 8 Mar 2022 21:28:24 +0000 Subject: [PATCH 0145/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 481446d..992f790 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: OliveDrab; + background-color: Yellow; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 1b5f99ff9eb2417683d131fe54430f4dd4832e35 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 8 Mar 2022 22:18:24 +0000 Subject: [PATCH 0146/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 992f790..fb4d530 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Yellow; + background-color: MistyRose; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 9757fee0d58ff809ab029bceec4ad32f0b7905da Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 8 Mar 2022 22:28:25 +0000 Subject: [PATCH 0147/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index fb4d530..a6e04de 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MistyRose; + background-color: Navy; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From f97e60022c3771608ad3729a7be746ed46269328 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 8 Mar 2022 22:48:24 +0000 Subject: [PATCH 0148/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index a6e04de..1eeb4dc 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Navy; + background-color: RebeccaPurple; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From be48b2a3ee968072e9641f39298140e7f91f3f76 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 8 Mar 2022 23:08:25 +0000 Subject: [PATCH 0149/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1eeb4dc..708ad67 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: RebeccaPurple; + background-color: BlueViolet; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From b362aeb8720f42904777f9290ad4bd8612d76008 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 9 Mar 2022 00:08:24 +0000 Subject: [PATCH 0150/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 708ad67..df6b601 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: BlueViolet; + background-color: Snow; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 33bb7430035c671897e78351821b2f044c9e6e0e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 9 Mar 2022 01:08:23 +0000 Subject: [PATCH 0151/3231] KPT-24: Update background color to LightSlateGrey --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index df6b601..b517794 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Snow; + background-color: LightSlateGrey; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 8f78663dde2da29e0c9543fdc343e474942d0358 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 9 Mar 2022 03:08:25 +0000 Subject: [PATCH 0152/3231] KPT-22: Modals with Blue accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index b517794..f394f78 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightSlateGrey; + background-color: Blue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 23ced88d1d5c5161d06cb1696fdec162c8bbed33 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 9 Mar 2022 03:18:24 +0000 Subject: [PATCH 0153/3231] KPT-24: Update background color to LawnGreen --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f394f78..2641f4a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Blue; + background-color: LawnGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 676c25609b9473c5f8ba565948719911b4cce89b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 9 Mar 2022 04:28:24 +0000 Subject: [PATCH 0154/3231] KPT-24: Update background color to Beige --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 2641f4a..a5480fd 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LawnGreen; + background-color: Beige; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 4c98b4f10212c5ad3a6714fec63e3be8231b4347 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 9 Mar 2022 04:48:24 +0000 Subject: [PATCH 0155/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index a5480fd..2641f4a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Beige; + background-color: LawnGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 29b7f9725befa7536aa54c21f021c787b7949d8b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 9 Mar 2022 05:18:24 +0000 Subject: [PATCH 0156/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 2641f4a..82130d0 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LawnGreen; + background-color: LightYellow; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 671dbd2c79c4c15b173d30493075876ef53fca48 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 9 Mar 2022 05:48:24 +0000 Subject: [PATCH 0157/3231] KPT-24: Update background color to LightGoldenRodYellow --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 82130d0..8a35943 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightYellow; + background-color: LightGoldenRodYellow; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 264f0631efc2d6fc70f0de10cb23e9fb22c56fd9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 9 Mar 2022 06:18:26 +0000 Subject: [PATCH 0158/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 8a35943..52e7735 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightGoldenRodYellow; + background-color: DarkSalmon; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 04117ee455ae2f8b40797cbc8fb4c3139fef7037 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 9 Mar 2022 06:48:24 +0000 Subject: [PATCH 0159/3231] KPT-22: Modals with PowderBlue accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 52e7735..0389bc8 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkSalmon; + background-color: PowderBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 25135896044b6f48d0e50251f3587003b6513f01 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 9 Mar 2022 07:28:24 +0000 Subject: [PATCH 0160/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 0389bc8..1eeb4dc 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PowderBlue; + background-color: RebeccaPurple; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 3314c700a5cc1eb37f5d5e995812e3820979629d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 9 Mar 2022 07:38:26 +0000 Subject: [PATCH 0161/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1eeb4dc..4cd1ed2 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: RebeccaPurple; + background-color: Linen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 36723f3f2a4e0950a8e9c4b5dbe0516156d5110d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 9 Mar 2022 07:58:25 +0000 Subject: [PATCH 0162/3231] KPT-24: Update background color to DarkSeaGreen --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 4cd1ed2..19a39b9 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Linen; + background-color: DarkSeaGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 60d808019455f2795d7d0c3b25d1d43e865feef6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 9 Mar 2022 09:08:26 +0000 Subject: [PATCH 0163/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 19a39b9..659aa8c 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkSeaGreen; + background-color: Gray; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 87cf4f20825fed716b1d55bfa2c0c2c72670977b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 9 Mar 2022 09:28:24 +0000 Subject: [PATCH 0164/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 659aa8c..9fa87f9 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Gray; + background-color: MediumAquaMarine; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 02a3e29272fe78094ed54e280046f87d269862f3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 9 Mar 2022 09:48:23 +0000 Subject: [PATCH 0165/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 9fa87f9..2f08aae 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumAquaMarine; + background-color: AntiqueWhite; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 3c6b4e8fb574b81b6a16185e627c703b5fd64e79 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 9 Mar 2022 11:08:24 +0000 Subject: [PATCH 0166/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 2f08aae..a4f3dc5 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: AntiqueWhite; + background-color: Cornsilk; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 4c9c2d08af22c0c21c1355b996fc1eb207590421 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 9 Mar 2022 11:28:24 +0000 Subject: [PATCH 0167/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index a4f3dc5..3d28410 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Cornsilk; + background-color: Thistle; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 07b1cc7af196942c40a0026408c1cc986c374b50 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 9 Mar 2022 12:28:24 +0000 Subject: [PATCH 0168/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 3d28410..f615e27 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Thistle; + background-color: DarkMagenta; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From a6e298330c830e6bb8e013721cabd5f86a284000 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 9 Mar 2022 12:38:24 +0000 Subject: [PATCH 0169/3231] KPT-24: Update background color to WhiteSmoke --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f615e27..8d0d9cb 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkMagenta; + background-color: WhiteSmoke; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 1eaa391c10e190042ce10574eb32a2526079d1f2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 9 Mar 2022 13:28:23 +0000 Subject: [PATCH 0170/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 8d0d9cb..d987e02 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: WhiteSmoke; + background-color: Ivory; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From c861bb4c7fbe2325bc2c34c948597da03cb79531 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 9 Mar 2022 13:58:24 +0000 Subject: [PATCH 0171/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index d987e02..a6e04de 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Ivory; + background-color: Navy; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 26790470cb881769477b811849f0648a23faa345 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 9 Mar 2022 14:08:23 +0000 Subject: [PATCH 0172/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index a6e04de..b717f6c 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Navy; + background-color: DarkTurquoise; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From f268dd224e8cece6d4033568c806c8309fea38e5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 9 Mar 2022 14:18:24 +0000 Subject: [PATCH 0173/3231] KPT-24: Update background color to MediumAquaMarine --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index b717f6c..9fa87f9 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkTurquoise; + background-color: MediumAquaMarine; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From c5bc4e5f1ccf40dafa7cb1ce1f3ace8646934398 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 9 Mar 2022 14:58:25 +0000 Subject: [PATCH 0174/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 9fa87f9..c7a5312 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumAquaMarine; + background-color: MediumOrchid; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 19d6b713de623cf4bb569cccd8b1a6b7f6647061 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 9 Mar 2022 16:21:57 +0000 Subject: [PATCH 0175/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index c7a5312..b33a2c2 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumOrchid; + background-color: SeaGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 2ec24b16b97e090aec39c300c7f76eec03bafb37 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 9 Mar 2022 17:18:25 +0000 Subject: [PATCH 0176/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index b33a2c2..0389bc8 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SeaGreen; + background-color: PowderBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From d96db7c19d314cfdcf4cdb3c1ed0b924898830d4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 9 Mar 2022 17:28:27 +0000 Subject: [PATCH 0177/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 0389bc8..326743f 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PowderBlue; + background-color: PaleTurquoise; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From e93f38a0bef3509cc62fcb8b04f0b02ce80a5f13 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 9 Mar 2022 17:38:25 +0000 Subject: [PATCH 0178/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 326743f..41c019d 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PaleTurquoise; + background-color: Plum; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 77bb16f2459b0b073a4b7098e5d2bfbb09d42843 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 9 Mar 2022 19:18:26 +0000 Subject: [PATCH 0179/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 41c019d..1fbfb2d 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Plum; + background-color: Tan; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 2546970f5c253f9d9a84e9f92268ffb9fcb732f4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 9 Mar 2022 19:58:30 +0000 Subject: [PATCH 0180/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1fbfb2d..a4f3dc5 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Tan; + background-color: Cornsilk; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 256d4e8468964e4bf8041944774c23e5c283312c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 9 Mar 2022 21:18:26 +0000 Subject: [PATCH 0181/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index a4f3dc5..f908495 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Cornsilk; + background-color: Crimson; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From d44b681d79429682b9af22a705bf778f77229ec2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 9 Mar 2022 22:48:26 +0000 Subject: [PATCH 0182/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f908495..e04effe 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Crimson; + background-color: SkyBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 789679ca4559c5dd33ad26d45005e4f5320f3836 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 9 Mar 2022 23:38:27 +0000 Subject: [PATCH 0183/3231] KPT-24: Update background color to MediumSeaGreen --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index e04effe..f801b46 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SkyBlue; + background-color: MediumSeaGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 9cc3d7fbeb2e4d7dab46896e1586afc0dff2a832 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 9 Mar 2022 23:58:39 +0000 Subject: [PATCH 0184/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f801b46..5ac9d52 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumSeaGreen; + background-color: HoneyDew; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 673fcdd57ffa1b0d71dd2f92604005c843f9d89f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Mar 2022 01:48:37 +0000 Subject: [PATCH 0185/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5ac9d52..1f068a1 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: HoneyDew; + background-color: MediumBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 4860970a3fc7a3f1342ae898d2067705e80f2e1f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Mar 2022 02:28:50 +0000 Subject: [PATCH 0186/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1f068a1..6c13b73 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumBlue; + background-color: DodgerBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From a480f0009d5cdea594b2a82e00c998d557c898cf Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Mar 2022 02:38:37 +0000 Subject: [PATCH 0187/3231] KPT-24: Update background color to DarkOrchid --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 6c13b73..382e7a4 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DodgerBlue; + background-color: DarkOrchid; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 0edf7e2bff43c1ba20995b9c4749adb7fd7d5e65 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Mar 2022 02:58:37 +0000 Subject: [PATCH 0188/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 382e7a4..9d426c3 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkOrchid; + background-color: PeachPuff; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 378e9454b863cc5ea12a5f58ea65472fd0120163 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Mar 2022 03:58:48 +0000 Subject: [PATCH 0189/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 9d426c3..49cd2ac 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PeachPuff; + background-color: DimGray; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 3e01fc6612c9da5f05460537da2012572adabaf4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Mar 2022 04:38:25 +0000 Subject: [PATCH 0190/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 49cd2ac..19a39b9 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DimGray; + background-color: DarkSeaGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 2c276714fbeca06560765e33538aa0bc1eb4c5e6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Mar 2022 06:48:17 +0000 Subject: [PATCH 0191/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 19a39b9..1a4cdac 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkSeaGreen; + background-color: Purple; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 2f608ba52ec3f93d78c9ddff34a12891881b2e98 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Mar 2022 07:28:18 +0000 Subject: [PATCH 0192/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1a4cdac..69e0c48 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Purple; + background-color: PapayaWhip; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 4e59be91e7f03cbd19cd6e409fb8e2246ddf087f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Mar 2022 08:18:17 +0000 Subject: [PATCH 0193/3231] KPT-24: Update background color to HoneyDew --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 69e0c48..5ac9d52 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PapayaWhip; + background-color: HoneyDew; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 2fc34c906dcfb1e5c43d13deadd8544cca47be88 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Mar 2022 10:18:18 +0000 Subject: [PATCH 0194/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5ac9d52..992f790 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: HoneyDew; + background-color: Yellow; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 0f27b87f0530b822cd61dc8e4090cbb949001e84 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Mar 2022 10:38:18 +0000 Subject: [PATCH 0195/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 992f790..3667a7c 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Yellow; + background-color: Chocolate; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From a33d22bcf88766406cf50c7eb4d838369224a630 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Mar 2022 12:28:17 +0000 Subject: [PATCH 0196/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 3667a7c..992f790 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Chocolate; + background-color: Yellow; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 39b96beac221ef196ac728a254d0d577039e612f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Mar 2022 12:38:18 +0000 Subject: [PATCH 0197/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 992f790..1dca26d 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Yellow; + background-color: LightSteelBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 082cec618b60509ce65c6bee510d3be6f3a1c72f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Mar 2022 12:58:18 +0000 Subject: [PATCH 0198/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1dca26d..a6e04de 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightSteelBlue; + background-color: Navy; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 7ea5e9e6fc4acc5292aa8578f29e6f3fcd07ac36 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Mar 2022 13:28:18 +0000 Subject: [PATCH 0199/3231] KPT-24: Update background color to DarkOrchid --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index a6e04de..382e7a4 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Navy; + background-color: DarkOrchid; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From cfb7d2ccbba5fe20a9e8a8db504e16da578e5df0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Mar 2022 13:38:17 +0000 Subject: [PATCH 0200/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 382e7a4..fc49f87 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkOrchid; + background-color: Cyan; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From b30ea86c1286d60640b0577a6b7cb4c9e38a606b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Mar 2022 14:08:17 +0000 Subject: [PATCH 0201/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index fc49f87..e68b895 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Cyan; + background-color: MediumPurple; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From ef1245c1ba7fb288254670928594206f6d39b0bd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Mar 2022 16:38:17 +0000 Subject: [PATCH 0202/3231] KPT-24: Update background color to Purple --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index e68b895..1a4cdac 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumPurple; + background-color: Purple; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 66fbb021b169fa684a765e6c3b77dd4d59017309 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Mar 2022 16:48:18 +0000 Subject: [PATCH 0203/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1a4cdac..0cbfd78 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Purple; + background-color: DarkGoldenRod; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 7f378b508f95ae7d5facc990e3caf980ff47a19e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Mar 2022 16:58:18 +0000 Subject: [PATCH 0204/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 0cbfd78..5b89964 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkGoldenRod; + background-color: Salmon; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From bff618d200708061ce75306ac0d5db12a95afd97 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Mar 2022 18:38:19 +0000 Subject: [PATCH 0205/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5b89964..992f790 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Salmon; + background-color: Yellow; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 635e8eada60cc5ff04d7abe9fde65c157c0cf9ea Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Mar 2022 19:48:19 +0000 Subject: [PATCH 0206/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 992f790..6c13b73 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Yellow; + background-color: DodgerBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From e2c50b028f6524844afb1b8186f157b71b42728a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Mar 2022 20:08:19 +0000 Subject: [PATCH 0207/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 6c13b73..86a9b03 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DodgerBlue; + background-color: DarkCyan; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 86e61ae28b90a75f7678e40c17467f97d3ceaf89 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Mar 2022 20:17:32 +0000 Subject: [PATCH 0208/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 86a9b03..5094cf7 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkCyan; + background-color: Chartreuse; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 57731002d5bd7684ac0171ebca9ad64cec9885f3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Mar 2022 20:19:21 +0000 Subject: [PATCH 0209/3231] KPT-24: Update background color to Beige --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5094cf7..a5480fd 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Chartreuse; + background-color: Beige; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 3e9740ee20e5156b4ed5028bf37a344a9b028b7b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Mar 2022 20:21:01 +0000 Subject: [PATCH 0210/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index a5480fd..9d426c3 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Beige; + background-color: PeachPuff; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 2d187510308871330a7b61400c7fd984222f26b9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Mar 2022 21:43:18 +0000 Subject: [PATCH 0211/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 9d426c3..3667a7c 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PeachPuff; + background-color: Chocolate; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From ab366f7555ef8b2c7e1e8b372daba83392ddb061 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 11 Mar 2022 02:58:18 +0000 Subject: [PATCH 0212/3231] KPT-22: Modals with DarkViolet accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 3667a7c..4c7d26e 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Chocolate; + background-color: DarkViolet; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 984e83fbf71e1697b0a7ccfcefd661beae95857e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 11 Mar 2022 05:13:20 +0000 Subject: [PATCH 0213/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 4c7d26e..5d39784 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkViolet; + background-color: SteelBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From cd78477c9a8ff112e01e63c0faf9239ecb7dc2fa Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 11 Mar 2022 05:58:31 +0000 Subject: [PATCH 0214/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5d39784..0784442 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SteelBlue; + background-color: Gold; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 0b9d9e35c8100e30b2c28e8083132df0a1f18175 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 11 Mar 2022 08:13:20 +0000 Subject: [PATCH 0215/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 0784442..1dca26d 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Gold; + background-color: LightSteelBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 197390927aa38a5d9d7fdbdc1deaa177dde85e34 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 11 Mar 2022 12:43:18 +0000 Subject: [PATCH 0216/3231] KPT-22: Modals with NavajoWhite accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1dca26d..d031b88 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightSteelBlue; + background-color: NavajoWhite; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 56601b80813f7a92ef3f6cc729c95b603741e9bd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 11 Mar 2022 17:13:21 +0000 Subject: [PATCH 0217/3231] KPT-24: Update background color to Maroon --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index d031b88..cd48f0e 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: NavajoWhite; + background-color: Maroon; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 44443f765be905a57706847e9f5828d17a858a49 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 11 Mar 2022 17:58:28 +0000 Subject: [PATCH 0218/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index cd48f0e..b33a2c2 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Maroon; + background-color: SeaGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From d30f15cb9bb6412142ea40c386e32a78ed53b15b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 12 Mar 2022 00:43:18 +0000 Subject: [PATCH 0219/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index b33a2c2..6c13b73 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SeaGreen; + background-color: DodgerBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From d4094f17acfa8621674fe9ae164ea2dc2c7a990a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 12 Mar 2022 02:13:17 +0000 Subject: [PATCH 0220/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 6c13b73..dd43562 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DodgerBlue; + background-color: Orchid; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From d2c07afa59823b345b563b8d35c0b85e731eb91a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 12 Mar 2022 05:13:17 +0000 Subject: [PATCH 0221/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index dd43562..ef18e83 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Orchid; + background-color: MediumSlateBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From ebcfd89e43ecfaca71704b71e2d2dbd5629bc4ae Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 12 Mar 2022 16:28:17 +0000 Subject: [PATCH 0222/3231] KPT-24: Update background color to SteelBlue --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index ef18e83..5d39784 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumSlateBlue; + background-color: SteelBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 6a45039b74f8564f59d8a80934aaf156ce024915 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 12 Mar 2022 21:43:17 +0000 Subject: [PATCH 0223/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5d39784..9be746a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SteelBlue; + background-color: LemonChiffon; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 9f21c498ed040617a3b667ddfd48bc4bad4f3937 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 12 Mar 2022 22:28:18 +0000 Subject: [PATCH 0224/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 9be746a..f1a2156 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LemonChiffon; + background-color: White; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From d79587f596d28f6eea4324b3f8a2b9bf238b42ce Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 12 Mar 2022 23:58:18 +0000 Subject: [PATCH 0225/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f1a2156..f394f78 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: White; + background-color: Blue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 582f0ffe16383f975c638a65ae61418df7d95c1e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 13 Mar 2022 05:13:17 +0000 Subject: [PATCH 0226/3231] KPT-24: Update background color to RebeccaPurple --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f394f78..1eeb4dc 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Blue; + background-color: RebeccaPurple; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 755d6cfdb5a72a2076128857fe7c141d34f59538 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 13 Mar 2022 15:43:18 +0000 Subject: [PATCH 0227/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1eeb4dc..1d4754e 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: RebeccaPurple; + background-color: SlateBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 30bda1b75cf28570fcfdfc839272f54918829b92 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 13 Mar 2022 17:13:18 +0000 Subject: [PATCH 0228/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1d4754e..c4c362e 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SlateBlue; + background-color: IndianRed; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 407787486438ab000b8d822922a880234f4fc0e7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 13 Mar 2022 21:43:18 +0000 Subject: [PATCH 0229/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index c4c362e..99c6c87 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: IndianRed; + background-color: Aquamarine; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 37904085ddf230447a35eb41e62cd8ec31df5d7d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 13 Mar 2022 22:28:19 +0000 Subject: [PATCH 0230/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 99c6c87..5094cf7 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Aquamarine; + background-color: Chartreuse; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 5652aca72c733993d2afd248ca75bef75cb4977f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 13 Mar 2022 23:58:18 +0000 Subject: [PATCH 0231/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5094cf7..16c707c 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Chartreuse; + background-color: GhostWhite; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 0ca75c771d329fe9f9b3bb1b1cc5ebaa62fcd63c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 14 Mar 2022 00:43:19 +0000 Subject: [PATCH 0232/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 16c707c..81081f0 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: GhostWhite; + background-color: Gainsboro; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 0bd34c9face0b5f05606d4ab237d31561eac7c88 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 14 Mar 2022 02:13:19 +0000 Subject: [PATCH 0233/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 81081f0..1a4cdac 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Gainsboro; + background-color: Purple; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From c627f0409c3f35b8ed471b936f4536589a9a1193 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 14 Mar 2022 02:58:19 +0000 Subject: [PATCH 0234/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1a4cdac..9d426c3 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Purple; + background-color: PeachPuff; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 719bfebfb39b5c368e263da9a183d3cc82e88d4e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 14 Mar 2022 08:13:19 +0000 Subject: [PATCH 0235/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 9d426c3..df6b601 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PeachPuff; + background-color: Snow; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 4028d4d95002ccd17935affca4c1ed7a4b8bfc84 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 14 Mar 2022 10:28:18 +0000 Subject: [PATCH 0236/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index df6b601..5e5890c 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Snow; + background-color: DarkRed; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 696964ac1475953d0ded8c2ab8c2922ce79cd0df Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 14 Mar 2022 11:58:18 +0000 Subject: [PATCH 0237/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5e5890c..5094cf7 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkRed; + background-color: Chartreuse; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 6e6f87efadd151fd2ae0efc743d35814a1407daa Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 14 Mar 2022 12:43:19 +0000 Subject: [PATCH 0238/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5094cf7..60a860f 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Chartreuse; + background-color: LimeGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 7ecc93112cd4caad982a68e54139fbbca88dfa4a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 14 Mar 2022 14:13:19 +0000 Subject: [PATCH 0239/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 60a860f..86a9b03 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LimeGreen; + background-color: DarkCyan; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 1e456b9adbabd02978988dfc96946c97bef1b57b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 14 Mar 2022 17:58:19 +0000 Subject: [PATCH 0240/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 86a9b03..e5dd579 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkCyan; + background-color: FloralWhite; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From c73c9ebb4bc8d15e354271071e183f634fa94545 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 15 Mar 2022 00:43:18 +0000 Subject: [PATCH 0241/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index e5dd579..65ab0ee 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: FloralWhite; + background-color: Teal; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 74253a383bfb02f742d9cc8d75592a54698e4fc5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 15 Mar 2022 02:13:18 +0000 Subject: [PATCH 0242/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 65ab0ee..5144a86 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Teal; + background-color: Violet; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 87d7119b55e06a7c62e7431c6696f44cd78a8fe8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 15 Mar 2022 06:43:17 +0000 Subject: [PATCH 0243/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5144a86..5ac9d52 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Violet; + background-color: HoneyDew; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 357481060235181bd92a4fcab0195a2056d20893 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 15 Mar 2022 09:43:18 +0000 Subject: [PATCH 0244/3231] KPT-22: Modals with Grey accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5ac9d52..7675de5 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: HoneyDew; + background-color: Grey; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 09c2bdef40a2d3182700352805fe3110757a9cf5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 15 Mar 2022 10:28:17 +0000 Subject: [PATCH 0245/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 7675de5..389255f 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Grey; + background-color: CadetBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From f12c57d1d35e3678be33c8c7e4e96b5ce758e943 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 15 Mar 2022 20:13:18 +0000 Subject: [PATCH 0246/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 389255f..6c13b73 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: CadetBlue; + background-color: DodgerBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 62a0f1573381f29d873e8cfbf2ce5b07ae2b1ffe Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 15 Mar 2022 21:43:18 +0000 Subject: [PATCH 0247/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 6c13b73..e6169de 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DodgerBlue; + background-color: DimGrey; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 296a69b1c9379dee67c308c5cf2d22266d384f33 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 15 Mar 2022 23:58:18 +0000 Subject: [PATCH 0248/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index e6169de..27817c7 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DimGrey; + background-color: LightBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 1c423e3ac31563f9939015f6b7aaf9c826b0f95d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 16 Mar 2022 02:13:17 +0000 Subject: [PATCH 0249/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 27817c7..82130d0 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightBlue; + background-color: LightYellow; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 1db04f2905b6a973c2aa45e44542226efb6676cf Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 16 Mar 2022 08:13:18 +0000 Subject: [PATCH 0250/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 82130d0..15a41f1 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightYellow; + background-color: SandyBrown; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 77a76e6b711b77d782abf8429e1b1033c2dd3d67 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 16 Mar 2022 14:13:18 +0000 Subject: [PATCH 0251/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 15a41f1..82130d0 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SandyBrown; + background-color: LightYellow; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 3c48174c6731357147a2d62af89bc3661e3832c5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 16 Mar 2022 14:58:18 +0000 Subject: [PATCH 0252/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 82130d0..03d1fcd 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightYellow; + background-color: HotPink; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 84b049a2ed58b185237345aa593e456ad80bcd08 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 16 Mar 2022 15:43:18 +0000 Subject: [PATCH 0253/3231] KPT-24: Update background color to Salmon --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 03d1fcd..5b89964 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: HotPink; + background-color: Salmon; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 1bef114dfa8f3a52346ae1c20c2caa619ce0b15a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 16 Mar 2022 20:13:18 +0000 Subject: [PATCH 0254/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5b89964..e04effe 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Salmon; + background-color: SkyBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 2add6c04b9879f6676dc5d5e584dae91f2e75d42 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 17 Mar 2022 00:43:18 +0000 Subject: [PATCH 0255/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index e04effe..f6a1660 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SkyBlue; + background-color: LightPink; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 1409c400052e23289aec0d79d0830ad1a96ebff0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 17 Mar 2022 02:58:18 +0000 Subject: [PATCH 0256/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f6a1660..69e0c48 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightPink; + background-color: PapayaWhip; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 97b986d52d9aa93cd3ab60bf46a5c336b495f702 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 17 Mar 2022 11:58:19 +0000 Subject: [PATCH 0257/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 69e0c48..391a514 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PapayaWhip; + background-color: MediumTurquoise; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 44a3d4aabcb0ae781c2fc69b1ce86c74e39767ca Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 17 Mar 2022 20:13:18 +0000 Subject: [PATCH 0258/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 391a514..03f2967 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumTurquoise; + background-color: SlateGrey; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 956f3908668af1a02492fe2488e7f4bf4f80a495 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 17 Mar 2022 20:58:22 +0000 Subject: [PATCH 0259/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 03f2967..7675de5 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SlateGrey; + background-color: Grey; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 76fe4549004dc88386dd7b81c3e336c8ff93577f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 17 Mar 2022 21:43:41 +0000 Subject: [PATCH 0260/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 7675de5..f6a1660 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Grey; + background-color: LightPink; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 281fa4f02bcb3f33446f322a3166269206a788e6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 18 Mar 2022 00:43:42 +0000 Subject: [PATCH 0261/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f6a1660..1ede12f 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightPink; + background-color: DarkOliveGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From d1f738f07ed73661789a91e099a61ff7e7b367db Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 18 Mar 2022 01:28:44 +0000 Subject: [PATCH 0262/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1ede12f..d4e15eb 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkOliveGreen; + background-color: LightSeaGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From f7a4eef70dfda689385e209e4ca38ade38bea6ce Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 18 Mar 2022 06:43:43 +0000 Subject: [PATCH 0263/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index d4e15eb..0389bc8 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightSeaGreen; + background-color: PowderBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 62c94979f6bcf1c9b0ca934f6b8f826e754bc2f2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 18 Mar 2022 11:13:46 +0000 Subject: [PATCH 0264/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 0389bc8..f615e27 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PowderBlue; + background-color: DarkMagenta; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From a65636e2ce179fc1141f9292eae046292acc3694 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 18 Mar 2022 14:21:46 +0000 Subject: [PATCH 0265/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f615e27..8b86479 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkMagenta; + background-color: Olive; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 91bd89ad0cbbe83575c4022cc9fa09ced702042d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 18 Mar 2022 16:28:30 +0000 Subject: [PATCH 0266/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 8b86479..52e7735 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Olive; + background-color: DarkSalmon; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 5e5d025011e13e8fa08c7f7a38796cd2dcecf9b0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 18 Mar 2022 17:13:18 +0000 Subject: [PATCH 0267/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 52e7735..4cd1ed2 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkSalmon; + background-color: Linen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 00354e10120f5cf019a9abb472cf0fb3a9716645 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 18 Mar 2022 17:58:17 +0000 Subject: [PATCH 0268/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 4cd1ed2..e6169de 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Linen; + background-color: DimGrey; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 528da582e64d7c6ada0609ed8d3e6eecef753384 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 18 Mar 2022 20:13:18 +0000 Subject: [PATCH 0269/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index e6169de..659aa8c 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DimGrey; + background-color: Gray; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From b682f9ed8cb260eff2c1b660d121668db2f6565a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 18 Mar 2022 22:28:18 +0000 Subject: [PATCH 0270/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 659aa8c..4e48cac 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Gray; + background-color: Aqua; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 861068d85ac65a161cd5d91c486ffa52171343d3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 19 Mar 2022 00:43:18 +0000 Subject: [PATCH 0271/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 4e48cac..b33a2c2 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Aqua; + background-color: SeaGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From c90245d2326e565c0926637d1eedd0bbf19498f8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 19 Mar 2022 02:13:18 +0000 Subject: [PATCH 0272/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index b33a2c2..f6a1660 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SeaGreen; + background-color: LightPink; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 9d27ddc7bbac7af90ad82e118dc7311e2e6f99db Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 19 Mar 2022 03:43:18 +0000 Subject: [PATCH 0273/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f6a1660..41c019d 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightPink; + background-color: Plum; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From a1bec5a561292a52147769ff97dc7e223ca385bd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 19 Mar 2022 05:13:18 +0000 Subject: [PATCH 0274/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 41c019d..3d28410 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Plum; + background-color: Thistle; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From fdf1aa4c7aec32312cf52ac58c592f68f1ac4d3d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 19 Mar 2022 07:28:18 +0000 Subject: [PATCH 0275/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 3d28410..b496a9e 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Thistle; + background-color: DeepSkyBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 4b9c2696e77cabf94681ff72f1c1bb08587f80ba Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 19 Mar 2022 08:13:18 +0000 Subject: [PATCH 0276/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index b496a9e..368053a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DeepSkyBlue; + background-color: PaleVioletRed; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 388f6d602b8206b925796d68300ba69a0ca34a5c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 19 Mar 2022 08:58:18 +0000 Subject: [PATCH 0277/3231] KPT-24: Update background color to MediumAquaMarine --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 368053a..9fa87f9 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PaleVioletRed; + background-color: MediumAquaMarine; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From f611be67026fde7279f8de9bd3b20a7812924c06 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 19 Mar 2022 11:13:18 +0000 Subject: [PATCH 0278/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 9fa87f9..5e5890c 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumAquaMarine; + background-color: DarkRed; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 54210bf5adb32863022bd2c97e7a0ffea147c95b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 19 Mar 2022 14:58:30 +0000 Subject: [PATCH 0279/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5e5890c..1a4cdac 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkRed; + background-color: Purple; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From d4ab7e89f689a049b83d7686d3e5acf8589f4b31 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 19 Mar 2022 15:43:18 +0000 Subject: [PATCH 0280/3231] KPT-22: Modals with GoldenRod accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1a4cdac..e6fb036 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Purple; + background-color: GoldenRod; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 9205f3577cceaadb36d0dd0925817833358e0856 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 19 Mar 2022 16:28:19 +0000 Subject: [PATCH 0281/3231] KPT-24: Update background color to Indigo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index e6fb036..2cb0acd 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: GoldenRod; + background-color: Indigo; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 699c41a466b3bfa30a196b61cb100feefa54f0ae Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 20 Mar 2022 00:43:19 +0000 Subject: [PATCH 0282/3231] KPT-24: Update background color to MediumVioletRed --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 2cb0acd..679ea3e 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Indigo; + background-color: MediumVioletRed; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 2830e55b1e3ed9cdbd70c394c8dbd44f450a5962 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 20 Mar 2022 03:43:17 +0000 Subject: [PATCH 0283/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 679ea3e..382e7a4 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumVioletRed; + background-color: DarkOrchid; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 8b7c1b3ed38edf2e1ba25dbcef89230636fe1381 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 20 Mar 2022 05:58:17 +0000 Subject: [PATCH 0284/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 382e7a4..391a514 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkOrchid; + background-color: MediumTurquoise; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 298f627c5735ce57aa9a235c5ea8cc3e1cc62b1a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 20 Mar 2022 17:13:18 +0000 Subject: [PATCH 0285/3231] KPT-24: Update background color to Gray --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 391a514..659aa8c 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumTurquoise; + background-color: Gray; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 5b5ec871a059658888394a6fc8e3075114953198 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 20 Mar 2022 17:58:17 +0000 Subject: [PATCH 0286/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 659aa8c..4cd1ed2 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Gray; + background-color: Linen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From a727444e117a2a7aaebed3341237af7c36101d10 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 20 Mar 2022 19:28:18 +0000 Subject: [PATCH 0287/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 4cd1ed2..2cb0acd 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Linen; + background-color: Indigo; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 81497bde82dfaad92cabb4fe18e3c602d6aca7cd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 20 Mar 2022 20:13:32 +0000 Subject: [PATCH 0288/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 2cb0acd..c7a5312 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Indigo; + background-color: MediumOrchid; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 2d2fb724bd5830eca29dd77143ca3dd28af8a7df Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 20 Mar 2022 22:28:20 +0000 Subject: [PATCH 0289/3231] KPT-24: Update background color to LightGoldenRodYellow --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index c7a5312..8a35943 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumOrchid; + background-color: LightGoldenRodYellow; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From ee3739de2c32e08b1cd8279ad1b5a9932eff8211 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 21 Mar 2022 02:58:17 +0000 Subject: [PATCH 0290/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 8a35943..f615e27 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightGoldenRodYellow; + background-color: DarkMagenta; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 38f376d9cb672f0fe83061399c604f5e03b80952 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 21 Mar 2022 09:43:24 +0000 Subject: [PATCH 0291/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f615e27..7675de5 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkMagenta; + background-color: Grey; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From a12f8174d63e14a5ca47e334b275ce0c475b1d23 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 21 Mar 2022 12:43:20 +0000 Subject: [PATCH 0292/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 7675de5..94042d5 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Grey; + background-color: SeaShell; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 6b531b401cf4f658593f7fc4649378e868e19eee Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 21 Mar 2022 14:58:30 +0000 Subject: [PATCH 0293/3231] KPT-22: Modals with Blue accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 94042d5..f394f78 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SeaShell; + background-color: Blue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From f07c8efa983aa1dd87b7daea972eb88cf2f246db Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 21 Mar 2022 15:43:20 +0000 Subject: [PATCH 0294/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f394f78..dd43562 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Blue; + background-color: Orchid; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 7f735f0ee93e3ce57ae728dedce976e191eab8bc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 21 Mar 2022 17:13:22 +0000 Subject: [PATCH 0295/3231] KPT-22: Modals with PaleTurquoise accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index dd43562..326743f 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Orchid; + background-color: PaleTurquoise; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From c2a67e3b740ab2737e257a7671307ece11ce6720 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 21 Mar 2022 19:28:19 +0000 Subject: [PATCH 0296/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 326743f..2d9d2b7 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PaleTurquoise; + background-color: ForestGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From d871ed24d354663e2cbb63014db7fcba2a10678a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 21 Mar 2022 21:43:17 +0000 Subject: [PATCH 0297/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 2d9d2b7..1ffd917 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: ForestGreen; + background-color: LightCoral; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 94759b61757f7ebcfe98f16c7ff48f15af9292fb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 22 Mar 2022 00:43:18 +0000 Subject: [PATCH 0298/3231] KPT-24: Update background color to PaleGoldenRod --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1ffd917..f7f1c6b 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightCoral; + background-color: PaleGoldenRod; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From b1bc25b1173e26d95a4fe83ee612754796ae3383 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 22 Mar 2022 06:43:18 +0000 Subject: [PATCH 0299/3231] KPT-22: Modals with SlateBlue accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f7f1c6b..1d4754e 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PaleGoldenRod; + background-color: SlateBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 9e00d4272e80c768c8c0bbd8a3e23b1a3bbb2a9f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 22 Mar 2022 07:28:18 +0000 Subject: [PATCH 0300/3231] KPT-24: Update background color to CornflowerBlue --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1d4754e..21e4201 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SlateBlue; + background-color: CornflowerBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 7a3d8b8e8bc3bfac393d3c1780aa847bf6a83646 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 22 Mar 2022 12:43:18 +0000 Subject: [PATCH 0301/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 21e4201..f908495 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: CornflowerBlue; + background-color: Crimson; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 0bb04af1dd50826136a0fa01aba5f6d639c745b8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 22 Mar 2022 17:58:18 +0000 Subject: [PATCH 0302/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f908495..86a9b03 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Crimson; + background-color: DarkCyan; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 022589b2431b8f6da6ffb9f3f6a9a2f12d8490c0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 22 Mar 2022 20:13:19 +0000 Subject: [PATCH 0303/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 86a9b03..ed5aa20 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkCyan; + background-color: Brown; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 10b7542df467a84cd9176e8dd8dbd91f66ac7eb4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 22 Mar 2022 23:58:17 +0000 Subject: [PATCH 0304/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index ed5aa20..94042d5 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Brown; + background-color: SeaShell; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 5672598932cd268f1e3f284ee5703c65cb0532dd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 23 Mar 2022 00:43:18 +0000 Subject: [PATCH 0305/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 94042d5..f60ef17 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SeaShell; + background-color: OldLace; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From ac697afe8287c8efce90b45f82f3d8ded2898f31 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 23 Mar 2022 02:13:17 +0000 Subject: [PATCH 0306/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f60ef17..05b0195 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: OldLace; + background-color: Lavender; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From cc9b1eac351e64d27d72abde57cc7e0590d98e24 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 23 Mar 2022 02:58:18 +0000 Subject: [PATCH 0307/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 05b0195..e6fb036 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Lavender; + background-color: GoldenRod; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 2e79ee75e403ea97d5f60dd7605a628eb45808a5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 23 Mar 2022 03:43:19 +0000 Subject: [PATCH 0308/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index e6fb036..f394f78 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: GoldenRod; + background-color: Blue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 15c24cd3cb9c20719d4f0cf73c0663a8387c6b02 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 23 Mar 2022 07:28:18 +0000 Subject: [PATCH 0309/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f394f78..2191c27 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Blue; + background-color: DarkSlateGray; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 927db231a0476b571f25b4e98bf86245a385f389 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 23 Mar 2022 08:58:17 +0000 Subject: [PATCH 0310/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 2191c27..1d4754e 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkSlateGray; + background-color: SlateBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From e57f0ccde1bfe6950f9a6efa4a5193a57afe1ef5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 23 Mar 2022 09:43:18 +0000 Subject: [PATCH 0311/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1d4754e..77102e4 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SlateBlue; + background-color: Black; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From ced1786d3dece4e9910469a21ae1cb708e17c17e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 23 Mar 2022 10:28:18 +0000 Subject: [PATCH 0312/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 77102e4..5d39784 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Black; + background-color: SteelBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 4fb20abaf428accfb0c45f35d730f28b05c2b51d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 23 Mar 2022 11:58:18 +0000 Subject: [PATCH 0313/3231] KPT-24: Update background color to DarkGrey --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5d39784..2a3207f 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SteelBlue; + background-color: DarkGrey; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 95b6eb2fbd096dc9c216cf50e31c5248442ac9df Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 23 Mar 2022 14:58:18 +0000 Subject: [PATCH 0314/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 2a3207f..1dca26d 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkGrey; + background-color: LightSteelBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From b43c7618f089444ee5e6d85d5168f2ac65558dc8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 23 Mar 2022 21:43:18 +0000 Subject: [PATCH 0315/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1dca26d..f1a2156 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightSteelBlue; + background-color: White; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From b5f52032c791eaddca48203b5955d3901e57b48f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 24 Mar 2022 05:58:19 +0000 Subject: [PATCH 0316/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f1a2156..77449ef 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: White; + background-color: MidnightBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 2ca6c0ba1e60d0c499322d6b633d4adaefad59c1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 24 Mar 2022 06:43:18 +0000 Subject: [PATCH 0317/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 77449ef..6c13b73 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MidnightBlue; + background-color: DodgerBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 1ec1f6c172086f3cc7d91f9d6c18a901f37c80ad Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 24 Mar 2022 09:43:17 +0000 Subject: [PATCH 0318/3231] KPT-22: Modals with LavenderBlush accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 6c13b73..0588b9a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DodgerBlue; + background-color: LavenderBlush; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From db771e87813af33f067390de836f9fe2bde58b98 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 24 Mar 2022 11:58:18 +0000 Subject: [PATCH 0319/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 0588b9a..2f08aae 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LavenderBlush; + background-color: AntiqueWhite; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From f645e4cfa48c527ebb3e62280831f4cefa6431be Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 24 Mar 2022 12:43:18 +0000 Subject: [PATCH 0320/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 2f08aae..81081f0 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: AntiqueWhite; + background-color: Gainsboro; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From d37b8a10840c0e6febbe4c1a7c172ff0f2d750eb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 24 Mar 2022 17:58:18 +0000 Subject: [PATCH 0321/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 81081f0..a5480fd 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Gainsboro; + background-color: Beige; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From f0317ca40886dda2b51443459e122794c4374c29 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 24 Mar 2022 20:23:17 +0000 Subject: [PATCH 0322/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index a5480fd..31b5e44 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Beige; + background-color: Sienna; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 19ccb6b14349d7a17b216b5384078aa24c311c5f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 25 Mar 2022 04:38:18 +0000 Subject: [PATCH 0323/3231] KPT-22: Modals with CornflowerBlue accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 31b5e44..21e4201 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Sienna; + background-color: CornflowerBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 61b85c53c5c8f4e3bc813094d85d9284b12bfe9b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 25 Mar 2022 05:23:18 +0000 Subject: [PATCH 0324/3231] KPT-22: Modals with Green accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 21e4201..10f5b34 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: CornflowerBlue; + background-color: Green; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 782ed7dadfe31cf13e376fa5c61018bec8d8851e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 25 Mar 2022 07:38:18 +0000 Subject: [PATCH 0325/3231] KPT-22: Modals with DimGray accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 10f5b34..49cd2ac 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Green; + background-color: DimGray; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 7855270515de6807f288a6538a0681ce3d88c232 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 25 Mar 2022 09:08:18 +0000 Subject: [PATCH 0326/3231] KPT-24: Update background color to MediumSlateBlue --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 49cd2ac..ef18e83 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DimGray; + background-color: MediumSlateBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From ca9069785e68c7dcd9b58e39c958ee3c0b4017e9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 25 Mar 2022 09:53:18 +0000 Subject: [PATCH 0327/3231] KPT-24: Update background color to SeaGreen --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index ef18e83..b33a2c2 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumSlateBlue; + background-color: SeaGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 719cb461a1f00ead07e4891b41f015330f1d6142 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 25 Mar 2022 12:53:18 +0000 Subject: [PATCH 0328/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index b33a2c2..49cd2ac 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SeaGreen; + background-color: DimGray; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From aec92696adbb11ba8858a9d5cada6c50291601eb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 25 Mar 2022 15:08:18 +0000 Subject: [PATCH 0329/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 49cd2ac..c7a5312 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DimGray; + background-color: MediumOrchid; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From fdf17e327d113ed6c297c04c9f379131edc81014 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 25 Mar 2022 16:38:18 +0000 Subject: [PATCH 0330/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index c7a5312..5733a56 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumOrchid; + background-color: RoyalBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From c5ad7f729fc57650ec40cc0893896ddaef792bca Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 25 Mar 2022 18:08:18 +0000 Subject: [PATCH 0331/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5733a56..5d39784 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: RoyalBlue; + background-color: SteelBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From d67c87d7ed226dcef123f9bcf9e858a39f80ccb0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 25 Mar 2022 22:38:17 +0000 Subject: [PATCH 0332/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5d39784..e5a15c1 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SteelBlue; + background-color: Bisque; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 016f6df0f713d38e2da6738f1ee39c5087770ea6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 26 Mar 2022 06:53:17 +0000 Subject: [PATCH 0333/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index e5a15c1..99c6c87 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Bisque; + background-color: Aquamarine; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 223735e82c1255e5cad7d52673348ec61a547ff5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 26 Mar 2022 09:53:18 +0000 Subject: [PATCH 0334/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 99c6c87..1ffd917 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Aquamarine; + background-color: LightCoral; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 3b5ba0e6172beb0f104c741e84ccacf38470d074 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 26 Mar 2022 11:23:18 +0000 Subject: [PATCH 0335/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1ffd917..f60ef17 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightCoral; + background-color: OldLace; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From fdf9f8cd704a60f705bddfc6f5fac636ca680374 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 26 Mar 2022 14:23:18 +0000 Subject: [PATCH 0336/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f60ef17..6255ca9 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: OldLace; + background-color: SaddleBrown; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 4f0d6e74ac68c64ebe8c78377664dbbcaa5b1fa2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 26 Mar 2022 20:23:18 +0000 Subject: [PATCH 0337/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 6255ca9..15a41f1 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SaddleBrown; + background-color: SandyBrown; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 43d969641bf480a234459ec2e287b90202572823 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 27 Mar 2022 00:53:17 +0000 Subject: [PATCH 0338/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 15a41f1..0c0e5f8 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SandyBrown; + background-color: BurlyWood; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 43ad57bde9010aedc572b429286a12d0ae834153 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 27 Mar 2022 06:08:17 +0000 Subject: [PATCH 0339/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 0c0e5f8..21e4201 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: BurlyWood; + background-color: CornflowerBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 708e6327274474545e140f5e3fbd91cf828c2107 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 27 Mar 2022 07:38:17 +0000 Subject: [PATCH 0340/3231] KPT-24: Update background color to HoneyDew --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 21e4201..5ac9d52 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: CornflowerBlue; + background-color: HoneyDew; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 1041ba43c10f46d2025b29cf433f88224d08ea41 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 27 Mar 2022 08:23:17 +0000 Subject: [PATCH 0341/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5ac9d52..b717f6c 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: HoneyDew; + background-color: DarkTurquoise; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 3a077e93302f50b5c1c889133a0eda84cc6435c4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 27 Mar 2022 12:08:18 +0000 Subject: [PATCH 0342/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index b717f6c..51d92d9 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkTurquoise; + background-color: FireBrick; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 000b63058e1208eec01e39cafec17746afbb8bd6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 27 Mar 2022 12:53:17 +0000 Subject: [PATCH 0343/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 51d92d9..9d426c3 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: FireBrick; + background-color: PeachPuff; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From fa7a075fc5841d9af609886bc0ee03bcad393c24 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 27 Mar 2022 21:53:18 +0000 Subject: [PATCH 0344/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 9d426c3..19a39b9 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PeachPuff; + background-color: DarkSeaGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 799ccf06e9c557d75f0892ac8f7440c42c77380b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 28 Mar 2022 01:38:17 +0000 Subject: [PATCH 0345/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 19a39b9..82130d0 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkSeaGreen; + background-color: LightYellow; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 8ec0acf35e1620388e9bc392c82735e0177badfc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 28 Mar 2022 03:53:17 +0000 Subject: [PATCH 0346/3231] KPT-22: Modals with Thistle accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 82130d0..3d28410 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightYellow; + background-color: Thistle; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 415df5b9c8cb719f910f55b5d4d1d69c6fb8ba62 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 28 Mar 2022 06:08:18 +0000 Subject: [PATCH 0347/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 3d28410..b717f6c 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Thistle; + background-color: DarkTurquoise; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 0e2977ae42b45978a50a58607062490aec4c6b8e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 28 Mar 2022 07:38:18 +0000 Subject: [PATCH 0348/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index b717f6c..0588b9a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkTurquoise; + background-color: LavenderBlush; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 629cecea447845dffb743edd468bedffea447de8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 28 Mar 2022 09:08:17 +0000 Subject: [PATCH 0349/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 0588b9a..f801b46 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LavenderBlush; + background-color: MediumSeaGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From d88b56031ef5579ea85d4aa9f3fe8aa127a82d6d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 28 Mar 2022 12:08:22 +0000 Subject: [PATCH 0350/3231] KPT-24: Update background color to Plum --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f801b46..41c019d 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumSeaGreen; + background-color: Plum; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From d01d7e7704ed5ab9d9e7b2e1772ee7af52510ae8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 28 Mar 2022 15:53:19 +0000 Subject: [PATCH 0351/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 41c019d..a6e04de 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Plum; + background-color: Navy; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From c99993c7da6edc2fc6e1c78a542aa2786dca159f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 28 Mar 2022 19:38:17 +0000 Subject: [PATCH 0352/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index a6e04de..31b5e44 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Navy; + background-color: Sienna; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 4d01fa567aac014b3ee958dd8c6450f7e053349b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 28 Mar 2022 20:23:17 +0000 Subject: [PATCH 0353/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 31b5e44..876b2a6 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Sienna; + background-color: DarkGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 722c89efbac32d7b26b91985cccdb870696f4029 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 29 Mar 2022 01:38:17 +0000 Subject: [PATCH 0354/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 876b2a6..dd43562 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkGreen; + background-color: Orchid; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 03a0b8506f5da249e276227722dfa8f8b92a7f95 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 29 Mar 2022 05:23:18 +0000 Subject: [PATCH 0355/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index dd43562..141472c 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Orchid; + background-color: Fuchsia; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From f5abcaa9f7b2e640b278f35cac1af104ed16533c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 29 Mar 2022 08:23:17 +0000 Subject: [PATCH 0356/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 141472c..e6fb036 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Fuchsia; + background-color: GoldenRod; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 94cd9dd762f7414ab364dfae4c3609c88ca69fb8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 29 Mar 2022 09:08:18 +0000 Subject: [PATCH 0357/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index e6fb036..0389bc8 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: GoldenRod; + background-color: PowderBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 746b0a146379cbb55cde1a928133a561036223f4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 29 Mar 2022 13:38:21 +0000 Subject: [PATCH 0358/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 0389bc8..9d426c3 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PowderBlue; + background-color: PeachPuff; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 0cf41e2e56150fca9e4d715044e7d3a8f4da080f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 29 Mar 2022 15:08:18 +0000 Subject: [PATCH 0359/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 9d426c3..10f5b34 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PeachPuff; + background-color: Green; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 082c09dff370821f9c0faba943bd7676a559815f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 29 Mar 2022 15:53:18 +0000 Subject: [PATCH 0360/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 10f5b34..8a35943 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Green; + background-color: LightGoldenRodYellow; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 0631b10cfc46ae7d34463d22dc695375d18751f6 Mon Sep 17 00:00:00 2001 From: Jesse Antoszyk <22500761+jcantosz@users.noreply.github.com> Date: Tue, 29 Mar 2022 12:36:23 -0400 Subject: [PATCH 0361/3231] Create pull_request_template.md --- .github/pull_request_template.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..379b198 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,7 @@ +Fixes # . + +Changes proposed in this PR: +- +- + + From ebe7466b16a610c7cfe7ac20a28254f583a37b33 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 29 Mar 2022 20:23:18 +0000 Subject: [PATCH 0362/3231] KPT-22: Modals with DarkMagenta accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 8a35943..f615e27 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightGoldenRodYellow; + background-color: DarkMagenta; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 16eece9fece537fc4d94223fa7492cb7cd6dbc98 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 30 Mar 2022 00:53:19 +0000 Subject: [PATCH 0363/3231] KPT-24: Update background color to GoldenRod --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f615e27..e6fb036 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkMagenta; + background-color: GoldenRod; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 30fb7fe3b79e81e9c00985751d9ba1038011edd9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 30 Mar 2022 01:38:17 +0000 Subject: [PATCH 0364/3231] KPT-22: Modals with DarkSeaGreen accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index e6fb036..19a39b9 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: GoldenRod; + background-color: DarkSeaGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From c1efd876911c5835041f73b2663995cfa8557969 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 30 Mar 2022 03:53:18 +0000 Subject: [PATCH 0365/3231] KPT-22: Modals with MistyRose accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 19a39b9..fb4d530 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkSeaGreen; + background-color: MistyRose; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From e83fb081fccba870c0a01070150924935c055d49 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 30 Mar 2022 06:53:17 +0000 Subject: [PATCH 0366/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index fb4d530..659aa8c 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MistyRose; + background-color: Gray; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 60d20d92cdfa31ad88fa2bee1969f10e702a016f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 30 Mar 2022 07:38:17 +0000 Subject: [PATCH 0367/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 659aa8c..d828631 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Gray; + background-color: Azure; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 026a8b4b73c452495bb60711ca0abd4e529a17e4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 30 Mar 2022 14:23:18 +0000 Subject: [PATCH 0368/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index d828631..c4c362e 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Azure; + background-color: IndianRed; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 609e3f13174480efc72e8a173ac3986497c58854 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 30 Mar 2022 18:53:18 +0000 Subject: [PATCH 0369/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index c4c362e..659aa8c 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: IndianRed; + background-color: Gray; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From a89250e91bd5dad099b372918098b527220ee7d0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 30 Mar 2022 20:23:18 +0000 Subject: [PATCH 0370/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 659aa8c..a5480fd 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Gray; + background-color: Beige; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 8a9a25b50332df5cd081fff413fe765cbf54096d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 30 Mar 2022 23:23:17 +0000 Subject: [PATCH 0371/3231] KPT-22: Modals with PaleVioletRed accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index a5480fd..368053a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Beige; + background-color: PaleVioletRed; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 562f77b6c5bdcef3e82f04266502134cfeda9891 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 31 Mar 2022 06:53:17 +0000 Subject: [PATCH 0372/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 368053a..9be746a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PaleVioletRed; + background-color: LemonChiffon; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From d2dac37c0328048e5c9a9b158a8f624e8ea0814a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 31 Mar 2022 10:38:17 +0000 Subject: [PATCH 0373/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 9be746a..8464062 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LemonChiffon; + background-color: LightGray; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From d3f49c282a33a6f38fe504cab8a3aea24deaef71 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 31 Mar 2022 14:23:18 +0000 Subject: [PATCH 0374/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 8464062..f1a2156 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightGray; + background-color: White; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 7601c47027e0fe7551d4143da532b7bb7f58561f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 31 Mar 2022 15:08:18 +0000 Subject: [PATCH 0375/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f1a2156..f7f1c6b 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: White; + background-color: PaleGoldenRod; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 59904ff91fe0f99f1fbd6e92deb190c3fa94811d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 31 Mar 2022 17:23:18 +0000 Subject: [PATCH 0376/3231] KPT-24: Update background color to LemonChiffon --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f7f1c6b..9be746a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PaleGoldenRod; + background-color: LemonChiffon; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From f59d7cd53fdb57c77a760c8d35b7693ec7772cf6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 31 Mar 2022 23:23:17 +0000 Subject: [PATCH 0377/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 9be746a..5ac9d52 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LemonChiffon; + background-color: HoneyDew; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From f6a0e78ecd123db222a302e78b61632c35576bfd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 1 Apr 2022 04:38:17 +0000 Subject: [PATCH 0378/3231] KPT-24: Update background color to DeepPink --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5ac9d52..e23fe63 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: HoneyDew; + background-color: DeepPink; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From b559d49d27cc635c1b9451265b511143fbc6798b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 1 Apr 2022 09:08:17 +0000 Subject: [PATCH 0379/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index e23fe63..3667a7c 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DeepPink; + background-color: Chocolate; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 5316543f8203111fab1222d578f067e6c28e9262 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 1 Apr 2022 11:23:18 +0000 Subject: [PATCH 0380/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 3667a7c..e6169de 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Chocolate; + background-color: DimGrey; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 24271ab5c8f1fcfd01f10c87903b60e729812dae Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 1 Apr 2022 13:38:18 +0000 Subject: [PATCH 0381/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index e6169de..2191c27 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DimGrey; + background-color: DarkSlateGray; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From ad37829506716526c4dc90bfe3aa466bbe93ae08 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 1 Apr 2022 15:53:17 +0000 Subject: [PATCH 0382/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 2191c27..b33a2c2 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkSlateGray; + background-color: SeaGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 70c12c95b59fe127b4887f117bb45d6ba1111b90 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 1 Apr 2022 17:23:18 +0000 Subject: [PATCH 0383/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index b33a2c2..2191c27 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SeaGreen; + background-color: DarkSlateGray; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 9ccb236e881e781f7a94654453213665afe090a9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 1 Apr 2022 18:53:18 +0000 Subject: [PATCH 0384/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 2191c27..77c4429 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkSlateGray; + background-color: Wheat; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 7bd312c2e5531a492cc62825425e8a0493d3fbca Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 1 Apr 2022 21:53:18 +0000 Subject: [PATCH 0385/3231] KPT-24: Update background color to Moccasin --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 77c4429..eada11b 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Wheat; + background-color: Moccasin; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From ab3baac4cc6649d1246459021fbca5204ad77515 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 2 Apr 2022 00:08:17 +0000 Subject: [PATCH 0386/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index eada11b..c4c362e 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Moccasin; + background-color: IndianRed; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From ae34d73b26538728baa2d17a8299dbba9037e880 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 2 Apr 2022 02:23:18 +0000 Subject: [PATCH 0387/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index c4c362e..ed5aa20 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: IndianRed; + background-color: Brown; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From e06bba38a91ba8b6970836d7eebd33c3914d6dea Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 2 Apr 2022 03:53:17 +0000 Subject: [PATCH 0388/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index ed5aa20..141472c 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Brown; + background-color: Fuchsia; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 973b25f0a1e1a10bdf180f8befc4626dece2ad98 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 2 Apr 2022 04:38:17 +0000 Subject: [PATCH 0389/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 141472c..b33a2c2 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Fuchsia; + background-color: SeaGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From e6f62d9db9b32a3c23ffd4d4608c88f5b29b1cd2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 2 Apr 2022 05:23:17 +0000 Subject: [PATCH 0390/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index b33a2c2..31b5e44 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SeaGreen; + background-color: Sienna; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From f9afe29e4ee73416b9cbda2d20104b92536db265 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 2 Apr 2022 10:38:17 +0000 Subject: [PATCH 0391/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 31b5e44..5144a86 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Sienna; + background-color: Violet; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 8f3a009c866f831da95a5ba4099a8ac56226b951 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 2 Apr 2022 11:23:17 +0000 Subject: [PATCH 0392/3231] KPT-24: Update background color to MediumTurquoise --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5144a86..391a514 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Violet; + background-color: MediumTurquoise; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 6015a81eeb0c124d6a172a949103cbfa5b0ddfa5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 2 Apr 2022 12:08:18 +0000 Subject: [PATCH 0393/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 391a514..6255ca9 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumTurquoise; + background-color: SaddleBrown; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 4f37e41fe02cebba6810eeb4d941208c3e8e9419 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 2 Apr 2022 12:53:18 +0000 Subject: [PATCH 0394/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 6255ca9..3d28410 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SaddleBrown; + background-color: Thistle; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From e3071cd1b5915c62155f920e6255eadeff1aba15 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 2 Apr 2022 15:53:17 +0000 Subject: [PATCH 0395/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 3d28410..2191c27 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Thistle; + background-color: DarkSlateGray; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 28600ec4494f89aef5867c6508aa59519cf08cb5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 2 Apr 2022 16:38:18 +0000 Subject: [PATCH 0396/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 2191c27..60a860f 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkSlateGray; + background-color: LimeGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From c0d63eabc2b94dfb80071867fbce5d8f78820968 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 2 Apr 2022 18:08:18 +0000 Subject: [PATCH 0397/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 60a860f..480e007 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LimeGreen; + background-color: DarkSlateGrey; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From f97ee0abce0bce215ca8d76de3e4c3ae45f93e7f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 3 Apr 2022 00:08:17 +0000 Subject: [PATCH 0398/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 480e007..82130d0 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkSlateGrey; + background-color: LightYellow; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 219c03e0bf5e57dad39afcf4ceba2f0a6755650b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 3 Apr 2022 00:53:28 +0000 Subject: [PATCH 0399/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 82130d0..1fbfb2d 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightYellow; + background-color: Tan; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 7b61de28201fbb4498ae5d2b79d6f9bb11acf038 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 3 Apr 2022 05:23:17 +0000 Subject: [PATCH 0400/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1fbfb2d..4e48cac 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Tan; + background-color: Aqua; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 88d9ff82d1e1b174d5ea2cd5702830188f40a672 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 3 Apr 2022 06:53:17 +0000 Subject: [PATCH 0401/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 4e48cac..77102e4 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Aqua; + background-color: Black; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 06f4e2570b50696159f5377e18a110da0f600742 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 3 Apr 2022 09:08:17 +0000 Subject: [PATCH 0402/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 77102e4..f5fd949 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Black; + background-color: SpringGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 845b8cc03a7ca6dbd5a21100bb0401b79d80bb01 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 3 Apr 2022 12:53:18 +0000 Subject: [PATCH 0403/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f5fd949..71fefaf 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SpringGreen; + background-color: Pink; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 73ace925bf76256b28b7dfc2f66878780bff05c1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 3 Apr 2022 14:23:17 +0000 Subject: [PATCH 0404/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 71fefaf..0c91c33 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Pink; + background-color: Magenta; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 379f7fd75a2b40667b73c2b1e5d8d39bfb091246 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 3 Apr 2022 18:08:18 +0000 Subject: [PATCH 0405/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 0c91c33..1ffd917 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Magenta; + background-color: LightCoral; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 70ef5399a5fedd4e67d1eb8fae298ab586e27cdc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 3 Apr 2022 21:53:18 +0000 Subject: [PATCH 0406/3231] KPT-24: Update background color to IndianRed --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1ffd917..c4c362e 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightCoral; + background-color: IndianRed; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 382d7105c60a5b1dfebac258655860d4fd5b858c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 4 Apr 2022 02:17:46 +0000 Subject: [PATCH 0407/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index c4c362e..19a39b9 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: IndianRed; + background-color: DarkSeaGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From c82f3ed36c62c17a859eb33cd1ca0fbc22695d09 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 4 Apr 2022 03:02:45 +0000 Subject: [PATCH 0408/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 19a39b9..f2dd7f4 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkSeaGreen; + background-color: LightGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From cae8298b3ca116b0e839b432a5a53f6ee3d7f66f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 4 Apr 2022 04:32:45 +0000 Subject: [PATCH 0409/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f2dd7f4..e6fb036 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightGreen; + background-color: GoldenRod; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 585bfe1c33b25b13dbe3a7dab6ee025269c474d2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 4 Apr 2022 05:17:45 +0000 Subject: [PATCH 0410/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index e6fb036..16c707c 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: GoldenRod; + background-color: GhostWhite; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 83d807db245ab2c5d3ef4b60faf42e7cc10422ad Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 4 Apr 2022 06:47:46 +0000 Subject: [PATCH 0411/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 16c707c..141472c 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: GhostWhite; + background-color: Fuchsia; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 956082eadaee7de609c7e853d5d19c75d9633a01 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 4 Apr 2022 16:32:46 +0000 Subject: [PATCH 0412/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 141472c..27817c7 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Fuchsia; + background-color: LightBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 42c9d6f9b3b6b44e56de06f7e9eba9e3e851fb69 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 4 Apr 2022 18:47:45 +0000 Subject: [PATCH 0413/3231] KPT-24: Update background color to LightSteelBlue --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 27817c7..1dca26d 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightBlue; + background-color: LightSteelBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 33b9ecdbdfc1f9d12496261197cec8fa7d521936 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 4 Apr 2022 19:39:27 +0000 Subject: [PATCH 0414/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1dca26d..fcd35ac 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightSteelBlue; + background-color: Khaki; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 6d01430058c961c76b8db1aa04f989bec936facf Mon Sep 17 00:00:00 2001 From: Jesse Antoszyk <22500761+jcantosz@users.noreply.github.com> Date: Mon, 4 Apr 2022 16:26:08 -0400 Subject: [PATCH 0415/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index fcd35ac..1a4cdac 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Khaki; + background-color: Purple; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From e64610dcdac984e33436699cb466ebc72cdba827 Mon Sep 17 00:00:00 2001 From: Jesse Antoszyk <22500761+jcantosz@users.noreply.github.com> Date: Mon, 4 Apr 2022 16:39:10 -0400 Subject: [PATCH 0416/3231] KPT-24: Update background color to Green --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1a4cdac..10f5b34 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Purple; + background-color: Green; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 2989039b058ffd81bf0039e14d5692fd0a8ca4ee Mon Sep 17 00:00:00 2001 From: Jesse Antoszyk <22500761+jcantosz@users.noreply.github.com> Date: Mon, 4 Apr 2022 16:59:03 -0400 Subject: [PATCH 0417/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 10f5b34..f394f78 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Green; + background-color: Blue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From ef3c33b84d2b8713b79b41104c01ece6a839d36a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 4 Apr 2022 21:47:45 +0000 Subject: [PATCH 0418/3231] KPT-24: Update background color to GoldenRod --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f394f78..e6fb036 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Blue; + background-color: GoldenRod; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 0cc46ffb2898661b27ae95c57cd9192da088513e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 5 Apr 2022 01:32:45 +0000 Subject: [PATCH 0419/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index e6fb036..99c6c87 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: GoldenRod; + background-color: Aquamarine; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From cae3d596d6b705d2aea7c6529d03e191481798a7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 5 Apr 2022 02:17:46 +0000 Subject: [PATCH 0420/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 99c6c87..a4f3dc5 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Aquamarine; + background-color: Cornsilk; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From eedec8a4862c4214ebedbf897d453d96d2ed483b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 5 Apr 2022 07:32:46 +0000 Subject: [PATCH 0421/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index a4f3dc5..d031b88 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Cornsilk; + background-color: NavajoWhite; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 0e62820c90e13c9d98a844be748363d070304f21 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 5 Apr 2022 10:32:46 +0000 Subject: [PATCH 0422/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index d031b88..a6e04de 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: NavajoWhite; + background-color: Navy; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From e9222c83106fd45f3603cf5dd21a9394008bd260 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 5 Apr 2022 15:47:46 +0000 Subject: [PATCH 0423/3231] KPT-24: Update background color to PaleGoldenRod --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index a6e04de..f7f1c6b 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Navy; + background-color: PaleGoldenRod; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 651674a03f1d5113d0be94a21645baa176a9072e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 5 Apr 2022 17:17:46 +0000 Subject: [PATCH 0424/3231] KPT-22: Modals with SlateGray accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f7f1c6b..ec22af2 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PaleGoldenRod; + background-color: SlateGray; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From f565c7b408e12e03f65d9313ff78d8e8d884cef5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 5 Apr 2022 18:02:45 +0000 Subject: [PATCH 0425/3231] KPT-22: Modals with SteelBlue accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index ec22af2..5d39784 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SlateGray; + background-color: SteelBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 33ba7bf572168d5086887a94c766db83b23a4c1e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 5 Apr 2022 19:32:45 +0000 Subject: [PATCH 0426/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5d39784..2641f4a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SteelBlue; + background-color: LawnGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From bc037f3424324d5009936f704ae23b8ef469a1f8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 5 Apr 2022 20:17:46 +0000 Subject: [PATCH 0427/3231] KPT-22: Modals with MediumSpringGreen accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 2641f4a..1125fac 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LawnGreen; + background-color: MediumSpringGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 6fcb39bc477fb2e7e5d04a8112bd9f167a9d2be4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 5 Apr 2022 23:17:46 +0000 Subject: [PATCH 0428/3231] KPT-22: Modals with ForestGreen accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1125fac..2d9d2b7 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumSpringGreen; + background-color: ForestGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 570a14298ac7e9c1c8852bdbdfad717489a8b926 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 6 Apr 2022 04:32:45 +0000 Subject: [PATCH 0429/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 2d9d2b7..71fefaf 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: ForestGreen; + background-color: Pink; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 03abb1535c8920ceed927ec0fb60350d8b23a714 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 6 Apr 2022 05:17:46 +0000 Subject: [PATCH 0430/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 71fefaf..f6a1660 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Pink; + background-color: LightPink; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From e3f639c0662ab71a33b4035d96e2a20e2e88d037 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 6 Apr 2022 06:02:46 +0000 Subject: [PATCH 0431/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f6a1660..fea4e57 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightPink; + background-color: PaleGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 3c59050075b0f1f442184c00ad8ea5320fa42310 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 6 Apr 2022 10:32:46 +0000 Subject: [PATCH 0432/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index fea4e57..eb3f3a0 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PaleGreen; + background-color: YellowGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From fab9a5a9a13fe96cc2411f44f4dbd27bdcbc5eb0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 6 Apr 2022 12:47:46 +0000 Subject: [PATCH 0433/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index eb3f3a0..75dc1a7 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: YellowGreen; + background-color: DarkKhaki; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From ba1d0d2446060af1359c2f4e0bff50d4c2050d3b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 6 Apr 2022 17:17:46 +0000 Subject: [PATCH 0434/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 75dc1a7..4cd1ed2 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkKhaki; + background-color: Linen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 7200b9b920ef8fa190f9b7ec87c7a0a8a0613d6b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 6 Apr 2022 18:47:46 +0000 Subject: [PATCH 0435/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 4cd1ed2..960363a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Linen; + background-color: Silver; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 4e7d5f6752aaf58f93722c79a2575872524a4e88 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 6 Apr 2022 21:02:45 +0000 Subject: [PATCH 0436/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 960363a..f6a43ea 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Silver; + background-color: AliceBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From fe20045f04a283aabf968acce1b5b28d3a2e8451 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 7 Apr 2022 03:02:45 +0000 Subject: [PATCH 0437/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f6a43ea..03f2967 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: AliceBlue; + background-color: SlateGrey; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From e46133e01127e1e678502ae513d3540740f334a3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 7 Apr 2022 03:47:46 +0000 Subject: [PATCH 0438/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 03f2967..1a4cdac 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SlateGrey; + background-color: Purple; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From e8bec4d9eca7257ecf5437f65371b393a690fc2f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 7 Apr 2022 13:32:45 +0000 Subject: [PATCH 0439/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1a4cdac..b517794 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Purple; + background-color: LightSlateGrey; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 7200fcbc299efc28404e59d7980e74a42006b945 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 7 Apr 2022 18:47:45 +0000 Subject: [PATCH 0440/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index b517794..df6b601 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightSlateGrey; + background-color: Snow; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 15d186287122216de3b4e61586da19f462c27f3a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 7 Apr 2022 19:32:47 +0000 Subject: [PATCH 0441/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index df6b601..1f068a1 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Snow; + background-color: MediumBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 3617f66487bd58127d723bfe9ae3c741de8c26d9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 8 Apr 2022 00:47:45 +0000 Subject: [PATCH 0442/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1f068a1..0c91c33 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumBlue; + background-color: Magenta; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From c5fab6fa8ca234d457d9268563c8761ffe9b51a3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 8 Apr 2022 09:02:56 +0000 Subject: [PATCH 0443/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 0c91c33..f2dd7f4 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Magenta; + background-color: LightGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 2dd6d1d676b3f76c8fba8d6e7cebe39f61d328de Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 8 Apr 2022 12:47:46 +0000 Subject: [PATCH 0444/3231] KPT-24: Update background color to IndianRed --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f2dd7f4..c4c362e 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightGreen; + background-color: IndianRed; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From e391ebc7692d394501dea368b87f304ba4dc6cc6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 8 Apr 2022 13:32:46 +0000 Subject: [PATCH 0445/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index c4c362e..41c019d 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: IndianRed; + background-color: Plum; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From d5f711725401163540716d59653d43d2061fe894 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 8 Apr 2022 15:02:52 +0000 Subject: [PATCH 0446/3231] KPT-22: Modals with OliveDrab accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 41c019d..481446d 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Plum; + background-color: OliveDrab; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 064ea4a824bb22f13259d44d9f72faf06650043c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 8 Apr 2022 18:47:45 +0000 Subject: [PATCH 0447/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 481446d..4c7d26e 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: OliveDrab; + background-color: DarkViolet; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From cb23357a72bc5cd7bc9e49990a0b7b0688bd6632 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 8 Apr 2022 22:32:47 +0000 Subject: [PATCH 0448/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 4c7d26e..368053a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkViolet; + background-color: PaleVioletRed; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From c9ae42427f2777aebe2bd3aee2dd679d85761862 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 8 Apr 2022 23:17:45 +0000 Subject: [PATCH 0449/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 368053a..992f790 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PaleVioletRed; + background-color: Yellow; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From d66e22783273475effcf25ccb519bd4fb6359c6a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 9 Apr 2022 00:47:46 +0000 Subject: [PATCH 0450/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 992f790..368053a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Yellow; + background-color: PaleVioletRed; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 4307caceb0e24666c9b12d8a1a730476b48fa9aa Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 9 Apr 2022 03:02:50 +0000 Subject: [PATCH 0451/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 368053a..f6a43ea 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PaleVioletRed; + background-color: AliceBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From d52158c54da32ffed15ec8d740eb763ae936c282 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 9 Apr 2022 04:32:46 +0000 Subject: [PATCH 0452/3231] KPT-22: Modals with Green accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f6a43ea..10f5b34 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: AliceBlue; + background-color: Green; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 97295696be2ebdc1b5a6f434936a20a3b56ee0bb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 9 Apr 2022 05:17:49 +0000 Subject: [PATCH 0453/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 10f5b34..659aa8c 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Green; + background-color: Gray; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 557305200bc4deb13dd7903ccf925aecabdebe9f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 9 Apr 2022 07:32:51 +0000 Subject: [PATCH 0454/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 659aa8c..263fa35 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Gray; + background-color: Tomato; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 0e436edf722ad982cf641464b4565bf4124ea74c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 9 Apr 2022 09:02:46 +0000 Subject: [PATCH 0455/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 263fa35..3d28410 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Tomato; + background-color: Thistle; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 592182385c1da2153b8664952e658387d77c9c09 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 9 Apr 2022 11:17:46 +0000 Subject: [PATCH 0456/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 3d28410..2d9d2b7 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Thistle; + background-color: ForestGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 4ea6c354824228a6172e5d7f16edc8b5d96f0585 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 9 Apr 2022 12:02:46 +0000 Subject: [PATCH 0457/3231] KPT-22: Modals with SaddleBrown accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 2d9d2b7..6255ca9 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: ForestGreen; + background-color: SaddleBrown; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 3685bc45444d3535dbdc31393b83d097758051d8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 9 Apr 2022 12:47:56 +0000 Subject: [PATCH 0458/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 6255ca9..1fbfb2d 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SaddleBrown; + background-color: Tan; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 2921aa9774552bdc12089133cf5f6c4ee530dfbb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 10 Apr 2022 00:02:46 +0000 Subject: [PATCH 0459/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1fbfb2d..cd48f0e 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Tan; + background-color: Maroon; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 138b0688c3e390c0983124c5af19692111d215d1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 10 Apr 2022 02:17:46 +0000 Subject: [PATCH 0460/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index cd48f0e..03f2967 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Maroon; + background-color: SlateGrey; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From f73781dd42fed5540be0aea037a636eed75c7a56 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 10 Apr 2022 03:02:46 +0000 Subject: [PATCH 0461/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 03f2967..f60ef17 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SlateGrey; + background-color: OldLace; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 851f3a734e65e147a9503ba3a14dcc5df4af20f5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 10 Apr 2022 04:32:46 +0000 Subject: [PATCH 0462/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f60ef17..8a35943 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: OldLace; + background-color: LightGoldenRodYellow; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From e8e4a3c42a21d6bbc41e1df33e353017e27de6f4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 10 Apr 2022 06:47:59 +0000 Subject: [PATCH 0463/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 8a35943..15a41f1 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightGoldenRodYellow; + background-color: SandyBrown; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From eadb9eb040d05ce18c56476f3ee6b96d38eefd7c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 10 Apr 2022 09:02:46 +0000 Subject: [PATCH 0464/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 15a41f1..eada11b 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SandyBrown; + background-color: Moccasin; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 50dd3b3ebcebec61e45b1f5b490f74d5b5a9bf8a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 10 Apr 2022 10:32:47 +0000 Subject: [PATCH 0465/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index eada11b..8a35943 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Moccasin; + background-color: LightGoldenRodYellow; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From e412d7b2a77136bf2240b251e07fb99731cae815 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 10 Apr 2022 15:02:46 +0000 Subject: [PATCH 0466/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 8a35943..c4c362e 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightGoldenRodYellow; + background-color: IndianRed; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 30caeece051fe1fd17384e2cfba04f0b99c1003c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 10 Apr 2022 17:17:46 +0000 Subject: [PATCH 0467/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index c4c362e..49b1b56 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: IndianRed; + background-color: LightSalmon; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 1225a10d493bcae3cc596424adf3c601c5bdb5ca Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 11 Apr 2022 05:17:46 +0000 Subject: [PATCH 0468/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 49b1b56..6c88545 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightSalmon; + background-color: DarkSlateBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 0c208258e26ffe16309afdf1f74b62b1a4964a93 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 11 Apr 2022 06:02:47 +0000 Subject: [PATCH 0469/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 6c88545..4cd1ed2 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkSlateBlue; + background-color: Linen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 265349a85b42a81b59bb6b1bca8b42bac1058d4a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 11 Apr 2022 07:32:46 +0000 Subject: [PATCH 0470/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 4cd1ed2..6bcf35a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Linen; + background-color: Peru; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From c61423e8111172426f4798078e59f32d832033a0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 11 Apr 2022 08:17:46 +0000 Subject: [PATCH 0471/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 6bcf35a..2641f4a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Peru; + background-color: LawnGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From aada8e60aa6e24d0ea7072b70b38ee87a0c702a0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 11 Apr 2022 12:47:46 +0000 Subject: [PATCH 0472/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 2641f4a..fcd35ac 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LawnGreen; + background-color: Khaki; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From ca23b77f5c0793ce8af7060256f5447b3aa66f2e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 11 Apr 2022 13:32:46 +0000 Subject: [PATCH 0473/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index fcd35ac..1949d7a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Khaki; + background-color: BlanchedAlmond; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 7a73b7ba620cb8ff398cf54d2a9f5c9ba2034926 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 11 Apr 2022 15:47:46 +0000 Subject: [PATCH 0474/3231] KPT-24: Update background color to Maroon --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1949d7a..cd48f0e 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: BlanchedAlmond; + background-color: Maroon; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From d83181fc5a12f48966ec3c8b96147ad278a81185 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 11 Apr 2022 18:47:45 +0000 Subject: [PATCH 0475/3231] KPT-22: Modals with LightYellow accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index cd48f0e..82130d0 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Maroon; + background-color: LightYellow; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From ebc2953c21bdfdaaf7828fe8b74cb8dd7d59a1a3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 11 Apr 2022 20:17:46 +0000 Subject: [PATCH 0476/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 82130d0..86a9b03 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightYellow; + background-color: DarkCyan; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 26b5807d8a5323adb8a087fd6dc768dc276b23aa Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 11 Apr 2022 21:02:46 +0000 Subject: [PATCH 0477/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 86a9b03..381e179 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkCyan; + background-color: LightSlateGray; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 658869f680efb5221636327c83a65ee2e3181482 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 12 Apr 2022 00:02:46 +0000 Subject: [PATCH 0478/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 381e179..03d1fcd 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightSlateGray; + background-color: HotPink; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 7325400ffc908c4602c77b7fb816992753811424 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 12 Apr 2022 02:17:46 +0000 Subject: [PATCH 0479/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 03d1fcd..19a39b9 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: HotPink; + background-color: DarkSeaGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 29d0afe8af648698ed2313ced6bbd6d6cc633ddd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 12 Apr 2022 04:32:47 +0000 Subject: [PATCH 0480/3231] KPT-24: Update background color to CadetBlue --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 19a39b9..389255f 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkSeaGreen; + background-color: CadetBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 6d74891d75e53802ffe3f0706c45556538ff47a0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 12 Apr 2022 05:17:46 +0000 Subject: [PATCH 0481/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 389255f..e5a15c1 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: CadetBlue; + background-color: Bisque; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 58a430c679bc056cc4d7582ff67ddbc86ff681d5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 12 Apr 2022 09:02:51 +0000 Subject: [PATCH 0482/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index e5a15c1..b12e2b1 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Bisque; + background-color: RosyBrown; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From c334c842329bf5ed7ec5e78d8248742b259c9b7d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 12 Apr 2022 09:47:46 +0000 Subject: [PATCH 0483/3231] KPT-24: Update background color to Snow --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index b12e2b1..df6b601 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: RosyBrown; + background-color: Snow; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 4636b15494d9e97cbe1fa887ef61b3574e4532e3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 12 Apr 2022 12:47:47 +0000 Subject: [PATCH 0484/3231] KPT-22: Modals with SeaShell accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index df6b601..94042d5 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Snow; + background-color: SeaShell; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 71d1dd828af229ef439a864b9dd75fc749189b6e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 12 Apr 2022 21:02:48 +0000 Subject: [PATCH 0485/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 94042d5..d860033 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SeaShell; + background-color: LightCyan; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 87c5d99a128c87a5e3a8b382f7be4ac749c8a5b3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 12 Apr 2022 22:32:45 +0000 Subject: [PATCH 0486/3231] KPT-24: Update background color to DarkGrey --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index d860033..2a3207f 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightCyan; + background-color: DarkGrey; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From c06d1b7e8015a18e13fd5259797465e9c5b4fe75 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 13 Apr 2022 00:02:50 +0000 Subject: [PATCH 0487/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 2a3207f..7675de5 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkGrey; + background-color: Grey; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From d37c96779d64da3c41e00509122c2dd043592a62 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 13 Apr 2022 02:17:46 +0000 Subject: [PATCH 0488/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 7675de5..960363a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Grey; + background-color: Silver; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From c7b8b77ce5e3e04d4fd66015029a9ddd09edbed2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 13 Apr 2022 10:32:47 +0000 Subject: [PATCH 0489/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 960363a..03e453a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Silver; + background-color: MintCream; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 9fd8d6c81eac341c8730fe4e30327ddb4e086cbf Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 13 Apr 2022 12:47:47 +0000 Subject: [PATCH 0490/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 03e453a..d4e15eb 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MintCream; + background-color: LightSeaGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 6fc4311a0b33e4500e3e8d7f14de14a578ab42e2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 13 Apr 2022 16:32:46 +0000 Subject: [PATCH 0491/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index d4e15eb..69e0c48 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightSeaGreen; + background-color: PapayaWhip; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From d434d9ced0e81d451eb6a584438be123304def95 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 13 Apr 2022 18:47:46 +0000 Subject: [PATCH 0492/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 69e0c48..10f5b34 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PapayaWhip; + background-color: Green; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 51469e34cf10c7749711c44c0ce6f956a9886ce1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 14 Apr 2022 04:32:45 +0000 Subject: [PATCH 0493/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 10f5b34..d987e02 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Green; + background-color: Ivory; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From f932d3bf4b9a55f99e5b2b65b57e2a332aacd3c9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 14 Apr 2022 09:29:45 +0000 Subject: [PATCH 0494/3231] KPT-22: Modals with Magenta accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index d987e02..0c91c33 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Ivory; + background-color: Magenta; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 594e832469b94e4d805a17c9c001c4d3052a459c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 14 Apr 2022 15:29:45 +0000 Subject: [PATCH 0495/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 0c91c33..2191c27 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Magenta; + background-color: DarkSlateGray; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 2d50e7e15f1ec7107153e9ee40d8e6896c0e0c32 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 14 Apr 2022 16:14:45 +0000 Subject: [PATCH 0496/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 2191c27..f60ef17 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkSlateGray; + background-color: OldLace; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From e619a6fef882f59489e848e7e6571c911d091c9f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 14 Apr 2022 16:59:45 +0000 Subject: [PATCH 0497/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f60ef17..b12e2b1 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: OldLace; + background-color: RosyBrown; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 2908728933d0973b18690ecc9f8a2e34bc9e62b8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 14 Apr 2022 19:14:44 +0000 Subject: [PATCH 0498/3231] KPT-22: Modals with Maroon accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index b12e2b1..cd48f0e 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: RosyBrown; + background-color: Maroon; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From b53f6870097ee4133ad2dfaccbb75f59e55cfbb0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 14 Apr 2022 22:14:44 +0000 Subject: [PATCH 0499/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index cd48f0e..52e7735 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Maroon; + background-color: DarkSalmon; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 6dbb80312f51fe97426ee2b4c9bd18fa5138188c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 15 Apr 2022 04:14:44 +0000 Subject: [PATCH 0500/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 52e7735..1d4754e 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkSalmon; + background-color: SlateBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From d10a31b2bca9518014b29429f7e507ad34046726 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 15 Apr 2022 07:14:46 +0000 Subject: [PATCH 0501/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1d4754e..b12e2b1 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SlateBlue; + background-color: RosyBrown; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 456ab867a60afbce60bb88c3639121b03c7ce520 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 15 Apr 2022 09:29:55 +0000 Subject: [PATCH 0502/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index b12e2b1..ef18e83 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: RosyBrown; + background-color: MediumSlateBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 837a899836b7d11933fb6a5cf76157127780d9a8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 15 Apr 2022 12:29:46 +0000 Subject: [PATCH 0503/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index ef18e83..1ffd917 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumSlateBlue; + background-color: LightCoral; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From c213dd2b0e758c4ab9a418ad4932fc79aea90aa2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 15 Apr 2022 16:14:46 +0000 Subject: [PATCH 0504/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1ffd917..d860033 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightCoral; + background-color: LightCyan; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 6acf2e99083a4ca435cf63065c6d861c8482df50 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 15 Apr 2022 16:59:46 +0000 Subject: [PATCH 0505/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index d860033..94042d5 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightCyan; + background-color: SeaShell; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 1864f05b534430741ba834d8847aea759771c911 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 15 Apr 2022 19:59:45 +0000 Subject: [PATCH 0506/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 94042d5..a4f3dc5 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SeaShell; + background-color: Cornsilk; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 1809bc08cf089dab0cd1453143fcc162b03184f7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 15 Apr 2022 22:14:45 +0000 Subject: [PATCH 0507/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index a4f3dc5..b717f6c 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Cornsilk; + background-color: DarkTurquoise; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From e9b4c5dff40b398fe04b2f02f941c4597c2a364b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 15 Apr 2022 22:59:44 +0000 Subject: [PATCH 0508/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index b717f6c..52e7735 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkTurquoise; + background-color: DarkSalmon; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 779d022f9429b5918fe4db35983e1eb9f3f32cbc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 16 Apr 2022 06:29:58 +0000 Subject: [PATCH 0509/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 52e7735..eb3f3a0 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkSalmon; + background-color: YellowGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From ef14bbd6f67e0d3df2f7acde3b9f96e1fe38e0e7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 16 Apr 2022 08:44:45 +0000 Subject: [PATCH 0510/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index eb3f3a0..0389bc8 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: YellowGreen; + background-color: PowderBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 7344569056ded8a8cb054e8307e227de4379ffd8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 16 Apr 2022 09:29:46 +0000 Subject: [PATCH 0511/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 0389bc8..81081f0 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PowderBlue; + background-color: Gainsboro; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From db457d664269f1f5b650d1971ad759d3e3eb4445 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 16 Apr 2022 13:14:44 +0000 Subject: [PATCH 0512/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 81081f0..c4c362e 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Gainsboro; + background-color: IndianRed; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 5ff02cb341e7a6d57ca90903a599db75e4c5a65c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 16 Apr 2022 13:59:48 +0000 Subject: [PATCH 0513/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index c4c362e..6c13b73 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: IndianRed; + background-color: DodgerBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From d8953bce25c3e7e589238a923ee5b4f07a0a8f62 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 16 Apr 2022 14:44:45 +0000 Subject: [PATCH 0514/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 6c13b73..391a514 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DodgerBlue; + background-color: MediumTurquoise; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 5ca18069708bc9514b7d0c1ef3a9fd9aabda9a00 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 16 Apr 2022 15:29:47 +0000 Subject: [PATCH 0515/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 391a514..1ede12f 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumTurquoise; + background-color: DarkOliveGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 5f6a55f65b8ef7d3cc9a25c57ef8b8d48ba80a89 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 16 Apr 2022 16:59:44 +0000 Subject: [PATCH 0516/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1ede12f..c7a5312 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkOliveGreen; + background-color: MediumOrchid; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From a90e020d2937b0fda14ce2b4628bcff1b2fc5351 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 16 Apr 2022 21:29:45 +0000 Subject: [PATCH 0517/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index c7a5312..5e5890c 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumOrchid; + background-color: DarkRed; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 1c82ae4175a889f6647473349e8b1d7231c19a60 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 17 Apr 2022 01:59:45 +0000 Subject: [PATCH 0518/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5e5890c..f6a1660 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkRed; + background-color: LightPink; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 6e3130f3dafe1a82abee7e4986d9835176f83ea8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 17 Apr 2022 07:59:45 +0000 Subject: [PATCH 0519/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f6a1660..4e48cac 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightPink; + background-color: Aqua; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 9c0e2f19e59ac51b451a2cf7b3446825b170058b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 17 Apr 2022 08:44:46 +0000 Subject: [PATCH 0520/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 4e48cac..f801b46 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Aqua; + background-color: MediumSeaGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 21b1aa61570aef86a7ce240050f721cccaccd2b2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 17 Apr 2022 11:44:46 +0000 Subject: [PATCH 0521/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f801b46..bd0a1d7 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumSeaGreen; + background-color: DarkOrange; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 1a4fa87cdbe9d78626e007dfa46071d6dc32686d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 17 Apr 2022 12:29:57 +0000 Subject: [PATCH 0522/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index bd0a1d7..69e0c48 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkOrange; + background-color: PapayaWhip; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 01fc257a9ee5bb4e40ff27ce7811f5921ec108cf Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 17 Apr 2022 15:29:45 +0000 Subject: [PATCH 0523/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 69e0c48..2191c27 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PapayaWhip; + background-color: DarkSlateGray; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 64e77bc21bb520cec9cc60f7f75c0d9a7efec710 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 17 Apr 2022 17:44:45 +0000 Subject: [PATCH 0524/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 2191c27..60a860f 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkSlateGray; + background-color: LimeGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 481e19d6d1f389bf871a4ee55c8038d6f20a948f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 17 Apr 2022 23:44:44 +0000 Subject: [PATCH 0525/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 60a860f..f6a43ea 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LimeGreen; + background-color: AliceBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 025eeb9528904d2657ef31f3dbf4cff3cf4c3d7e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 18 Apr 2022 01:14:45 +0000 Subject: [PATCH 0526/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f6a43ea..3667a7c 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: AliceBlue; + background-color: Chocolate; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 629b4c7f9e420d48075e061bc13b94ed3f65ff67 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 18 Apr 2022 04:59:45 +0000 Subject: [PATCH 0527/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 3667a7c..e23fe63 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Chocolate; + background-color: DeepPink; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 02de0f5bef19d4d03bc1bf7af3b6da7b0053979a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 18 Apr 2022 10:14:45 +0000 Subject: [PATCH 0528/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index e23fe63..f7f1c6b 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DeepPink; + background-color: PaleGoldenRod; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 9e8828d15cfeb1eea489287ac9823ad25da2c486 Mon Sep 17 00:00:00 2001 From: Jesse Antoszyk <22500761+jcantosz@users.noreply.github.com> Date: Mon, 18 Apr 2022 09:36:57 -0400 Subject: [PATCH 0529/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f7f1c6b..10f5b34 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PaleGoldenRod; + background-color: Green; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From bc2a0338f9a6b1d8af00c84bed6b6deb67b7ac53 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 18 Apr 2022 14:44:45 +0000 Subject: [PATCH 0530/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 10f5b34..659aa8c 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Green; + background-color: Gray; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From a2dda6f9c22e9daae5713d2e0b43de308a5d42ba Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 19 Apr 2022 01:14:44 +0000 Subject: [PATCH 0531/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 659aa8c..7675de5 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Gray; + background-color: Grey; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 7cd1cd0292d96d5f60174a3772659e888e15ec9e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 19 Apr 2022 05:44:44 +0000 Subject: [PATCH 0532/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 7675de5..05b0195 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Grey; + background-color: Lavender; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 464a2f46245812edd29ec97fda22ccd848332512 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 19 Apr 2022 07:59:44 +0000 Subject: [PATCH 0533/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 05b0195..ef18e83 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Lavender; + background-color: MediumSlateBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 1156971957957255ee8610a70d966253c62cd794 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 19 Apr 2022 13:59:45 +0000 Subject: [PATCH 0534/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index ef18e83..71978eb 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumSlateBlue; + background-color: Turquoise; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 35df409da27647641cb4e0e35b7e1d7494b52586 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 19 Apr 2022 21:52:32 +0000 Subject: [PATCH 0535/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 71978eb..1ffd917 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Turquoise; + background-color: LightCoral; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 8e26cf97c17db4e3d06148207a41274aae5ab9a5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 19 Apr 2022 22:37:32 +0000 Subject: [PATCH 0536/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1ffd917..b12e2b1 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightCoral; + background-color: RosyBrown; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 05c91cf18faa063390947c318675f58d7a38296d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 20 Apr 2022 04:37:33 +0000 Subject: [PATCH 0537/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index b12e2b1..0588b9a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: RosyBrown; + background-color: LavenderBlush; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 35e6ca621891ee831590417dc1f7f093764fdf39 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 20 Apr 2022 10:37:32 +0000 Subject: [PATCH 0538/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 0588b9a..03e453a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LavenderBlush; + background-color: MintCream; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From d98a75543fb8d9baf7cf63d38b225b211c389516 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 20 Apr 2022 21:07:33 +0000 Subject: [PATCH 0539/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 03e453a..16c707c 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MintCream; + background-color: GhostWhite; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From ebae325e74a8ba0e1cfd3c0f31d1327fe7f7665a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 20 Apr 2022 21:52:33 +0000 Subject: [PATCH 0540/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 16c707c..389255f 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: GhostWhite; + background-color: CadetBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From b3870e8a174a611d6458f04ba483442e54e46df4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 20 Apr 2022 22:37:33 +0000 Subject: [PATCH 0541/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 389255f..08ea915 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: CadetBlue; + background-color: LightGrey; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 8085e551393fe1e37e4a731c0667455a862010d4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 21 Apr 2022 00:07:33 +0000 Subject: [PATCH 0542/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 08ea915..4c7d26e 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightGrey; + background-color: DarkViolet; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 98b42e5dd8c30992851feac629e62aaf294b7f3b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 21 Apr 2022 03:52:32 +0000 Subject: [PATCH 0543/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 4c7d26e..65ab0ee 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkViolet; + background-color: Teal; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From e9c018dbe3ee86855c86ea6376a95f9f042849a4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 21 Apr 2022 08:22:33 +0000 Subject: [PATCH 0544/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 65ab0ee..27817c7 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Teal; + background-color: LightBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 760e6d34387cef322af2e2b597bb74258570e6e2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 21 Apr 2022 12:52:32 +0000 Subject: [PATCH 0545/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 27817c7..82130d0 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightBlue; + background-color: LightYellow; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From b55ece3dcbbcfe70def13546e81bbc2a2fed4fc5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 21 Apr 2022 15:07:35 +0000 Subject: [PATCH 0546/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 82130d0..f6a1660 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightYellow; + background-color: LightPink; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From b1822bb7e878cfab2741fadbc8d29e219675b7b5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 21 Apr 2022 17:22:34 +0000 Subject: [PATCH 0547/3231] KPT-22: Modals with Magenta accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f6a1660..0c91c33 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightPink; + background-color: Magenta; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 9acc99e8e572c2dd42315251861bef14ef2d4072 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 21 Apr 2022 20:22:33 +0000 Subject: [PATCH 0548/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 0c91c33..0784442 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Magenta; + background-color: Gold; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 640a487bde19514631e1e434e425e094497c37e4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 21 Apr 2022 22:37:32 +0000 Subject: [PATCH 0549/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 0784442..2a3207f 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Gold; + background-color: DarkGrey; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From fe3095111c40cf8dbb20df369ba4de112a5df2a6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 22 Apr 2022 00:07:33 +0000 Subject: [PATCH 0550/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 2a3207f..03e453a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkGrey; + background-color: MintCream; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From bf632ff2c471e717701c9f0aa202b06cede241ef Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 22 Apr 2022 00:52:33 +0000 Subject: [PATCH 0551/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 03e453a..e68b895 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MintCream; + background-color: MediumPurple; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From cff8304f0c346ef7e24a8150e864f097feedef02 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 22 Apr 2022 03:07:33 +0000 Subject: [PATCH 0552/3231] KPT-22: Modals with Gainsboro accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index e68b895..81081f0 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumPurple; + background-color: Gainsboro; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 9cb0296b89a72718c6177bc07aa0e1be3ff45984 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 22 Apr 2022 07:37:32 +0000 Subject: [PATCH 0553/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 81081f0..8464062 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Gainsboro; + background-color: LightGray; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 40f00a31777ad70e45b523b754123538f2555f18 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 22 Apr 2022 10:37:32 +0000 Subject: [PATCH 0554/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 8464062..49b1b56 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightGray; + background-color: LightSalmon; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From cad43d4a951097c626ee0a837a465fea77516c87 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 22 Apr 2022 11:22:33 +0000 Subject: [PATCH 0555/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 49b1b56..f5fd949 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightSalmon; + background-color: SpringGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 6e175a1869e190564c774cba7b9bb21a790c6c2c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 22 Apr 2022 12:07:33 +0000 Subject: [PATCH 0556/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f5fd949..4c7d26e 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SpringGreen; + background-color: DarkViolet; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From fb4db35f5dcbefe40f5b87e953f696582ac53cf4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 22 Apr 2022 14:22:34 +0000 Subject: [PATCH 0557/3231] KPT-22: Modals with NavajoWhite accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 4c7d26e..d031b88 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkViolet; + background-color: NavajoWhite; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From aa97d1e596242b0947cc8b4294c5348e4a812bd7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 22 Apr 2022 15:52:33 +0000 Subject: [PATCH 0558/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index d031b88..21e4201 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: NavajoWhite; + background-color: CornflowerBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 2cde88ade7406b2c65c536da8f21202b51ba5f24 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 22 Apr 2022 17:22:32 +0000 Subject: [PATCH 0559/3231] KPT-22: Modals with LightGrey accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 21e4201..08ea915 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: CornflowerBlue; + background-color: LightGrey; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 6a52fa97a1bea717593b0a35db082c77f343e47f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 23 Apr 2022 01:37:32 +0000 Subject: [PATCH 0560/3231] KPT-24: Update background color to Ivory --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 08ea915..d987e02 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightGrey; + background-color: Ivory; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 097c100aab810523ec42f0dc1ff07fa92972ace5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 23 Apr 2022 08:22:32 +0000 Subject: [PATCH 0561/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index d987e02..15a41f1 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Ivory; + background-color: SandyBrown; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 972bc22a8e4adf3e83a4969b4edc460523b52a07 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 23 Apr 2022 09:07:32 +0000 Subject: [PATCH 0562/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 15a41f1..6c13b73 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SandyBrown; + background-color: DodgerBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 6358091461baae01ba447cf1b7bbaa363c5d3b01 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 23 Apr 2022 12:07:32 +0000 Subject: [PATCH 0563/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 6c13b73..f6a1660 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DodgerBlue; + background-color: LightPink; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 91eeedb357617e3bd7dde7f85a59b9aa22c4fdc3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 23 Apr 2022 13:37:33 +0000 Subject: [PATCH 0564/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f6a1660..f5fd949 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightPink; + background-color: SpringGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From e85793f808861e014104c0da77506360c32bbdd1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 23 Apr 2022 14:22:35 +0000 Subject: [PATCH 0565/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f5fd949..eb3f3a0 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SpringGreen; + background-color: YellowGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 5509366ea411bcecdd94186975b886d79ddf1473 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 23 Apr 2022 15:07:32 +0000 Subject: [PATCH 0566/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index eb3f3a0..5094cf7 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: YellowGreen; + background-color: Chartreuse; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 4f8e83674df2b9df3b1879fe0f676fd4babc4a7b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 24 Apr 2022 03:52:32 +0000 Subject: [PATCH 0567/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5094cf7..679ea3e 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Chartreuse; + background-color: MediumVioletRed; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 18a24bcafaceefbe4fee65457e5120c10f91607f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 24 Apr 2022 06:07:32 +0000 Subject: [PATCH 0568/3231] KPT-24: Update background color to SlateGrey --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 679ea3e..03f2967 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumVioletRed; + background-color: SlateGrey; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 63ab1c2f8e9aaa4bd4728fda51a74859563f796d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 24 Apr 2022 07:37:32 +0000 Subject: [PATCH 0569/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 03f2967..6255ca9 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SlateGrey; + background-color: SaddleBrown; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 4869b06eddd55173115d619f20f5f57a4180f37c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 24 Apr 2022 12:07:33 +0000 Subject: [PATCH 0570/3231] KPT-24: Update background color to Chocolate --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 6255ca9..3667a7c 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SaddleBrown; + background-color: Chocolate; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 9a498060db4bedadc399f9f89f8aa6165604ad79 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 24 Apr 2022 12:52:33 +0000 Subject: [PATCH 0571/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 3667a7c..69e0c48 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Chocolate; + background-color: PapayaWhip; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 0864b594fc79e2dd107c3e9ec1b4c18c94b3e275 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 24 Apr 2022 17:22:33 +0000 Subject: [PATCH 0572/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 69e0c48..a6e04de 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PapayaWhip; + background-color: Navy; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 45a295953d79e2793238541bb02a08f915d1b40e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 25 Apr 2022 03:07:32 +0000 Subject: [PATCH 0573/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index a6e04de..21e4201 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Navy; + background-color: CornflowerBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 7c04a4f555ba859d6a1a73e9eee3ee813149de91 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 25 Apr 2022 03:52:32 +0000 Subject: [PATCH 0574/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 21e4201..05b0195 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: CornflowerBlue; + background-color: Lavender; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 4db31c49dadf3203a5eb433e8273da16b468a645 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 25 Apr 2022 09:52:33 +0000 Subject: [PATCH 0575/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 05b0195..e6169de 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Lavender; + background-color: DimGrey; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From d0e25b9ac78a6eb6938207cce8351e2f4ea427b5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 25 Apr 2022 17:22:33 +0000 Subject: [PATCH 0576/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index e6169de..6c534d0 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DimGrey; + background-color: LightSkyBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 20607e588eced5117945b6b9a93e707b845b862c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 25 Apr 2022 23:22:32 +0000 Subject: [PATCH 0577/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 6c534d0..eada11b 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightSkyBlue; + background-color: Moccasin; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From f0ef53cd88083050aa2be29fefe4f14b55d31ff7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 26 Apr 2022 03:07:33 +0000 Subject: [PATCH 0578/3231] KPT-22: Modals with Linen accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index eada11b..4cd1ed2 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Moccasin; + background-color: Linen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From ae89d3d32535685cfa7c33796636d8cab5ed11e9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 26 Apr 2022 04:37:32 +0000 Subject: [PATCH 0579/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 4cd1ed2..4f4e2eb 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Linen; + background-color: Orange; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From ee05d9bd4242d61ac34e44bf21483181751d2e4d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 26 Apr 2022 05:22:32 +0000 Subject: [PATCH 0580/3231] KPT-24: Update background color to SlateBlue --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 4f4e2eb..1d4754e 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Orange; + background-color: SlateBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 6e7a4fcfa5e54dfa64c9748de3b83ad6fa4cda92 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 26 Apr 2022 07:37:32 +0000 Subject: [PATCH 0581/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1d4754e..77449ef 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SlateBlue; + background-color: MidnightBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From d93e6a0b2a480a30e95200babf11752acf463a1e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 26 Apr 2022 12:07:32 +0000 Subject: [PATCH 0582/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 77449ef..71fefaf 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MidnightBlue; + background-color: Pink; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From de092c6727c5257b56fbf0d9498d42746277e160 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 26 Apr 2022 12:52:33 +0000 Subject: [PATCH 0583/3231] KPT-22: Modals with SlateGray accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 71fefaf..ec22af2 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Pink; + background-color: SlateGray; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From b9663e160befdb1d78b564cb8cbdf9007437a2e3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 26 Apr 2022 14:22:33 +0000 Subject: [PATCH 0584/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index ec22af2..0c0e5f8 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SlateGray; + background-color: BurlyWood; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From e1e92f048f1197b40a65744b1bc61a39e4fd385b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 26 Apr 2022 15:52:33 +0000 Subject: [PATCH 0585/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 0c0e5f8..a00063a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: BurlyWood; + background-color: Red; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From cc4d57e03d6af1445eefa93625750f77c9046e15 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 26 Apr 2022 22:37:33 +0000 Subject: [PATCH 0586/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index a00063a..6c88545 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Red; + background-color: DarkSlateBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From a153562d0e475d1391718d3d3a582d494ae1e575 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 26 Apr 2022 23:22:32 +0000 Subject: [PATCH 0587/3231] KPT-24: Update background color to Gainsboro --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 6c88545..81081f0 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkSlateBlue; + background-color: Gainsboro; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 7f246603ae4662055eaf1e5f266c179b09832d4d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 27 Apr 2022 00:07:32 +0000 Subject: [PATCH 0588/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 81081f0..27817c7 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Gainsboro; + background-color: LightBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From c38a7f272cb36a4f701470f882ac5189e003e916 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 27 Apr 2022 02:22:33 +0000 Subject: [PATCH 0589/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 27817c7..45a345a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightBlue; + background-color: DarkGray; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From d5a4dc79dbe3a74cb103ce0828dd0536c1e005b8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 27 Apr 2022 03:52:33 +0000 Subject: [PATCH 0590/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 45a345a..cd48f0e 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkGray; + background-color: Maroon; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 2b03e51986365ae5d050e083d03118ef00476d29 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 27 Apr 2022 06:52:33 +0000 Subject: [PATCH 0591/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index cd48f0e..71978eb 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Maroon; + background-color: Turquoise; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 227583cddad3652658b8fbde690a85d7209ebb85 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 27 Apr 2022 09:07:33 +0000 Subject: [PATCH 0592/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 71978eb..391a514 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Turquoise; + background-color: MediumTurquoise; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 861d80c12b569a0f9a6c3aa021a3d3951cac3017 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 27 Apr 2022 10:37:34 +0000 Subject: [PATCH 0593/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 391a514..a4f3dc5 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumTurquoise; + background-color: Cornsilk; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From f376ab20e12930995c0fbc6c58e5f3452e9d5f15 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 27 Apr 2022 12:07:34 +0000 Subject: [PATCH 0594/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index a4f3dc5..481446d 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Cornsilk; + background-color: OliveDrab; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 2a1633ff367771b9ce5f155c977ea4de34c146cf Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 27 Apr 2022 13:37:33 +0000 Subject: [PATCH 0595/3231] KPT-24: Update background color to LightGreen --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 481446d..f2dd7f4 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: OliveDrab; + background-color: LightGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 300fc016e276fe781da470637cb7defac58561ad Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 27 Apr 2022 18:34:42 +0000 Subject: [PATCH 0596/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f2dd7f4..9be746a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightGreen; + background-color: LemonChiffon; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From f9cf4b86824829d50026eca7a42967ef20652eea Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 27 Apr 2022 20:04:42 +0000 Subject: [PATCH 0597/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 9be746a..03e453a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LemonChiffon; + background-color: MintCream; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From b136ae83c6e81666728cdef74357c9c718f5dd2b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 28 Apr 2022 02:04:43 +0000 Subject: [PATCH 0598/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 03e453a..389255f 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MintCream; + background-color: CadetBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From e637029db996e0de1fc925ad56b13d8029bab791 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 28 Apr 2022 03:34:43 +0000 Subject: [PATCH 0599/3231] KPT-22: Modals with Crimson accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 389255f..f908495 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: CadetBlue; + background-color: Crimson; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From d3210f391081b0776ea48cf0a222203838b0da81 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 28 Apr 2022 08:04:42 +0000 Subject: [PATCH 0600/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f908495..a5480fd 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Crimson; + background-color: Beige; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From f9bf1e8d33e47da4f9726ba7127daf0d8806660c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 28 Apr 2022 18:34:42 +0000 Subject: [PATCH 0601/3231] KPT-24: Update background color to SkyBlue --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index a5480fd..e04effe 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Beige; + background-color: SkyBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 9f1836cb0cf16ae8e627d25f15fecb44dc80f7c0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 29 Apr 2022 08:04:42 +0000 Subject: [PATCH 0602/3231] KPT-24: Update background color to LightGrey --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index e04effe..08ea915 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SkyBlue; + background-color: LightGrey; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 2e66beec15a0f933ca3ef3818ffc90431b6cbd41 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 29 Apr 2022 08:49:42 +0000 Subject: [PATCH 0603/3231] KPT-24: Update background color to Cyan --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 08ea915..fc49f87 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightGrey; + background-color: Cyan; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 5e82001acbd20dc9f9dc76371b16a8821791d9b7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 29 Apr 2022 11:04:42 +0000 Subject: [PATCH 0604/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index fc49f87..4e48cac 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Cyan; + background-color: Aqua; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From cb70df3b364ccfd99894485bb347f77e3c2d5d33 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 29 Apr 2022 11:49:42 +0000 Subject: [PATCH 0605/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 4e48cac..69e0c48 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Aqua; + background-color: PapayaWhip; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From c21438c2cbcb18ab5a2c2dd0a9d1c46128154405 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 29 Apr 2022 16:19:42 +0000 Subject: [PATCH 0606/3231] KPT-24: Update background color to Turquoise --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 69e0c48..71978eb 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PapayaWhip; + background-color: Turquoise; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From c2bf7e6ad3db8d986f78b7886691a0abbdbdf0e5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 29 Apr 2022 17:04:42 +0000 Subject: [PATCH 0607/3231] KPT-24: Update background color to Maroon --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 71978eb..cd48f0e 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Turquoise; + background-color: Maroon; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From e9398b52ab90f4e66bc65d1102e41bde5483961a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 29 Apr 2022 23:49:42 +0000 Subject: [PATCH 0608/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index cd48f0e..876b2a6 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Maroon; + background-color: DarkGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 6cb962cea7d9287d344d43618906699e379ca379 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 30 Apr 2022 02:17:13 +0000 Subject: [PATCH 0609/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 876b2a6..fc49f87 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkGreen; + background-color: Cyan; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From a9b4827c67d95b9e45a510fa8ee1514cc86d1487 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 30 Apr 2022 05:17:12 +0000 Subject: [PATCH 0610/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index fc49f87..f7f1c6b 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Cyan; + background-color: PaleGoldenRod; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 9599a85a2303c3ee7bff2343672ae8556d87d8bf Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 30 Apr 2022 07:32:12 +0000 Subject: [PATCH 0611/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f7f1c6b..382e7a4 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PaleGoldenRod; + background-color: DarkOrchid; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 02e1b57a8a30822001d0595de0d4a61e14960061 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 30 Apr 2022 09:02:12 +0000 Subject: [PATCH 0612/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 382e7a4..19a39b9 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkOrchid; + background-color: DarkSeaGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From d0b34fa28557ac03aad723f21e18593a7b6fa7e1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 30 Apr 2022 09:47:12 +0000 Subject: [PATCH 0613/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 19a39b9..9d426c3 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkSeaGreen; + background-color: PeachPuff; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From ac31f042c998898eb8c2fdcf3ddc484acfde05a0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 30 Apr 2022 11:17:12 +0000 Subject: [PATCH 0614/3231] KPT-22: Modals with Azure accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 9d426c3..d828631 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PeachPuff; + background-color: Azure; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From f60020f725aa292daa4f6d092503f937997417cb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 30 Apr 2022 12:02:12 +0000 Subject: [PATCH 0615/3231] KPT-22: Modals with AntiqueWhite accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index d828631..2f08aae 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Azure; + background-color: AntiqueWhite; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From d1e303d98eeb2b06cda9036a52163de0a6626354 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 30 Apr 2022 14:17:12 +0000 Subject: [PATCH 0616/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 2f08aae..3667a7c 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: AntiqueWhite; + background-color: Chocolate; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 583324559b90908296fefb8ddc7b81477a32eb5b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 30 Apr 2022 15:02:12 +0000 Subject: [PATCH 0617/3231] KPT-24: Update background color to LightSkyBlue --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 3667a7c..6c534d0 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Chocolate; + background-color: LightSkyBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 1d04237e2e8a54feef05c281229a6f2e170ab61b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 30 Apr 2022 18:02:13 +0000 Subject: [PATCH 0618/3231] KPT-22: Modals with LightGrey accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 6c534d0..08ea915 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightSkyBlue; + background-color: LightGrey; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From ad78650ba877d629c179411bb099f2ae1e3e2f7e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 30 Apr 2022 21:02:13 +0000 Subject: [PATCH 0619/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 08ea915..52e7735 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightGrey; + background-color: DarkSalmon; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 672751bd2d7fdd4bea53a507d6553d95b45e0e51 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 30 Apr 2022 23:17:13 +0000 Subject: [PATCH 0620/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 52e7735..4e48cac 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkSalmon; + background-color: Aqua; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 470b00fb9c328ac3a43c6f532acddbb2424c0d56 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 1 May 2022 00:47:13 +0000 Subject: [PATCH 0621/3231] KPT-24: Update background color to Ivory --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 4e48cac..d987e02 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Aqua; + background-color: Ivory; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 888a362b58c6a72c47378a7bc70e855e16aa3dea Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 1 May 2022 03:02:12 +0000 Subject: [PATCH 0622/3231] KPT-24: Update background color to OliveDrab --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index d987e02..481446d 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Ivory; + background-color: OliveDrab; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 2582c717a039834c92b95ddd75e7df7f9b223845 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 1 May 2022 03:47:12 +0000 Subject: [PATCH 0623/3231] KPT-24: Update background color to ForestGreen --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 481446d..2d9d2b7 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: OliveDrab; + background-color: ForestGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 70fbd8c819dacdda4d6e78de56c685a007d9362b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 1 May 2022 08:17:13 +0000 Subject: [PATCH 0624/3231] KPT-22: Modals with Indigo accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 2d9d2b7..2cb0acd 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: ForestGreen; + background-color: Indigo; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 03a9a608e94cc557db81d815c1bcf16e10317642 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 1 May 2022 12:02:13 +0000 Subject: [PATCH 0625/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 2cb0acd..77449ef 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Indigo; + background-color: MidnightBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 4af9d10f445a28577c8523ae9070a8c616ad8750 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 1 May 2022 14:17:13 +0000 Subject: [PATCH 0626/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 77449ef..9d426c3 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MidnightBlue; + background-color: PeachPuff; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 619943fb07e5f21a743da1b3b43e5b64798eee9a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 2 May 2022 00:47:12 +0000 Subject: [PATCH 0627/3231] KPT-24: Update background color to DarkSlateGray --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 9d426c3..2191c27 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PeachPuff; + background-color: DarkSlateGray; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From f53be63f2ddc160d6bbf3b9ebd35c1002cb63cea Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 2 May 2022 02:17:12 +0000 Subject: [PATCH 0628/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 2191c27..1f068a1 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkSlateGray; + background-color: MediumBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 25923604dfa7516d5a68b0af869f515856640c3b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 2 May 2022 03:47:13 +0000 Subject: [PATCH 0629/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1f068a1..368053a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumBlue; + background-color: PaleVioletRed; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From cd65f8816df5f589f456285806e96bbfcfc99421 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 2 May 2022 06:02:13 +0000 Subject: [PATCH 0630/3231] KPT-24: Update background color to Khaki --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 368053a..fcd35ac 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PaleVioletRed; + background-color: Khaki; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 8eb64c527c2ba8a0e0558fae264e093e3e637a27 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 2 May 2022 06:47:13 +0000 Subject: [PATCH 0631/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index fcd35ac..fc49f87 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Khaki; + background-color: Cyan; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From e1f5b8324689a41a5abbf821c5f8792ff108f087 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 2 May 2022 07:32:13 +0000 Subject: [PATCH 0632/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index fc49f87..9d426c3 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Cyan; + background-color: PeachPuff; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From c9be2f45f2f17d0cecb5961927fd86ea5a14a5b4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 2 May 2022 11:17:12 +0000 Subject: [PATCH 0633/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 9d426c3..b496a9e 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PeachPuff; + background-color: DeepSkyBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From dc08cf0f5b867fa2fa608f6c6d0709ba05647089 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 2 May 2022 12:47:13 +0000 Subject: [PATCH 0634/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index b496a9e..381e179 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DeepSkyBlue; + background-color: LightSlateGray; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From a407380f8880fd32e2a1e555f82820529faafcbe Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 2 May 2022 16:32:13 +0000 Subject: [PATCH 0635/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 381e179..19a39b9 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightSlateGray; + background-color: DarkSeaGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 165c1c75aa3de3dac7feabe9655d05d9fd057aca Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 2 May 2022 20:17:16 +0000 Subject: [PATCH 0636/3231] KPT-22: Modals with Linen accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 19a39b9..4cd1ed2 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkSeaGreen; + background-color: Linen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 51908dd0aa7ba4103be11cf7c63554d523848b60 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 2 May 2022 21:47:12 +0000 Subject: [PATCH 0637/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 4cd1ed2..eada11b 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Linen; + background-color: Moccasin; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From d53724057457451fabd3da4a3931445e96a8a0df Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 3 May 2022 00:02:12 +0000 Subject: [PATCH 0638/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index eada11b..ed5aa20 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Moccasin; + background-color: Brown; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 066bdc62351c44fe128f93c26420577e29b490f1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 3 May 2022 02:17:13 +0000 Subject: [PATCH 0639/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index ed5aa20..08ea915 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Brown; + background-color: LightGrey; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From ac42a0a3f3d88d798d44f7b23ee75c889d961419 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 3 May 2022 16:32:12 +0000 Subject: [PATCH 0640/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 08ea915..326743f 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightGrey; + background-color: PaleTurquoise; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From b317bdaeb3a0b5cd5063004c3ab157557abcf140 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 3 May 2022 19:32:12 +0000 Subject: [PATCH 0641/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 326743f..fb4d530 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PaleTurquoise; + background-color: MistyRose; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 2b7bab41cfc7a1a2c7746a986bf182a9469870b6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 3 May 2022 23:17:12 +0000 Subject: [PATCH 0642/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index fb4d530..1ffd917 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MistyRose; + background-color: LightCoral; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 9838e1a0dee3ad35f1890b772225a242cbdbdf45 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 4 May 2022 05:17:13 +0000 Subject: [PATCH 0643/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1ffd917..21e4201 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightCoral; + background-color: CornflowerBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 7385ca95867ee3209413a5b1ab75fb25e9a2fb90 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 4 May 2022 06:02:12 +0000 Subject: [PATCH 0644/3231] KPT-22: Modals with MediumSeaGreen accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 21e4201..f801b46 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: CornflowerBlue; + background-color: MediumSeaGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 590ef9d1de999733f87414dceb66526b934e66f5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 4 May 2022 08:17:13 +0000 Subject: [PATCH 0645/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f801b46..2d9d2b7 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumSeaGreen; + background-color: ForestGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 916e09a140829b22e8016cf44a01c7a09b7a8733 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 4 May 2022 11:17:13 +0000 Subject: [PATCH 0646/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 2d9d2b7..2a3207f 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: ForestGreen; + background-color: DarkGrey; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 4209b6ad59d6f207a5be071f490d4aa64cf6276a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 4 May 2022 18:47:12 +0000 Subject: [PATCH 0647/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 2a3207f..d987e02 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkGrey; + background-color: Ivory; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From e374687501a92293eb9583d740d126f00412a401 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 5 May 2022 00:02:13 +0000 Subject: [PATCH 0648/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index d987e02..1fbfb2d 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Ivory; + background-color: Tan; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From f181d18d9bc0c887019b6d7c57b9debd0178d03e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 5 May 2022 00:47:13 +0000 Subject: [PATCH 0649/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1fbfb2d..99c6c87 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Tan; + background-color: Aquamarine; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 083bd5404903090aa9dac6a1dd6f1f65edf2ff10 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 5 May 2022 02:17:13 +0000 Subject: [PATCH 0650/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 99c6c87..2641f4a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Aquamarine; + background-color: LawnGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 3fa0190ca8f690d2faba2641ab670506e33d1785 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 5 May 2022 04:32:13 +0000 Subject: [PATCH 0651/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 2641f4a..481446d 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LawnGreen; + background-color: OliveDrab; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 1e4de8edc247c4ddfc66e702cc4b3d54388a5de5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 5 May 2022 07:32:12 +0000 Subject: [PATCH 0652/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 481446d..389255f 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: OliveDrab; + background-color: CadetBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 8a30202cbcd0369017ac45a434a69d17d6e2ca77 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 5 May 2022 08:17:13 +0000 Subject: [PATCH 0653/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 389255f..31b5e44 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: CadetBlue; + background-color: Sienna; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 70b09618915d544848f8f14ce58b8e11c3d7bc97 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 5 May 2022 09:02:12 +0000 Subject: [PATCH 0654/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 31b5e44..1dca26d 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Sienna; + background-color: LightSteelBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From cdb8b4a3dfb37929e4bfd88ab62233f19eb8e821 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 5 May 2022 10:32:13 +0000 Subject: [PATCH 0655/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1dca26d..945ac22 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightSteelBlue; + background-color: GreenYellow; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 76d21555109c7a96651379a2575d23a6bd9db6b6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 5 May 2022 15:47:12 +0000 Subject: [PATCH 0656/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 945ac22..fb4d530 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: GreenYellow; + background-color: MistyRose; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From e4908e060224b98a5e9bc4ab9ddfea88b4f47ea0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 5 May 2022 21:47:12 +0000 Subject: [PATCH 0657/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index fb4d530..a4f3dc5 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MistyRose; + background-color: Cornsilk; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 11aa8f3fe7ca8a168f28357a4f485ea9271da679 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 6 May 2022 00:02:15 +0000 Subject: [PATCH 0658/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index a4f3dc5..03f2967 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Cornsilk; + background-color: SlateGrey; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 469eb8813db90dad1d8ec1ff458e41973c581573 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 6 May 2022 00:47:12 +0000 Subject: [PATCH 0659/3231] KPT-24: Update background color to DimGray --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 03f2967..49cd2ac 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SlateGrey; + background-color: DimGray; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 24f8ebfe57efca43c8f74d39128f3c7b955d20b0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 6 May 2022 03:02:12 +0000 Subject: [PATCH 0660/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 49cd2ac..ec22af2 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DimGray; + background-color: SlateGray; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From a6c1e915107269f55ead434e29984dd80401d7b0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 6 May 2022 03:47:12 +0000 Subject: [PATCH 0661/3231] KPT-22: Modals with LightSteelBlue accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index ec22af2..1dca26d 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SlateGray; + background-color: LightSteelBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From f3812b6316d0447e4863b3e37a707339c48b7e12 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 6 May 2022 04:32:12 +0000 Subject: [PATCH 0662/3231] KPT-22: Modals with MediumSlateBlue accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1dca26d..ef18e83 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightSteelBlue; + background-color: MediumSlateBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 2ecacd576ae142f98e296b1899041540618dd2d5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 6 May 2022 08:17:13 +0000 Subject: [PATCH 0663/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index ef18e83..e6fb036 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumSlateBlue; + background-color: GoldenRod; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 37dd4d72d51db3dfa8d35093745dcb473966187b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 6 May 2022 09:02:15 +0000 Subject: [PATCH 0664/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index e6fb036..381e179 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: GoldenRod; + background-color: LightSlateGray; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 0f8c2b15498eff50ba66a28bb8d15211fa2cf792 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 6 May 2022 13:32:13 +0000 Subject: [PATCH 0665/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 381e179..5094cf7 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightSlateGray; + background-color: Chartreuse; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 755414c5681dbdfd5f9e164efc669eb820d824ff Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 6 May 2022 14:17:12 +0000 Subject: [PATCH 0666/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5094cf7..6c88545 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Chartreuse; + background-color: DarkSlateBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From cece939b2403cafe162d9db3e84e0417153488c3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 6 May 2022 15:02:12 +0000 Subject: [PATCH 0667/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 6c88545..fb4d530 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkSlateBlue; + background-color: MistyRose; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 89fc81288d55babf30dcb1883cd0ffadc5a251f1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 6 May 2022 15:47:13 +0000 Subject: [PATCH 0668/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index fb4d530..e68b895 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MistyRose; + background-color: MediumPurple; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From b694bd58e1622a707f28d2b6f060ab3bf7daf234 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 7 May 2022 00:47:13 +0000 Subject: [PATCH 0669/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index e68b895..77c4429 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumPurple; + background-color: Wheat; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 09924d8e33de1bb19cabaf504e160f5c9fe96864 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 7 May 2022 02:17:13 +0000 Subject: [PATCH 0670/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 77c4429..16c707c 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Wheat; + background-color: GhostWhite; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From dd4e912f879a58b1ae2a35bc8b1948b9f1b8ab2a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 7 May 2022 03:02:13 +0000 Subject: [PATCH 0671/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 16c707c..fb4d530 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: GhostWhite; + background-color: MistyRose; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 74695885001e5d6071640785d13c466cce931a91 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 7 May 2022 03:47:13 +0000 Subject: [PATCH 0672/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index fb4d530..71978eb 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MistyRose; + background-color: Turquoise; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From a7fa0abd8fb978433a8880cea08ff28dbd5cf62f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 7 May 2022 09:02:13 +0000 Subject: [PATCH 0673/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 71978eb..389255f 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Turquoise; + background-color: CadetBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From e54027b5f3d683c4a2cb083f3e87ba7746e45d42 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 7 May 2022 11:17:12 +0000 Subject: [PATCH 0674/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 389255f..78f7196 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: CadetBlue; + background-color: Coral; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 2a1342ff27295e9614435265d544488db0c09c40 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 7 May 2022 14:17:12 +0000 Subject: [PATCH 0675/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 78f7196..481446d 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Coral; + background-color: OliveDrab; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From f014a32acaea8c9ed09cc2c8ba6d0f15baa121df Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 7 May 2022 15:47:12 +0000 Subject: [PATCH 0676/3231] KPT-24: Update background color to DarkMagenta --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 481446d..f615e27 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: OliveDrab; + background-color: DarkMagenta; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From eb52a80406fdd33fa74ae96a46a279131497530e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 7 May 2022 17:17:13 +0000 Subject: [PATCH 0677/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f615e27..960363a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkMagenta; + background-color: Silver; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 3869f155cc5d71ee926ece99582c05b0c103e8c8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 7 May 2022 22:32:12 +0000 Subject: [PATCH 0678/3231] KPT-24: Update background color to GhostWhite --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 960363a..16c707c 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Silver; + background-color: GhostWhite; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 7829e3464bb6679dab8be8638b7ea57842191302 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 8 May 2022 00:47:13 +0000 Subject: [PATCH 0679/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 16c707c..ec501f5 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: GhostWhite; + background-color: Lime; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 046a64d00dde1ebb5a36c4514162433b6042d7ab Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 8 May 2022 03:02:12 +0000 Subject: [PATCH 0680/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index ec501f5..1a4cdac 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Lime; + background-color: Purple; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From dc1147f7c23d3cc36e467d8961781a09892c46f2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 8 May 2022 14:17:13 +0000 Subject: [PATCH 0681/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1a4cdac..0c0e5f8 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Purple; + background-color: BurlyWood; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 05d522034328eaca16f876c00f84dc9f78a261ed Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 8 May 2022 15:02:12 +0000 Subject: [PATCH 0682/3231] KPT-22: Modals with WhiteSmoke accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 0c0e5f8..8d0d9cb 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: BurlyWood; + background-color: WhiteSmoke; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 2f220f551f185b5afc552d8ab3e60844193d5df1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 8 May 2022 18:02:13 +0000 Subject: [PATCH 0683/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 8d0d9cb..0588b9a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: WhiteSmoke; + background-color: LavenderBlush; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 820a730e7a40df4beb47ef3e72039253e8662551 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 8 May 2022 19:32:12 +0000 Subject: [PATCH 0684/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 0588b9a..1a4cdac 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LavenderBlush; + background-color: Purple; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 117e332d1e3a2058b7944d469593bab6827ae0e0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 8 May 2022 20:17:12 +0000 Subject: [PATCH 0685/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1a4cdac..5b89964 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Purple; + background-color: Salmon; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From d8b8abc9d2a53ef9f4ebdcb5912bdb81f3f706a9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 8 May 2022 21:47:12 +0000 Subject: [PATCH 0686/3231] KPT-24: Update background color to MediumOrchid --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5b89964..c7a5312 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Salmon; + background-color: MediumOrchid; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 860eecd714a523db8cad95e2ee4c478c48b9ff8d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 9 May 2022 00:02:14 +0000 Subject: [PATCH 0687/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index c7a5312..65ab0ee 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumOrchid; + background-color: Teal; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 4481773dfb08132f4693015f5f7a678bcd5cfac3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 9 May 2022 00:47:12 +0000 Subject: [PATCH 0688/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 65ab0ee..d4e15eb 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Teal; + background-color: LightSeaGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 4df11618714796fb90f33ed54741daf478965fbb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 9 May 2022 05:17:12 +0000 Subject: [PATCH 0689/3231] KPT-24: Update background color to DarkGreen --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index d4e15eb..876b2a6 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightSeaGreen; + background-color: DarkGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 298d16c60ebc6c9f8335211fb2d0c17a339660e7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 9 May 2022 06:02:13 +0000 Subject: [PATCH 0690/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 876b2a6..fea4e57 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkGreen; + background-color: PaleGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 98c9c13d7970b6712e496203b5c6ea155af0c076 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 9 May 2022 21:02:12 +0000 Subject: [PATCH 0691/3231] KPT-22: Modals with Thistle accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index fea4e57..3d28410 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PaleGreen; + background-color: Thistle; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 52832be49725404f791fb496054aff8a77f599e2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 10 May 2022 03:47:12 +0000 Subject: [PATCH 0692/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 3d28410..8d0d9cb 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Thistle; + background-color: WhiteSmoke; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 2d91b72461a97bdbd3cd446d414bb11273122101 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 10 May 2022 09:02:12 +0000 Subject: [PATCH 0693/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 8d0d9cb..1eeb4dc 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: WhiteSmoke; + background-color: RebeccaPurple; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From c89be14f91d91cd9699c5ff18e8503f2da7e2ca9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 10 May 2022 10:32:13 +0000 Subject: [PATCH 0694/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1eeb4dc..b12e2b1 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: RebeccaPurple; + background-color: RosyBrown; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 21c3ece1e474c40970988a2a55fe38dfa728a98e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 10 May 2022 15:47:12 +0000 Subject: [PATCH 0695/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index b12e2b1..5b89964 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: RosyBrown; + background-color: Salmon; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 5b7412ae9f2886a421e9dc89c37a7c5ca89317f9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 10 May 2022 16:32:12 +0000 Subject: [PATCH 0696/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5b89964..2cb0acd 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Salmon; + background-color: Indigo; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 83951f25a893f5ccb643a32fa06db824b12f7d9e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 10 May 2022 18:47:12 +0000 Subject: [PATCH 0697/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 2cb0acd..1f068a1 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Indigo; + background-color: MediumBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 5bda8712d264ad127e505371f49506c942678798 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 10 May 2022 21:02:12 +0000 Subject: [PATCH 0698/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1f068a1..1fbfb2d 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumBlue; + background-color: Tan; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From a0cc9b661cce0b3d1758fe7eb580ffd018b52517 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 11 May 2022 03:02:12 +0000 Subject: [PATCH 0699/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1fbfb2d..ec22af2 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Tan; + background-color: SlateGray; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 35d1c1e820fb60ab4653229dcaca87bd2d920528 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 11 May 2022 03:47:12 +0000 Subject: [PATCH 0700/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index ec22af2..0389bc8 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SlateGray; + background-color: PowderBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 8a7ae6b82235ab57979daa28736be26f6bb72a2e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 11 May 2022 09:02:12 +0000 Subject: [PATCH 0701/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 0389bc8..ed5aa20 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PowderBlue; + background-color: Brown; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 83c39a22c880d2eed1d9c1be512d84632196ed7b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 11 May 2022 11:17:12 +0000 Subject: [PATCH 0702/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index ed5aa20..fea4e57 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Brown; + background-color: PaleGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From ff5ee71f1b674b0637720214205cdffe10ed7968 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 11 May 2022 12:02:13 +0000 Subject: [PATCH 0703/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index fea4e57..fcd35ac 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PaleGreen; + background-color: Khaki; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From ba632eaa65c0bb150fb005ddc7633ac813aa5908 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 11 May 2022 12:28:59 +0000 Subject: [PATCH 0704/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index fcd35ac..659aa8c 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Khaki; + background-color: Gray; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 1a6ba87f964cd9f4027465719c7299e7feff5fbe Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 11 May 2022 15:02:13 +0000 Subject: [PATCH 0705/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 659aa8c..49cd2ac 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Gray; + background-color: DimGray; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From f98ee2b5bf3c1ae21d6357d16c45aa11b8816946 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 11 May 2022 16:32:13 +0000 Subject: [PATCH 0706/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 49cd2ac..f2dd7f4 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DimGray; + background-color: LightGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From f748e4376dc46731434fcd46a1ae3879a2cd9549 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 11 May 2022 21:47:12 +0000 Subject: [PATCH 0707/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f2dd7f4..16c707c 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightGreen; + background-color: GhostWhite; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From a642c5bc9ebbb843a452024207c403fde9a4e009 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 11 May 2022 22:32:12 +0000 Subject: [PATCH 0708/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 16c707c..fea4e57 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: GhostWhite; + background-color: PaleGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From e9aef1b14d20a3513723d7fb76478684df8fcd87 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 12 May 2022 01:32:13 +0000 Subject: [PATCH 0709/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index fea4e57..481446d 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PaleGreen; + background-color: OliveDrab; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 22c02e48d9ee5dd9eb0858680ef296d6c7b729f5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 12 May 2022 02:17:12 +0000 Subject: [PATCH 0710/3231] KPT-24: Update background color to White --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 481446d..f1a2156 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: OliveDrab; + background-color: White; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 36388c9479cfd8774c351e52b8f1ea33fb76e4a4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 12 May 2022 06:02:13 +0000 Subject: [PATCH 0711/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f1a2156..15a41f1 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: White; + background-color: SandyBrown; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 9ea3321ee10aa5ca5d19cc3cc719dcdcd5b65515 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 12 May 2022 08:17:12 +0000 Subject: [PATCH 0712/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 15a41f1..fb4d530 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SandyBrown; + background-color: MistyRose; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From e61004857f9cc60162a4b9e41368738241aad039 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 12 May 2022 09:02:13 +0000 Subject: [PATCH 0713/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index fb4d530..16c707c 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MistyRose; + background-color: GhostWhite; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From a0e1b05e5f013eb76625c8a13f58ac4d8888e92d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 12 May 2022 09:47:12 +0000 Subject: [PATCH 0714/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 16c707c..fea4e57 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: GhostWhite; + background-color: PaleGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From ef1c8db75deadd3aa952281bac6f74bceb229bcd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 12 May 2022 12:47:12 +0000 Subject: [PATCH 0715/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index fea4e57..5733a56 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PaleGreen; + background-color: RoyalBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 83871fb877b3f56ab80a7ca0fcc840f610a94a19 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 12 May 2022 14:17:13 +0000 Subject: [PATCH 0716/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5733a56..0c0e5f8 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: RoyalBlue; + background-color: BurlyWood; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 6a72a3c28697abed64298becb360afbf80c6329b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 12 May 2022 18:02:12 +0000 Subject: [PATCH 0717/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 0c0e5f8..16c707c 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: BurlyWood; + background-color: GhostWhite; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 609f998ca35652ba211cba53b072d268c3a873ba Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 12 May 2022 22:32:12 +0000 Subject: [PATCH 0718/3231] KPT-24: Update background color to DimGrey --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 16c707c..e6169de 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: GhostWhite; + background-color: DimGrey; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From cd9f2d614c41f79a4fec7206ec1248261d544184 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 13 May 2022 00:47:12 +0000 Subject: [PATCH 0719/3231] KPT-22: Modals with DarkSalmon accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index e6169de..52e7735 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DimGrey; + background-color: DarkSalmon; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 9246480eb88ff487d28816fde8f92fcd1bac612d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 13 May 2022 02:17:12 +0000 Subject: [PATCH 0720/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 52e7735..e5dd579 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkSalmon; + background-color: FloralWhite; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 76f0132f5668deaecf623b8cd059bd8c707391f1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 13 May 2022 04:32:12 +0000 Subject: [PATCH 0721/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index e5dd579..0c0e5f8 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: FloralWhite; + background-color: BurlyWood; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From b02c516f22768642c5d8e7cf01a5f0d681f18e88 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 13 May 2022 06:02:13 +0000 Subject: [PATCH 0722/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 0c0e5f8..31b5e44 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: BurlyWood; + background-color: Sienna; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 682486dc5b15fecd13da8fecc32e210d74f0439a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 13 May 2022 09:02:12 +0000 Subject: [PATCH 0723/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 31b5e44..4f4e2eb 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Sienna; + background-color: Orange; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 5fbf2a8249fffaf96d360d34c3ddce613be814cd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 13 May 2022 09:47:12 +0000 Subject: [PATCH 0724/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 4f4e2eb..945ac22 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Orange; + background-color: GreenYellow; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From c9a844bbfaedcbbbb997639911c83d137c5256be Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 13 May 2022 11:17:12 +0000 Subject: [PATCH 0725/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 945ac22..f908495 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: GreenYellow; + background-color: Crimson; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 0340a4d327321f88a84df14c182c88864b72b046 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 13 May 2022 13:32:13 +0000 Subject: [PATCH 0726/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f908495..f6a1660 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Crimson; + background-color: LightPink; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From a9d28d3ace9836ffe5c394b07033412e20a3a362 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 13 May 2022 23:17:12 +0000 Subject: [PATCH 0727/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f6a1660..5ac9d52 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightPink; + background-color: HoneyDew; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 325970823ecf30e2b5854fc0619d20eee4281945 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 14 May 2022 02:17:13 +0000 Subject: [PATCH 0728/3231] KPT-22: Modals with Orchid accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5ac9d52..dd43562 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: HoneyDew; + background-color: Orchid; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From b0844347687a2f660572657c721c6973d578ed56 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 14 May 2022 06:47:12 +0000 Subject: [PATCH 0729/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index dd43562..fb4d530 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Orchid; + background-color: MistyRose; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 5ff81a3130973c4acabf5ab5eeb6ebd4cb7ecebd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 14 May 2022 11:17:12 +0000 Subject: [PATCH 0730/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index fb4d530..8b86479 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MistyRose; + background-color: Olive; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 0de977c6d75a80c76b56fb3777bc980a13e2b30d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 14 May 2022 15:02:12 +0000 Subject: [PATCH 0731/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 8b86479..69e0c48 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Olive; + background-color: PapayaWhip; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 5d0dc255e79f426b9f5e04cf93dc3e658b848af9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 14 May 2022 15:47:13 +0000 Subject: [PATCH 0732/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 69e0c48..ec22af2 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PapayaWhip; + background-color: SlateGray; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From d9a1add161ba3dc5e240520eb7347cf835f9f48e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 14 May 2022 18:02:12 +0000 Subject: [PATCH 0733/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index ec22af2..2f08aae 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SlateGray; + background-color: AntiqueWhite; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From db7fdeab214c57c2b6b14764a20b13a583660cb2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 14 May 2022 21:02:12 +0000 Subject: [PATCH 0734/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 2f08aae..c7a5312 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: AntiqueWhite; + background-color: MediumOrchid; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 5c8d180b3d057b6d24ddf105dde7ac0cb75b5455 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 15 May 2022 03:02:13 +0000 Subject: [PATCH 0735/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index c7a5312..141472c 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumOrchid; + background-color: Fuchsia; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From abbad2d176082035dade05fd77d90cee3249beee Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 15 May 2022 04:32:12 +0000 Subject: [PATCH 0736/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 141472c..f1a2156 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Fuchsia; + background-color: White; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 128f29d775edafcfbf5cb5135d8b67d88b5bef92 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 15 May 2022 05:17:13 +0000 Subject: [PATCH 0737/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f1a2156..77102e4 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: White; + background-color: Black; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 4d5c6274fa8b42b479d004ff38e1657e4a73351e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 15 May 2022 09:02:13 +0000 Subject: [PATCH 0738/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 77102e4..0784442 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Black; + background-color: Gold; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From cc7972b2440c94d4f81f13a320cbd98fcb12da29 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 15 May 2022 11:17:13 +0000 Subject: [PATCH 0739/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 0784442..77449ef 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Gold; + background-color: MidnightBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From ccfbcf72546cdba850d14be9c751892c541532e1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 15 May 2022 12:02:13 +0000 Subject: [PATCH 0740/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 77449ef..fea4e57 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MidnightBlue; + background-color: PaleGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 81194c9d82c088af31dd78db65c0c0e987f0e7cf Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 15 May 2022 14:17:12 +0000 Subject: [PATCH 0741/3231] KPT-22: Modals with Linen accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index fea4e57..4cd1ed2 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PaleGreen; + background-color: Linen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 6b3c27cc4800beefd73c1cbbd0ed2bcedebd5bb4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 15 May 2022 15:47:13 +0000 Subject: [PATCH 0742/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 4cd1ed2..5e5890c 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Linen; + background-color: DarkRed; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 4765df1dc8fa1c7e5e076ca9252591291ef037cb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 15 May 2022 17:17:13 +0000 Subject: [PATCH 0743/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5e5890c..7675de5 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkRed; + background-color: Grey; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 160cd6a3e1612d30888ba816664faa02bc8b8a1a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 16 May 2022 04:32:12 +0000 Subject: [PATCH 0744/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 7675de5..b717f6c 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Grey; + background-color: DarkTurquoise; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 4678962e2be622c6975a5acbf74e5c6452769d7e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 16 May 2022 06:02:12 +0000 Subject: [PATCH 0745/3231] KPT-24: Update background color to MintCream --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index b717f6c..03e453a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkTurquoise; + background-color: MintCream; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 25e8ceb2597e2fcf9032f049e8bbde00dc2a66f4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 16 May 2022 09:02:14 +0000 Subject: [PATCH 0746/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 03e453a..b33a2c2 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MintCream; + background-color: SeaGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 6e2d5e76a8186b5ce96df6f433626fb50e14869f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 16 May 2022 13:32:12 +0000 Subject: [PATCH 0747/3231] KPT-22: Modals with Bisque accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index b33a2c2..e5a15c1 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SeaGreen; + background-color: Bisque; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 69584a4d31a66fa55deb7a7fa75c8db0a247f143 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 16 May 2022 15:02:13 +0000 Subject: [PATCH 0748/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index e5a15c1..5144a86 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Bisque; + background-color: Violet; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 3423fd49bd3c907b89fbf7efc860fc802c663f19 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 16 May 2022 21:02:14 +0000 Subject: [PATCH 0749/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5144a86..2cb0acd 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Violet; + background-color: Indigo; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 9bf61dfc975061792aa59fae59edf4b6e702fc15 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 17 May 2022 01:32:12 +0000 Subject: [PATCH 0750/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 2cb0acd..5733a56 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Indigo; + background-color: RoyalBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 52f60ef23bc68db6f78f82a9b1bbf0cdb5d22be8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 17 May 2022 07:32:13 +0000 Subject: [PATCH 0751/3231] KPT-24: Update background color to HoneyDew --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5733a56..5ac9d52 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: RoyalBlue; + background-color: HoneyDew; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 84734c89364883f47d157c975566533707748d95 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 17 May 2022 09:02:13 +0000 Subject: [PATCH 0752/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5ac9d52..49cd2ac 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: HoneyDew; + background-color: DimGray; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 55fea68388cd78f549007f1877c56e855d0e00d9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 17 May 2022 12:47:13 +0000 Subject: [PATCH 0753/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 49cd2ac..263fa35 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DimGray; + background-color: Tomato; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From fe9ad4eacaf03054a1a5ea5e6a058e67e19e06bb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 17 May 2022 13:32:13 +0000 Subject: [PATCH 0754/3231] KPT-22: Modals with ForestGreen accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 263fa35..2d9d2b7 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Tomato; + background-color: ForestGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 67816bed99fd2aad636ede12d77962299d473220 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 17 May 2022 15:02:12 +0000 Subject: [PATCH 0755/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 2d9d2b7..a00063a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: ForestGreen; + background-color: Red; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 68a30a65ed1bda746a465e5e38a6afc4a694dec4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 17 May 2022 17:17:12 +0000 Subject: [PATCH 0756/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index a00063a..45a345a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Red; + background-color: DarkGray; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 92922828aa979f9d9828f9799492024d3269c57a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 17 May 2022 18:47:13 +0000 Subject: [PATCH 0757/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 45a345a..10f5b34 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkGray; + background-color: Green; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 972fa579033581090569282eac967a5d2f04dce8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 17 May 2022 20:17:14 +0000 Subject: [PATCH 0758/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 10f5b34..f2dd7f4 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Green; + background-color: LightGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 303dc6d393f10b4bcf5530ce60fec67b9fbd3e06 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 17 May 2022 21:02:13 +0000 Subject: [PATCH 0759/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f2dd7f4..65ab0ee 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightGreen; + background-color: Teal; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From f0e241b8236aab6bb1a70ad8d116d1e3a9911ff4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 18 May 2022 00:47:12 +0000 Subject: [PATCH 0760/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 65ab0ee..49b1b56 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Teal; + background-color: LightSalmon; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From d661e7eba68a614bad96f6dc44a7aab526a8c738 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 18 May 2022 04:32:12 +0000 Subject: [PATCH 0761/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 49b1b56..8a35943 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightSalmon; + background-color: LightGoldenRodYellow; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 600c8db33dac832925037741002b4a95959c70ba Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 18 May 2022 06:02:13 +0000 Subject: [PATCH 0762/3231] KPT-24: Update background color to Brown --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 8a35943..ed5aa20 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightGoldenRodYellow; + background-color: Brown; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From add24c178693ec3a96185353ee313fafd521d6b6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 18 May 2022 20:17:13 +0000 Subject: [PATCH 0763/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index ed5aa20..52e7735 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Brown; + background-color: DarkSalmon; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 0a17b6716b563fd46e71030378c57b38f6d27175 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 18 May 2022 22:32:13 +0000 Subject: [PATCH 0764/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 52e7735..fea4e57 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkSalmon; + background-color: PaleGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From cef97c50f91e2da306e14be529c826c556c1082e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 19 May 2022 04:32:12 +0000 Subject: [PATCH 0765/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index fea4e57..77449ef 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PaleGreen; + background-color: MidnightBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 3e4d0515511e44b32f76667bdbe1671f8d32f47b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 19 May 2022 05:17:12 +0000 Subject: [PATCH 0766/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 77449ef..df6b601 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MidnightBlue; + background-color: Snow; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 4f8ebc4e39ace0a62ce916e78956c77b4bdde52b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 19 May 2022 08:17:13 +0000 Subject: [PATCH 0767/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index df6b601..81081f0 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Snow; + background-color: Gainsboro; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 2559175bd2ef6ea9e1b4ce6cf30b9f71d28f27e9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 19 May 2022 09:02:12 +0000 Subject: [PATCH 0768/3231] KPT-22: Modals with PapayaWhip accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 81081f0..69e0c48 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Gainsboro; + background-color: PapayaWhip; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From f34894247bb30d26380766b06cc040c5ea1ce3bc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 19 May 2022 11:17:12 +0000 Subject: [PATCH 0769/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 69e0c48..15a41f1 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PapayaWhip; + background-color: SandyBrown; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 0b3102ac1d8532498c5e4710e8c7df2d57309bc1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 19 May 2022 15:47:12 +0000 Subject: [PATCH 0770/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 15a41f1..75dc1a7 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SandyBrown; + background-color: DarkKhaki; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From f6a69fb6555bd6dce147b21a04db638f32931e47 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 19 May 2022 19:32:13 +0000 Subject: [PATCH 0771/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 75dc1a7..3667a7c 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkKhaki; + background-color: Chocolate; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 50c79dd32752f68f8b24f7d297a1ff6653aedb69 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 20 May 2022 01:32:13 +0000 Subject: [PATCH 0772/3231] KPT-24: Update background color to DarkOrchid --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 3667a7c..382e7a4 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Chocolate; + background-color: DarkOrchid; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 72914c25b1a9186db8de873f3f8646e672b02b0f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 20 May 2022 03:02:13 +0000 Subject: [PATCH 0773/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 382e7a4..141472c 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkOrchid; + background-color: Fuchsia; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 7259955da93072016f7fa4b77ec3a62122a8148f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 20 May 2022 08:17:12 +0000 Subject: [PATCH 0774/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 141472c..6c13b73 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Fuchsia; + background-color: DodgerBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From d35d414696cdab812fd76e08683da807b6921b6a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 20 May 2022 10:32:13 +0000 Subject: [PATCH 0775/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 6c13b73..1ffd917 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DodgerBlue; + background-color: LightCoral; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 4e5c39fa3daf8930d5fa0e3cc84d5cde6a18c244 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 20 May 2022 17:17:13 +0000 Subject: [PATCH 0776/3231] KPT-22: Modals with CadetBlue accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1ffd917..389255f 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightCoral; + background-color: CadetBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 4d6df46c4f692eeec622293bb4cfcbd5d3a1d86e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 20 May 2022 19:32:12 +0000 Subject: [PATCH 0777/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 389255f..326743f 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: CadetBlue; + background-color: PaleTurquoise; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From d3be93d55a0e3a2c49ed755a88c0897c85f2d0c6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 20 May 2022 21:02:12 +0000 Subject: [PATCH 0778/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 326743f..e23fe63 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PaleTurquoise; + background-color: DeepPink; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From abeba9c53fd8badb784d5c98ddac629836fb4bd3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 20 May 2022 23:17:12 +0000 Subject: [PATCH 0779/3231] KPT-22: Modals with Indigo accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index e23fe63..2cb0acd 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DeepPink; + background-color: Indigo; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From a8abaef952a084d41b1ef2197af04a4fda7e239a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 21 May 2022 00:02:13 +0000 Subject: [PATCH 0780/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 2cb0acd..d860033 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Indigo; + background-color: LightCyan; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 1faa8d16d9cc7a90e30d41cc585c4a9cb9e5caa1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 21 May 2022 03:02:12 +0000 Subject: [PATCH 0781/3231] KPT-22: Modals with PaleVioletRed accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index d860033..368053a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightCyan; + background-color: PaleVioletRed; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From e128b3d56d2067f6e09e3dd31e870e7e037f59a1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 21 May 2022 05:17:12 +0000 Subject: [PATCH 0782/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 368053a..cd48f0e 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PaleVioletRed; + background-color: Maroon; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From a9c96831e8d31a406a80e23eb208c0130b62e0e0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 21 May 2022 06:02:13 +0000 Subject: [PATCH 0783/3231] KPT-24: Update background color to Cornsilk --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index cd48f0e..a4f3dc5 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Maroon; + background-color: Cornsilk; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From bcfb2b4e4376212933ddeaa0140e0c9becc7b16e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 21 May 2022 07:32:12 +0000 Subject: [PATCH 0784/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index a4f3dc5..1a4cdac 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Cornsilk; + background-color: Purple; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 0f073d2acc2baf7ba68495b8fdfeeb11c04e25f6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 21 May 2022 09:02:12 +0000 Subject: [PATCH 0785/3231] KPT-22: Modals with MediumSlateBlue accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1a4cdac..ef18e83 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Purple; + background-color: MediumSlateBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 4596ed8de6bb3ebba58fe855ffe5b470f1f07b46 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 21 May 2022 09:47:12 +0000 Subject: [PATCH 0786/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index ef18e83..b717f6c 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumSlateBlue; + background-color: DarkTurquoise; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 6d89e09a9f1a17112cdcc4c6f4afdda60b862476 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 21 May 2022 12:47:13 +0000 Subject: [PATCH 0787/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index b717f6c..dd43562 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkTurquoise; + background-color: Orchid; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From afa6c5056649c6645bf7eaef44622bf538458c05 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 21 May 2022 15:02:12 +0000 Subject: [PATCH 0788/3231] KPT-22: Modals with DarkMagenta accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index dd43562..f615e27 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Orchid; + background-color: DarkMagenta; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 6582b44a9bc938bd577ee9aadd5239bd2c0b9a4d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 21 May 2022 21:47:13 +0000 Subject: [PATCH 0789/3231] KPT-24: Update background color to Peru --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f615e27..6bcf35a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkMagenta; + background-color: Peru; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 3e164d4fdc345ed9b1b2b4ef8b2e1ed8d9215944 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 22 May 2022 06:47:12 +0000 Subject: [PATCH 0790/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 6bcf35a..d031b88 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Peru; + background-color: NavajoWhite; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From ec8d243d294d63c0b4b3a0d3357655ecd5a0c552 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 22 May 2022 12:47:12 +0000 Subject: [PATCH 0791/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index d031b88..5144a86 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: NavajoWhite; + background-color: Violet; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From c12deca9388a94dae671690841e3965f828df601 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 22 May 2022 13:32:12 +0000 Subject: [PATCH 0792/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5144a86..0c91c33 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Violet; + background-color: Magenta; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 74b5a541b0d69edf1ea67184264af8f86b3c9425 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 22 May 2022 14:17:12 +0000 Subject: [PATCH 0793/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 0c91c33..2cb0acd 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Magenta; + background-color: Indigo; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 491c414dc06338ab41d7d0be548f273b275e7868 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 22 May 2022 15:02:13 +0000 Subject: [PATCH 0794/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 2cb0acd..fea4e57 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Indigo; + background-color: PaleGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From b62c13b40b7cf30b85b71124a9a18fd254adfa64 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 22 May 2022 18:02:12 +0000 Subject: [PATCH 0795/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index fea4e57..9fa87f9 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PaleGreen; + background-color: MediumAquaMarine; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 2f336620b160bfb068b6d337aed960b63176da60 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 22 May 2022 23:17:12 +0000 Subject: [PATCH 0796/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 9fa87f9..326743f 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumAquaMarine; + background-color: PaleTurquoise; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 1d4a7711d05250a1d21a0731220b96e3a2e3e59a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 23 May 2022 03:47:12 +0000 Subject: [PATCH 0797/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 326743f..4e48cac 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PaleTurquoise; + background-color: Aqua; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 55a109f8900f89ef92a543801cc3698c76803d04 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 23 May 2022 09:47:13 +0000 Subject: [PATCH 0798/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 4e48cac..cd48f0e 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Aqua; + background-color: Maroon; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 2aa506e182b65caa0c72d11f1914c3d66d8cc17f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 23 May 2022 16:32:13 +0000 Subject: [PATCH 0799/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index cd48f0e..fc49f87 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Maroon; + background-color: Cyan; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 855c48c2c7085517a9de24145214e0012ef69745 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 23 May 2022 18:47:13 +0000 Subject: [PATCH 0800/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index fc49f87..9be746a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Cyan; + background-color: LemonChiffon; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 06305ca98462b8996d3398f7e1c67efc489c5415 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 23 May 2022 20:17:12 +0000 Subject: [PATCH 0801/3231] KPT-22: Modals with DarkViolet accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 9be746a..4c7d26e 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LemonChiffon; + background-color: DarkViolet; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From e21959c7fd1d2f3c1f8beb5dd3564d04cf72f9f1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 23 May 2022 21:02:12 +0000 Subject: [PATCH 0802/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 4c7d26e..8d0d9cb 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkViolet; + background-color: WhiteSmoke; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From dd04fe01c5503fd37afe546309680e17e1ac03d2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 23 May 2022 22:32:12 +0000 Subject: [PATCH 0803/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 8d0d9cb..d4e15eb 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: WhiteSmoke; + background-color: LightSeaGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From b55187d06ce13850c9c41ceed01721538a675a10 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 24 May 2022 03:47:13 +0000 Subject: [PATCH 0804/3231] KPT-24: Update background color to DodgerBlue --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index d4e15eb..6c13b73 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightSeaGreen; + background-color: DodgerBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 7c0a63f0b8f10a0538d79834102a9aaf3eb677d9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 24 May 2022 06:02:13 +0000 Subject: [PATCH 0805/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 6c13b73..77449ef 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DodgerBlue; + background-color: MidnightBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 1a5903a794231a7540356863a9806c517dec6f06 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 24 May 2022 09:47:12 +0000 Subject: [PATCH 0806/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 77449ef..9d426c3 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MidnightBlue; + background-color: PeachPuff; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 96d6b62b5812d49334a2ec3aa03c4a0bc382bb52 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 24 May 2022 10:32:12 +0000 Subject: [PATCH 0807/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 9d426c3..dd43562 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PeachPuff; + background-color: Orchid; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From d2f073c2b0d06c1e4701cc20d80fde5260862f21 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 24 May 2022 15:02:13 +0000 Subject: [PATCH 0808/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index dd43562..49cd2ac 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Orchid; + background-color: DimGray; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 6fdffa6e59ac26a07053b373ec507402ba7921cd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 24 May 2022 21:47:12 +0000 Subject: [PATCH 0809/3231] KPT-24: Update background color to LimeGreen --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 49cd2ac..60a860f 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DimGray; + background-color: LimeGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From ee46aa9acc246fa0571ab46b7d1b3c3603428f36 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 24 May 2022 23:17:12 +0000 Subject: [PATCH 0810/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 60a860f..41c019d 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LimeGreen; + background-color: Plum; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 5a67645986ea137e3b917f99e27cd1eb5ad5d3fc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 25 May 2022 01:32:12 +0000 Subject: [PATCH 0811/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 41c019d..a5480fd 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Plum; + background-color: Beige; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From c008b0c94c97917714102e0e0b422fa07aff28d9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 25 May 2022 08:17:13 +0000 Subject: [PATCH 0812/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index a5480fd..481446d 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Beige; + background-color: OliveDrab; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From bc6c08a3a971438e7a238951f8c9c2bff6c2d8e9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 25 May 2022 09:47:13 +0000 Subject: [PATCH 0813/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 481446d..f60ef17 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: OliveDrab; + background-color: OldLace; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 1064cf8399dc847826d3cc9092bf9139b0f9fda6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 25 May 2022 11:17:12 +0000 Subject: [PATCH 0814/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f60ef17..8464062 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: OldLace; + background-color: LightGray; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 816181e452bb0101f9419fda4a70d4ce428625cb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 25 May 2022 13:32:12 +0000 Subject: [PATCH 0815/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 8464062..9be746a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightGray; + background-color: LemonChiffon; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From d82590b9a60bdfcb4ce81bde3cb8689eeed65e41 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 25 May 2022 19:32:12 +0000 Subject: [PATCH 0816/3231] KPT-24: Update background color to LightGrey --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 9be746a..08ea915 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LemonChiffon; + background-color: LightGrey; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 494aa0276b0ba8beff83f5d67ef7c4b3e3deccb0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 25 May 2022 20:17:13 +0000 Subject: [PATCH 0817/3231] KPT-24: Update background color to Khaki --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 08ea915..fcd35ac 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightGrey; + background-color: Khaki; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 52194eeac86b93c914c7ee2d42c4569ef7876dec Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 26 May 2022 03:47:12 +0000 Subject: [PATCH 0818/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index fcd35ac..8b86479 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Khaki; + background-color: Olive; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From a8fb0a619ae9360557baaea649d5c0af83bcbe97 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 26 May 2022 05:17:12 +0000 Subject: [PATCH 0819/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 8b86479..4cd1ed2 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Olive; + background-color: Linen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 36f6027d648e258c917eb416a5613d6f64e93cbc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 26 May 2022 08:17:12 +0000 Subject: [PATCH 0820/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 4cd1ed2..1eeb4dc 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Linen; + background-color: RebeccaPurple; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 9b497b5bc603633f90503202c9f38a22bca05248 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 26 May 2022 09:02:13 +0000 Subject: [PATCH 0821/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1eeb4dc..21e4201 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: RebeccaPurple; + background-color: CornflowerBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 41d16b11f216ce139c22a9f9de18e37b542df7b8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 26 May 2022 12:02:12 +0000 Subject: [PATCH 0822/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 21e4201..5094cf7 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: CornflowerBlue; + background-color: Chartreuse; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 653bbef17bc207baac0c4e4f536f547aee669614 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 26 May 2022 15:02:12 +0000 Subject: [PATCH 0823/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5094cf7..81081f0 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Chartreuse; + background-color: Gainsboro; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 3c326f0dfd616780a2569cca84476403471e36a3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 26 May 2022 18:02:13 +0000 Subject: [PATCH 0824/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 81081f0..1ffd917 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Gainsboro; + background-color: LightCoral; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 80a7128ff3227aeb508a880224bb84f7667dcf7f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 26 May 2022 21:47:12 +0000 Subject: [PATCH 0825/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1ffd917..e6169de 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightCoral; + background-color: DimGrey; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 7e25d2900629cfb43bf92bcfd559e1063bab6244 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 27 May 2022 00:47:12 +0000 Subject: [PATCH 0826/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index e6169de..876b2a6 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DimGrey; + background-color: DarkGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From ea70d80f11fe5f18001e4b4d25a1bf6e1c577b06 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 27 May 2022 02:17:12 +0000 Subject: [PATCH 0827/3231] KPT-22: Modals with ForestGreen accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 876b2a6..2d9d2b7 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkGreen; + background-color: ForestGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From fd2dfbcb7df54b3130bf35f6b6fa431ed5924648 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 27 May 2022 06:02:13 +0000 Subject: [PATCH 0828/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 2d9d2b7..b12e2b1 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: ForestGreen; + background-color: RosyBrown; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From b39bc3b664fb70c2149e5432c88548c44556257a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 27 May 2022 09:47:13 +0000 Subject: [PATCH 0829/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index b12e2b1..5b89964 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: RosyBrown; + background-color: Salmon; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 4ecd9897565459616278a5847107c1747a3dd6a4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 27 May 2022 11:17:12 +0000 Subject: [PATCH 0830/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5b89964..9fa87f9 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Salmon; + background-color: MediumAquaMarine; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From c78ed2e764d6b551e994ab60626429f2fe6c090a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 27 May 2022 13:32:13 +0000 Subject: [PATCH 0831/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 9fa87f9..f6a1660 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumAquaMarine; + background-color: LightPink; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 503532e459fdc7bd5b0b1bf7f831ca0e14d9dae9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 27 May 2022 18:47:12 +0000 Subject: [PATCH 0832/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f6a1660..f801b46 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightPink; + background-color: MediumSeaGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From bc0ec34cd3802c261717e238ef036d46965c9567 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 27 May 2022 23:17:12 +0000 Subject: [PATCH 0833/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f801b46..6c13b73 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumSeaGreen; + background-color: DodgerBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 5e6dd96dd5f0d845c84990fbacaaf4b7953cc1f9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 28 May 2022 01:32:12 +0000 Subject: [PATCH 0834/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 6c13b73..e5a15c1 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DodgerBlue; + background-color: Bisque; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 06fda3b42aac36f740b119e2ae07cc133aaae8dc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 28 May 2022 03:02:13 +0000 Subject: [PATCH 0835/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index e5a15c1..10f5b34 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Bisque; + background-color: Green; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 6512cb0cd3e1bba7a60a126227f1d964d140c2fc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 28 May 2022 06:02:13 +0000 Subject: [PATCH 0836/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 10f5b34..5ac9d52 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Green; + background-color: HoneyDew; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From e5a5bafddbc192a8718479379b04263557495f8c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 28 May 2022 06:47:12 +0000 Subject: [PATCH 0837/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5ac9d52..f5fd949 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: HoneyDew; + background-color: SpringGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 108e4d59dbd47bd3c314de2670a8970a39f57e7c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 28 May 2022 09:02:12 +0000 Subject: [PATCH 0838/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f5fd949..6c13b73 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SpringGreen; + background-color: DodgerBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 52c8838446ba842d0a27414ec6c26bc59cfc71bd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 28 May 2022 10:32:12 +0000 Subject: [PATCH 0839/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 6c13b73..4f4e2eb 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DodgerBlue; + background-color: Orange; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 7f2d90602156cfd245f1d4be878db4fb7e8289b8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 28 May 2022 18:47:12 +0000 Subject: [PATCH 0840/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 4f4e2eb..1a4cdac 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Orange; + background-color: Purple; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From f7d055bb22725bd1707be10e88be9d2385bf91c6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 28 May 2022 19:32:12 +0000 Subject: [PATCH 0841/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1a4cdac..368053a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Purple; + background-color: PaleVioletRed; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 6e1d5069d8f8547e997c4189817f5ee53ed609a4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 29 May 2022 03:47:12 +0000 Subject: [PATCH 0842/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 368053a..df6b601 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PaleVioletRed; + background-color: Snow; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 2b0e046cad6c3956771e87228a30a0229440b24a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 29 May 2022 06:47:13 +0000 Subject: [PATCH 0843/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index df6b601..fc49f87 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Snow; + background-color: Cyan; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 019677ece97a5c2d3bbdf74377bb01215465ac06 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 29 May 2022 07:32:13 +0000 Subject: [PATCH 0844/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index fc49f87..99c6c87 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Cyan; + background-color: Aquamarine; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 164d9fd0475d64bb2f735276d35a0b358cffe58d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 29 May 2022 16:32:12 +0000 Subject: [PATCH 0845/3231] KPT-24: Update background color to DarkSeaGreen --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 99c6c87..19a39b9 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Aquamarine; + background-color: DarkSeaGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 75e2b6286005a77a90cd640500baf0eeae44b528 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 29 May 2022 18:47:12 +0000 Subject: [PATCH 0846/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 19a39b9..3667a7c 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkSeaGreen; + background-color: Chocolate; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 7b90df92458217416b941486d6b39f0301ad44be Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 29 May 2022 19:32:12 +0000 Subject: [PATCH 0847/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 3667a7c..41c019d 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Chocolate; + background-color: Plum; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 13e1f57548f60aa9fd77b452e0e20df757c89aba Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 29 May 2022 22:32:12 +0000 Subject: [PATCH 0848/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 41c019d..381e179 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Plum; + background-color: LightSlateGray; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From e8399ea727562aac9ab4c5f2f3c6ce1850ab0bb2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 30 May 2022 03:47:12 +0000 Subject: [PATCH 0849/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 381e179..6c88545 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightSlateGray; + background-color: DarkSlateBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 6d244fd298b188e53cdafc60cc4964d698812e19 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 30 May 2022 04:32:13 +0000 Subject: [PATCH 0850/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 6c88545..2641f4a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkSlateBlue; + background-color: LawnGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 4a3844dd68c07488bcf99ab839423fe8e096d1fa Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 30 May 2022 05:17:12 +0000 Subject: [PATCH 0851/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 2641f4a..8d0d9cb 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LawnGreen; + background-color: WhiteSmoke; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From d22ed3828bce3eb13862ed73b5f3c4dd3a5cbb4c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 30 May 2022 08:17:12 +0000 Subject: [PATCH 0852/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 8d0d9cb..b33a2c2 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: WhiteSmoke; + background-color: SeaGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From ef5f003fae95930859657e3165f61535ca9dd7cb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 30 May 2022 09:02:12 +0000 Subject: [PATCH 0853/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index b33a2c2..2191c27 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SeaGreen; + background-color: DarkSlateGray; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From a3d46ac054935d570f88c69eb5776e9bbdf9890b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 30 May 2022 12:47:12 +0000 Subject: [PATCH 0854/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 2191c27..99c6c87 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkSlateGray; + background-color: Aquamarine; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 73d47b274694e1b4cf4565be805c613a21332f42 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 30 May 2022 18:02:13 +0000 Subject: [PATCH 0855/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 99c6c87..4e48cac 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Aquamarine; + background-color: Aqua; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 90166edebaf666ec3634b48dd918b4d5dff6185c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 30 May 2022 22:32:13 +0000 Subject: [PATCH 0856/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 4e48cac..9be746a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Aqua; + background-color: LemonChiffon; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From f84a5a0297ff35db57329a148a5e7722455bad3a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 31 May 2022 05:17:13 +0000 Subject: [PATCH 0857/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 9be746a..708ad67 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LemonChiffon; + background-color: BlueViolet; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From b82635670600fe7d17f2d7a8b637c710f8f00b2d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 31 May 2022 15:47:12 +0000 Subject: [PATCH 0858/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 708ad67..f1a2156 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: BlueViolet; + background-color: White; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 32fbec7527501be5f48869394f0985758c2aa7df Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 31 May 2022 23:17:12 +0000 Subject: [PATCH 0859/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f1a2156..49b1b56 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: White; + background-color: LightSalmon; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From af8d2a5d55ab4de4514c189c08519b8b489f65a3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 1 Jun 2022 00:47:13 +0000 Subject: [PATCH 0860/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 49b1b56..cd48f0e 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightSalmon; + background-color: Maroon; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 4ca0347d1433c25cbd1411f5e24569eb2c589b9d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 1 Jun 2022 01:32:12 +0000 Subject: [PATCH 0861/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index cd48f0e..8a35943 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Maroon; + background-color: LightGoldenRodYellow; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From e7876687eded5fcf9f9980023c34323302908854 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 1 Jun 2022 03:02:13 +0000 Subject: [PATCH 0862/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 8a35943..8d0d9cb 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightGoldenRodYellow; + background-color: WhiteSmoke; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 6658b4c15e6821d40f0b2ac85aa875076417e96f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 1 Jun 2022 08:17:12 +0000 Subject: [PATCH 0863/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 8d0d9cb..e6169de 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: WhiteSmoke; + background-color: DimGrey; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 33bc662e0df06de046fd9506d4b7eea31d5fd658 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 1 Jun 2022 12:02:13 +0000 Subject: [PATCH 0864/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index e6169de..94042d5 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DimGrey; + background-color: SeaShell; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 684b358c667886aa11fbe512e7a2ac496ff4ae44 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 1 Jun 2022 15:47:13 +0000 Subject: [PATCH 0865/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 94042d5..03f2967 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SeaShell; + background-color: SlateGrey; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 8880a32b4f6641a6962bfd83ba1af7d9757a5c09 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 1 Jun 2022 18:47:13 +0000 Subject: [PATCH 0866/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 03f2967..f6a1660 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SlateGrey; + background-color: LightPink; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 20b0eda6d30090ac9956dfecc21e8be5ceb10708 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 1 Jun 2022 19:32:13 +0000 Subject: [PATCH 0867/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f6a1660..27817c7 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightPink; + background-color: LightBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 71966664876cf16bb8efc5282f10cb24f68c3266 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 1 Jun 2022 21:47:12 +0000 Subject: [PATCH 0868/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 27817c7..fc49f87 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightBlue; + background-color: Cyan; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From a0d80e5faf848b295b205949c96cd8c207e3ec83 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 1 Jun 2022 22:32:12 +0000 Subject: [PATCH 0869/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index fc49f87..78f7196 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Cyan; + background-color: Coral; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 170fed27f0bbeb97aeb2613b376ede42e02dbc0f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 2 Jun 2022 03:02:12 +0000 Subject: [PATCH 0870/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 78f7196..d860033 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Coral; + background-color: LightCyan; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 5141184a9abb58c47806227b1b6214da17a68fd8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 2 Jun 2022 05:17:13 +0000 Subject: [PATCH 0871/3231] KPT-24: Update background color to SlateGrey --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index d860033..03f2967 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightCyan; + background-color: SlateGrey; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From d52b644ca9a76933c5cec95a3f8b5fe84dc7668f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 2 Jun 2022 06:47:12 +0000 Subject: [PATCH 0872/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 03f2967..45a345a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SlateGrey; + background-color: DarkGray; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 87c0543704ac5a3cecb3c13c5f178f16d0cbde7b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 2 Jun 2022 12:02:12 +0000 Subject: [PATCH 0873/3231] KPT-22: Modals with AntiqueWhite accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 45a345a..2f08aae 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkGray; + background-color: AntiqueWhite; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From edc25d0016b7dd1cd760d83413fec47af28bded4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 2 Jun 2022 18:02:12 +0000 Subject: [PATCH 0874/3231] KPT-24: Update background color to Plum --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 2f08aae..41c019d 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: AntiqueWhite; + background-color: Plum; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 02ff57d1b422623bd976e4367e705782e1a0b9d6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 3 Jun 2022 00:02:14 +0000 Subject: [PATCH 0875/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 41c019d..0c91c33 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Plum; + background-color: Magenta; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 30a21f54cd0ab0a6f49a7140a1ad807ffca1a37c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 3 Jun 2022 01:32:12 +0000 Subject: [PATCH 0876/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 0c91c33..263fa35 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Magenta; + background-color: Tomato; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From e21b4145d93c6d8d756fb658329ff6d0ea22f466 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 3 Jun 2022 06:47:12 +0000 Subject: [PATCH 0877/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 263fa35..94042d5 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Tomato; + background-color: SeaShell; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 941b41c4fd75fc1779f7502e49fe52e1dc911c88 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 3 Jun 2022 07:32:13 +0000 Subject: [PATCH 0878/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 94042d5..4c7d26e 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SeaShell; + background-color: DarkViolet; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From a11dc1d3c3daf6ce07528571d13fc681b7dfe7fa Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 3 Jun 2022 20:17:13 +0000 Subject: [PATCH 0879/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 4c7d26e..f1a2156 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkViolet; + background-color: White; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 2e597d577bc2cb463c6715c261df929ab8d3567c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 3 Jun 2022 21:47:12 +0000 Subject: [PATCH 0880/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f1a2156..679ea3e 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: White; + background-color: MediumVioletRed; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 350b8ff7ef90db09bfabed5463cf1a1b87962867 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 4 Jun 2022 00:47:12 +0000 Subject: [PATCH 0881/3231] KPT-24: Update background color to OldLace --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 679ea3e..f60ef17 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumVioletRed; + background-color: OldLace; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From c26a77f68e283db483b40438a1c8214e02a408ea Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 4 Jun 2022 01:32:14 +0000 Subject: [PATCH 0882/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f60ef17..a6e04de 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: OldLace; + background-color: Navy; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From f29ce632941a88507f16afd9fbae555565ed0eb4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 4 Jun 2022 03:02:13 +0000 Subject: [PATCH 0883/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index a6e04de..71978eb 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Navy; + background-color: Turquoise; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From ef976a4f8894fa93eda8aca107e4e46cded84aa7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 4 Jun 2022 06:47:12 +0000 Subject: [PATCH 0884/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 71978eb..f60ef17 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Turquoise; + background-color: OldLace; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 9c8cdc997ec7b0a458c590c4a53b861341f3f9b7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 4 Jun 2022 13:32:12 +0000 Subject: [PATCH 0885/3231] KPT-24: Update background color to Wheat --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f60ef17..77c4429 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: OldLace; + background-color: Wheat; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 74b09e1bca9213a8f5943eccecdaa3f88c17a8e0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 4 Jun 2022 15:02:13 +0000 Subject: [PATCH 0886/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 77c4429..6bcf35a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Wheat; + background-color: Peru; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From fda50df89858d05828f1721df58c201b3437f471 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 4 Jun 2022 15:47:12 +0000 Subject: [PATCH 0887/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 6bcf35a..2a3207f 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Peru; + background-color: DarkGrey; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 04ca616d884c22cf49fa171a5cd72262a0af0feb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 4 Jun 2022 17:17:12 +0000 Subject: [PATCH 0888/3231] KPT-22: Modals with DimGray accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 2a3207f..49cd2ac 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkGrey; + background-color: DimGray; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 04d740034e1b7c924db41bdb7334ba61afadd910 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 5 Jun 2022 00:02:13 +0000 Subject: [PATCH 0889/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 49cd2ac..5b89964 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DimGray; + background-color: Salmon; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 402645fd422c042a5560bd4f47133b85f7d8e192 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 5 Jun 2022 04:32:13 +0000 Subject: [PATCH 0890/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5b89964..69e0c48 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Salmon; + background-color: PapayaWhip; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 067f77ed4046b3e4ec6540850ae7441ef9f5a637 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 5 Jun 2022 05:17:12 +0000 Subject: [PATCH 0891/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 69e0c48..945ac22 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PapayaWhip; + background-color: GreenYellow; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 8976e5c4b88667cd7784f4e713eaa6c16ee04e8d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 5 Jun 2022 06:02:13 +0000 Subject: [PATCH 0892/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 945ac22..d987e02 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: GreenYellow; + background-color: Ivory; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 13783a17c55fe8deaefffbe867edc7642cbb13df Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 5 Jun 2022 12:02:13 +0000 Subject: [PATCH 0893/3231] KPT-24: Update background color to RoyalBlue --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index d987e02..5733a56 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Ivory; + background-color: RoyalBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 14d2272def4f869aa340a85c221565e55181f5f4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 5 Jun 2022 15:02:13 +0000 Subject: [PATCH 0894/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5733a56..0784442 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: RoyalBlue; + background-color: Gold; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 0a6271c1673ee79ea8ff1c31ae577c939d8c02a0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 5 Jun 2022 18:02:13 +0000 Subject: [PATCH 0895/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 0784442..679ea3e 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Gold; + background-color: MediumVioletRed; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From b75f79b5e2ecca8350775bc53de6171390d6a31b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 5 Jun 2022 20:17:12 +0000 Subject: [PATCH 0896/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 679ea3e..b517794 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumVioletRed; + background-color: LightSlateGrey; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 56329341dd15fca416c85ebd5319599dfe6e628d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 5 Jun 2022 21:47:12 +0000 Subject: [PATCH 0897/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index b517794..f60ef17 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightSlateGrey; + background-color: OldLace; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 9a7a2728f0f62f8d81b4e1ecce52cb2b7894d85f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 6 Jun 2022 05:17:12 +0000 Subject: [PATCH 0898/3231] KPT-24: Update background color to GreenYellow --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f60ef17..945ac22 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: OldLace; + background-color: GreenYellow; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From e6649d9ff5d9645a97621ea10988d701d79cb04e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 6 Jun 2022 06:47:12 +0000 Subject: [PATCH 0899/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 945ac22..ec22af2 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: GreenYellow; + background-color: SlateGray; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 744aac4153adbabc650097c5a246b9a21c3d7d9c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 6 Jun 2022 12:47:12 +0000 Subject: [PATCH 0900/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index ec22af2..c7a5312 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SlateGray; + background-color: MediumOrchid; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From c18b9a24213d1338856ed24662de52da23686426 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 6 Jun 2022 21:02:14 +0000 Subject: [PATCH 0901/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index c7a5312..81081f0 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumOrchid; + background-color: Gainsboro; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 8e1ef59a75a3cd8105cb1ba9f09d25adf7227dfd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 6 Jun 2022 22:32:13 +0000 Subject: [PATCH 0902/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 81081f0..e5dd579 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Gainsboro; + background-color: FloralWhite; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 215d37afe81cc64b0cbfafa5651a138ecdfb3419 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 7 Jun 2022 01:32:13 +0000 Subject: [PATCH 0903/3231] KPT-24: Update background color to Grey --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index e5dd579..7675de5 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: FloralWhite; + background-color: Grey; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From b84533464530f8c19818fd65ebdb06ee14ae462c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 7 Jun 2022 03:47:12 +0000 Subject: [PATCH 0904/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 7675de5..f60ef17 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Grey; + background-color: OldLace; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From fb83209ec2661b736aaeb2dea2c9e467e47ab865 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 7 Jun 2022 10:32:12 +0000 Subject: [PATCH 0905/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f60ef17..71978eb 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: OldLace; + background-color: Turquoise; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 9a647460aac4e1ff853236fb4da032c6ba97af68 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 7 Jun 2022 11:17:13 +0000 Subject: [PATCH 0906/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 71978eb..a6e04de 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Turquoise; + background-color: Navy; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From c40c9d69de6b90bfaaf23dda8b2f53049ba8b117 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 7 Jun 2022 12:02:14 +0000 Subject: [PATCH 0907/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index a6e04de..1fbfb2d 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Navy; + background-color: Tan; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From f4b5d61daa0e0f86aefb05644feef92d84b44895 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 7 Jun 2022 20:17:12 +0000 Subject: [PATCH 0908/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1fbfb2d..5b89964 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Tan; + background-color: Salmon; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 4e79f5b90c55f08ad31b0d942b40eb7d81cdddb6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 7 Jun 2022 21:02:13 +0000 Subject: [PATCH 0909/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5b89964..08ea915 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Salmon; + background-color: LightGrey; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From a37b118e8950bf210613f9204854ba618dccb012 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 7 Jun 2022 21:47:12 +0000 Subject: [PATCH 0910/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 08ea915..3667a7c 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightGrey; + background-color: Chocolate; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 03c011ac3c1f28a2c2855e7353c9a1367f083459 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 7 Jun 2022 23:17:12 +0000 Subject: [PATCH 0911/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 3667a7c..0c0e5f8 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Chocolate; + background-color: BurlyWood; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 2fb31cee37060512fa930940b5cace5231844035 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 8 Jun 2022 00:02:12 +0000 Subject: [PATCH 0912/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 0c0e5f8..d031b88 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: BurlyWood; + background-color: NavajoWhite; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From bcdc01236611ab19cb330a565a4d0103dcff5a12 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 8 Jun 2022 06:02:12 +0000 Subject: [PATCH 0913/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index d031b88..326743f 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: NavajoWhite; + background-color: PaleTurquoise; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From a7357d91259d14276f02949e7c1c63373ede62ba Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 8 Jun 2022 06:47:12 +0000 Subject: [PATCH 0914/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 326743f..1a4cdac 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PaleTurquoise; + background-color: Purple; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From abb502cfc4b0204be1f3527bd3d02a18ae34f64e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 8 Jun 2022 08:17:12 +0000 Subject: [PATCH 0915/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1a4cdac..e6fb036 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Purple; + background-color: GoldenRod; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From c23b9f60d90686ac333b825b47ed1bba9d2194db Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 8 Jun 2022 10:32:12 +0000 Subject: [PATCH 0916/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index e6fb036..27817c7 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: GoldenRod; + background-color: LightBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 3c0004738fefe777dfe5c2d61b13d09afba1e69c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 8 Jun 2022 12:02:13 +0000 Subject: [PATCH 0917/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 27817c7..ec22af2 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightBlue; + background-color: SlateGray; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From de53420ba23654ba573ee60233c168ea1ea9e4bb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 8 Jun 2022 12:47:12 +0000 Subject: [PATCH 0918/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index ec22af2..60a860f 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SlateGray; + background-color: LimeGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 8e603c4e54507c705bffaddf4dfcb430568e8a93 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 8 Jun 2022 13:32:13 +0000 Subject: [PATCH 0919/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 60a860f..f615e27 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LimeGreen; + background-color: DarkMagenta; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 3ab69663dca86d695f07b80a91938994bce4a428 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 8 Jun 2022 17:17:12 +0000 Subject: [PATCH 0920/3231] KPT-22: Modals with ForestGreen accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f615e27..2d9d2b7 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkMagenta; + background-color: ForestGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 15763596a4619230d7c971d9dd99b01ad5dad64f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 8 Jun 2022 23:17:12 +0000 Subject: [PATCH 0921/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 2d9d2b7..49b1b56 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: ForestGreen; + background-color: LightSalmon; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 3b3fa955c44fa023428da8197367c1828ac37253 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 9 Jun 2022 02:17:12 +0000 Subject: [PATCH 0922/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 49b1b56..dd43562 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightSalmon; + background-color: Orchid; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 808da0464ced9306e0b2cb814445cffc29c016e8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 9 Jun 2022 03:47:12 +0000 Subject: [PATCH 0923/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index dd43562..2f08aae 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Orchid; + background-color: AntiqueWhite; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From d194f9b5e2f2b369d7408ec94183b1a4a26c8db3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 9 Jun 2022 04:32:12 +0000 Subject: [PATCH 0924/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 2f08aae..9be746a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: AntiqueWhite; + background-color: LemonChiffon; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 53bf56727104511f13d97c80102d9be174e52442 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 9 Jun 2022 05:17:12 +0000 Subject: [PATCH 0925/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 9be746a..03d1fcd 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LemonChiffon; + background-color: HotPink; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From f1d2401c89ebbcaf9e9f1be48e8309d3fed03640 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 9 Jun 2022 06:02:13 +0000 Subject: [PATCH 0926/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 03d1fcd..f7f1c6b 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: HotPink; + background-color: PaleGoldenRod; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From a902125803931ceebb5ce072b59b63650120698d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 9 Jun 2022 09:47:12 +0000 Subject: [PATCH 0927/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f7f1c6b..c7a5312 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PaleGoldenRod; + background-color: MediumOrchid; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 67c288fdde633b988aa65687902f092f14acb2bc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 9 Jun 2022 12:02:13 +0000 Subject: [PATCH 0928/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index c7a5312..1ede12f 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumOrchid; + background-color: DarkOliveGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From b1c7c79c7c611e2f8e5f07b7c792a6e8a3d224dd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 9 Jun 2022 15:02:12 +0000 Subject: [PATCH 0929/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1ede12f..77449ef 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkOliveGreen; + background-color: MidnightBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From f2f1a8db3d6f918f3823571cebb003a399df23f4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 9 Jun 2022 22:32:12 +0000 Subject: [PATCH 0930/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 77449ef..2a3207f 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MidnightBlue; + background-color: DarkGrey; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From b53664a924b80513f43b2b9ea53fc64d043d792a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 10 Jun 2022 03:02:13 +0000 Subject: [PATCH 0931/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 2a3207f..fb4d530 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkGrey; + background-color: MistyRose; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 85cc6c1d2dbdb6683149268c4229e6d8f79a3d09 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 10 Jun 2022 07:32:13 +0000 Subject: [PATCH 0932/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index fb4d530..b12e2b1 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MistyRose; + background-color: RosyBrown; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 06927b2c5c7881a0d265b4576dac8c62639de948 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 10 Jun 2022 08:17:13 +0000 Subject: [PATCH 0933/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index b12e2b1..99c6c87 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: RosyBrown; + background-color: Aquamarine; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 4274ee83e2c8d2c2d58d00ceb302a85671c583c2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 10 Jun 2022 12:02:14 +0000 Subject: [PATCH 0934/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 99c6c87..fcd35ac 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Aquamarine; + background-color: Khaki; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From e6eefa73115cf9b747d738d017d882b27cb3c4a2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 10 Jun 2022 19:32:13 +0000 Subject: [PATCH 0935/3231] KPT-24: Update background color to LavenderBlush --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index fcd35ac..0588b9a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Khaki; + background-color: LavenderBlush; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From cc83652c34c23207fecfb27114f77fa782b80277 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 10 Jun 2022 20:17:12 +0000 Subject: [PATCH 0936/3231] KPT-24: Update background color to MediumPurple --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 0588b9a..e68b895 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LavenderBlush; + background-color: MediumPurple; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From f6ec3c0061a396d826c0e54c8c8aa3fd47b77102 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 10 Jun 2022 21:47:13 +0000 Subject: [PATCH 0937/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index e68b895..b517794 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumPurple; + background-color: LightSlateGrey; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 110cdabeaadf84ce5e77c8a9dda85d5976f39402 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 11 Jun 2022 03:47:12 +0000 Subject: [PATCH 0938/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index b517794..389255f 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightSlateGrey; + background-color: CadetBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From afbc99cc1fcc081e27f7990fc8580ffede58ae66 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 11 Jun 2022 06:47:12 +0000 Subject: [PATCH 0939/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 389255f..5b89964 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: CadetBlue; + background-color: Salmon; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 7d200e479fc3659ea24de721f540cd7eb81e101f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 11 Jun 2022 07:32:12 +0000 Subject: [PATCH 0940/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5b89964..141472c 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Salmon; + background-color: Fuchsia; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From c55ea05d127de5544ec474194a42fde490995bf9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 11 Jun 2022 11:17:12 +0000 Subject: [PATCH 0941/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 141472c..5e5890c 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Fuchsia; + background-color: DarkRed; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From cb71b9551b328b6f28b882aef03badba6b5137ad Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 11 Jun 2022 13:32:13 +0000 Subject: [PATCH 0942/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5e5890c..d031b88 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkRed; + background-color: NavajoWhite; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From d1db9c0a52b9d6976ce2ba53ae24c136f8051ce2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 12 Jun 2022 00:47:12 +0000 Subject: [PATCH 0943/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index d031b88..f2dd7f4 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: NavajoWhite; + background-color: LightGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 0d24ba9d411cb045d88dfae5ad2a1f54010d1cbd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 12 Jun 2022 02:17:12 +0000 Subject: [PATCH 0944/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f2dd7f4..e5dd579 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightGreen; + background-color: FloralWhite; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From feecb6965d09de20f890aafaa54bed6e903107ad Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 12 Jun 2022 04:32:12 +0000 Subject: [PATCH 0945/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index e5dd579..8d0d9cb 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: FloralWhite; + background-color: WhiteSmoke; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 3e9cddef0bcd2494242ca21c302228990c43c2d6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 12 Jun 2022 06:02:13 +0000 Subject: [PATCH 0946/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 8d0d9cb..481446d 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: WhiteSmoke; + background-color: OliveDrab; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 394a9b04a368e1203eb17a5bfae06517b146bc45 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 12 Jun 2022 07:32:12 +0000 Subject: [PATCH 0947/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 481446d..ef18e83 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: OliveDrab; + background-color: MediumSlateBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 464045cf9000d9a783ab96d203974fe0d5480d38 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 12 Jun 2022 10:32:13 +0000 Subject: [PATCH 0948/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index ef18e83..1fbfb2d 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumSlateBlue; + background-color: Tan; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 5fcb9a0d30463601bbee3a2e1ff342fced3fe322 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 12 Jun 2022 11:17:13 +0000 Subject: [PATCH 0949/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1fbfb2d..f394f78 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Tan; + background-color: Blue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 13f9dcf989404f2eb54f96d4cf4fd16d5b4afe31 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 12 Jun 2022 15:02:12 +0000 Subject: [PATCH 0950/3231] KPT-24: Update background color to PapayaWhip --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f394f78..69e0c48 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Blue; + background-color: PapayaWhip; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From f3a5e2906bbff89957ecc7eb01c3d8a64ff1d907 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 12 Jun 2022 16:32:12 +0000 Subject: [PATCH 0951/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 69e0c48..4cd1ed2 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PapayaWhip; + background-color: Linen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 0a0466f41b52cdc899a3212635e6780e3800344b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 12 Jun 2022 18:02:13 +0000 Subject: [PATCH 0952/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 4cd1ed2..f2dd7f4 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Linen; + background-color: LightGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 2bb59203af6191e3bdd8958d35279d9630656606 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 12 Jun 2022 22:32:12 +0000 Subject: [PATCH 0953/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f2dd7f4..c4c362e 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightGreen; + background-color: IndianRed; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 0e4c6b5932f8d3f608008387f57724541585d961 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 13 Jun 2022 00:02:12 +0000 Subject: [PATCH 0954/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index c4c362e..1f068a1 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: IndianRed; + background-color: MediumBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 1fb184b75e9514ca1d977c0c07b9b9550ba69a36 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 13 Jun 2022 00:47:12 +0000 Subject: [PATCH 0955/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1f068a1..2d9d2b7 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumBlue; + background-color: ForestGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 1a3eb0dac89656de6b93d7ef773fad153527c7a8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 13 Jun 2022 03:02:13 +0000 Subject: [PATCH 0956/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 2d9d2b7..9fa87f9 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: ForestGreen; + background-color: MediumAquaMarine; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 19bc9db3b6dfc0840d74e5991454495b116a72db Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 13 Jun 2022 07:32:14 +0000 Subject: [PATCH 0957/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 9fa87f9..b496a9e 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumAquaMarine; + background-color: DeepSkyBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 4f25bc5710ba187dd2fb42f0d71afa054ce7f9c0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 13 Jun 2022 08:17:12 +0000 Subject: [PATCH 0958/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index b496a9e..b12e2b1 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DeepSkyBlue; + background-color: RosyBrown; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From e85364bbef583e8e1fc56954e90bd469b7890468 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 13 Jun 2022 11:17:13 +0000 Subject: [PATCH 0959/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index b12e2b1..77102e4 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: RosyBrown; + background-color: Black; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From fb947c0ac03187d252776823cc0aaa5eb8abe397 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 13 Jun 2022 12:02:13 +0000 Subject: [PATCH 0960/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 77102e4..21e4201 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Black; + background-color: CornflowerBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From a225e8f02bc9381e41a87ae3c0ffa302f287c4d1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 13 Jun 2022 18:47:23 +0000 Subject: [PATCH 0961/3231] KPT-22: Modals with Violet accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 21e4201..5144a86 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: CornflowerBlue; + background-color: Violet; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 81a6b66e2b573c5cbe597329c011faa7aee64612 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 13 Jun 2022 21:47:12 +0000 Subject: [PATCH 0962/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5144a86..992f790 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Violet; + background-color: Yellow; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 177e66be7ddf318f59106eb5e910a68f1752ec27 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 14 Jun 2022 00:47:12 +0000 Subject: [PATCH 0963/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 992f790..a00063a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Yellow; + background-color: Red; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 3ee24e6059072a7bae68866adfe227b53628e518 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 14 Jun 2022 18:02:13 +0000 Subject: [PATCH 0964/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index a00063a..08ea915 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Red; + background-color: LightGrey; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From a9013e3dfb1259c40007a7b5be9ad0ea7588939b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 14 Jun 2022 21:47:12 +0000 Subject: [PATCH 0965/3231] KPT-24: Update background color to Sienna --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 08ea915..31b5e44 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightGrey; + background-color: Sienna; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 5c7df62a56ee5c608d49c44d5f67cdd8508878f7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 14 Jun 2022 22:32:12 +0000 Subject: [PATCH 0966/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 31b5e44..9be746a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Sienna; + background-color: LemonChiffon; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 518f9339d05d7fcaf85c1bb3177141fe263ae030 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 15 Jun 2022 00:02:17 +0000 Subject: [PATCH 0967/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 9be746a..5b89964 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LemonChiffon; + background-color: Salmon; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From f38ce112997e6f40b2c6619c78ab8bbada2177ea Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 15 Jun 2022 06:47:12 +0000 Subject: [PATCH 0968/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5b89964..d987e02 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Salmon; + background-color: Ivory; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 388109e7e02647dfb71a08a1f952e1bfd330f950 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 15 Jun 2022 07:32:13 +0000 Subject: [PATCH 0969/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index d987e02..31b5e44 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Ivory; + background-color: Sienna; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 158e6bdbfc7c5faaf5e606c176a1d63c8c992ab2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 15 Jun 2022 12:02:13 +0000 Subject: [PATCH 0970/3231] KPT-24: Update background color to DarkSlateBlue --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 31b5e44..6c88545 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Sienna; + background-color: DarkSlateBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 60b1b7ae875835a586340e036f914eaa9384501b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 15 Jun 2022 13:32:14 +0000 Subject: [PATCH 0971/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 6c88545..45a345a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkSlateBlue; + background-color: DarkGray; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 17166cadc15b767636d32eaaf5bae28b6a2950dd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 16 Jun 2022 03:02:12 +0000 Subject: [PATCH 0972/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 45a345a..368053a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkGray; + background-color: PaleVioletRed; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 4516da10fa0735c8ee78f0cf0f5220ba37f0515a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 16 Jun 2022 06:02:13 +0000 Subject: [PATCH 0973/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 368053a..b12e2b1 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PaleVioletRed; + background-color: RosyBrown; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 245cc6a93e9a24e5bcf674c8bfd416b569e5a82b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 16 Jun 2022 06:47:12 +0000 Subject: [PATCH 0974/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index b12e2b1..2191c27 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: RosyBrown; + background-color: DarkSlateGray; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 052c25dbaf06df498bd862910f131045501bbff9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 16 Jun 2022 09:47:12 +0000 Subject: [PATCH 0975/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 2191c27..9d426c3 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkSlateGray; + background-color: PeachPuff; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 9e9f66c9d54484fcb1115962c9038a65f60fd13b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 16 Jun 2022 12:47:13 +0000 Subject: [PATCH 0976/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 9d426c3..f615e27 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PeachPuff; + background-color: DarkMagenta; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 36347912027272e649c8575b3e8e60321d51e724 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 16 Jun 2022 15:02:13 +0000 Subject: [PATCH 0977/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f615e27..99c6c87 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkMagenta; + background-color: Aquamarine; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 2e8a73c5758c5875d075576fc8a63ee45646d99b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 16 Jun 2022 15:47:13 +0000 Subject: [PATCH 0978/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 99c6c87..992f790 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Aquamarine; + background-color: Yellow; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 08cd7b199f6911880144e38a68ea993851e4e5aa Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 16 Jun 2022 18:02:12 +0000 Subject: [PATCH 0979/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 992f790..82130d0 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Yellow; + background-color: LightYellow; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 24ac8ee4a86fec25a9c710babe03c683dd0dee72 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 17 Jun 2022 03:02:13 +0000 Subject: [PATCH 0980/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 82130d0..c7a5312 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightYellow; + background-color: MediumOrchid; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 23e65c1b531e7407ca6f5bc76c384cd8a7005c2f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 17 Jun 2022 03:47:13 +0000 Subject: [PATCH 0981/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index c7a5312..2f08aae 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumOrchid; + background-color: AntiqueWhite; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 12c21909346a9466e82b18c159bc647cf0d9e7e1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 17 Jun 2022 05:17:12 +0000 Subject: [PATCH 0982/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 2f08aae..960363a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: AntiqueWhite; + background-color: Silver; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 77bdc44bf44a52c706404c2de392736080854127 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 17 Jun 2022 09:02:12 +0000 Subject: [PATCH 0983/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 960363a..16c707c 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Silver; + background-color: GhostWhite; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 8994b9c2e88a833d563c3daee2f7565056531a15 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 17 Jun 2022 11:17:12 +0000 Subject: [PATCH 0984/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 16c707c..b717f6c 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: GhostWhite; + background-color: DarkTurquoise; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 7b387daecc1395278534304ac93eac5a5bea0bcb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 17 Jun 2022 13:32:13 +0000 Subject: [PATCH 0985/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index b717f6c..68fb234 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkTurquoise; + background-color: OrangeRed; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 48f134ea329f65844a9ee8a544fbb38713201cb1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 17 Jun 2022 21:47:13 +0000 Subject: [PATCH 0986/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 68fb234..141472c 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: OrangeRed; + background-color: Fuchsia; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 960ba278a3add91d5123a05ea4aac156b5447922 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 18 Jun 2022 00:02:15 +0000 Subject: [PATCH 0987/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 141472c..b33a2c2 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Fuchsia; + background-color: SeaGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 3cb276bacf66a2987cb21b8b6efa251b6e84a79c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 18 Jun 2022 00:47:12 +0000 Subject: [PATCH 0988/3231] KPT-22: Modals with Coral accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index b33a2c2..78f7196 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SeaGreen; + background-color: Coral; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 9708720a0baa790cd90b2ef7734e8fec1d8853e6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 18 Jun 2022 02:17:12 +0000 Subject: [PATCH 0989/3231] KPT-22: Modals with IndianRed accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 78f7196..c4c362e 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Coral; + background-color: IndianRed; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 6eb7724899be691db6c5c2dbc6c23b63de30940e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 18 Jun 2022 03:47:13 +0000 Subject: [PATCH 0990/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index c4c362e..1dca26d 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: IndianRed; + background-color: LightSteelBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 502234e43a6cd23fc215d9a95d956d017eae4aa2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 18 Jun 2022 04:32:12 +0000 Subject: [PATCH 0991/3231] KPT-22: Modals with YellowGreen accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1dca26d..eb3f3a0 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightSteelBlue; + background-color: YellowGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From cd9b6de8c051407bc7038221f1f637b552cdf2b2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 18 Jun 2022 07:32:13 +0000 Subject: [PATCH 0992/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index eb3f3a0..6bcf35a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: YellowGreen; + background-color: Peru; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From f0e540ad186cf72d45e6d2ab07ddcf2c46e38aca Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 18 Jun 2022 10:32:13 +0000 Subject: [PATCH 0993/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 6bcf35a..b517794 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Peru; + background-color: LightSlateGrey; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From c98eb81fe1d3179a46b90f56a031496afe6c0178 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 18 Jun 2022 11:17:12 +0000 Subject: [PATCH 0994/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index b517794..e04effe 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightSlateGrey; + background-color: SkyBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 44379e84a7a28d11cdeeac2f540add2525f17adb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 18 Jun 2022 12:02:12 +0000 Subject: [PATCH 0995/3231] KPT-22: Modals with CadetBlue accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index e04effe..389255f 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SkyBlue; + background-color: CadetBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 9091e7ff2d748e9b52bccf4135d2523cc53250da Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 18 Jun 2022 16:32:12 +0000 Subject: [PATCH 0996/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 389255f..2f08aae 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: CadetBlue; + background-color: AntiqueWhite; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 3247a77735d8c849ea6e1dec0dd483a2e3b65294 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 18 Jun 2022 21:47:12 +0000 Subject: [PATCH 0997/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 2f08aae..945ac22 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: AntiqueWhite; + background-color: GreenYellow; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From df5abd48a6e4f9784afc442799e04b1b54f247b5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 19 Jun 2022 06:02:13 +0000 Subject: [PATCH 0998/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 945ac22..2cb0acd 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: GreenYellow; + background-color: Indigo; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 6f49398c7fc1fc72e4f5a345f2cf6f5ea361ab0b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 19 Jun 2022 06:47:12 +0000 Subject: [PATCH 0999/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 2cb0acd..df6b601 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Indigo; + background-color: Snow; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 36174b70b3a63a903c88e9842e16b95c6472b363 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 19 Jun 2022 07:32:13 +0000 Subject: [PATCH 1000/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index df6b601..ec501f5 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Snow; + background-color: Lime; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 661a38c05ddf9393a2c7b592ed79c57616308689 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 19 Jun 2022 12:02:13 +0000 Subject: [PATCH 1001/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index ec501f5..05b0195 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Lime; + background-color: Lavender; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 01853a388351b24c71147cdc5b7027f7d48b5aa9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 19 Jun 2022 21:02:13 +0000 Subject: [PATCH 1002/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 05b0195..94042d5 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Lavender; + background-color: SeaShell; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From fdb4cc8acff0399eb55d0cccf69b8230a3173d70 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 20 Jun 2022 03:02:12 +0000 Subject: [PATCH 1003/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 94042d5..eada11b 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SeaShell; + background-color: Moccasin; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 739b37b0cbea10cb6c4525ee2301da31c04a785b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 20 Jun 2022 04:32:12 +0000 Subject: [PATCH 1004/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index eada11b..fea4e57 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Moccasin; + background-color: PaleGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 82a40e9a83c770108a1ba55694e4b4b952e02462 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 20 Jun 2022 06:02:13 +0000 Subject: [PATCH 1005/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index fea4e57..b33a2c2 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PaleGreen; + background-color: SeaGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From e41baeb1e2f46c84f28d87a2f14bc6109fedf186 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 20 Jun 2022 07:32:13 +0000 Subject: [PATCH 1006/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index b33a2c2..0c91c33 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SeaGreen; + background-color: Magenta; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From de590305d801250dace5a8745452da6ce44f977b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 20 Jun 2022 16:32:13 +0000 Subject: [PATCH 1007/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 0c91c33..d987e02 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Magenta; + background-color: Ivory; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From a28ca7b47bc32ea5e51fbb551cd0d75670a54f25 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 20 Jun 2022 17:17:12 +0000 Subject: [PATCH 1008/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index d987e02..10f5b34 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Ivory; + background-color: Green; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 75448bcbbbb64648a4301375fd5afac708bcbec6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 20 Jun 2022 18:02:13 +0000 Subject: [PATCH 1009/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 10f5b34..a00063a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Green; + background-color: Red; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From bd92d0e881114e76f4d3b54085ce24d87eeeedbc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 20 Jun 2022 20:17:12 +0000 Subject: [PATCH 1010/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index a00063a..391a514 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Red; + background-color: MediumTurquoise; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 694c21d85b1e30872e0994f4c8c2e7c1b060b26f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 21 Jun 2022 00:02:13 +0000 Subject: [PATCH 1011/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 391a514..1125fac 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumTurquoise; + background-color: MediumSpringGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 46218b425372e0c1a3dffcba2364aa3448a17b64 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 21 Jun 2022 02:17:13 +0000 Subject: [PATCH 1012/3231] KPT-22: Modals with PowderBlue accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1125fac..0389bc8 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumSpringGreen; + background-color: PowderBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 1e92d3ca2cbaa2c289fa4f8333e07ab0cabd247c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 21 Jun 2022 03:02:12 +0000 Subject: [PATCH 1013/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 0389bc8..31b5e44 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PowderBlue; + background-color: Sienna; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 3db0c56b95432f4adf5e63bd37e7f7d3950ac670 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 21 Jun 2022 04:32:12 +0000 Subject: [PATCH 1014/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 31b5e44..e5a15c1 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Sienna; + background-color: Bisque; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 131b2fe0d971d9d298197501cae13f471145dbcd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 21 Jun 2022 07:32:13 +0000 Subject: [PATCH 1015/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index e5a15c1..03d1fcd 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Bisque; + background-color: HotPink; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From bb23c0a118d72114e1fd656856c8b493ca763f3e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 21 Jun 2022 08:17:13 +0000 Subject: [PATCH 1016/3231] KPT-22: Modals with DarkCyan accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 03d1fcd..86a9b03 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: HotPink; + background-color: DarkCyan; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 1b988136b220cc9559ee559436982aa4825a704c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 21 Jun 2022 12:02:12 +0000 Subject: [PATCH 1017/3231] KPT-24: Update background color to GreenYellow --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 86a9b03..945ac22 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkCyan; + background-color: GreenYellow; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 22e3eb23505625df58bb8cfea6654aaf3a1d481d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 21 Jun 2022 15:02:13 +0000 Subject: [PATCH 1018/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 945ac22..0c0e5f8 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: GreenYellow; + background-color: BurlyWood; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From fc7188b94efb0d4aeeae8c2f19245a77894e8d9e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 21 Jun 2022 18:02:13 +0000 Subject: [PATCH 1019/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 0c0e5f8..263fa35 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: BurlyWood; + background-color: Tomato; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 2227a401d6e6460bf41eb2d316898390b025ef31 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 21 Jun 2022 19:32:13 +0000 Subject: [PATCH 1020/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 263fa35..1125fac 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Tomato; + background-color: MediumSpringGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 20be332733cba08f6209d9757d768ca202338274 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 21 Jun 2022 22:32:13 +0000 Subject: [PATCH 1021/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1125fac..68fb234 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumSpringGreen; + background-color: OrangeRed; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 7525a5c6365e020bbc91d377fff2ea736037a1e1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 22 Jun 2022 00:47:12 +0000 Subject: [PATCH 1022/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 68fb234..05b0195 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: OrangeRed; + background-color: Lavender; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 6cbfced3fea0db81b15c52ba4912826030c91501 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 22 Jun 2022 03:47:12 +0000 Subject: [PATCH 1023/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 05b0195..49cd2ac 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Lavender; + background-color: DimGray; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 66ced4c759775fec1c0b7f52774017c3ea5eab7a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 22 Jun 2022 04:32:12 +0000 Subject: [PATCH 1024/3231] KPT-22: Modals with BlueViolet accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 49cd2ac..708ad67 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DimGray; + background-color: BlueViolet; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 165a2924cb671b4d20b15f6f88719e7e31d3636a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 22 Jun 2022 10:32:12 +0000 Subject: [PATCH 1025/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 708ad67..2a3207f 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: BlueViolet; + background-color: DarkGrey; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From dde53122c92fd53f83c03fb4cae85e8e9b19ee06 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 22 Jun 2022 19:32:12 +0000 Subject: [PATCH 1026/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 2a3207f..ef18e83 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkGrey; + background-color: MediumSlateBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 768383a225abf1cc9d6e1ba8ba4a7a310ed072b0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 22 Jun 2022 20:17:13 +0000 Subject: [PATCH 1027/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index ef18e83..381e179 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumSlateBlue; + background-color: LightSlateGray; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From a8f251ce65c8f4db064454f3b44c7536d5a8371a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 23 Jun 2022 01:32:13 +0000 Subject: [PATCH 1028/3231] KPT-22: Modals with MediumPurple accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 381e179..e68b895 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightSlateGray; + background-color: MediumPurple; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 1bcb8db7acb649247d5768c0c198703854805619 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 23 Jun 2022 02:17:12 +0000 Subject: [PATCH 1029/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index e68b895..ed5aa20 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumPurple; + background-color: Brown; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 4948c4dd8cf7fc17db6da0d34ffbc173da2f4b36 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 23 Jun 2022 03:47:13 +0000 Subject: [PATCH 1030/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index ed5aa20..0cbfd78 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Brown; + background-color: DarkGoldenRod; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 42d07c46e37fc31770aef9812d159cb752612453 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 23 Jun 2022 06:47:12 +0000 Subject: [PATCH 1031/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 0cbfd78..0588b9a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkGoldenRod; + background-color: LavenderBlush; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From b2f24ddebc14dc7814fab65857b2c1a72548d214 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 23 Jun 2022 10:32:13 +0000 Subject: [PATCH 1032/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 0588b9a..481446d 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LavenderBlush; + background-color: OliveDrab; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From c095ed79d1c0359796ba79c9c29852931d5fdab9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 23 Jun 2022 14:17:12 +0000 Subject: [PATCH 1033/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 481446d..52e7735 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: OliveDrab; + background-color: DarkSalmon; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 7ebd2be672c6c38fd42e258f509a4e9f421b486b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 23 Jun 2022 19:32:14 +0000 Subject: [PATCH 1034/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 52e7735..2cb0acd 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkSalmon; + background-color: Indigo; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 6f1b737e69752981926bd9be6388ac4a6153d899 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 23 Jun 2022 20:17:13 +0000 Subject: [PATCH 1035/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 2cb0acd..679ea3e 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Indigo; + background-color: MediumVioletRed; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 8b92eb595471df4a0e713304d394a6dcc25ed83d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 23 Jun 2022 23:17:12 +0000 Subject: [PATCH 1036/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 679ea3e..78f7196 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumVioletRed; + background-color: Coral; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 0134041154964f37faa9560d74b769f8c7be165b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 24 Jun 2022 03:47:12 +0000 Subject: [PATCH 1037/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 78f7196..2191c27 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Coral; + background-color: DarkSlateGray; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 0e07085ff415aa88fe02631e64aee63d4d525438 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 24 Jun 2022 06:02:13 +0000 Subject: [PATCH 1038/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 2191c27..6255ca9 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkSlateGray; + background-color: SaddleBrown; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 4cfc76964590ca8cf9a8910b2e35145c6f49fbab Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 24 Jun 2022 09:02:12 +0000 Subject: [PATCH 1039/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 6255ca9..4cd1ed2 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SaddleBrown; + background-color: Linen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 63c820b48ccd3f10360a9fba8bd5bc3fae5b84e8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 24 Jun 2022 11:17:13 +0000 Subject: [PATCH 1040/3231] KPT-24: Update background color to LemonChiffon --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 4cd1ed2..9be746a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Linen; + background-color: LemonChiffon; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From f36b18fa97eca6b350c840df792996cc4476dbae Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 24 Jun 2022 13:32:12 +0000 Subject: [PATCH 1041/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 9be746a..ec22af2 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LemonChiffon; + background-color: SlateGray; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 94ba2ef0e2c20b2e398c76dee7fd6c4d3a9ae581 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 24 Jun 2022 15:02:28 +0000 Subject: [PATCH 1042/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index ec22af2..10f5b34 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SlateGray; + background-color: Green; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 7815508d2f938230a02faf920f9fc8eae4d5a055 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 24 Jun 2022 19:32:13 +0000 Subject: [PATCH 1043/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 10f5b34..94042d5 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Green; + background-color: SeaShell; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 9f45480930ce986ca27af8382cc26c7c8d2f67d7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 25 Jun 2022 02:17:12 +0000 Subject: [PATCH 1044/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 94042d5..3667a7c 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SeaShell; + background-color: Chocolate; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 87e05b8712cbf70d00065974eff9374dc4bb58a0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 25 Jun 2022 05:17:12 +0000 Subject: [PATCH 1045/3231] KPT-24: Update background color to Brown --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 3667a7c..ed5aa20 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Chocolate; + background-color: Brown; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From a18cd26ae5d96422e670b36e1cdb81d5861c6a20 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 25 Jun 2022 06:02:12 +0000 Subject: [PATCH 1046/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index ed5aa20..9d426c3 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Brown; + background-color: PeachPuff; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 0e462a8151f6cffa0b5d1a75850289dbf25443ef Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 25 Jun 2022 08:17:12 +0000 Subject: [PATCH 1047/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 9d426c3..2191c27 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PeachPuff; + background-color: DarkSlateGray; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 14f0e4d03019c1630c6b65d13a36d18662423c49 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 25 Jun 2022 09:02:13 +0000 Subject: [PATCH 1048/3231] KPT-24: Update background color to LightSkyBlue --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 2191c27..6c534d0 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkSlateGray; + background-color: LightSkyBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From b5330068dee636dad33a113cac3fcb84fc36b5e5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 25 Jun 2022 10:32:13 +0000 Subject: [PATCH 1049/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 6c534d0..e68b895 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightSkyBlue; + background-color: MediumPurple; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 56d60af74ef3cbaef2ea53fa91a7afbd2d51e5e5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 25 Jun 2022 16:32:13 +0000 Subject: [PATCH 1050/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index e68b895..f615e27 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumPurple; + background-color: DarkMagenta; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From a69b1341c5410d96884bdbcd46feb4ff6b776eb3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 25 Jun 2022 20:17:12 +0000 Subject: [PATCH 1051/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f615e27..1a4cdac 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkMagenta; + background-color: Purple; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From ec731c710a6f22b28714e454ff910efa43316654 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 25 Jun 2022 23:17:13 +0000 Subject: [PATCH 1052/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1a4cdac..fcd35ac 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Purple; + background-color: Khaki; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From f517bdcb5bccc4f79113bad0926ce75a50bf6438 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 26 Jun 2022 03:47:14 +0000 Subject: [PATCH 1053/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index fcd35ac..4cd1ed2 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Khaki; + background-color: Linen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 5a6660bceb9079b90e69673bc6269567cdfd8c08 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 26 Jun 2022 07:32:12 +0000 Subject: [PATCH 1054/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 4cd1ed2..1a4cdac 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Linen; + background-color: Purple; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 366f74af09f419b16cabaa2c458f36d57ce0292f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 26 Jun 2022 08:17:13 +0000 Subject: [PATCH 1055/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1a4cdac..77449ef 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Purple; + background-color: MidnightBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From a44ff24cf23b3c0193784615fa72c39894c1b7eb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 26 Jun 2022 11:17:12 +0000 Subject: [PATCH 1056/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 77449ef..e23fe63 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MidnightBlue; + background-color: DeepPink; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 2d5d68d57b5c421dfd2444435bfe2302a66d1a3c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 26 Jun 2022 18:47:12 +0000 Subject: [PATCH 1057/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index e23fe63..77c4429 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DeepPink; + background-color: Wheat; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 006d65a253ebf86823e9222a4f8cd78f55512894 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 27 Jun 2022 06:02:14 +0000 Subject: [PATCH 1058/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 77c4429..391a514 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Wheat; + background-color: MediumTurquoise; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From b536726f025dd99982a06f022a7dfbd23034c19e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 27 Jun 2022 08:17:13 +0000 Subject: [PATCH 1059/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 391a514..49cd2ac 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumTurquoise; + background-color: DimGray; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From a2295b2e5acb1f9d386fbfa9a7fa447b75a54fd6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 27 Jun 2022 12:02:12 +0000 Subject: [PATCH 1060/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 49cd2ac..7675de5 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DimGray; + background-color: Grey; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From e252435b8e8ac204c138ab0ce289fefd5a9bad39 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 27 Jun 2022 15:02:13 +0000 Subject: [PATCH 1061/3231] KPT-24: Update background color to Lavender --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 7675de5..05b0195 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Grey; + background-color: Lavender; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 7fad4bccc385c2310b0e890d3cd4bcedf68cca58 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 28 Jun 2022 03:47:12 +0000 Subject: [PATCH 1062/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 05b0195..c4c362e 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Lavender; + background-color: IndianRed; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 9f1df46064ec23d942427d06188fe58ee82f687b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 28 Jun 2022 05:17:13 +0000 Subject: [PATCH 1063/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index c4c362e..27817c7 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: IndianRed; + background-color: LightBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 7b827f564e2a210a172f223b83a2b14b1fc2c4d4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 28 Jun 2022 06:47:13 +0000 Subject: [PATCH 1064/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 27817c7..2641f4a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightBlue; + background-color: LawnGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 8c7b456f09bdba10476aabd5b7168efc1e113caf Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 28 Jun 2022 07:32:13 +0000 Subject: [PATCH 1065/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 2641f4a..19a39b9 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LawnGreen; + background-color: DarkSeaGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 96eb7693bb546daa97a469b3ec2bc244e4b23b3c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 28 Jun 2022 09:47:12 +0000 Subject: [PATCH 1066/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 19a39b9..49cd2ac 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkSeaGreen; + background-color: DimGray; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 787f6bf8ee020575eae17c61010e76194b48db80 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 28 Jun 2022 10:32:13 +0000 Subject: [PATCH 1067/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 49cd2ac..69e0c48 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DimGray; + background-color: PapayaWhip; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 6aec8d2c0dd1d2e09ed5b55981f6b410c1c9f47d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 28 Jun 2022 15:47:13 +0000 Subject: [PATCH 1068/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 69e0c48..e68b895 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PapayaWhip; + background-color: MediumPurple; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 8e4897189c0d0e80928fc6ca7651299835a73b97 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 28 Jun 2022 16:32:13 +0000 Subject: [PATCH 1069/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index e68b895..82130d0 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumPurple; + background-color: LightYellow; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From b5a74c20828ba1bbe6f4885280fa0205c0ddac46 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 28 Jun 2022 18:02:12 +0000 Subject: [PATCH 1070/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 82130d0..a6e04de 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightYellow; + background-color: Navy; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 815ff1cfb7c6f9aa508e4bac02c497c180c30bbf Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 29 Jun 2022 02:17:14 +0000 Subject: [PATCH 1071/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index a6e04de..2f08aae 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Navy; + background-color: AntiqueWhite; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 923b63da9eb6664c1d3652f5adb5331fe14e86f4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 29 Jun 2022 03:02:15 +0000 Subject: [PATCH 1072/3231] KPT-24: Update background color to Red --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 2f08aae..a00063a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: AntiqueWhite; + background-color: Red; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 03ab759dc3d2cdf23f2aececd7ec0a122fd75252 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 29 Jun 2022 04:32:14 +0000 Subject: [PATCH 1073/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index a00063a..df6b601 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Red; + background-color: Snow; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From b990f32bd89dce48fd6cf09f7299760e92af35a3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 29 Jun 2022 05:17:14 +0000 Subject: [PATCH 1074/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index df6b601..4c7d26e 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Snow; + background-color: DarkViolet; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From a8095f547ae2c4050c2fa2c302d8640f1db7683b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 29 Jun 2022 06:02:15 +0000 Subject: [PATCH 1075/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 4c7d26e..49cd2ac 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkViolet; + background-color: DimGray; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 423177f8fa0598b8660609a3dde62ac079c41ba1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 29 Jun 2022 09:47:13 +0000 Subject: [PATCH 1076/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 49cd2ac..679ea3e 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DimGray; + background-color: MediumVioletRed; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 49d6c5ea1a3a39776e93e53f1e3beea75b87b836 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 29 Jun 2022 11:17:12 +0000 Subject: [PATCH 1077/3231] KPT-22: Modals with DarkSlateBlue accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 679ea3e..6c88545 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumVioletRed; + background-color: DarkSlateBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 8b0f31eba57694a2804be23fcb0202f7785bd0c6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 29 Jun 2022 12:02:13 +0000 Subject: [PATCH 1078/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 6c88545..10f5b34 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkSlateBlue; + background-color: Green; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 280a8cba1f9368ff63270aee3b1f7db26c8db129 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 29 Jun 2022 16:32:12 +0000 Subject: [PATCH 1079/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 10f5b34..3d28410 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Green; + background-color: Thistle; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From d21015feb48b6c687609547a48cb56f27e0523f7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 29 Jun 2022 17:17:13 +0000 Subject: [PATCH 1080/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 3d28410..78f7196 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Thistle; + background-color: Coral; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From f4c8f7e9414ba7dad66a32c532ed353a88b0bb91 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 29 Jun 2022 19:32:15 +0000 Subject: [PATCH 1081/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 78f7196..4c7d26e 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Coral; + background-color: DarkViolet; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 2e93ec1739c44be459d82edae990bc666ca111be Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 29 Jun 2022 20:17:13 +0000 Subject: [PATCH 1082/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 4c7d26e..c7a5312 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkViolet; + background-color: MediumOrchid; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 7daa3311c06b5d3f37109ed74bb26c498efa1a9a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 29 Jun 2022 21:02:13 +0000 Subject: [PATCH 1083/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index c7a5312..6c88545 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumOrchid; + background-color: DarkSlateBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From daf97931ddcaf88aa525a714ca6420de04da9906 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 30 Jun 2022 03:02:13 +0000 Subject: [PATCH 1084/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 6c88545..1fbfb2d 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkSlateBlue; + background-color: Tan; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From a70a86f7515f662ebcb9dc886e973212387054a0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 30 Jun 2022 07:32:14 +0000 Subject: [PATCH 1085/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1fbfb2d..e5dd579 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Tan; + background-color: FloralWhite; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 210b58f245b2c68fca09afc77b95993bfadf84f1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 30 Jun 2022 15:02:13 +0000 Subject: [PATCH 1086/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index e5dd579..ed5aa20 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: FloralWhite; + background-color: Brown; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 8253910f4ffd670f681a19cef82ec58ef5477a16 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 30 Jun 2022 17:17:12 +0000 Subject: [PATCH 1087/3231] KPT-22: Modals with Moccasin accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index ed5aa20..eada11b 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Brown; + background-color: Moccasin; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 4594aff11a87d6c2609fa68d9667deb6b96cc984 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 30 Jun 2022 20:17:12 +0000 Subject: [PATCH 1088/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index eada11b..f908495 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Moccasin; + background-color: Crimson; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 9cf1faecdabe479353ff86b56f6c6a247b0b59a6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 30 Jun 2022 21:02:14 +0000 Subject: [PATCH 1089/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f908495..e5a15c1 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Crimson; + background-color: Bisque; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 64c07e049e10df70b845b6553fa6efbaa0e8df5a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 30 Jun 2022 23:17:13 +0000 Subject: [PATCH 1090/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index e5a15c1..8b86479 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Bisque; + background-color: Olive; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 0134abf11e42b5c089ea2806e8e22c3f4c22a85e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 1 Jul 2022 01:32:12 +0000 Subject: [PATCH 1091/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 8b86479..6c13b73 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Olive; + background-color: DodgerBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 8ee61ec56647df98d6218415282b3db99e12278a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 1 Jul 2022 06:02:13 +0000 Subject: [PATCH 1092/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 6c13b73..eada11b 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DodgerBlue; + background-color: Moccasin; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 98fb3f8094dbedcc66bfdcec2423a2dc59c51327 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 1 Jul 2022 07:32:12 +0000 Subject: [PATCH 1093/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index eada11b..dd43562 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Moccasin; + background-color: Orchid; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 5c241f56d84abcf334e081c218239853509fb969 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 1 Jul 2022 09:02:13 +0000 Subject: [PATCH 1094/3231] KPT-24: Update background color to SeaShell --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index dd43562..94042d5 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Orchid; + background-color: SeaShell; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From dbfd5095b05dffaadc1fda02dc3faa816d9c285e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 1 Jul 2022 09:47:12 +0000 Subject: [PATCH 1095/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 94042d5..81081f0 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SeaShell; + background-color: Gainsboro; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 66937e325d2cabce6fa6cd11741fdb60c72fd426 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 1 Jul 2022 11:17:12 +0000 Subject: [PATCH 1096/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 81081f0..3d28410 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Gainsboro; + background-color: Thistle; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From b3edd90255317f9bd464227e70c5e7a3123074d8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 1 Jul 2022 15:47:12 +0000 Subject: [PATCH 1097/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 3d28410..389255f 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Thistle; + background-color: CadetBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 38e2dad529ad7c7a8fc97674757b6af0653c7acf Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 1 Jul 2022 19:32:13 +0000 Subject: [PATCH 1098/3231] KPT-24: Update background color to DarkSalmon --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 389255f..52e7735 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: CadetBlue; + background-color: DarkSalmon; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From e0b48ff6fa0c06b1ceed20f8cc509b1e0454d583 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 1 Jul 2022 21:47:12 +0000 Subject: [PATCH 1099/3231] KPT-24: Update background color to PaleGreen --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 52e7735..fea4e57 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkSalmon; + background-color: PaleGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From a6c22414a97cd1e11100f75343b1ac03f89accff Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 1 Jul 2022 22:32:12 +0000 Subject: [PATCH 1100/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index fea4e57..960363a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PaleGreen; + background-color: Silver; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 9eaefdbf93b6975e661d23f75d2b6156f4bf90ad Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 1 Jul 2022 23:17:12 +0000 Subject: [PATCH 1101/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 960363a..b12e2b1 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Silver; + background-color: RosyBrown; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From c43aa6ae202ebbc26cde9eafba0b4b985dc1376d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 2 Jul 2022 00:02:13 +0000 Subject: [PATCH 1102/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index b12e2b1..b517794 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: RosyBrown; + background-color: LightSlateGrey; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 36ed731a2c2d4cee0e9510c410c15ccbabac68d7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 2 Jul 2022 03:47:12 +0000 Subject: [PATCH 1103/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index b517794..263fa35 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightSlateGrey; + background-color: Tomato; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 53361d7e22717985fe077cb6323b4232835bb2a9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 2 Jul 2022 06:02:13 +0000 Subject: [PATCH 1104/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 263fa35..7675de5 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Tomato; + background-color: Grey; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 79c44e07a23e47e6ec5ef01fd4168029d7ee6f51 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 2 Jul 2022 06:47:12 +0000 Subject: [PATCH 1105/3231] KPT-22: Modals with PaleGreen accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 7675de5..fea4e57 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Grey; + background-color: PaleGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 6f1e9791df978afa466b92f5d46f82debd2479d2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 2 Jul 2022 08:17:13 +0000 Subject: [PATCH 1106/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index fea4e57..9be746a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PaleGreen; + background-color: LemonChiffon; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From b3ee150c6a392d7a07441f9a32d9c70185cb9815 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 2 Jul 2022 09:02:13 +0000 Subject: [PATCH 1107/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 9be746a..c4c362e 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LemonChiffon; + background-color: IndianRed; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 092a7c7d33f4ef3a737d7011b32c9a64ff45316a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 2 Jul 2022 09:47:13 +0000 Subject: [PATCH 1108/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index c4c362e..b496a9e 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: IndianRed; + background-color: DeepSkyBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 68b412ba4ea580f5d83f483bbd998d8022dcb646 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 2 Jul 2022 14:17:13 +0000 Subject: [PATCH 1109/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index b496a9e..bd0a1d7 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DeepSkyBlue; + background-color: DarkOrange; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 1eb7c9bb1637d1e5b5898202e11a735f8b2213b5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 2 Jul 2022 15:02:13 +0000 Subject: [PATCH 1110/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index bd0a1d7..945ac22 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkOrange; + background-color: GreenYellow; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From c84810843bff13f7a413c646791c6768372d84da Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 2 Jul 2022 16:32:12 +0000 Subject: [PATCH 1111/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 945ac22..86a9b03 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: GreenYellow; + background-color: DarkCyan; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From d9183a80aa9eeaf76f550f7be798506efb66e7c2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 2 Jul 2022 17:17:12 +0000 Subject: [PATCH 1112/3231] KPT-22: Modals with Aqua accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 86a9b03..4e48cac 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkCyan; + background-color: Aqua; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 41b8b3ac224d3f4f2e84e27830cca9fa056cf7c3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 3 Jul 2022 00:47:13 +0000 Subject: [PATCH 1113/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 4e48cac..945ac22 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Aqua; + background-color: GreenYellow; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 4be57bbf383d7757f771b12b1658dcac909d4f59 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 3 Jul 2022 05:17:12 +0000 Subject: [PATCH 1114/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 945ac22..960363a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: GreenYellow; + background-color: Silver; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 68fb6fc26c6227b771b0555878985f115f0d8949 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 3 Jul 2022 06:47:12 +0000 Subject: [PATCH 1115/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 960363a..ef18e83 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Silver; + background-color: MediumSlateBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 1857d6cf1ceb6fc170e21a1ff00ec0431280737f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 3 Jul 2022 10:32:13 +0000 Subject: [PATCH 1116/3231] KPT-24: Update background color to Salmon --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index ef18e83..5b89964 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumSlateBlue; + background-color: Salmon; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From b5166847780fef1f587ddadb4a5a226938046e4e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 3 Jul 2022 12:47:12 +0000 Subject: [PATCH 1117/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5b89964..ec22af2 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Salmon; + background-color: SlateGray; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From a7b5869d3765e15b63410b71505f752a4ec71da6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 3 Jul 2022 15:47:12 +0000 Subject: [PATCH 1118/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index ec22af2..eb3f3a0 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SlateGray; + background-color: YellowGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 4fdacfdb8e61c296e2ed6996683f5b5ab5e57148 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 3 Jul 2022 18:47:12 +0000 Subject: [PATCH 1119/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index eb3f3a0..b33a2c2 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: YellowGreen; + background-color: SeaGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 6489e613a43bc0bf0cbc085ba3a4c419d045bc4c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 3 Jul 2022 19:32:12 +0000 Subject: [PATCH 1120/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index b33a2c2..a4f3dc5 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SeaGreen; + background-color: Cornsilk; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 61710c2f3483e6a9667915b2064f15abf2cf9155 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 3 Jul 2022 21:02:13 +0000 Subject: [PATCH 1121/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index a4f3dc5..1ffd917 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Cornsilk; + background-color: LightCoral; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From a696c99fe062b4cf9a302069ca909fa537b1797c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 4 Jul 2022 01:32:12 +0000 Subject: [PATCH 1122/3231] KPT-24: Update background color to ForestGreen --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1ffd917..2d9d2b7 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightCoral; + background-color: ForestGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 4ca986bcd4d162276a101891dfba3a7b08b42e84 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 4 Jul 2022 05:17:12 +0000 Subject: [PATCH 1123/3231] KPT-22: Modals with Silver accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 2d9d2b7..960363a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: ForestGreen; + background-color: Silver; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 677bc8c1402699a0b7083df2968a91312a9e8f12 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 4 Jul 2022 08:17:13 +0000 Subject: [PATCH 1124/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 960363a..1d4754e 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Silver; + background-color: SlateBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 8468cfdf5c207cb23135a1989f19a059797c5267 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 4 Jul 2022 09:47:13 +0000 Subject: [PATCH 1125/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1d4754e..0cbfd78 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SlateBlue; + background-color: DarkGoldenRod; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 8815f5992bbb44356dba78a385a57534866b8bea Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 4 Jul 2022 12:47:14 +0000 Subject: [PATCH 1126/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 0cbfd78..8d0d9cb 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkGoldenRod; + background-color: WhiteSmoke; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 5f202bae829a02e0a319d19122208b090aa32307 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 4 Jul 2022 14:17:13 +0000 Subject: [PATCH 1127/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 8d0d9cb..f2dd7f4 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: WhiteSmoke; + background-color: LightGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From e375565b525afa441f6583c4f7142abcbfe0b60a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 4 Jul 2022 15:47:13 +0000 Subject: [PATCH 1128/3231] KPT-22: Modals with DeepPink accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f2dd7f4..e23fe63 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightGreen; + background-color: DeepPink; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 51abded1c91d692a00b066a3c4416bd1d3a07aae Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 4 Jul 2022 16:32:12 +0000 Subject: [PATCH 1129/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index e23fe63..99c6c87 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DeepPink; + background-color: Aquamarine; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 609f8ba00df88eb65bd0c26ff211034be57865ee Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 5 Jul 2022 04:32:12 +0000 Subject: [PATCH 1130/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 99c6c87..b496a9e 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Aquamarine; + background-color: DeepSkyBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From f99baa9fbad7a36dca2e113696f56c27da1be348 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 5 Jul 2022 09:47:13 +0000 Subject: [PATCH 1131/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index b496a9e..77c4429 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DeepSkyBlue; + background-color: Wheat; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From adc3b75edf22cf5aabda9db4dd66673ecfc5c04d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 5 Jul 2022 15:02:12 +0000 Subject: [PATCH 1132/3231] KPT-24: Update background color to DarkGoldenRod --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 77c4429..0cbfd78 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Wheat; + background-color: DarkGoldenRod; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From f53342c00fc3dfc3e43533ab7d99321e6da04470 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 5 Jul 2022 15:47:13 +0000 Subject: [PATCH 1133/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 0cbfd78..1a4cdac 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkGoldenRod; + background-color: Purple; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 0696dfe9c4d954751eb6887595364c7c7053093f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 5 Jul 2022 18:47:12 +0000 Subject: [PATCH 1134/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1a4cdac..08ea915 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Purple; + background-color: LightGrey; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 3eaad2a0d94abc17c2249a1a6c8b568b0fda78a0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 5 Jul 2022 21:02:13 +0000 Subject: [PATCH 1135/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 08ea915..1ede12f 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightGrey; + background-color: DarkOliveGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 00fc2fb99a2a15fdc0c8a7b4f5bad10d11bc285d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 5 Jul 2022 22:32:13 +0000 Subject: [PATCH 1136/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1ede12f..1eeb4dc 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkOliveGreen; + background-color: RebeccaPurple; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 781807871ae076833cb0fb9d32bc0a25456f3871 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 5 Jul 2022 23:17:14 +0000 Subject: [PATCH 1137/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1eeb4dc..52e7735 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: RebeccaPurple; + background-color: DarkSalmon; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 5ceb6f1680b4b090e05b05f25c9b101499d64ddc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 6 Jul 2022 03:02:19 +0000 Subject: [PATCH 1138/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 52e7735..77c4429 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkSalmon; + background-color: Wheat; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 1a1c0ff6f6e545a71e1ed8b05251660c6c9c74fc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 6 Jul 2022 09:47:12 +0000 Subject: [PATCH 1139/3231] KPT-24: Update background color to SlateGrey --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 77c4429..03f2967 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Wheat; + background-color: SlateGrey; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 5d16b54b3d9f28c8cca815ec3a8e1375622eba7a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 6 Jul 2022 11:17:12 +0000 Subject: [PATCH 1140/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 03f2967..b496a9e 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SlateGrey; + background-color: DeepSkyBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From cea3c7363950800f3db360209bbaa14cdd4f33b5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 6 Jul 2022 14:17:13 +0000 Subject: [PATCH 1141/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index b496a9e..b517794 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DeepSkyBlue; + background-color: LightSlateGrey; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 171c13e74830c7090b2e924538ad5ca6a367fc7b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 6 Jul 2022 17:17:12 +0000 Subject: [PATCH 1142/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index b517794..4f4e2eb 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightSlateGrey; + background-color: Orange; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 80fddb5c3189361978271425e4632db2fe2abd2e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 7 Jul 2022 00:47:13 +0000 Subject: [PATCH 1143/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 4f4e2eb..1f068a1 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Orange; + background-color: MediumBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 2fa40365a926ae1257641aefcd0a143b124520b8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 7 Jul 2022 03:47:13 +0000 Subject: [PATCH 1144/3231] KPT-22: Modals with Chocolate accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1f068a1..3667a7c 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumBlue; + background-color: Chocolate; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From f875fe06d4021b60ddbf42de1da0fbe9dbd29b4e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 7 Jul 2022 08:17:12 +0000 Subject: [PATCH 1145/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 3667a7c..6c13b73 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Chocolate; + background-color: DodgerBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From b9847e8f155d51c4c151450f70f170148d76e777 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 7 Jul 2022 18:02:12 +0000 Subject: [PATCH 1146/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 6c13b73..f801b46 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DodgerBlue; + background-color: MediumSeaGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 1afc377340bcfd16f703100db738af9e8723ede7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 7 Jul 2022 22:32:12 +0000 Subject: [PATCH 1147/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f801b46..960363a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumSeaGreen; + background-color: Silver; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 2d869951ddabab6a026ce203eb6922f679edd726 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 8 Jul 2022 00:47:13 +0000 Subject: [PATCH 1148/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 960363a..6c13b73 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Silver; + background-color: DodgerBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From a3a3ecf609f1d1cabd7083ae1dcd04bfe5aacd43 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 8 Jul 2022 06:02:13 +0000 Subject: [PATCH 1149/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 6c13b73..82130d0 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DodgerBlue; + background-color: LightYellow; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 2cd8808d426601f15ad959d618183a0145f9ff02 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 8 Jul 2022 06:47:13 +0000 Subject: [PATCH 1150/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 82130d0..d828631 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightYellow; + background-color: Azure; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 98a20d33abffa705c3464b9f91bf4d27e3a68fa2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 8 Jul 2022 11:17:12 +0000 Subject: [PATCH 1151/3231] KPT-24: Update background color to DarkSlateGrey --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index d828631..480e007 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Azure; + background-color: DarkSlateGrey; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 132e0be30d609a6978512894f447b59664c2c7a2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 8 Jul 2022 12:02:13 +0000 Subject: [PATCH 1152/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 480e007..e68b895 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkSlateGrey; + background-color: MediumPurple; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 04c3862d3f4be98602dc1c9e48ce4b2fbde1b790 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 8 Jul 2022 18:47:13 +0000 Subject: [PATCH 1153/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index e68b895..9be746a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumPurple; + background-color: LemonChiffon; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 42cbfe37332dfbb3db8be73a2c026380e81d71c0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 8 Jul 2022 19:32:13 +0000 Subject: [PATCH 1154/3231] KPT-22: Modals with LightSteelBlue accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 9be746a..1dca26d 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LemonChiffon; + background-color: LightSteelBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 52739cf7e0328dafba123235674a3e6bbee5b412 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 9 Jul 2022 01:32:13 +0000 Subject: [PATCH 1155/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1dca26d..41c019d 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightSteelBlue; + background-color: Plum; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 5c94fd186e16cc3cd26f5b08c282c7dd8c7644c4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 9 Jul 2022 03:02:13 +0000 Subject: [PATCH 1156/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 41c019d..99c6c87 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Plum; + background-color: Aquamarine; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 8397807de2eb4924adb18ee09a4f6dd6fbfbd508 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 9 Jul 2022 05:17:12 +0000 Subject: [PATCH 1157/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 99c6c87..389255f 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Aquamarine; + background-color: CadetBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From b3ce5974fe508e21ca6e463a9afe215e5b8418c8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 9 Jul 2022 06:02:13 +0000 Subject: [PATCH 1158/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 389255f..94042d5 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: CadetBlue; + background-color: SeaShell; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 16c30a1fdc5e040b7d0c59f737dbc342909431b3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 9 Jul 2022 08:17:12 +0000 Subject: [PATCH 1159/3231] KPT-24: Update background color to DarkViolet --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 94042d5..4c7d26e 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SeaShell; + background-color: DarkViolet; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From ae7f6f4e42c2e66eebb8646765b944d2bce45f9f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 9 Jul 2022 09:47:13 +0000 Subject: [PATCH 1160/3231] KPT-24: Update background color to Coral --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 4c7d26e..78f7196 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkViolet; + background-color: Coral; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 2f38f52b8247a2f464cbd89cc02bb588b11a118c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 9 Jul 2022 12:02:14 +0000 Subject: [PATCH 1161/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 78f7196..a00063a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Coral; + background-color: Red; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 591abb94334c7f4a2ba964a638ab424e3586a5c7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 9 Jul 2022 12:47:12 +0000 Subject: [PATCH 1162/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index a00063a..16c707c 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Red; + background-color: GhostWhite; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 8b2b47137ddcf155f94dccc895bc78af4acadedf Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 9 Jul 2022 14:17:13 +0000 Subject: [PATCH 1163/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 16c707c..eb3f3a0 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: GhostWhite; + background-color: YellowGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 25d73b6eabfb3ab6c0c9a2d9ee0e0a5f1af13f8e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 9 Jul 2022 15:47:13 +0000 Subject: [PATCH 1164/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index eb3f3a0..45a345a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: YellowGreen; + background-color: DarkGray; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From ad2ba760fec6294ef224c3d23a1d3e5dcd39ab4e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 9 Jul 2022 18:02:12 +0000 Subject: [PATCH 1165/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 45a345a..2191c27 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkGray; + background-color: DarkSlateGray; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 1a3c54e22438c88c30bc18183d4777c901e824b1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 9 Jul 2022 19:32:13 +0000 Subject: [PATCH 1166/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 2191c27..5ac9d52 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkSlateGray; + background-color: HoneyDew; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 898bf6ba502baaeb780c2acd74362130a73d6552 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 9 Jul 2022 22:32:13 +0000 Subject: [PATCH 1167/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5ac9d52..77102e4 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: HoneyDew; + background-color: Black; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From ae128bbb37993b8e592b67dd5fec770db738a789 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 10 Jul 2022 00:47:12 +0000 Subject: [PATCH 1168/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 77102e4..389255f 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Black; + background-color: CadetBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 8c927e569a5789238c6ce6c86cea8f597235b1e2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 10 Jul 2022 02:17:13 +0000 Subject: [PATCH 1169/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 389255f..5b89964 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: CadetBlue; + background-color: Salmon; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 30253a5c7c192b747fe82e67173ffb87230d828c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 10 Jul 2022 09:47:12 +0000 Subject: [PATCH 1170/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5b89964..7225865 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Salmon; + background-color: DarkBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 7282cb0d7ce492280a58aa3cc7cb7b3e9926a481 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 10 Jul 2022 11:17:13 +0000 Subject: [PATCH 1171/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 7225865..5d39784 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkBlue; + background-color: SteelBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From bb679a9eb1c56a2e55d6fe232394766138785218 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 10 Jul 2022 12:47:12 +0000 Subject: [PATCH 1172/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5d39784..5b89964 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SteelBlue; + background-color: Salmon; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 517d143151f22b252159d1080f3a42638f6dd042 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 10 Jul 2022 15:47:12 +0000 Subject: [PATCH 1173/3231] KPT-24: Update background color to AliceBlue --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5b89964..f6a43ea 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Salmon; + background-color: AliceBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From df8657340172426670e2346c59af4e0de56a0fad Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 10 Jul 2022 21:47:12 +0000 Subject: [PATCH 1174/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f6a43ea..9d426c3 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: AliceBlue; + background-color: PeachPuff; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From d74393a267d9bf00fb83b72020cd3f3c1bb6ecec Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 11 Jul 2022 00:47:12 +0000 Subject: [PATCH 1175/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 9d426c3..fc49f87 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PeachPuff; + background-color: Cyan; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From bf56d8dc6e7d3a394a36768347abef944ed6baca Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 11 Jul 2022 03:02:13 +0000 Subject: [PATCH 1176/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index fc49f87..6bcf35a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Cyan; + background-color: Peru; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 91f4772f86d6c1455e7909c71892de5936f4430a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 11 Jul 2022 10:32:13 +0000 Subject: [PATCH 1177/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 6bcf35a..41c019d 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Peru; + background-color: Plum; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 1a75154a239a321ee729b2cabd4d3b5158fef743 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 11 Jul 2022 11:17:14 +0000 Subject: [PATCH 1178/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 41c019d..389255f 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Plum; + background-color: CadetBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 00089124e3c47c62425bbcbd821c3ce9ed6d42aa Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 11 Jul 2022 14:51:52 +0000 Subject: [PATCH 1179/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 389255f..2641f4a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: CadetBlue; + background-color: LawnGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From e61560eb4660148a1a3c437eebe1e6d917169fee Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 11 Jul 2022 17:51:52 +0000 Subject: [PATCH 1180/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 2641f4a..f615e27 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LawnGreen; + background-color: DarkMagenta; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 3229048f3d79d67bd443e9977c50e961e1424584 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 11 Jul 2022 20:51:51 +0000 Subject: [PATCH 1181/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f615e27..945ac22 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkMagenta; + background-color: GreenYellow; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 88ff6b7aa23a40ec60e0d1b5df045bc309e7bad8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 12 Jul 2022 02:06:52 +0000 Subject: [PATCH 1182/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 945ac22..679ea3e 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: GreenYellow; + background-color: MediumVioletRed; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From f37da7d0ac60d628202cc5b02abcaf76ecd2ea56 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 12 Jul 2022 11:51:51 +0000 Subject: [PATCH 1183/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 679ea3e..0784442 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumVioletRed; + background-color: Gold; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 0d5352b44cdcc81453871493b9a259ded1eaa13d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 12 Jul 2022 14:06:52 +0000 Subject: [PATCH 1184/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 0784442..1d4754e 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Gold; + background-color: SlateBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 428b09392d3b96e1f2a98523f172192e98ca5409 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 12 Jul 2022 15:36:51 +0000 Subject: [PATCH 1185/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1d4754e..ed5aa20 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SlateBlue; + background-color: Brown; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 64a92479aac8ab2e3c98980ab47bec5f378d8baa Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 12 Jul 2022 17:06:51 +0000 Subject: [PATCH 1186/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index ed5aa20..fea4e57 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Brown; + background-color: PaleGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 452c10285ecd425625df0705ba771fa9b32efef8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 12 Jul 2022 23:51:51 +0000 Subject: [PATCH 1187/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index fea4e57..e6fb036 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PaleGreen; + background-color: GoldenRod; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From b3ad8f45dc3d78e95adffd748254ef1348b98e15 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 13 Jul 2022 01:21:53 +0000 Subject: [PATCH 1188/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index e6fb036..368053a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: GoldenRod; + background-color: PaleVioletRed; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From a58dc34286739d1c35485d5f185cc6191766a85d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 13 Jul 2022 02:06:52 +0000 Subject: [PATCH 1189/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 368053a..263fa35 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PaleVioletRed; + background-color: Tomato; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 1deb21c2850f65d2fb111ac6bde270bd62eb7282 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 13 Jul 2022 03:36:51 +0000 Subject: [PATCH 1190/3231] KPT-24: Update background color to DarkOrchid --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 263fa35..382e7a4 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Tomato; + background-color: DarkOrchid; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From bce8e1eab2335cf0e0f0538e3a377d78c86e2b6f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 13 Jul 2022 10:21:52 +0000 Subject: [PATCH 1191/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 382e7a4..5d39784 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkOrchid; + background-color: SteelBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From ed7eb6a4a8bdfd5d62f00639e111a831aaf3aebd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 13 Jul 2022 11:06:52 +0000 Subject: [PATCH 1192/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5d39784..f801b46 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SteelBlue; + background-color: MediumSeaGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 168c7c079b8e6f3fa4fa433553df939c02505a27 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 13 Jul 2022 11:51:51 +0000 Subject: [PATCH 1193/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f801b46..45a345a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumSeaGreen; + background-color: DarkGray; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 8e0965e77ca69f13d5b68298ebc03447dd96e775 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 13 Jul 2022 12:36:52 +0000 Subject: [PATCH 1194/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 45a345a..f908495 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkGray; + background-color: Crimson; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 8bace566ae13a7780e945c54017dba4aedbc627c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 13 Jul 2022 14:06:52 +0000 Subject: [PATCH 1195/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f908495..1a4cdac 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Crimson; + background-color: Purple; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 9821bfffc39beb52e77d4aefab07a726477650f6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 13 Jul 2022 15:36:51 +0000 Subject: [PATCH 1196/3231] KPT-24: Update background color to Yellow --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1a4cdac..992f790 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Purple; + background-color: Yellow; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 7afe0e2cd13185f5aaa42c41c602dbb7560c176b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 13 Jul 2022 17:51:52 +0000 Subject: [PATCH 1197/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 992f790..a4f3dc5 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Yellow; + background-color: Cornsilk; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 973c4b70a47cd8227667e650a41eaddec8ac07d5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 13 Jul 2022 20:06:51 +0000 Subject: [PATCH 1198/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index a4f3dc5..e6169de 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Cornsilk; + background-color: DimGrey; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From ec13652f4866eff41e1d7838a4d13e5417c95515 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 14 Jul 2022 02:06:52 +0000 Subject: [PATCH 1199/3231] KPT-24: Update background color to Coral --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index e6169de..78f7196 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DimGrey; + background-color: Coral; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 8dbf58f01a640e68b139987c1313892f1d62a077 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 14 Jul 2022 02:51:52 +0000 Subject: [PATCH 1200/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 78f7196..1125fac 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Coral; + background-color: MediumSpringGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From eff3faba42ea9668364a374705b2f68e491b815c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 14 Jul 2022 07:21:51 +0000 Subject: [PATCH 1201/3231] KPT-24: Update background color to DarkSalmon --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1125fac..52e7735 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumSpringGreen; + background-color: DarkSalmon; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From aa398eca7c7c6eed22b2152c29bf880ec9593deb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 14 Jul 2022 08:06:52 +0000 Subject: [PATCH 1202/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 52e7735..41c019d 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkSalmon; + background-color: Plum; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 49083ae4652b93d4c6d193ac3acdbc9b674af734 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 14 Jul 2022 10:21:52 +0000 Subject: [PATCH 1203/3231] KPT-24: Update background color to DarkGrey --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 41c019d..2a3207f 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Plum; + background-color: DarkGrey; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 5d6b73eb35cc925e967e8c4b3909a3303af83e77 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 14 Jul 2022 12:36:51 +0000 Subject: [PATCH 1204/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 2a3207f..945ac22 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkGrey; + background-color: GreenYellow; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From b5f538e54d05ede4884b7c0197ccb1f72fd85599 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 14 Jul 2022 14:06:52 +0000 Subject: [PATCH 1205/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 945ac22..ef18e83 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: GreenYellow; + background-color: MediumSlateBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 6017e6e95601ed0221fdd760a5dfc2ff056e1c19 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 14 Jul 2022 18:36:51 +0000 Subject: [PATCH 1206/3231] KPT-22: Modals with Wheat accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index ef18e83..77c4429 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumSlateBlue; + background-color: Wheat; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 38c7937ec6b93ff50d2854e113b5cc2c82136c4f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 14 Jul 2022 21:36:52 +0000 Subject: [PATCH 1207/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 77c4429..0c0e5f8 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Wheat; + background-color: BurlyWood; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 911ee2d6ccb473b39f0affb7599789920c4d0f37 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 14 Jul 2022 23:06:52 +0000 Subject: [PATCH 1208/3231] KPT-24: Update background color to Indigo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 0c0e5f8..2cb0acd 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: BurlyWood; + background-color: Indigo; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From cf7e93b6cff00666f693d9a12acca4c32b96da01 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 15 Jul 2022 04:21:52 +0000 Subject: [PATCH 1209/3231] KPT-24: Update background color to IndianRed --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 2cb0acd..c4c362e 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Indigo; + background-color: IndianRed; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 28047b8449f263a9a45f93a062ad66bde6d4fad2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 15 Jul 2022 07:21:52 +0000 Subject: [PATCH 1210/3231] KPT-22: Modals with Cornsilk accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index c4c362e..a4f3dc5 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: IndianRed; + background-color: Cornsilk; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From c2866c478faecef228639acac96f8fddf0bf1a04 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 15 Jul 2022 08:51:51 +0000 Subject: [PATCH 1211/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index a4f3dc5..41c019d 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Cornsilk; + background-color: Plum; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 7d888bd77b367aa96ce2ef87360dafbf25f84ec8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 15 Jul 2022 09:36:52 +0000 Subject: [PATCH 1212/3231] KPT-22: Modals with LightGrey accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 41c019d..08ea915 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Plum; + background-color: LightGrey; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From b7dcd7690ce2cb853c180672f7c93abc1ebdc097 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 15 Jul 2022 14:51:52 +0000 Subject: [PATCH 1213/3231] KPT-24: Update background color to DarkMagenta --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 08ea915..f615e27 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightGrey; + background-color: DarkMagenta; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 8391b479310b199ebf594d52f59771d7ab6b8958 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 15 Jul 2022 17:06:51 +0000 Subject: [PATCH 1214/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f615e27..480e007 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkMagenta; + background-color: DarkSlateGrey; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 1b5410b68abe3863a8c464b92dd321944d39957d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 15 Jul 2022 19:21:53 +0000 Subject: [PATCH 1215/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 480e007..2a3207f 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkSlateGrey; + background-color: DarkGrey; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 7b30610aa4b51582292a1d6cc85fdda5854cab1d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 15 Jul 2022 20:06:52 +0000 Subject: [PATCH 1216/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 2a3207f..86a9b03 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkGrey; + background-color: DarkCyan; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 3508a7c47624fdcb16754b91f1e3bada008ac1a7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 15 Jul 2022 21:36:52 +0000 Subject: [PATCH 1217/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 86a9b03..4e48cac 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkCyan; + background-color: Aqua; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From dbe565f4ebcfa2b45f9daef07a8243c5a6483ccc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 16 Jul 2022 03:36:51 +0000 Subject: [PATCH 1218/3231] KPT-22: Modals with DimGrey accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 4e48cac..e6169de 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Aqua; + background-color: DimGrey; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 6f157039977b2feea099fdd5bfd1714fbb860ed6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 16 Jul 2022 12:36:52 +0000 Subject: [PATCH 1219/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index e6169de..5e5890c 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DimGrey; + background-color: DarkRed; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 4ce22d6d58ecc3e914447cc9e7a65fb369a0a864 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 16 Jul 2022 14:06:52 +0000 Subject: [PATCH 1220/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5e5890c..4c7d26e 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkRed; + background-color: DarkViolet; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From ae51d8d6d9c0f1aaff56f9f8ec854b8734f1962b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 16 Jul 2022 17:51:54 +0000 Subject: [PATCH 1221/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 4c7d26e..f1a2156 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkViolet; + background-color: White; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From acadc081d2b018d435beb29749dc0836b1e4ddfd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 16 Jul 2022 18:36:53 +0000 Subject: [PATCH 1222/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f1a2156..f6a43ea 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: White; + background-color: AliceBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 16c74c8293eb8f57d019fe797c0af17e91792f06 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 17 Jul 2022 02:06:54 +0000 Subject: [PATCH 1223/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f6a43ea..82130d0 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: AliceBlue; + background-color: LightYellow; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From d2af119aaf6808333f52e3d8e450d308f5d8535e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 17 Jul 2022 08:51:51 +0000 Subject: [PATCH 1224/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 82130d0..71fefaf 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightYellow; + background-color: Pink; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 81cc53bd5bcf683d318906b1bb12adf22e6fa83f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 17 Jul 2022 09:36:51 +0000 Subject: [PATCH 1225/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 71fefaf..d828631 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Pink; + background-color: Azure; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From eea3773c768a0bf21b95c423414f7ccdec825e8d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 17 Jul 2022 10:21:52 +0000 Subject: [PATCH 1226/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index d828631..86a9b03 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Azure; + background-color: DarkCyan; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 2723ce69ace3b0ff3760da7095ef44fad7504587 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 17 Jul 2022 11:51:54 +0000 Subject: [PATCH 1227/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 86a9b03..78f7196 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkCyan; + background-color: Coral; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 360db9dfefe40a76b6ed4657c0e47f89dec76fb1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 17 Jul 2022 15:36:51 +0000 Subject: [PATCH 1228/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 78f7196..b12e2b1 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Coral; + background-color: RosyBrown; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 1e698fc42edd4bf4ef99234c6555357e2cef4a40 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 17 Jul 2022 16:21:52 +0000 Subject: [PATCH 1229/3231] KPT-24: Update background color to BlanchedAlmond --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index b12e2b1..1949d7a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: RosyBrown; + background-color: BlanchedAlmond; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From baf6ca174cd35d1274ae16404228915652a46090 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 17 Jul 2022 21:36:51 +0000 Subject: [PATCH 1230/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1949d7a..368053a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: BlanchedAlmond; + background-color: PaleVioletRed; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 24dd33f01ba8a9e7dc3969373c0c258cb4f54506 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 18 Jul 2022 01:21:52 +0000 Subject: [PATCH 1231/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 368053a..6c534d0 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PaleVioletRed; + background-color: LightSkyBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From ed32d015a766866cb8dd7eb73bef3d89e3dc4c04 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 18 Jul 2022 02:06:51 +0000 Subject: [PATCH 1232/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 6c534d0..45a345a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightSkyBlue; + background-color: DarkGray; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 3abd7d0f6e3aaf4fad6bb17abd8943082577c190 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 18 Jul 2022 02:51:51 +0000 Subject: [PATCH 1233/3231] KPT-22: Modals with GreenYellow accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 45a345a..945ac22 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkGray; + background-color: GreenYellow; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 23707511377f90a6bc83308b2edc75984c6835d1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 18 Jul 2022 06:36:51 +0000 Subject: [PATCH 1234/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 945ac22..68fb234 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: GreenYellow; + background-color: OrangeRed; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From d02fcee8f3d3f4145a9a69e51af8c7c61f95cfa5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 18 Jul 2022 11:51:53 +0000 Subject: [PATCH 1235/3231] KPT-22: Modals with FloralWhite accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 68fb234..e5dd579 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: OrangeRed; + background-color: FloralWhite; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 4bf5bebf5ec1753eb137000492fcc90a7738e2ef Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 18 Jul 2022 14:51:51 +0000 Subject: [PATCH 1236/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index e5dd579..3d28410 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: FloralWhite; + background-color: Thistle; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From fea3fc1949ca51c95a8d07205638c6dcb8c45edb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 18 Jul 2022 17:06:52 +0000 Subject: [PATCH 1237/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 3d28410..10f5b34 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Thistle; + background-color: Green; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 26da863e3862ab18d72bf819a003320d2b31031f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 18 Jul 2022 19:21:52 +0000 Subject: [PATCH 1238/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 10f5b34..2a3207f 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Green; + background-color: DarkGrey; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 3689714b2756376c271a864967f437c2dfcd82dd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 18 Jul 2022 20:51:51 +0000 Subject: [PATCH 1239/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 2a3207f..eada11b 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkGrey; + background-color: Moccasin; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 5296ecaaa6b99f253603716871b8310c7d046330 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 19 Jul 2022 00:36:52 +0000 Subject: [PATCH 1240/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index eada11b..1dca26d 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Moccasin; + background-color: LightSteelBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 3ebd1e7875df427e7d0a28a1abd4c43897abb320 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 19 Jul 2022 04:21:51 +0000 Subject: [PATCH 1241/3231] KPT-24: Update background color to SeaShell --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1dca26d..94042d5 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightSteelBlue; + background-color: SeaShell; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From d608eb99b824d215d2317c79486104580605df4f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 19 Jul 2022 06:36:51 +0000 Subject: [PATCH 1242/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 94042d5..5b89964 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SeaShell; + background-color: Salmon; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From b365786fff9d7db1a11226875b2ce02db3a7f306 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 19 Jul 2022 07:21:52 +0000 Subject: [PATCH 1243/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5b89964..5ac9d52 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Salmon; + background-color: HoneyDew; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 3db2010f6c0d6e237614e4e099115fe1f63ed16b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 19 Jul 2022 08:51:51 +0000 Subject: [PATCH 1244/3231] KPT-24: Update background color to PapayaWhip --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5ac9d52..69e0c48 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: HoneyDew; + background-color: PapayaWhip; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From a15c150d9cb80636a8216accb7728d9030e2c65a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 19 Jul 2022 11:06:51 +0000 Subject: [PATCH 1245/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 69e0c48..e23fe63 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PapayaWhip; + background-color: DeepPink; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From ca1fa93574746078309de94daed45cfc9a600274 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 19 Jul 2022 12:36:51 +0000 Subject: [PATCH 1246/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index e23fe63..8464062 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DeepPink; + background-color: LightGray; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 850a5fde0ca6fdae272c6966f24561a655d4c2a6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 19 Jul 2022 20:51:51 +0000 Subject: [PATCH 1247/3231] KPT-22: Modals with DarkOliveGreen accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 8464062..1ede12f 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightGray; + background-color: DarkOliveGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 0cb72c3d637f6b00ad5118cea5ee8b7060796afe Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 19 Jul 2022 22:21:51 +0000 Subject: [PATCH 1248/3231] KPT-24: Update background color to GhostWhite --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1ede12f..16c707c 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkOliveGreen; + background-color: GhostWhite; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From d20790faabedb4aabd62ad065d14553285071c5d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 20 Jul 2022 06:36:52 +0000 Subject: [PATCH 1249/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 16c707c..dd43562 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: GhostWhite; + background-color: Orchid; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From dcf792d0c4a9946e82d33b6bf6b9d9cab4ee4eee Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 20 Jul 2022 09:36:51 +0000 Subject: [PATCH 1250/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index dd43562..75dc1a7 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Orchid; + background-color: DarkKhaki; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From a833b999a729ed6a1966b4f5a3ca1d6140dc6ac4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 20 Jul 2022 11:06:51 +0000 Subject: [PATCH 1251/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 75dc1a7..a4f3dc5 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkKhaki; + background-color: Cornsilk; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 2e1d77ab102da375aaed43791bc1fe915b3e5252 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 20 Jul 2022 12:36:51 +0000 Subject: [PATCH 1252/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index a4f3dc5..1d4754e 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Cornsilk; + background-color: SlateBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From eeccf00ee6f1f3b7a7cb4ca51ecc4ce7a2607db3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 20 Jul 2022 16:21:51 +0000 Subject: [PATCH 1253/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1d4754e..f5fd949 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SlateBlue; + background-color: SpringGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 6bd9df3995947c16d6d5af4cffcd9c87e2ebfed0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 20 Jul 2022 17:51:52 +0000 Subject: [PATCH 1254/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f5fd949..7225865 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SpringGreen; + background-color: DarkBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From c7b1bf4ecc050c5bb2ee3b289dd437161b2b60e3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 20 Jul 2022 19:21:53 +0000 Subject: [PATCH 1255/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 7225865..71978eb 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkBlue; + background-color: Turquoise; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 1e606647eb80232769061bb75fd777e9a7be6d4f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 20 Jul 2022 20:06:52 +0000 Subject: [PATCH 1256/3231] KPT-22: Modals with Teal accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 71978eb..65ab0ee 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Turquoise; + background-color: Teal; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 4fd4cfa8ae40bde71c8ef8d60f89cedad487b012 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 20 Jul 2022 23:06:51 +0000 Subject: [PATCH 1257/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 65ab0ee..d860033 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Teal; + background-color: LightCyan; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From ca7dcc9c95b0eb1dcbf6bb28b0896b3ac3dc2f65 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 21 Jul 2022 02:51:51 +0000 Subject: [PATCH 1258/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index d860033..1ede12f 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightCyan; + background-color: DarkOliveGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From afb25f5945b1789f52d16476b1d1856627b8d1b8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 21 Jul 2022 04:21:52 +0000 Subject: [PATCH 1259/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1ede12f..6255ca9 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkOliveGreen; + background-color: SaddleBrown; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 58f9197c279949a49c8295276ba690ef8b037dd6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 21 Jul 2022 05:06:51 +0000 Subject: [PATCH 1260/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 6255ca9..d4e15eb 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SaddleBrown; + background-color: LightSeaGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 4cb21b840a9e96d55bd1db72b692ce5dbc72932a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 21 Jul 2022 11:06:52 +0000 Subject: [PATCH 1261/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index d4e15eb..5d39784 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightSeaGreen; + background-color: SteelBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 058b5c748fc1942417da5ddacfa41eaabf7500d5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 21 Jul 2022 17:06:52 +0000 Subject: [PATCH 1262/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5d39784..15a41f1 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SteelBlue; + background-color: SandyBrown; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 1360e1d9f29a4e71d6cdf5d8b8c2ebac9b753105 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 21 Jul 2022 20:51:52 +0000 Subject: [PATCH 1263/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 15a41f1..49cd2ac 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SandyBrown; + background-color: DimGray; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From dece57b015d1463da38437072fa9e386074c9ff7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 21 Jul 2022 21:36:51 +0000 Subject: [PATCH 1264/3231] KPT-24: Update background color to PaleGoldenRod --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 49cd2ac..f7f1c6b 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DimGray; + background-color: PaleGoldenRod; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From f8df4b54bbcba1199e55db8b2dfb65018a2baf70 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 22 Jul 2022 00:36:52 +0000 Subject: [PATCH 1265/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f7f1c6b..0389bc8 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PaleGoldenRod; + background-color: PowderBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 4ae2ee1e72c5e98164d7e8e0e869ecab9f3e8d5b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 22 Jul 2022 01:21:53 +0000 Subject: [PATCH 1266/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 0389bc8..381e179 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PowderBlue; + background-color: LightSlateGray; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 05ba32a4c61d0f203db03c629d4dfccdff25e8b3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 22 Jul 2022 05:51:52 +0000 Subject: [PATCH 1267/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 381e179..1125fac 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightSlateGray; + background-color: MediumSpringGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 3b11063810c3ca3892945f162914b231cc5e9201 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 22 Jul 2022 08:06:51 +0000 Subject: [PATCH 1268/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1125fac..d828631 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumSpringGreen; + background-color: Azure; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 6d183b3f71e42cfd4ba94c752fa869ff8485ddc4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 22 Jul 2022 09:36:52 +0000 Subject: [PATCH 1269/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index d828631..52e7735 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Azure; + background-color: DarkSalmon; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 6709fc867f51f2125c91ddda1647e91588b8b795 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 22 Jul 2022 10:21:53 +0000 Subject: [PATCH 1270/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 52e7735..71fefaf 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkSalmon; + background-color: Pink; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 331a4104d48e7253b18fb833b100728c1265e6b1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 22 Jul 2022 11:51:52 +0000 Subject: [PATCH 1271/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 71fefaf..ec22af2 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Pink; + background-color: SlateGray; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 50a488d8ca97cb12cee47cc3760130f4a4337f92 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 22 Jul 2022 17:06:51 +0000 Subject: [PATCH 1272/3231] KPT-24: Update background color to SandyBrown --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index ec22af2..15a41f1 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SlateGray; + background-color: SandyBrown; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 41523b508f3a60039a6f34734e890a79bc984a6d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 22 Jul 2022 17:51:51 +0000 Subject: [PATCH 1273/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 15a41f1..2a3207f 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SandyBrown; + background-color: DarkGrey; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 94845e36b7dcbf685262cdd3fb66afea59285ee3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 22 Jul 2022 19:21:52 +0000 Subject: [PATCH 1274/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 2a3207f..876b2a6 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkGrey; + background-color: DarkGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 69d4f32a4fdb4c248e33e89eadc2d8415291dfd7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 22 Jul 2022 20:06:51 +0000 Subject: [PATCH 1275/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 876b2a6..0588b9a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkGreen; + background-color: LavenderBlush; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 1ddd746ecb8e2a3c8643098f3091b2cb6b5a250b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 22 Jul 2022 22:21:52 +0000 Subject: [PATCH 1276/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 0588b9a..5094cf7 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LavenderBlush; + background-color: Chartreuse; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From f15c54c28fc3454a786356d6553b588cd73ad58a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 23 Jul 2022 00:36:52 +0000 Subject: [PATCH 1277/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5094cf7..368053a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Chartreuse; + background-color: PaleVioletRed; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 8e5af6d97334c9d6164bbd5add9b8a21d763576d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 23 Jul 2022 10:21:53 +0000 Subject: [PATCH 1278/3231] KPT-22: Modals with DarkSeaGreen accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 368053a..19a39b9 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PaleVioletRed; + background-color: DarkSeaGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 8b47e7ab2c8149335239052c26edf9038ea9a8ad Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 23 Jul 2022 12:36:51 +0000 Subject: [PATCH 1279/3231] KPT-24: Update background color to SaddleBrown --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 19a39b9..6255ca9 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkSeaGreen; + background-color: SaddleBrown; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From d09127f7ac54d12518ab5574136ec1d6ab20074f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 23 Jul 2022 14:06:52 +0000 Subject: [PATCH 1280/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 6255ca9..5733a56 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SaddleBrown; + background-color: RoyalBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From f4228cfee92436e044a94ae340186c63a9669a11 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 23 Jul 2022 15:36:51 +0000 Subject: [PATCH 1281/3231] KPT-22: Modals with SeaGreen accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5733a56..b33a2c2 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: RoyalBlue; + background-color: SeaGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 2bca5aefd349120be29b41add5c72ea584c8e3ab Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 23 Jul 2022 20:06:51 +0000 Subject: [PATCH 1282/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index b33a2c2..1ffd917 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SeaGreen; + background-color: LightCoral; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From a03e6195d1b2dd4c3ec9f7edfb04ef72d44aa87c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 24 Jul 2022 01:21:51 +0000 Subject: [PATCH 1283/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1ffd917..fea4e57 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightCoral; + background-color: PaleGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 142ad09229720e3ce2c1b00475c8ad639be98b4d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 24 Jul 2022 05:06:51 +0000 Subject: [PATCH 1284/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index fea4e57..0784442 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PaleGreen; + background-color: Gold; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 1811f4f5dda7c4ffc70d329770993c1b6d1ff2f1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 24 Jul 2022 05:51:51 +0000 Subject: [PATCH 1285/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 0784442..4c7d26e 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Gold; + background-color: DarkViolet; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From bf27e358fff40128ed3c3b3c769830188c91357c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 24 Jul 2022 10:21:52 +0000 Subject: [PATCH 1286/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 4c7d26e..382e7a4 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkViolet; + background-color: DarkOrchid; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 634e6a6956b13f1799745d92bc9709f378c188fc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 24 Jul 2022 13:21:52 +0000 Subject: [PATCH 1287/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 382e7a4..0cbfd78 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkOrchid; + background-color: DarkGoldenRod; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 8588a39d34e0c2cb787d964d00ec8be5c86cf3e0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 24 Jul 2022 14:06:51 +0000 Subject: [PATCH 1288/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 0cbfd78..77449ef 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkGoldenRod; + background-color: MidnightBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 05ada74012e34bf4fc201e45fc7af927cc67fc8f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 24 Jul 2022 20:06:51 +0000 Subject: [PATCH 1289/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 77449ef..5733a56 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MidnightBlue; + background-color: RoyalBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 162c3a993db4f8c839dcda7c1b3857e140e4fa70 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 24 Jul 2022 20:51:52 +0000 Subject: [PATCH 1290/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5733a56..992f790 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: RoyalBlue; + background-color: Yellow; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From f285d2eacf059d7f080573a54706d3d7b533e4bc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 24 Jul 2022 23:06:51 +0000 Subject: [PATCH 1291/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 992f790..2f08aae 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Yellow; + background-color: AntiqueWhite; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From fcbf98d45b13202866e2752b50e7376d024dc482 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 25 Jul 2022 01:22:04 +0000 Subject: [PATCH 1292/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 2f08aae..fc49f87 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: AntiqueWhite; + background-color: Cyan; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 1d7cc2c09d66d98b5de3af001845a00bc7333d88 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 25 Jul 2022 02:06:51 +0000 Subject: [PATCH 1293/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index fc49f87..5733a56 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Cyan; + background-color: RoyalBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 93decc808e9ccbc1d3cdaee40e7f732dc753c983 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 25 Jul 2022 02:51:51 +0000 Subject: [PATCH 1294/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5733a56..52e7735 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: RoyalBlue; + background-color: DarkSalmon; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 770fc3527ee362e642f422a6244eea2717c763a9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 25 Jul 2022 06:36:51 +0000 Subject: [PATCH 1295/3231] KPT-24: Update background color to GhostWhite --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 52e7735..16c707c 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkSalmon; + background-color: GhostWhite; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From abfacf73ffcf76f4c59ea784cc039b46c4de22a0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 25 Jul 2022 08:06:51 +0000 Subject: [PATCH 1296/3231] KPT-22: Modals with DarkRed accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 16c707c..5e5890c 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: GhostWhite; + background-color: DarkRed; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 4120196dc5d033a3a0a6752bbe8989ff114e53bd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 25 Jul 2022 10:21:53 +0000 Subject: [PATCH 1297/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5e5890c..15a41f1 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkRed; + background-color: SandyBrown; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From c0170b5d4dfb1e240da495d444cd3cc055d6cda2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 25 Jul 2022 11:06:51 +0000 Subject: [PATCH 1298/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 15a41f1..0c0e5f8 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SandyBrown; + background-color: BurlyWood; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 883cf33111f0bedf8e339fd968c7c600865fa655 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 25 Jul 2022 14:51:52 +0000 Subject: [PATCH 1299/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 0c0e5f8..368053a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: BurlyWood; + background-color: PaleVioletRed; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 0c42a5a1e32422d684f90e7c4b5bc275d460bd40 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 25 Jul 2022 20:51:51 +0000 Subject: [PATCH 1300/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 368053a..ed5aa20 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PaleVioletRed; + background-color: Brown; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From e487618c8548ce71454ffebf40091a5b1c8a5d4e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 25 Jul 2022 21:36:51 +0000 Subject: [PATCH 1301/3231] KPT-24: Update background color to Indigo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index ed5aa20..2cb0acd 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Brown; + background-color: Indigo; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From d4c5dd997fdc10c7890d8dda4e73e61808a79639 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 26 Jul 2022 01:21:52 +0000 Subject: [PATCH 1302/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 2cb0acd..2641f4a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Indigo; + background-color: LawnGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From a784ccc6621b4c0649956aaf49754d0e739a7fe5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 26 Jul 2022 02:51:52 +0000 Subject: [PATCH 1303/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 2641f4a..f2dd7f4 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LawnGreen; + background-color: LightGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From a0b42906cff92f3ead7e87b94bd97ecf721ffc15 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 26 Jul 2022 05:06:52 +0000 Subject: [PATCH 1304/3231] KPT-22: Modals with LightSkyBlue accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f2dd7f4..6c534d0 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightGreen; + background-color: LightSkyBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From bd7f5254445cbec32a0662761f61c7efc5a48fb5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 26 Jul 2022 08:06:51 +0000 Subject: [PATCH 1305/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 6c534d0..0cbfd78 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightSkyBlue; + background-color: DarkGoldenRod; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 35eacbaeb2517ff9961176df6058cc55714bb751 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 26 Jul 2022 08:51:51 +0000 Subject: [PATCH 1306/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 0cbfd78..381e179 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkGoldenRod; + background-color: LightSlateGray; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 797337df660abc9edc9d8fb303246da88d45b0c1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 26 Jul 2022 16:21:53 +0000 Subject: [PATCH 1307/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 381e179..6c13b73 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightSlateGray; + background-color: DodgerBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 477e8a2963f18865afaba6aa7be8332d1841138a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 26 Jul 2022 20:06:52 +0000 Subject: [PATCH 1308/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 6c13b73..6bcf35a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DodgerBlue; + background-color: Peru; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 543784376ce1863e6f8862568ed9cf33a31f4f95 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 27 Jul 2022 02:06:51 +0000 Subject: [PATCH 1309/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 6bcf35a..e5dd579 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Peru; + background-color: FloralWhite; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From f43d73439835ff181ee396a9b0c62d67b0da26d9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 27 Jul 2022 05:51:51 +0000 Subject: [PATCH 1310/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index e5dd579..ef18e83 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: FloralWhite; + background-color: MediumSlateBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From f624d8015a28719b4363e3823f0222e0225a759d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 27 Jul 2022 07:21:52 +0000 Subject: [PATCH 1311/3231] KPT-22: Modals with LightGray accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index ef18e83..8464062 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumSlateBlue; + background-color: LightGray; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 8b6e79f4e1037bea67a3faec3dcaeaaacedd5fdb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 27 Jul 2022 09:36:51 +0000 Subject: [PATCH 1312/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 8464062..2641f4a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightGray; + background-color: LawnGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 7a7fecd0f90c18e744f14bb14984e3bd5a0dc069 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 27 Jul 2022 12:36:52 +0000 Subject: [PATCH 1313/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 2641f4a..d031b88 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LawnGreen; + background-color: NavajoWhite; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 7d9f091bfa4eca44ae389a30643ee5ec99d4d47d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 27 Jul 2022 13:21:53 +0000 Subject: [PATCH 1314/3231] KPT-24: Update background color to LightSeaGreen --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index d031b88..d4e15eb 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: NavajoWhite; + background-color: LightSeaGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 3d2d096d85a00cf4110695b6d1e4a8dc68487534 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 27 Jul 2022 17:06:52 +0000 Subject: [PATCH 1315/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index d4e15eb..4c7d26e 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightSeaGreen; + background-color: DarkViolet; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 02d93a0b5f64a37fc2f49834afe7ded63b91043e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 27 Jul 2022 19:21:52 +0000 Subject: [PATCH 1316/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 4c7d26e..03e453a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkViolet; + background-color: MintCream; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 975ba17c003c03c9d89de18b124ebb05d5271851 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 27 Jul 2022 20:51:53 +0000 Subject: [PATCH 1317/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 03e453a..0c0e5f8 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MintCream; + background-color: BurlyWood; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From dbd61029bb9870723c0d23768909edbd89817087 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 27 Jul 2022 22:21:52 +0000 Subject: [PATCH 1318/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 0c0e5f8..2641f4a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: BurlyWood; + background-color: LawnGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 8373544c762f8241b080fadea81da033e59eef64 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 28 Jul 2022 03:36:52 +0000 Subject: [PATCH 1319/3231] KPT-22: Modals with SlateGray accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 2641f4a..ec22af2 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LawnGreen; + background-color: SlateGray; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From ad3d9a70a952d3260de2b555f6d07d03688dbe92 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 28 Jul 2022 04:21:54 +0000 Subject: [PATCH 1320/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index ec22af2..94042d5 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SlateGray; + background-color: SeaShell; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From f3b68153e89ff68bf3e90630fdf16c9fdfcca99c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 28 Jul 2022 07:21:52 +0000 Subject: [PATCH 1321/3231] KPT-22: Modals with HoneyDew accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 94042d5..5ac9d52 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SeaShell; + background-color: HoneyDew; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From eb9b4d59853158a5059ad2c76a5b09a8a0cba594 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 28 Jul 2022 09:36:52 +0000 Subject: [PATCH 1322/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5ac9d52..fcd35ac 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: HoneyDew; + background-color: Khaki; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 57965bfc976cbfa9f2a58eef2c3a811b0cb94ab9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 28 Jul 2022 13:21:53 +0000 Subject: [PATCH 1323/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index fcd35ac..382e7a4 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Khaki; + background-color: DarkOrchid; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 28a35c006dee8808b1f104bd7ed2a111eaa51ed8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 28 Jul 2022 17:06:53 +0000 Subject: [PATCH 1324/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 382e7a4..f2dd7f4 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkOrchid; + background-color: LightGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From adcfabd10672f89ee556634f507ab8a12364f930 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 28 Jul 2022 19:21:54 +0000 Subject: [PATCH 1325/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f2dd7f4..e6fb036 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightGreen; + background-color: GoldenRod; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 2d895a6aa04f204e21d706a189fb5285e29fd9f1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 28 Jul 2022 20:06:53 +0000 Subject: [PATCH 1326/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index e6fb036..6bcf35a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: GoldenRod; + background-color: Peru; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 47b886ef56907191760e18a2194e1d96fbf25bf8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 28 Jul 2022 23:06:53 +0000 Subject: [PATCH 1327/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 6bcf35a..5b89964 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Peru; + background-color: Salmon; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 671afb950453896d005a079df042316e4362de5a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 29 Jul 2022 04:21:54 +0000 Subject: [PATCH 1328/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5b89964..6255ca9 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Salmon; + background-color: SaddleBrown; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From c8d2ba8b8bc69d9a1d800c6ab1479eb0a2aa7572 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 29 Jul 2022 05:06:51 +0000 Subject: [PATCH 1329/3231] KPT-22: Modals with DarkMagenta accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 6255ca9..f615e27 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SaddleBrown; + background-color: DarkMagenta; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 560816a8b06a3f23bd150e0beb15b048a7fe19d8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 29 Jul 2022 06:36:52 +0000 Subject: [PATCH 1330/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f615e27..e5a15c1 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkMagenta; + background-color: Bisque; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From f0e1b7316e203271768158eff232e7b767c7c3a3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 29 Jul 2022 07:21:53 +0000 Subject: [PATCH 1331/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index e5a15c1..0588b9a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Bisque; + background-color: LavenderBlush; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From fccf5aed30a3d2093dc09e2dc959d83fdf9275a3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 29 Jul 2022 08:06:53 +0000 Subject: [PATCH 1332/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 0588b9a..a00063a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LavenderBlush; + background-color: Red; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From d1fd3363cedce340a5c8c720f14d22cd61ecae29 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 29 Jul 2022 11:06:52 +0000 Subject: [PATCH 1333/3231] KPT-24: Update background color to CadetBlue --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index a00063a..389255f 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Red; + background-color: CadetBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From b5bb2064ca3ac0f4fb0f8c6190a66ce451ef0c70 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 29 Jul 2022 11:51:52 +0000 Subject: [PATCH 1334/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 389255f..f7f1c6b 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: CadetBlue; + background-color: PaleGoldenRod; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 88f5134095526e3770bd21417700aeb6ba8e562b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 29 Jul 2022 14:06:53 +0000 Subject: [PATCH 1335/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f7f1c6b..960363a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PaleGoldenRod; + background-color: Silver; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 9f3ed76a7c8789110cc8ce399d4ad0d02f9e3e6b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 29 Jul 2022 14:51:52 +0000 Subject: [PATCH 1336/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 960363a..41c019d 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Silver; + background-color: Plum; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From da42cb31d0bba055c5176a3818bec5fa4be95a09 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 29 Jul 2022 15:36:52 +0000 Subject: [PATCH 1337/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 41c019d..5d39784 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Plum; + background-color: SteelBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From dc3419813db59fdbab8fa96039cc60ab8c393b15 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 29 Jul 2022 18:37:02 +0000 Subject: [PATCH 1338/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5d39784..2f08aae 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SteelBlue; + background-color: AntiqueWhite; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 65d3de531e076eba3473e6b9762e2f7f305cad78 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 29 Jul 2022 20:06:52 +0000 Subject: [PATCH 1339/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 2f08aae..2d9d2b7 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: AntiqueWhite; + background-color: ForestGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 94e7601dfd9ad45b32cef2cfb1f1faaeea4bbb35 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 29 Jul 2022 20:51:51 +0000 Subject: [PATCH 1340/3231] KPT-24: Update background color to LemonChiffon --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 2d9d2b7..9be746a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: ForestGreen; + background-color: LemonChiffon; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 70a97b40ebc7d87da9bb312b9eaa888aad111b49 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 29 Jul 2022 23:06:52 +0000 Subject: [PATCH 1341/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 9be746a..6c534d0 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LemonChiffon; + background-color: LightSkyBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 214441b3052858dd105a4d0c6fb09a196b1822a6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 30 Jul 2022 01:21:52 +0000 Subject: [PATCH 1342/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 6c534d0..0389bc8 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightSkyBlue; + background-color: PowderBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 672ef5c5747064863ffdc5a02d0c69c893f7abfe Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 30 Jul 2022 05:06:51 +0000 Subject: [PATCH 1343/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 0389bc8..9be746a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PowderBlue; + background-color: LemonChiffon; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From bcb0cdff4d95c9809b9ca852ed8e16d698ce6809 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 30 Jul 2022 10:21:51 +0000 Subject: [PATCH 1344/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 9be746a..60a860f 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LemonChiffon; + background-color: LimeGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 0fccf106cc4e90a3feb4394249f69b4e2de31317 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 30 Jul 2022 13:21:54 +0000 Subject: [PATCH 1345/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 60a860f..659aa8c 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LimeGreen; + background-color: Gray; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 7a29cfdd8da839fc7245dc56e6f9cfa5679c85be Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 30 Jul 2022 17:51:51 +0000 Subject: [PATCH 1346/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 659aa8c..f1a2156 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Gray; + background-color: White; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From d11e6b14b66af12d2f681e5cd315a928c1541223 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 30 Jul 2022 18:36:52 +0000 Subject: [PATCH 1347/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f1a2156..cd48f0e 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: White; + background-color: Maroon; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From c426875c2beece46addf4d366470e6380dab6bc4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 30 Jul 2022 20:06:52 +0000 Subject: [PATCH 1348/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index cd48f0e..bd0a1d7 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Maroon; + background-color: DarkOrange; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 2d266c6cd5f242bb686f79e494fc52b952bd0b79 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 30 Jul 2022 21:36:52 +0000 Subject: [PATCH 1349/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index bd0a1d7..49cd2ac 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkOrange; + background-color: DimGray; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From df7e9a572e2f0277bfde971fdf71891efdc3ce50 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 31 Jul 2022 03:36:52 +0000 Subject: [PATCH 1350/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 49cd2ac..71978eb 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DimGray; + background-color: Turquoise; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From ec34b9584f078f294d3280f1e9098604c80e5a8a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 31 Jul 2022 11:06:51 +0000 Subject: [PATCH 1351/3231] KPT-22: Modals with SaddleBrown accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 71978eb..6255ca9 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Turquoise; + background-color: SaddleBrown; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From a205eff3ddc460d3f3b3cc9c6f958ca9266eea15 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 31 Jul 2022 13:21:52 +0000 Subject: [PATCH 1352/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 6255ca9..945ac22 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SaddleBrown; + background-color: GreenYellow; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 0e24f36b114f5f2a41df760160f93e7e19c832cf Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 31 Jul 2022 15:36:52 +0000 Subject: [PATCH 1353/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 945ac22..77102e4 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: GreenYellow; + background-color: Black; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From d55f385cb4145c04c1fc1e94882c845ff03b702e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 31 Jul 2022 20:51:52 +0000 Subject: [PATCH 1354/3231] KPT-24: Update background color to MediumVioletRed --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 77102e4..679ea3e 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Black; + background-color: MediumVioletRed; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 3d5c88ca674c66d0bbb631660445faec4bac2453 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 1 Aug 2022 01:21:52 +0000 Subject: [PATCH 1355/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 679ea3e..77449ef 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumVioletRed; + background-color: MidnightBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From d6cef4b1436ef4b6ce157315cfd1e906f4a3c9b0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 1 Aug 2022 02:06:51 +0000 Subject: [PATCH 1356/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 77449ef..d828631 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MidnightBlue; + background-color: Azure; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 1760b9f7a5570c4f5d1c091675054484a34474ea Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 1 Aug 2022 03:36:52 +0000 Subject: [PATCH 1357/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index d828631..2a3207f 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Azure; + background-color: DarkGrey; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 6046285647522082d27666693c0e9c174ee45e0a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 1 Aug 2022 04:21:53 +0000 Subject: [PATCH 1358/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 2a3207f..b33a2c2 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkGrey; + background-color: SeaGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 574caf98e516c8e866c9256fa8bd7e03cf661935 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 1 Aug 2022 05:06:51 +0000 Subject: [PATCH 1359/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index b33a2c2..8464062 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SeaGreen; + background-color: LightGray; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 135037af394e7c94b8156dacd3753e792129b2f4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 1 Aug 2022 05:51:51 +0000 Subject: [PATCH 1360/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 8464062..ec501f5 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightGray; + background-color: Lime; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From fa78d97ec3041f8f8badba891e68910126e9c2b3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 1 Aug 2022 08:06:52 +0000 Subject: [PATCH 1361/3231] KPT-22: Modals with Cornsilk accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index ec501f5..a4f3dc5 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Lime; + background-color: Cornsilk; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 9818baf00335fb5ba912f85e96bcd44db69ca405 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 1 Aug 2022 11:51:52 +0000 Subject: [PATCH 1362/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index a4f3dc5..0784442 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Cornsilk; + background-color: Gold; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 5501c6f27fd7dc4da1e4f2ba25a399591b81d5cd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 1 Aug 2022 12:36:51 +0000 Subject: [PATCH 1363/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 0784442..08ea915 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Gold; + background-color: LightGrey; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 59643e6c2739cd96739b9cece7dc94bdc5cdf3f2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 1 Aug 2022 14:51:51 +0000 Subject: [PATCH 1364/3231] KPT-24: Update background color to SeaGreen --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 08ea915..b33a2c2 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightGrey; + background-color: SeaGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 2bf4e1ab9b5af56fd5fd7bae7f441c737ee42054 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 1 Aug 2022 15:36:53 +0000 Subject: [PATCH 1365/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index b33a2c2..71fefaf 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SeaGreen; + background-color: Pink; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From ce61e13f95bb0de34b4047820cf1262fdd2252ef Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 1 Aug 2022 20:51:52 +0000 Subject: [PATCH 1366/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 71fefaf..f394f78 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Pink; + background-color: Blue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From ab0a7613077c2dc7e347e40d2639d50cdd121dad Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 1 Aug 2022 21:36:51 +0000 Subject: [PATCH 1367/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f394f78..368053a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Blue; + background-color: PaleVioletRed; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 244e4014ce58ef26c2cf1557be9cd293e25596b5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 2 Aug 2022 00:36:51 +0000 Subject: [PATCH 1368/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 368053a..fc49f87 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PaleVioletRed; + background-color: Cyan; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 093c97c721aa18ad3a02e7350905ef8e8f599b45 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 2 Aug 2022 03:36:52 +0000 Subject: [PATCH 1369/3231] KPT-24: Update background color to RebeccaPurple --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index fc49f87..1eeb4dc 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Cyan; + background-color: RebeccaPurple; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 4ed117073698666fb5569cac50ae2af03dfa41e3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 2 Aug 2022 05:06:52 +0000 Subject: [PATCH 1370/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1eeb4dc..df6b601 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: RebeccaPurple; + background-color: Snow; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From aa9ff610459a7914dd5afafcf1d5aa67dd5fe49e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 2 Aug 2022 05:51:51 +0000 Subject: [PATCH 1371/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index df6b601..9d426c3 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Snow; + background-color: PeachPuff; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 80b70ccb40c397a0b9b38c7e9a5e98f3cf132d83 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 2 Aug 2022 08:06:52 +0000 Subject: [PATCH 1372/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 9d426c3..03f2967 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PeachPuff; + background-color: SlateGrey; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 8759041d4635aed1b79d257fb9ae6bfbcb778e30 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 2 Aug 2022 08:51:51 +0000 Subject: [PATCH 1373/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 03f2967..94042d5 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SlateGrey; + background-color: SeaShell; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 179e88303f2fc754dc67784a1b67de2e1c424cac Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 2 Aug 2022 12:36:52 +0000 Subject: [PATCH 1374/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 94042d5..21e4201 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SeaShell; + background-color: CornflowerBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From c29662ed49f9054e653bcad9a3a007693b1c1a03 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 2 Aug 2022 14:51:52 +0000 Subject: [PATCH 1375/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 21e4201..389255f 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: CornflowerBlue; + background-color: CadetBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From ab6f8880d11fd3bee9cbbd39611c26d5415b6944 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 2 Aug 2022 18:36:52 +0000 Subject: [PATCH 1376/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 389255f..f7f1c6b 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: CadetBlue; + background-color: PaleGoldenRod; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From a8ac8ec0d4b83a080128869368bb0a9188d5f106 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 2 Aug 2022 20:06:52 +0000 Subject: [PATCH 1377/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f7f1c6b..1ede12f 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PaleGoldenRod; + background-color: DarkOliveGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From cf13d57a05cadce46c35f382736fa98a88d396cf Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 2 Aug 2022 20:51:52 +0000 Subject: [PATCH 1378/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1ede12f..b717f6c 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkOliveGreen; + background-color: DarkTurquoise; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 07cd276965fd1a70c3270dcad7f435f0933edbf5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 2 Aug 2022 23:51:53 +0000 Subject: [PATCH 1379/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index b717f6c..15a41f1 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkTurquoise; + background-color: SandyBrown; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 0157b1f9fc5e3f6b629b8183002236ce427df9d5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 3 Aug 2022 00:36:52 +0000 Subject: [PATCH 1380/3231] KPT-24: Update background color to AliceBlue --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 15a41f1..f6a43ea 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SandyBrown; + background-color: AliceBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 3193dc13516c0ed03fec7a40d12a54702232280b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 3 Aug 2022 02:06:52 +0000 Subject: [PATCH 1381/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f6a43ea..5733a56 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: AliceBlue; + background-color: RoyalBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 97bfbcd0e7e296be75095bfbcb458ff1140d7402 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 3 Aug 2022 05:06:52 +0000 Subject: [PATCH 1382/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5733a56..27817c7 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: RoyalBlue; + background-color: LightBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 08e504c3898b4dd4940ab89b57fc8e134b3d982f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 3 Aug 2022 05:51:52 +0000 Subject: [PATCH 1383/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 27817c7..b12e2b1 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightBlue; + background-color: RosyBrown; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 47cd682440d722974ca6825a2681a2d6146802aa Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 3 Aug 2022 06:36:52 +0000 Subject: [PATCH 1384/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index b12e2b1..b33a2c2 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: RosyBrown; + background-color: SeaGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From c39657836c1ddc92e227d256f7b06f12540da0c2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 3 Aug 2022 08:06:52 +0000 Subject: [PATCH 1385/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index b33a2c2..82130d0 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SeaGreen; + background-color: LightYellow; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From ca7d9c37ffa54d881cc29f540fb8bb992535385b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 3 Aug 2022 08:51:54 +0000 Subject: [PATCH 1386/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 82130d0..03d1fcd 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightYellow; + background-color: HotPink; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From c4a90f13923834ddd35e68dd2a2418965228d8a8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 3 Aug 2022 13:21:53 +0000 Subject: [PATCH 1387/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 03d1fcd..45a345a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: HotPink; + background-color: DarkGray; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From c1ed6f99890e067b77f64a310bc22c345d0e1570 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 3 Aug 2022 14:06:52 +0000 Subject: [PATCH 1388/3231] KPT-22: Modals with MistyRose accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 45a345a..fb4d530 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkGray; + background-color: MistyRose; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 9ce7541734ca29b0268fb2e44519e2b7daec0e64 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 3 Aug 2022 15:36:54 +0000 Subject: [PATCH 1389/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index fb4d530..31b5e44 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MistyRose; + background-color: Sienna; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 8b94d8de544f4be97d9ec8538bf07e6d6c58177b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 3 Aug 2022 23:51:53 +0000 Subject: [PATCH 1390/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 31b5e44..5733a56 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Sienna; + background-color: RoyalBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 237601df9d9b7cad1ad4770dfdabe0952d097920 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 4 Aug 2022 00:36:52 +0000 Subject: [PATCH 1391/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5733a56..b717f6c 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: RoyalBlue; + background-color: DarkTurquoise; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From b0c01d71bb9e60eb54c18f4ddd5353e27ca7d824 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 4 Aug 2022 02:06:51 +0000 Subject: [PATCH 1392/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index b717f6c..8a35943 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkTurquoise; + background-color: LightGoldenRodYellow; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From cd843a93ce83e3434da516b7b7a7c208a72aee0c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 4 Aug 2022 04:21:52 +0000 Subject: [PATCH 1393/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 8a35943..a4f3dc5 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightGoldenRodYellow; + background-color: Cornsilk; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From a02d1699a919868e10877d71119fab7c796345b3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 4 Aug 2022 05:06:51 +0000 Subject: [PATCH 1394/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index a4f3dc5..4cd1ed2 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Cornsilk; + background-color: Linen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 08c32ed60f441ae60adf574c037ee0cf76762dda Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 4 Aug 2022 08:51:52 +0000 Subject: [PATCH 1395/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 4cd1ed2..0784442 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Linen; + background-color: Gold; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 4b9d9dc3bc4f93406d344d001a233e271d004ae3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 4 Aug 2022 10:21:51 +0000 Subject: [PATCH 1396/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 0784442..c4c362e 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Gold; + background-color: IndianRed; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 608dd00b234cdc405b212d134542b765e6b29078 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 4 Aug 2022 11:06:51 +0000 Subject: [PATCH 1397/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index c4c362e..9be746a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: IndianRed; + background-color: LemonChiffon; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From ffb9836a469e2b536a4b77b9e35998348a6c2fed Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 4 Aug 2022 13:21:54 +0000 Subject: [PATCH 1398/3231] KPT-22: Modals with LightSlateGray accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 9be746a..381e179 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LemonChiffon; + background-color: LightSlateGray; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 56fb3380d65e707ed4a9f4547c2aa0a4a0cc6d8e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 4 Aug 2022 16:21:52 +0000 Subject: [PATCH 1399/3231] KPT-22: Modals with Purple accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 381e179..1a4cdac 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightSlateGray; + background-color: Purple; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 9926d2f1ff92a9baec97d433a9894b27d6676e9f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 4 Aug 2022 18:36:51 +0000 Subject: [PATCH 1400/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1a4cdac..71978eb 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Purple; + background-color: Turquoise; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 4cbdaca6a8a467e6d540ecb6c35d824fb40bbbb5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 4 Aug 2022 20:06:52 +0000 Subject: [PATCH 1401/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 71978eb..7225865 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Turquoise; + background-color: DarkBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 398da0e35dd810104e4b22dc6f2d98291b2b6eee Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 4 Aug 2022 20:18:12 +0000 Subject: [PATCH 1402/3231] KPT-24: Update background color to MediumBlue --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 7225865..1f068a1 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkBlue; + background-color: MediumBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From f7ee5f95a0c3bcb35d6c198f1fbf4869546d177e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 4 Aug 2022 22:24:07 +0000 Subject: [PATCH 1403/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1f068a1..df6b601 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumBlue; + background-color: Snow; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 2b419486b805c6c4bf2817c1d55c132247cacc6b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 4 Aug 2022 23:09:09 +0000 Subject: [PATCH 1404/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index df6b601..992f790 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Snow; + background-color: Yellow; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 806fc9a5e44d02c9a2b281f3a9d5fe0e55de378b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 5 Aug 2022 02:54:08 +0000 Subject: [PATCH 1405/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 992f790..5ac9d52 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Yellow; + background-color: HoneyDew; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From dd8febb81ef3f579629003b3159ba0cb2527eaaf Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 5 Aug 2022 04:24:07 +0000 Subject: [PATCH 1406/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5ac9d52..fc49f87 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: HoneyDew; + background-color: Cyan; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From ecac7b88fee7e6162483c38b4611afe88ca49662 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 5 Aug 2022 08:54:07 +0000 Subject: [PATCH 1407/3231] KPT-22: Modals with DarkSlateBlue accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index fc49f87..6c88545 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Cyan; + background-color: DarkSlateBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 0ad41d95e44df4ea19828e2c74b3abda9844e4fe Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 5 Aug 2022 12:39:07 +0000 Subject: [PATCH 1408/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 6c88545..481446d 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkSlateBlue; + background-color: OliveDrab; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 8f5956b1865574a00e6ab27c283670bb3df8f506 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 5 Aug 2022 14:09:08 +0000 Subject: [PATCH 1409/3231] KPT-24: Update background color to Tan --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 481446d..1fbfb2d 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: OliveDrab; + background-color: Tan; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 8a5bf40275a14c78b5f12a5ae720f1ad928b88d9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 5 Aug 2022 14:54:08 +0000 Subject: [PATCH 1410/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1fbfb2d..65ab0ee 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Tan; + background-color: Teal; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 8aa8a188002e94313bf704c74b2ce059fe0e0be8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 5 Aug 2022 17:54:07 +0000 Subject: [PATCH 1411/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 65ab0ee..31b5e44 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Teal; + background-color: Sienna; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 63291ada4d5936505ad00d197776b99434af32e1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 5 Aug 2022 19:24:07 +0000 Subject: [PATCH 1412/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 31b5e44..0389bc8 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Sienna; + background-color: PowderBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 451c9700518a0ab1accb3d5b78754fecee5460a4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 5 Aug 2022 20:54:07 +0000 Subject: [PATCH 1413/3231] KPT-22: Modals with DarkBlue accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 0389bc8..7225865 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PowderBlue; + background-color: DarkBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 4fcd0cab66e3d2d294f80e00663224f769f8d9ff Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 5 Aug 2022 23:09:07 +0000 Subject: [PATCH 1414/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 7225865..659aa8c 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkBlue; + background-color: Gray; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From c702c717c1112067f29ba8b06b4a4442789cb5d8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 6 Aug 2022 20:09:09 +0000 Subject: [PATCH 1415/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 659aa8c..31b5e44 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Gray; + background-color: Sienna; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 26647ab5fbefc9fccd716f991c2905eca3f643b5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 6 Aug 2022 20:54:09 +0000 Subject: [PATCH 1416/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 31b5e44..1dca26d 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Sienna; + background-color: LightSteelBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From d3393f29411b7e6a46c789d57ef24a8cad1811d4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 6 Aug 2022 21:39:09 +0000 Subject: [PATCH 1417/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1dca26d..5144a86 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightSteelBlue; + background-color: Violet; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 4b70bfdde99777c241ff93a40c5d0a0dca52b5a6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 6 Aug 2022 23:09:09 +0000 Subject: [PATCH 1418/3231] KPT-22: Modals with Cornsilk accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5144a86..a4f3dc5 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Violet; + background-color: Cornsilk; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From ef62f1685a262b7a7c6f5a04240cd396dc2de497 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 6 Aug 2022 23:54:08 +0000 Subject: [PATCH 1419/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index a4f3dc5..bd0a1d7 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Cornsilk; + background-color: DarkOrange; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From c93a28d73edcbc5356eac86c54e8a3b510d198fb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 7 Aug 2022 00:39:08 +0000 Subject: [PATCH 1420/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index bd0a1d7..876b2a6 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkOrange; + background-color: DarkGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 962f67e9eb6c15b4d5861b3e5934014f6e271363 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 7 Aug 2022 01:24:09 +0000 Subject: [PATCH 1421/3231] KPT-22: Modals with LightGray accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 876b2a6..8464062 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkGreen; + background-color: LightGray; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From edc47d501b02ee204e8256bc03cd3a6669fd0a3c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 7 Aug 2022 03:39:42 +0000 Subject: [PATCH 1422/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 8464062..fea4e57 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightGray; + background-color: PaleGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 4d97936fd00d83200c931bb3137658bfcfcd8477 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 7 Aug 2022 05:09:09 +0000 Subject: [PATCH 1423/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index fea4e57..263fa35 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PaleGreen; + background-color: Tomato; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 0a6f71eafdbc01e21b65f3c72246fd671f2fa451 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 7 Aug 2022 06:39:10 +0000 Subject: [PATCH 1424/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 263fa35..99c6c87 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Tomato; + background-color: Aquamarine; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 7ea5790499890e85d33aa805d4c4bc92a397fb83 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 7 Aug 2022 07:24:10 +0000 Subject: [PATCH 1425/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 99c6c87..6c88545 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Aquamarine; + background-color: DarkSlateBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 74c88533b32a860cd493938dbe0508257e722ca4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 7 Aug 2022 08:09:10 +0000 Subject: [PATCH 1426/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 6c88545..b33a2c2 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkSlateBlue; + background-color: SeaGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From b54088c077a0f746826342c25a26829b0281f96f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 7 Aug 2022 08:54:10 +0000 Subject: [PATCH 1427/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index b33a2c2..77102e4 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SeaGreen; + background-color: Black; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 02108d3103e0b1cb925bc5e4c14ece689f4de391 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 7 Aug 2022 17:09:09 +0000 Subject: [PATCH 1428/3231] KPT-22: Modals with BurlyWood accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 77102e4..0c0e5f8 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Black; + background-color: BurlyWood; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 33dd0951a107530e3c2f38ccbc0b872d4016decb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 7 Aug 2022 21:39:10 +0000 Subject: [PATCH 1429/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 0c0e5f8..e6169de 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: BurlyWood; + background-color: DimGrey; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From e9bc4a1060da262d00db59704f20e25dd54b358d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 7 Aug 2022 23:54:08 +0000 Subject: [PATCH 1430/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index e6169de..77102e4 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DimGrey; + background-color: Black; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 4b28b72015dd3d9092b27a1d266f942d1d68e868 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 8 Aug 2022 01:24:08 +0000 Subject: [PATCH 1431/3231] KPT-22: Modals with Aqua accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 77102e4..4e48cac 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Black; + background-color: Aqua; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 9c42a843cfd4451ef2d3ab9f9946351a717b5724 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 8 Aug 2022 05:09:10 +0000 Subject: [PATCH 1432/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 4e48cac..f394f78 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Aqua; + background-color: Blue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From cbdd8f376e9d98de09913315d8a3e32373ee9529 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 8 Aug 2022 09:39:08 +0000 Subject: [PATCH 1433/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f394f78..368053a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Blue; + background-color: PaleVioletRed; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From e1823f567dac2052dfaff4dc8482604e080703a3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 8 Aug 2022 10:24:08 +0000 Subject: [PATCH 1434/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 368053a..9be746a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PaleVioletRed; + background-color: LemonChiffon; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 04f386116fdfb2cc1bde2b5cb2c514162e357fee Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 8 Aug 2022 11:09:08 +0000 Subject: [PATCH 1435/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 9be746a..1dca26d 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LemonChiffon; + background-color: LightSteelBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 62c63156ffae0eba698d53da5a6c338e180f2353 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 8 Aug 2022 11:54:08 +0000 Subject: [PATCH 1436/3231] KPT-22: Modals with Black accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1dca26d..77102e4 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightSteelBlue; + background-color: Black; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From d1642e9b5e26d2b500b07c1d922fe8973e3b4f54 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 8 Aug 2022 14:54:08 +0000 Subject: [PATCH 1437/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 77102e4..16c707c 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Black; + background-color: GhostWhite; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 2292d32f06c830da83cc774aeccec38abeb49f4b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 9 Aug 2022 04:24:07 +0000 Subject: [PATCH 1438/3231] KPT-24: Update background color to DarkOliveGreen --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 16c707c..1ede12f 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: GhostWhite; + background-color: DarkOliveGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 58295931cb94421e6163401250970fbe4164584f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 9 Aug 2022 09:39:08 +0000 Subject: [PATCH 1439/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1ede12f..f394f78 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkOliveGreen; + background-color: Blue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 5db8d28a9b055b7bb552ad6ada6cc0c6c4d91fdc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 9 Aug 2022 10:24:17 +0000 Subject: [PATCH 1440/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f394f78..7675de5 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Blue; + background-color: Grey; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 29c26a6d08ce440da8acecc166f7ff25250790ec Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 9 Aug 2022 13:24:08 +0000 Subject: [PATCH 1441/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 7675de5..19a39b9 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Grey; + background-color: DarkSeaGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 2f0f5e664dcf6b726bd58c7aa444d0671f9b54fe Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 9 Aug 2022 20:54:08 +0000 Subject: [PATCH 1442/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 19a39b9..75dc1a7 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkSeaGreen; + background-color: DarkKhaki; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 9afc9d682b198816bde8d0e6a757979a26a9bf50 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 9 Aug 2022 21:39:08 +0000 Subject: [PATCH 1443/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 75dc1a7..f7f1c6b 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkKhaki; + background-color: PaleGoldenRod; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 2c6fda174e3af7b8ddd1681f53c428c0b513dbe9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 10 Aug 2022 00:39:07 +0000 Subject: [PATCH 1444/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f7f1c6b..876b2a6 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PaleGoldenRod; + background-color: DarkGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 243c2f03e2e961e0f6b30726b1420fcbf7e436cb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 10 Aug 2022 02:54:07 +0000 Subject: [PATCH 1445/3231] KPT-22: Modals with BlueViolet accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 876b2a6..708ad67 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkGreen; + background-color: BlueViolet; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 4fc387513508c9694ed5940726149018ad9f4a47 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 10 Aug 2022 04:24:08 +0000 Subject: [PATCH 1446/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 708ad67..c7a5312 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: BlueViolet; + background-color: MediumOrchid; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From d0d5d4e122c012a40c877a04a79c915a4d312827 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 10 Aug 2022 05:54:07 +0000 Subject: [PATCH 1447/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index c7a5312..e68b895 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumOrchid; + background-color: MediumPurple; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 62371f966fde46e83eb0fb4864b5541b7bf27a7b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 10 Aug 2022 06:39:08 +0000 Subject: [PATCH 1448/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index e68b895..65ab0ee 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumPurple; + background-color: Teal; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From b6d4e4296d70666a48551f5cd8c0cb45bea95252 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 10 Aug 2022 09:39:08 +0000 Subject: [PATCH 1449/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 65ab0ee..8b86479 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Teal; + background-color: Olive; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From b56d4485b49421cc71f78a429306d0312209bef8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 10 Aug 2022 10:24:08 +0000 Subject: [PATCH 1450/3231] KPT-22: Modals with HoneyDew accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 8b86479..5ac9d52 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Olive; + background-color: HoneyDew; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From d1ad224e7bc81defa5253775e7d2aec8db04527f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 10 Aug 2022 11:09:09 +0000 Subject: [PATCH 1451/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5ac9d52..ec22af2 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: HoneyDew; + background-color: SlateGray; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From e35004d93b47f43d06e3492eb6496095c9ab4eb3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 10 Aug 2022 15:39:09 +0000 Subject: [PATCH 1452/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index ec22af2..1d4754e 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SlateGray; + background-color: SlateBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From fc33c70662521cdd886e84c8bab613b4adbb9be8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 10 Aug 2022 17:09:07 +0000 Subject: [PATCH 1453/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1d4754e..5e5890c 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SlateBlue; + background-color: DarkRed; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 0c02d9c0bef253554d4e4bee6421e525d96af780 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 10 Aug 2022 17:54:08 +0000 Subject: [PATCH 1454/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5e5890c..659aa8c 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkRed; + background-color: Gray; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From da215246a9a673233ca489f3e9f4b5cd69c83bd3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 10 Aug 2022 18:39:07 +0000 Subject: [PATCH 1455/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 659aa8c..2cb0acd 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Gray; + background-color: Indigo; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 7ca793af4ee6e2ab87100e726db35c1d268500ab Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 10 Aug 2022 20:09:10 +0000 Subject: [PATCH 1456/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 2cb0acd..ec501f5 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Indigo; + background-color: Lime; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 66f44f0556f3aca4c7b629a877ef3e8109088749 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 11 Aug 2022 10:24:07 +0000 Subject: [PATCH 1457/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index ec501f5..69e0c48 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Lime; + background-color: PapayaWhip; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From f8ea41e099b925f80b2e6008f732f8846d08267f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 11 Aug 2022 14:09:09 +0000 Subject: [PATCH 1458/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 69e0c48..ed5aa20 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PapayaWhip; + background-color: Brown; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From cae0624d60d71398956bba3a5c6c213bfb0d4239 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 11 Aug 2022 20:09:10 +0000 Subject: [PATCH 1459/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index ed5aa20..1eeb4dc 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Brown; + background-color: RebeccaPurple; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 421765e231c4998fd378b98ec3b0574ec8569e28 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 11 Aug 2022 21:39:08 +0000 Subject: [PATCH 1460/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1eeb4dc..ec22af2 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: RebeccaPurple; + background-color: SlateGray; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 12ba79680f50a403e511576b8ecb252544ad8b2b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 12 Aug 2022 11:54:08 +0000 Subject: [PATCH 1461/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index ec22af2..5094cf7 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SlateGray; + background-color: Chartreuse; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 131a55e97fe14781d121d16b68c440195821d9ec Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 12 Aug 2022 14:54:08 +0000 Subject: [PATCH 1462/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5094cf7..4f4e2eb 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Chartreuse; + background-color: Orange; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From e6fc7be650462cc9f139517015a81b3fe8b8d77d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 12 Aug 2022 16:24:08 +0000 Subject: [PATCH 1463/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 4f4e2eb..78f7196 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Orange; + background-color: Coral; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 272aee63f90d5cfdb82b4f62d00d576512e62292 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 12 Aug 2022 23:09:08 +0000 Subject: [PATCH 1464/3231] KPT-24: Update background color to HoneyDew --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 78f7196..5ac9d52 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Coral; + background-color: HoneyDew; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 1f596b5e5fffa3cdb1056179bd851ef739fec14a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 13 Aug 2022 05:09:08 +0000 Subject: [PATCH 1465/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5ac9d52..1ede12f 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: HoneyDew; + background-color: DarkOliveGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 52a69b005de7ea24cab20c8f4839bb65a61b44ec Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 13 Aug 2022 11:09:07 +0000 Subject: [PATCH 1466/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1ede12f..391a514 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkOliveGreen; + background-color: MediumTurquoise; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 742f236cea10313fdaa983210a9daf314ef07431 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 13 Aug 2022 11:54:07 +0000 Subject: [PATCH 1467/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 391a514..6255ca9 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumTurquoise; + background-color: SaddleBrown; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 346ec72c41ef22634ad380f74cb1c427413a0c3f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 13 Aug 2022 12:39:07 +0000 Subject: [PATCH 1468/3231] KPT-22: Modals with DarkViolet accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 6255ca9..4c7d26e 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SaddleBrown; + background-color: DarkViolet; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From cf64cd154aff57897abcf67470269dfc2466aad2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 13 Aug 2022 14:09:09 +0000 Subject: [PATCH 1469/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 4c7d26e..6c13b73 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkViolet; + background-color: DodgerBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 3422d23c6e3a2738f21e51c99b635ff9824f8f5f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 13 Aug 2022 17:09:08 +0000 Subject: [PATCH 1470/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 6c13b73..480e007 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DodgerBlue; + background-color: DarkSlateGrey; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 63460140cb6a611eab9a7753da200c561bfbfcbe Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 13 Aug 2022 17:54:37 +0000 Subject: [PATCH 1471/3231] KPT-22: Modals with CadetBlue accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 480e007..389255f 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkSlateGrey; + background-color: CadetBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 66bb425dabf05dcf23c92170a0bcaa3efa960686 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 13 Aug 2022 18:39:07 +0000 Subject: [PATCH 1472/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 389255f..cd48f0e 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: CadetBlue; + background-color: Maroon; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From dfdb30ce7d11783ebf0250ea73c44177091e30cc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 13 Aug 2022 19:24:08 +0000 Subject: [PATCH 1473/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index cd48f0e..f5fd949 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Maroon; + background-color: SpringGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 8b87674c2ce299bc142853dfc820af9577bdd840 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 13 Aug 2022 20:09:08 +0000 Subject: [PATCH 1474/3231] KPT-22: Modals with BurlyWood accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f5fd949..0c0e5f8 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SpringGreen; + background-color: BurlyWood; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From bb939763302554ee731409f62d6f02a544afbfce Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 14 Aug 2022 02:09:07 +0000 Subject: [PATCH 1475/3231] KPT-24: Update background color to DodgerBlue --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 0c0e5f8..6c13b73 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: BurlyWood; + background-color: DodgerBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 5677e7b50584527334820648cc2c2f10c6944fae Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 14 Aug 2022 02:54:08 +0000 Subject: [PATCH 1476/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 6c13b73..e5dd579 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DodgerBlue; + background-color: FloralWhite; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 75b9db7ff41660aa9a9854192ad611c8ec1f3e12 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 14 Aug 2022 07:24:07 +0000 Subject: [PATCH 1477/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index e5dd579..4cd1ed2 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: FloralWhite; + background-color: Linen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From e391a091650f441584ab2cf655e42c453949fc00 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 14 Aug 2022 10:24:07 +0000 Subject: [PATCH 1478/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 4cd1ed2..03e453a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Linen; + background-color: MintCream; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 1f920fbca459df5d41c77e7fe1fb661df3bb8f4f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 14 Aug 2022 13:24:08 +0000 Subject: [PATCH 1479/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 03e453a..9be746a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MintCream; + background-color: LemonChiffon; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From e55e7ad85980a955d84a878f025e40265bf84fe9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 14 Aug 2022 14:54:08 +0000 Subject: [PATCH 1480/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 9be746a..ec22af2 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LemonChiffon; + background-color: SlateGray; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From de80922dd50979bfcf24ad2e449cb957acfc28f4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 14 Aug 2022 15:39:09 +0000 Subject: [PATCH 1481/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index ec22af2..d031b88 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SlateGray; + background-color: NavajoWhite; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From c0dac427b9db9db6a34c3afbb959a03326c0b827 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 14 Aug 2022 17:09:08 +0000 Subject: [PATCH 1482/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index d031b88..263fa35 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: NavajoWhite; + background-color: Tomato; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From eb8cd08aaccd2a09ffcb2dac29008b96e71608e6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 14 Aug 2022 22:24:07 +0000 Subject: [PATCH 1483/3231] KPT-24: Update background color to Teal --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 263fa35..65ab0ee 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Tomato; + background-color: Teal; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From ff2e540501ff0352ee29ba42e84abd5bd91fbd2a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 15 Aug 2022 02:09:08 +0000 Subject: [PATCH 1484/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 65ab0ee..31b5e44 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Teal; + background-color: Sienna; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 6b141f42043b1b162b0ec5deb6ac52e8a1cd7287 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 15 Aug 2022 05:09:08 +0000 Subject: [PATCH 1485/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 31b5e44..eada11b 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Sienna; + background-color: Moccasin; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 1e893f7fbd0f59ad857f8e8c54d2a949c4bf39b1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 15 Aug 2022 05:54:08 +0000 Subject: [PATCH 1486/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index eada11b..86a9b03 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Moccasin; + background-color: DarkCyan; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From c523a49786dd3e2f5a08e26085f6a51f73a92e8d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 15 Aug 2022 10:24:08 +0000 Subject: [PATCH 1487/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 86a9b03..389255f 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkCyan; + background-color: CadetBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From d7a4196cbd799047dabf37714e0e0476282a47e4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 15 Aug 2022 11:09:09 +0000 Subject: [PATCH 1488/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 389255f..5d39784 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: CadetBlue; + background-color: SteelBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From aee360f1e85e0ee05c4aabf6f02fe0a7433396dc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 15 Aug 2022 11:54:07 +0000 Subject: [PATCH 1489/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5d39784..65ab0ee 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SteelBlue; + background-color: Teal; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From faf97fc340ee59ecd7aefd5619fbd7b9db3d0230 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 15 Aug 2022 14:54:08 +0000 Subject: [PATCH 1490/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 65ab0ee..0588b9a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Teal; + background-color: LavenderBlush; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From cca751b2990c472bac13cbdea2a8d6a3ed70be97 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 15 Aug 2022 20:54:08 +0000 Subject: [PATCH 1491/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 0588b9a..7225865 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LavenderBlush; + background-color: DarkBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 747f9259f283ee1b1159bce44cc0aba7253d8123 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 15 Aug 2022 21:39:08 +0000 Subject: [PATCH 1492/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 7225865..481446d 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkBlue; + background-color: OliveDrab; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 0b29ea69bea774e8feadf46bf1b448effa3d607a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 16 Aug 2022 00:39:08 +0000 Subject: [PATCH 1493/3231] KPT-24: Update background color to Teal --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 481446d..65ab0ee 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: OliveDrab; + background-color: Teal; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From d45aa20212b34629e3d8bc091451260d9510e917 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 16 Aug 2022 03:39:08 +0000 Subject: [PATCH 1494/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 65ab0ee..263fa35 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Teal; + background-color: Tomato; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 4bdbe26f0b5b8bbc6a84897cd70f8be47312526d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 16 Aug 2022 04:24:07 +0000 Subject: [PATCH 1495/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 263fa35..e5a15c1 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Tomato; + background-color: Bisque; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 74f0179831738c442d78825aef419f73032d0f4d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 16 Aug 2022 06:39:08 +0000 Subject: [PATCH 1496/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index e5a15c1..03d1fcd 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Bisque; + background-color: HotPink; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 7cb54383c410a1eb3e61e37eb7598590383a60ba Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 16 Aug 2022 08:54:08 +0000 Subject: [PATCH 1497/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 03d1fcd..cd48f0e 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: HotPink; + background-color: Maroon; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From a363c786b8534d734e63ca87bf4999ead9cd5ac8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 16 Aug 2022 09:39:08 +0000 Subject: [PATCH 1498/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index cd48f0e..81081f0 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Maroon; + background-color: Gainsboro; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 3a763406dbfee2d340c272635d7563008240a8c3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 16 Aug 2022 13:24:07 +0000 Subject: [PATCH 1499/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 81081f0..77c4429 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Gainsboro; + background-color: Wheat; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 50a853e1fce7fff566da3945caacea6d509567f9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 16 Aug 2022 14:54:08 +0000 Subject: [PATCH 1500/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 77c4429..03f2967 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Wheat; + background-color: SlateGrey; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From f3bdfb35868eb64c1a8edc72da259d9e2d8e13a0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 16 Aug 2022 16:24:08 +0000 Subject: [PATCH 1501/3231] KPT-24: Update background color to DarkOrchid --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 03f2967..382e7a4 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SlateGrey; + background-color: DarkOrchid; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 2ff3d8eaffeece33e9fa6a39f6f4f9acab9964c4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 16 Aug 2022 17:54:08 +0000 Subject: [PATCH 1502/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 382e7a4..fcd35ac 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkOrchid; + background-color: Khaki; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 15d813415fd837eca6a37662ed1c151a757c5a3e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 16 Aug 2022 18:39:07 +0000 Subject: [PATCH 1503/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index fcd35ac..dd43562 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Khaki; + background-color: Orchid; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 17c32931745387755daa48c6bda17db321e31e4a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 16 Aug 2022 20:54:08 +0000 Subject: [PATCH 1504/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index dd43562..141472c 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Orchid; + background-color: Fuchsia; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 1920de0d676b07e2208f4541ca4bf0b9e6a2d830 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 17 Aug 2022 00:39:08 +0000 Subject: [PATCH 1505/3231] KPT-22: Modals with BlueViolet accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 141472c..708ad67 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Fuchsia; + background-color: BlueViolet; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 9cf51596f83d6b3b3294932f41d1fbbf8dd92a42 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 17 Aug 2022 04:24:07 +0000 Subject: [PATCH 1506/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 708ad67..08ea915 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: BlueViolet; + background-color: LightGrey; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 7d9f7bd2da00ebe88eb3841bf3f3c817558246b0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 17 Aug 2022 05:09:08 +0000 Subject: [PATCH 1507/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 08ea915..1949d7a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightGrey; + background-color: BlanchedAlmond; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 85a2bc2e19735f73db18f66e424a8865a7becf3e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 17 Aug 2022 08:54:07 +0000 Subject: [PATCH 1508/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1949d7a..481446d 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: BlanchedAlmond; + background-color: OliveDrab; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From b5191575db1c20394c660fa8545acc93ae3cc6af Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 17 Aug 2022 10:24:08 +0000 Subject: [PATCH 1509/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 481446d..a00063a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: OliveDrab; + background-color: Red; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From f85400cb78aa0340598098fcdd64c86734417e55 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 17 Aug 2022 21:39:08 +0000 Subject: [PATCH 1510/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index a00063a..2641f4a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Red; + background-color: LawnGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 9d6aa9f665f432ae12d495b24ae04e10bc8843ba Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 17 Aug 2022 22:24:08 +0000 Subject: [PATCH 1511/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 2641f4a..b33a2c2 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LawnGreen; + background-color: SeaGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 12fd19c850e2e80b07b7021625b9fa6f189a6447 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 17 Aug 2022 23:09:08 +0000 Subject: [PATCH 1512/3231] KPT-24: Update background color to YellowGreen --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index b33a2c2..eb3f3a0 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SeaGreen; + background-color: YellowGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 8db07757b0a694add8c781e826808ed2376055d0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 18 Aug 2022 00:39:08 +0000 Subject: [PATCH 1513/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index eb3f3a0..659aa8c 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: YellowGreen; + background-color: Gray; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From a84a5dfca017167d58691705f49a09dc22f72665 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 18 Aug 2022 01:24:09 +0000 Subject: [PATCH 1514/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 659aa8c..78f7196 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Gray; + background-color: Coral; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From d07efa009c7bb5956e2b8fbb5c83189a2273345d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 18 Aug 2022 02:09:09 +0000 Subject: [PATCH 1515/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 78f7196..a00063a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Coral; + background-color: Red; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 857b84e6e3481431d3e005ee7a0921c6d754121e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 18 Aug 2022 03:39:09 +0000 Subject: [PATCH 1516/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index a00063a..19a39b9 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Red; + background-color: DarkSeaGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From a13218c8fa92fbdf5d3d57078e6e6a383eb84e1d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 18 Aug 2022 04:24:09 +0000 Subject: [PATCH 1517/3231] KPT-24: Update background color to Navy --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 19a39b9..a6e04de 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkSeaGreen; + background-color: Navy; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 400690501662c7e1e852c6e5ff8833cd4743f339 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 18 Aug 2022 05:09:09 +0000 Subject: [PATCH 1518/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index a6e04de..f615e27 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Navy; + background-color: DarkMagenta; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 269749092af8260165f16997c527f8044bcd2e90 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 18 Aug 2022 08:09:09 +0000 Subject: [PATCH 1519/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f615e27..a6e04de 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkMagenta; + background-color: Navy; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 2d5261a2abd74b1b64d949dc36397edf55e53ea4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 18 Aug 2022 09:39:08 +0000 Subject: [PATCH 1520/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index a6e04de..75dc1a7 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Navy; + background-color: DarkKhaki; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From b19b9e4fb2ed0e5a613396527a88cadfef4594c8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 18 Aug 2022 14:54:08 +0000 Subject: [PATCH 1521/3231] KPT-22: Modals with DeepSkyBlue accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 75dc1a7..b496a9e 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkKhaki; + background-color: DeepSkyBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From f20890d02e3816bea4368be4e3f3a6001f431646 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 18 Aug 2022 15:39:08 +0000 Subject: [PATCH 1522/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index b496a9e..7675de5 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DeepSkyBlue; + background-color: Grey; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From d6a83478f75454a4da7cc5107a9712d0c355473e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 18 Aug 2022 22:24:08 +0000 Subject: [PATCH 1523/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 7675de5..b717f6c 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Grey; + background-color: DarkTurquoise; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From f9dccdef3cf6a52f0157774a8fa613b431570722 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 19 Aug 2022 05:54:09 +0000 Subject: [PATCH 1524/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index b717f6c..f7f1c6b 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkTurquoise; + background-color: PaleGoldenRod; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From b2be21d8b2cf5248b0e8d6df1ac15bca06d72361 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 19 Aug 2022 06:39:09 +0000 Subject: [PATCH 1525/3231] KPT-24: Update background color to SkyBlue --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f7f1c6b..e04effe 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PaleGoldenRod; + background-color: SkyBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From df74cf54a52bf858931bb645c748e7adc4bd8161 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 19 Aug 2022 08:09:07 +0000 Subject: [PATCH 1526/3231] KPT-24: Update background color to DimGray --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index e04effe..49cd2ac 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SkyBlue; + background-color: DimGray; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 99d4b98f31e94977a54aa786cd9b5864f00c69be Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 19 Aug 2022 08:54:09 +0000 Subject: [PATCH 1527/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 49cd2ac..94042d5 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DimGray; + background-color: SeaShell; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From d3b1db851bd688ed2b3ecca2150a171c6d18b811 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 19 Aug 2022 10:24:10 +0000 Subject: [PATCH 1528/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 94042d5..e68b895 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SeaShell; + background-color: MediumPurple; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 462bcd153a4b2b2f8f99a26f00f4b4812eaba2a0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 19 Aug 2022 11:54:10 +0000 Subject: [PATCH 1529/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index e68b895..4f4e2eb 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumPurple; + background-color: Orange; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 4933da2ddb07e383281530ff1d52ca763745daa2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 19 Aug 2022 12:39:10 +0000 Subject: [PATCH 1530/3231] KPT-22: Modals with Silver accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 4f4e2eb..960363a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Orange; + background-color: Silver; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From f0060acdbd0d957075ee16728939717bf92ef690 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 19 Aug 2022 13:24:11 +0000 Subject: [PATCH 1531/3231] KPT-22: Modals with Crimson accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 960363a..f908495 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Silver; + background-color: Crimson; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From e2a1a99f594207c1f271e89c7bfef97a46196f4f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 19 Aug 2022 14:09:11 +0000 Subject: [PATCH 1532/3231] KPT-24: Update background color to Lime --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f908495..ec501f5 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Crimson; + background-color: Lime; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From b1220982a65342b254debade3e1e4db357d95908 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 19 Aug 2022 15:39:10 +0000 Subject: [PATCH 1533/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index ec501f5..9be746a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Lime; + background-color: LemonChiffon; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 315bcb6d7ec01fa037eaa08c806d2943cb88a52c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 19 Aug 2022 22:24:07 +0000 Subject: [PATCH 1534/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 9be746a..df6b601 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LemonChiffon; + background-color: Snow; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From af20de775260c958077d5f38450c575b75e737f7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 20 Aug 2022 00:39:09 +0000 Subject: [PATCH 1535/3231] KPT-22: Modals with YellowGreen accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index df6b601..eb3f3a0 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Snow; + background-color: YellowGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 2729e858f6f74db5e0f8b32cc370a0dfb1f9c76b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 20 Aug 2022 11:54:07 +0000 Subject: [PATCH 1536/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index eb3f3a0..bd0a1d7 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: YellowGreen; + background-color: DarkOrange; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 79734c2fe0e23bf094b99936aa849f403b79c659 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 20 Aug 2022 12:39:08 +0000 Subject: [PATCH 1537/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index bd0a1d7..eb3f3a0 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkOrange; + background-color: YellowGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From ebfda8f8dcafa572aaf067bb218e3ec97d5fdc1c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 20 Aug 2022 13:24:08 +0000 Subject: [PATCH 1538/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index eb3f3a0..10f5b34 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: YellowGreen; + background-color: Green; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 9296056eb33985f499c717e184910aa87e20b506 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 20 Aug 2022 15:39:07 +0000 Subject: [PATCH 1539/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 10f5b34..69e0c48 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Green; + background-color: PapayaWhip; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From b72b24d81b03600fabee169b5a7e4bf000bbef62 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 20 Aug 2022 17:54:07 +0000 Subject: [PATCH 1540/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 69e0c48..ec501f5 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PapayaWhip; + background-color: Lime; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 6781085faf0996c70536de386db2e7cc3519e9fe Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 20 Aug 2022 18:39:07 +0000 Subject: [PATCH 1541/3231] KPT-22: Modals with RoyalBlue accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index ec501f5..5733a56 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Lime; + background-color: RoyalBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 20b3b5cf9ac49ab8cb94e968ae2e8df3d9918157 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 20 Aug 2022 20:09:09 +0000 Subject: [PATCH 1542/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5733a56..8d0d9cb 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: RoyalBlue; + background-color: WhiteSmoke; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 8808588e5fc5a36f8219d083925262efe98f864c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 20 Aug 2022 23:09:08 +0000 Subject: [PATCH 1543/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 8d0d9cb..15a41f1 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: WhiteSmoke; + background-color: SandyBrown; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From ec45fe0177e5f955bc19c9e4cbc31af71a73bb84 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 21 Aug 2022 00:39:07 +0000 Subject: [PATCH 1544/3231] KPT-24: Update background color to Fuchsia --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 15a41f1..141472c 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SandyBrown; + background-color: Fuchsia; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 56cb2ac7292f1fcd31cf30b984d62cd6f06064a9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 21 Aug 2022 01:24:07 +0000 Subject: [PATCH 1545/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 141472c..f908495 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Fuchsia; + background-color: Crimson; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 207319344ac88e45de897152d24c9aaa8fa3ad3a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 21 Aug 2022 02:54:07 +0000 Subject: [PATCH 1546/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f908495..ec501f5 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Crimson; + background-color: Lime; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From e2587e514fcfd5c56b49e5052ee4f988a6d6ad24 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 21 Aug 2022 04:24:08 +0000 Subject: [PATCH 1547/3231] KPT-24: Update background color to OrangeRed --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index ec501f5..68fb234 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Lime; + background-color: OrangeRed; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 10db0a625bb81e3afa833f8486018d57e7f69153 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 21 Aug 2022 05:09:07 +0000 Subject: [PATCH 1548/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 68fb234..4cd1ed2 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: OrangeRed; + background-color: Linen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 052cec197d14f54849128b78bb2cd101accf8af1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 21 Aug 2022 07:24:07 +0000 Subject: [PATCH 1549/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 4cd1ed2..5ac9d52 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Linen; + background-color: HoneyDew; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From c43f4238e5dfef85b0e489fbad219c1eab91ce41 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 21 Aug 2022 12:39:07 +0000 Subject: [PATCH 1550/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5ac9d52..6bcf35a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: HoneyDew; + background-color: Peru; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 83605aab33e071db333de244b43323360302c0c3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 21 Aug 2022 15:39:07 +0000 Subject: [PATCH 1551/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 6bcf35a..15a41f1 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Peru; + background-color: SandyBrown; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 2c51891d60f3294e038532db490b68abac45d7c7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 21 Aug 2022 18:39:07 +0000 Subject: [PATCH 1552/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 15a41f1..bd0a1d7 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SandyBrown; + background-color: DarkOrange; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 3af627e0fc47118a62c723340073b2342d5380ea Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 21 Aug 2022 23:09:07 +0000 Subject: [PATCH 1553/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index bd0a1d7..e6169de 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkOrange; + background-color: DimGrey; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 5b28848fa93b33e737c93e431f074377c97469b7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 22 Aug 2022 00:39:08 +0000 Subject: [PATCH 1554/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index e6169de..1dca26d 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DimGrey; + background-color: LightSteelBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From b3f3fb1996205844b022bb5110d235b481f4ab12 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 22 Aug 2022 01:24:08 +0000 Subject: [PATCH 1555/3231] KPT-24: Update background color to Orange --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1dca26d..4f4e2eb 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightSteelBlue; + background-color: Orange; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From d0bcad5b26b919a3c6feb256cb0069a655095c83 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 22 Aug 2022 09:39:08 +0000 Subject: [PATCH 1556/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 4f4e2eb..69e0c48 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Orange; + background-color: PapayaWhip; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From ccd3d5ac0f8c037174bfd6fd697913c689ca00a1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 22 Aug 2022 11:54:08 +0000 Subject: [PATCH 1557/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 69e0c48..4c7d26e 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PapayaWhip; + background-color: DarkViolet; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 145e9348ee154c7433176b9f35609c9f17250c55 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 22 Aug 2022 14:09:07 +0000 Subject: [PATCH 1558/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 4c7d26e..5144a86 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkViolet; + background-color: Violet; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 7bd7b850d69f54fe15da9a7d7b45724da4654e69 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 22 Aug 2022 14:54:07 +0000 Subject: [PATCH 1559/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5144a86..f1a2156 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Violet; + background-color: White; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From b89f5a803752405aaefbd294fec7add9dfce0525 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 22 Aug 2022 15:39:07 +0000 Subject: [PATCH 1560/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f1a2156..960363a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: White; + background-color: Silver; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From c3d9bbc4b0276440b25d12c0029c402bca7dfcfd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 22 Aug 2022 17:54:08 +0000 Subject: [PATCH 1561/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 960363a..8d0d9cb 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Silver; + background-color: WhiteSmoke; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From bba3471185abde9d218590ee20c106f5f612c9d0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 22 Aug 2022 20:09:08 +0000 Subject: [PATCH 1562/3231] KPT-24: Update background color to SteelBlue --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 8d0d9cb..5d39784 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: WhiteSmoke; + background-color: SteelBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From fc6321be4d895c108ccc4e149cc78f52086810cf Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 22 Aug 2022 21:39:07 +0000 Subject: [PATCH 1563/3231] KPT-22: Modals with LimeGreen accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5d39784..60a860f 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SteelBlue; + background-color: LimeGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From f3439491b8119a45f26ebb59f6c5e819fad2f319 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 22 Aug 2022 22:24:07 +0000 Subject: [PATCH 1564/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 60a860f..e04effe 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LimeGreen; + background-color: SkyBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 1cfa9e52613b563390af84f2c468212bd4289169 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 23 Aug 2022 02:54:07 +0000 Subject: [PATCH 1565/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index e04effe..bd0a1d7 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SkyBlue; + background-color: DarkOrange; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 112d302bb2c39e6c4843dfa5437b3d2e57015675 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 23 Aug 2022 04:24:08 +0000 Subject: [PATCH 1566/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index bd0a1d7..5b89964 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkOrange; + background-color: Salmon; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 8614bf0acfb1fae03d578277ccdf810267bac09c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 23 Aug 2022 08:54:07 +0000 Subject: [PATCH 1567/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5b89964..263fa35 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Salmon; + background-color: Tomato; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 0cc290c45a9738a0d9552c574c785a58f49ad491 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 23 Aug 2022 11:09:08 +0000 Subject: [PATCH 1568/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 263fa35..77449ef 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Tomato; + background-color: MidnightBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 9c9d64f60addabb5efe9cd1145a378c83a57225d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 23 Aug 2022 11:54:08 +0000 Subject: [PATCH 1569/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 77449ef..6bcf35a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MidnightBlue; + background-color: Peru; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 606a2d4f110b21579c3332f89557358d8dcd64bd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 23 Aug 2022 12:39:08 +0000 Subject: [PATCH 1570/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 6bcf35a..2a3207f 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Peru; + background-color: DarkGrey; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From b9a1b97f07209b5a7b2cf29616f21bf03f8b6694 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 23 Aug 2022 20:09:08 +0000 Subject: [PATCH 1571/3231] KPT-22: Modals with Grey accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 2a3207f..7675de5 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkGrey; + background-color: Grey; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 2b119577adb3b7453737be5609fb3dc37d7403e0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 23 Aug 2022 20:54:08 +0000 Subject: [PATCH 1572/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 7675de5..876b2a6 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Grey; + background-color: DarkGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 096410548792faab512ddabffe28595c289244cf Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 23 Aug 2022 22:24:08 +0000 Subject: [PATCH 1573/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 876b2a6..ec22af2 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkGreen; + background-color: SlateGray; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 28cb89bc7fbf35ecbba5857ccf5ec20844e9e623 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 24 Aug 2022 01:24:08 +0000 Subject: [PATCH 1574/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index ec22af2..dd43562 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SlateGray; + background-color: Orchid; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 120dab81d335cc572588d7ddb4c3dcbdfd7b5715 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 24 Aug 2022 08:09:08 +0000 Subject: [PATCH 1575/3231] KPT-22: Modals with LemonChiffon accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index dd43562..9be746a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Orchid; + background-color: LemonChiffon; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 4b1acbaee9cb1cc6a2ae2ae1eb53e77adc688d06 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 24 Aug 2022 08:54:07 +0000 Subject: [PATCH 1576/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 9be746a..f1a2156 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LemonChiffon; + background-color: White; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 1cf14c0de258cd37532b17441a93cc26621ac12f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 24 Aug 2022 12:39:08 +0000 Subject: [PATCH 1577/3231] KPT-22: Modals with SteelBlue accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f1a2156..5d39784 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: White; + background-color: SteelBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 9bfa94942b35740e8468b652490c5a8d1a9a7ad0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 24 Aug 2022 17:09:09 +0000 Subject: [PATCH 1578/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5d39784..6bcf35a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SteelBlue; + background-color: Peru; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 8dae969653bbb7c121736bb348b2b7c79c271dc2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 25 Aug 2022 02:34:34 +0000 Subject: [PATCH 1579/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 6bcf35a..f2dd7f4 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Peru; + background-color: LightGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 3a66d626a5ac855f1339dc96731b1f725f1424aa Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 25 Aug 2022 06:19:35 +0000 Subject: [PATCH 1580/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f2dd7f4..368053a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightGreen; + background-color: PaleVioletRed; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From e33068b9aec7b41d5da8cb80fe2a0a94459b80b0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 25 Aug 2022 12:19:35 +0000 Subject: [PATCH 1581/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 368053a..6c534d0 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PaleVioletRed; + background-color: LightSkyBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From df48f8394e508e656f55d4a991c1b5b937ad3e95 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 25 Aug 2022 15:19:35 +0000 Subject: [PATCH 1582/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 6c534d0..d4e15eb 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightSkyBlue; + background-color: LightSeaGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From c80029dc50177e03ade7fa64d6794f2b7ec73e56 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 25 Aug 2022 17:34:35 +0000 Subject: [PATCH 1583/3231] KPT-24: Update background color to Wheat --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index d4e15eb..77c4429 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightSeaGreen; + background-color: Wheat; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From be33796b60153a4e231f89844b2774ca6985414f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 25 Aug 2022 19:49:34 +0000 Subject: [PATCH 1584/3231] KPT-22: Modals with Coral accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 77c4429..78f7196 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Wheat; + background-color: Coral; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From b81713020bd545d9219d834a76494d7a1b0d3676 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 25 Aug 2022 22:04:34 +0000 Subject: [PATCH 1585/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 78f7196..99c6c87 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Coral; + background-color: Aquamarine; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 153dcd268f6da7dcfd9fe269a5044b00001841b5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 25 Aug 2022 22:49:35 +0000 Subject: [PATCH 1586/3231] KPT-22: Modals with DarkBlue accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 99c6c87..7225865 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Aquamarine; + background-color: DarkBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 0c12b0befb7f521e8ec634c8b6ac6da48409aba4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 26 Aug 2022 08:34:35 +0000 Subject: [PATCH 1587/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 7225865..e68b895 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkBlue; + background-color: MediumPurple; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 1101d969a21baa35b58d9bfee6ade5035e7f6899 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 26 Aug 2022 19:04:35 +0000 Subject: [PATCH 1588/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index e68b895..3d28410 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumPurple; + background-color: Thistle; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From c98490a3ce83f3b6cda081e0935885619bb9c740 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 26 Aug 2022 19:49:34 +0000 Subject: [PATCH 1589/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 3d28410..6bcf35a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Thistle; + background-color: Peru; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 78f7433c924b5a7490e4c8dfd74ea7b8eee61310 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 26 Aug 2022 20:34:35 +0000 Subject: [PATCH 1590/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 6bcf35a..b12e2b1 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Peru; + background-color: RosyBrown; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From d0f66f126c3fbdba5733daf3d13908e0204c8bc2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 26 Aug 2022 23:34:38 +0000 Subject: [PATCH 1591/3231] KPT-24: Update background color to LightGreen --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index b12e2b1..f2dd7f4 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: RosyBrown; + background-color: LightGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 6d8789cb79e566ad0258ba0fc41e4a968063ca26 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 27 Aug 2022 04:04:36 +0000 Subject: [PATCH 1592/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f2dd7f4..ec501f5 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightGreen; + background-color: Lime; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 3b06057492fc0cec575ce70a687edd031f5e8ef5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 27 Aug 2022 05:34:35 +0000 Subject: [PATCH 1593/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index ec501f5..2d9d2b7 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Lime; + background-color: ForestGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 2cf2c7e4c4a7e5c840561a1c18cff69a67f132c0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 27 Aug 2022 11:34:36 +0000 Subject: [PATCH 1594/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 2d9d2b7..5733a56 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: ForestGreen; + background-color: RoyalBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 8e9d61ff9cc2e7b566264578a05d94845867ae38 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 27 Aug 2022 13:49:35 +0000 Subject: [PATCH 1595/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5733a56..41c019d 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: RoyalBlue; + background-color: Plum; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 9c84759841f9b27108101e37027cddd9ac0c29e3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 27 Aug 2022 16:49:34 +0000 Subject: [PATCH 1596/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 41c019d..1a4cdac 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Plum; + background-color: Purple; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From fe4ea6ba2c09d7ed8bb8b103040944dd980c51da Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 27 Aug 2022 18:19:35 +0000 Subject: [PATCH 1597/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1a4cdac..69e0c48 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Purple; + background-color: PapayaWhip; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From a9bc64428ed17bc4c148271c0df70e4def0cfb34 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 27 Aug 2022 19:49:34 +0000 Subject: [PATCH 1598/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 69e0c48..4cd1ed2 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PapayaWhip; + background-color: Linen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 46cbb15f9bf387b6623783bce23b6eca565ba365 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 27 Aug 2022 22:49:34 +0000 Subject: [PATCH 1599/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 4cd1ed2..2cb0acd 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Linen; + background-color: Indigo; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 4d396ce52ec977a9ca634ee05027558a3606670b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 28 Aug 2022 01:04:36 +0000 Subject: [PATCH 1600/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 2cb0acd..49b1b56 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Indigo; + background-color: LightSalmon; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 80595eda3adc6a34fffba4a4da3114cf14e7baea Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 28 Aug 2022 01:49:35 +0000 Subject: [PATCH 1601/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 49b1b56..2cb0acd 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightSalmon; + background-color: Indigo; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From ca63173abe7250740d7036ab8bc7dfffc5fdc940 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 28 Aug 2022 04:49:34 +0000 Subject: [PATCH 1602/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 2cb0acd..3667a7c 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Indigo; + background-color: Chocolate; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 72ac26bcb629c7839548dffeb27f79d207ffe16f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 28 Aug 2022 07:49:35 +0000 Subject: [PATCH 1603/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 3667a7c..77c4429 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Chocolate; + background-color: Wheat; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 3fd49ec5f5b0218f6afadcf2f527c79785500fff Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 28 Aug 2022 09:19:38 +0000 Subject: [PATCH 1604/3231] KPT-24: Update background color to Crimson --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 77c4429..f908495 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Wheat; + background-color: Crimson; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 9094bf8e4a85460dac34c067ae6c9a204d073bba Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 28 Aug 2022 11:34:38 +0000 Subject: [PATCH 1605/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f908495..992f790 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Crimson; + background-color: Yellow; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 99165f256db9d0a143278901840b9a89f0222d20 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 28 Aug 2022 13:49:35 +0000 Subject: [PATCH 1606/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 992f790..0c91c33 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Yellow; + background-color: Magenta; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From bd19bf55a67da0c94ae219d509f4a35918404337 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 28 Aug 2022 17:34:35 +0000 Subject: [PATCH 1607/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 0c91c33..2a3207f 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Magenta; + background-color: DarkGrey; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From b68a64d9a11208aff0d5483b47317d548fa98159 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 28 Aug 2022 23:34:35 +0000 Subject: [PATCH 1608/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 2a3207f..141472c 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkGrey; + background-color: Fuchsia; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 9af0eb82827c44ea222bdd97d84357c9b932a5cd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 29 Aug 2022 01:04:34 +0000 Subject: [PATCH 1609/3231] KPT-22: Modals with LightGreen accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 141472c..f2dd7f4 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Fuchsia; + background-color: LightGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From e12e7d76ffb134e01574e36351a004467e1f41e0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 29 Aug 2022 01:49:35 +0000 Subject: [PATCH 1610/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f2dd7f4..78f7196 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightGreen; + background-color: Coral; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From c49835d0aec643b7e08e86806c596f2e836aaacc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 29 Aug 2022 02:34:35 +0000 Subject: [PATCH 1611/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 78f7196..03e453a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Coral; + background-color: MintCream; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 5479c74601a1f2afb2a3a54f3fa04849618c961c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 29 Aug 2022 07:04:36 +0000 Subject: [PATCH 1612/3231] KPT-24: Update background color to DarkRed --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 03e453a..5e5890c 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MintCream; + background-color: DarkRed; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From f6238e6ccf074f5d5a116049479d37fde4e08407 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 29 Aug 2022 07:49:35 +0000 Subject: [PATCH 1613/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5e5890c..81081f0 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkRed; + background-color: Gainsboro; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 15f01fceee18de7cece581050d62c47182f947ac Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 29 Aug 2022 16:04:35 +0000 Subject: [PATCH 1614/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 81081f0..27817c7 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Gainsboro; + background-color: LightBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 3325e3ae00f2beeae0abd18df8df8c3e9dbbf114 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 29 Aug 2022 16:49:34 +0000 Subject: [PATCH 1615/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 27817c7..945ac22 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightBlue; + background-color: GreenYellow; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 1be6e0794f587d4b2f684c6b0667a62e0191e3d6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 29 Aug 2022 18:19:34 +0000 Subject: [PATCH 1616/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 945ac22..a4f3dc5 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: GreenYellow; + background-color: Cornsilk; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From d6bd68d1aa2a3584d7961404f81e46ef41feed25 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 30 Aug 2022 06:19:34 +0000 Subject: [PATCH 1617/3231] KPT-22: Modals with DarkBlue accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index a4f3dc5..7225865 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Cornsilk; + background-color: DarkBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From c4e85946f76d8d30cbbf07932fa140480e45ba89 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 31 Aug 2022 01:04:35 +0000 Subject: [PATCH 1618/3231] KPT-24: Update background color to Brown --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 7225865..ed5aa20 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkBlue; + background-color: Brown; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 4d3a35baef463840961643482888a764a28ec905 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 31 Aug 2022 03:19:35 +0000 Subject: [PATCH 1619/3231] KPT-24: Update background color to DarkOrange --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index ed5aa20..bd0a1d7 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Brown; + background-color: DarkOrange; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 69bd2b9218678903af243cb4fc29135f209c245f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 31 Aug 2022 07:04:35 +0000 Subject: [PATCH 1620/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index bd0a1d7..cd48f0e 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkOrange; + background-color: Maroon; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 9faa3c47ed24420286456cb66bf809d59e812f35 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 31 Aug 2022 07:49:34 +0000 Subject: [PATCH 1621/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index cd48f0e..51d92d9 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Maroon; + background-color: FireBrick; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 8bcf9d1c53b1ca5b3cfb3e462709c3de948bf021 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 31 Aug 2022 09:19:34 +0000 Subject: [PATCH 1622/3231] KPT-22: Modals with LightBlue accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 51d92d9..27817c7 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: FireBrick; + background-color: LightBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 15be97267cad8b2a1e083a352ec8eb6ecae06575 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 31 Aug 2022 11:34:34 +0000 Subject: [PATCH 1623/3231] KPT-22: Modals with BlanchedAlmond accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 27817c7..1949d7a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightBlue; + background-color: BlanchedAlmond; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 658dbeac5224f371b365053bd5da4e6e080a2df4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 31 Aug 2022 15:19:35 +0000 Subject: [PATCH 1624/3231] KPT-24: Update background color to Grey --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1949d7a..7675de5 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: BlanchedAlmond; + background-color: Grey; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 67f64ee2795338024ac626a854fbba6953db155a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 31 Aug 2022 17:34:35 +0000 Subject: [PATCH 1625/3231] KPT-24: Update background color to Brown --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 7675de5..ed5aa20 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Grey; + background-color: Brown; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 118c1522b20ff6ba6b86a9ae21762df23a202142 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 31 Aug 2022 22:04:35 +0000 Subject: [PATCH 1626/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index ed5aa20..19a39b9 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Brown; + background-color: DarkSeaGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 8fa842a8c2d7ecc5e94ddbdabc5324135e26064e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 31 Aug 2022 22:49:34 +0000 Subject: [PATCH 1627/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 19a39b9..27817c7 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkSeaGreen; + background-color: LightBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 9b94e714ec03a100589644ebe63170b8c450328b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 1 Sep 2022 02:34:35 +0000 Subject: [PATCH 1628/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 27817c7..69e0c48 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightBlue; + background-color: PapayaWhip; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From d7e74d5570b6e0278735b8aba9136384874d06e1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 1 Sep 2022 03:19:34 +0000 Subject: [PATCH 1629/3231] KPT-24: Update background color to LightSteelBlue --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 69e0c48..1dca26d 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PapayaWhip; + background-color: LightSteelBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 4bd17f9b584571c45d0356b7b83c19e3e17a044d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 1 Sep 2022 11:34:35 +0000 Subject: [PATCH 1630/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1dca26d..f6a1660 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightSteelBlue; + background-color: LightPink; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 4a06661306dee147ca5f33516e698faf04443ec5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 1 Sep 2022 16:49:35 +0000 Subject: [PATCH 1631/3231] KPT-24: Update background color to Silver --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f6a1660..960363a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightPink; + background-color: Silver; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From f9face446d6526126015be6b0795601b0ec3377d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 1 Sep 2022 18:19:35 +0000 Subject: [PATCH 1632/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 960363a..6255ca9 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Silver; + background-color: SaddleBrown; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 1900222ff94aa4ae67f29f7732b206806ae15feb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 1 Sep 2022 22:04:49 +0000 Subject: [PATCH 1633/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 6255ca9..0cbfd78 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SaddleBrown; + background-color: DarkGoldenRod; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 9f09b097002854fcee9c7f13ecd4e22dd6ecc011 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 1 Sep 2022 22:49:35 +0000 Subject: [PATCH 1634/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 0cbfd78..f801b46 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkGoldenRod; + background-color: MediumSeaGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 3a06ec75c95a383728bf6a4cea0adac6576032f5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 2 Sep 2022 02:34:35 +0000 Subject: [PATCH 1635/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f801b46..e5dd579 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumSeaGreen; + background-color: FloralWhite; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 83d1f5f990e151802c5c44318d7854f995ab4b70 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 2 Sep 2022 10:04:35 +0000 Subject: [PATCH 1636/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index e5dd579..ec501f5 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: FloralWhite; + background-color: Lime; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From d0daa3d46a4c4323cccdf24a64cf2d0fde7a2b9e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 2 Sep 2022 10:49:35 +0000 Subject: [PATCH 1637/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index ec501f5..d031b88 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Lime; + background-color: NavajoWhite; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 2136af36c45ccdef191024f6936a154a3fb9b5ca Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 2 Sep 2022 11:34:35 +0000 Subject: [PATCH 1638/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index d031b88..1d4754e 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: NavajoWhite; + background-color: SlateBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 0198f073f7bc634279189a7185274ff8864c433b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 2 Sep 2022 13:04:35 +0000 Subject: [PATCH 1639/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1d4754e..f801b46 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SlateBlue; + background-color: MediumSeaGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 0c1651a87f275fbbd6e2386f7c274269f8dacede Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 2 Sep 2022 16:04:35 +0000 Subject: [PATCH 1640/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f801b46..31b5e44 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumSeaGreen; + background-color: Sienna; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 773fff6e01123f2382ade916a3f3170efe10167a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 2 Sep 2022 19:04:36 +0000 Subject: [PATCH 1641/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 31b5e44..368053a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Sienna; + background-color: PaleVioletRed; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 17eea395f3825363a96e2e00bd56530b253f8b21 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 2 Sep 2022 21:19:35 +0000 Subject: [PATCH 1642/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 368053a..2cb0acd 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PaleVioletRed; + background-color: Indigo; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 5a2bc27ac7bf83ca3345bb12bf3e4398fea4742f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 3 Sep 2022 07:04:35 +0000 Subject: [PATCH 1643/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 2cb0acd..03e453a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Indigo; + background-color: MintCream; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 699b175c81e2fa2a2dd21bad8acae41b036a9e7a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 3 Sep 2022 10:49:35 +0000 Subject: [PATCH 1644/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 03e453a..82130d0 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MintCream; + background-color: LightYellow; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From f0f99e366a11e3df9c702c021cce79847e81376b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 3 Sep 2022 19:49:35 +0000 Subject: [PATCH 1645/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 82130d0..fcd35ac 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightYellow; + background-color: Khaki; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From fed54dc590a0c9c5ab4d72b2241d031b683d1d2a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 3 Sep 2022 21:19:34 +0000 Subject: [PATCH 1646/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index fcd35ac..992f790 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Khaki; + background-color: Yellow; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 392788a1e945a57ed755ac0e43d5562908b720b9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 3 Sep 2022 22:49:35 +0000 Subject: [PATCH 1647/3231] KPT-24: Update background color to BurlyWood --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 992f790..0c0e5f8 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Yellow; + background-color: BurlyWood; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 8fa6a88dbd55f5d889bd88d4af1f60173c4d4d9d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 4 Sep 2022 01:49:35 +0000 Subject: [PATCH 1648/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 0c0e5f8..e5a15c1 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: BurlyWood; + background-color: Bisque; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 41cb62023a00cdc886f0f8e0568993b44aafaea5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 4 Sep 2022 07:04:35 +0000 Subject: [PATCH 1649/3231] KPT-24: Update background color to Purple --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index e5a15c1..1a4cdac 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Bisque; + background-color: Purple; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From f0d893b5babdb9dea23106b63a33bd55b5ebc359 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 4 Sep 2022 07:49:34 +0000 Subject: [PATCH 1650/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1a4cdac..f6a43ea 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Purple; + background-color: AliceBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 851f42df8e4e64958f71954394b7ea59797d204d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 4 Sep 2022 08:34:34 +0000 Subject: [PATCH 1651/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f6a43ea..3d28410 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: AliceBlue; + background-color: Thistle; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From e58687b53127b89598a292538533ceef880fecd0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 4 Sep 2022 19:04:35 +0000 Subject: [PATCH 1652/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 3d28410..960363a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Thistle; + background-color: Silver; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 9b2a9503dd06bce225317e6a5e58c2bb6bddb4e6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 4 Sep 2022 20:34:34 +0000 Subject: [PATCH 1653/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 960363a..99c6c87 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Silver; + background-color: Aquamarine; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 6d8040af3724c2d107c2b705ed7415504571448c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 4 Sep 2022 21:19:34 +0000 Subject: [PATCH 1654/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 99c6c87..65ab0ee 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Aquamarine; + background-color: Teal; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 69000e517a4a4e41fe9716b624aaf5f8a92aad69 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 5 Sep 2022 01:49:34 +0000 Subject: [PATCH 1655/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 65ab0ee..876b2a6 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Teal; + background-color: DarkGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 77db56d87f718af009828467e56ca92c050a7ea4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 5 Sep 2022 06:19:35 +0000 Subject: [PATCH 1656/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 876b2a6..1a4cdac 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkGreen; + background-color: Purple; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From f4c4662bfee94047a05d9957486b8bea6bc776b5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 5 Sep 2022 12:19:34 +0000 Subject: [PATCH 1657/3231] KPT-24: Update background color to DarkSeaGreen --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1a4cdac..19a39b9 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Purple; + background-color: DarkSeaGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 4121cdb4e95a03f4c2ede6971146be0b10585751 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 5 Sep 2022 19:04:36 +0000 Subject: [PATCH 1658/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 19a39b9..69e0c48 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkSeaGreen; + background-color: PapayaWhip; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 2cf0c6c74fa399722fc06299a5ee0c0e3c979392 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 5 Sep 2022 21:19:35 +0000 Subject: [PATCH 1659/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 69e0c48..31b5e44 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PapayaWhip; + background-color: Sienna; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 8f895a7ce0c4fb967c15969470866a15885dda74 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 6 Sep 2022 00:19:35 +0000 Subject: [PATCH 1660/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 31b5e44..eada11b 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Sienna; + background-color: Moccasin; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 42d30ad360ce1395d70a954fde70f5aeabaebe33 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 6 Sep 2022 04:04:34 +0000 Subject: [PATCH 1661/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index eada11b..3667a7c 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Moccasin; + background-color: Chocolate; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 6ab6a52935ad87670896e8579462a4db5106ccab Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 6 Sep 2022 05:34:35 +0000 Subject: [PATCH 1662/3231] KPT-24: Update background color to Wheat --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 3667a7c..77c4429 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Chocolate; + background-color: Wheat; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From aa5de5b939a5277491c06c211a386bd5113191ba Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 6 Sep 2022 08:34:35 +0000 Subject: [PATCH 1663/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 77c4429..5e5890c 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Wheat; + background-color: DarkRed; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 7853d3056dfed0380041d27cca314d86af3c3e60 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 6 Sep 2022 11:34:34 +0000 Subject: [PATCH 1664/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5e5890c..ec501f5 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkRed; + background-color: Lime; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 748f5f090efd80399e5e50c23a2362c9db4f8916 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 6 Sep 2022 22:49:34 +0000 Subject: [PATCH 1665/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index ec501f5..9d426c3 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Lime; + background-color: PeachPuff; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 18409feff785c0e66d108fa8e516afcac45d3ab0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 7 Sep 2022 08:34:34 +0000 Subject: [PATCH 1666/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 9d426c3..4cd1ed2 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PeachPuff; + background-color: Linen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 0eb2e9826935ecb1ed7d1e49005ed6eecf2a8893 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 7 Sep 2022 10:04:34 +0000 Subject: [PATCH 1667/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 4cd1ed2..992f790 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Linen; + background-color: Yellow; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 16c859c50b91cce6146c6b85a56bf8363c52c519 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 7 Sep 2022 10:49:35 +0000 Subject: [PATCH 1668/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 992f790..bd0a1d7 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Yellow; + background-color: DarkOrange; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From c7d09a3fe907d3617ed98faa14af61f30be2f9a0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 7 Sep 2022 11:34:34 +0000 Subject: [PATCH 1669/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index bd0a1d7..9be746a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkOrange; + background-color: LemonChiffon; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 515c9823761e50851d38c95fabc83dcf22cf41f7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 7 Sep 2022 19:04:35 +0000 Subject: [PATCH 1670/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 9be746a..d828631 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LemonChiffon; + background-color: Azure; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 870bd0139f47bee3fc724dd2c976cd97e5a43810 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 7 Sep 2022 19:49:34 +0000 Subject: [PATCH 1671/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index d828631..77102e4 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Azure; + background-color: Black; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 12efe9990f58d7545000a61ad91320e6ec536267 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 7 Sep 2022 20:34:35 +0000 Subject: [PATCH 1672/3231] KPT-22: Modals with Orchid accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 77102e4..dd43562 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Black; + background-color: Orchid; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 603a5ce67fb1fd315fbb5da1ac53a73c43eec0d6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 8 Sep 2022 09:19:35 +0000 Subject: [PATCH 1673/3231] KPT-22: Modals with MistyRose accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index dd43562..fb4d530 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Orchid; + background-color: MistyRose; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From dd3d01171cffab77583af13b46cb378e7ec597ac Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 8 Sep 2022 10:04:35 +0000 Subject: [PATCH 1674/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index fb4d530..5144a86 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MistyRose; + background-color: Violet; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 4a792de21db0619c000385a14fe3039770e09aa0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 8 Sep 2022 18:19:35 +0000 Subject: [PATCH 1675/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5144a86..481446d 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Violet; + background-color: OliveDrab; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 814f527c7a29fa465835723e19215cca95e8efdf Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 8 Sep 2022 20:34:35 +0000 Subject: [PATCH 1676/3231] KPT-24: Update background color to LightSkyBlue --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 481446d..6c534d0 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: OliveDrab; + background-color: LightSkyBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 88d9577bc507f3823904c9a615f42a9446fc8deb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 9 Sep 2022 01:49:35 +0000 Subject: [PATCH 1677/3231] KPT-24: Update background color to MediumOrchid --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 6c534d0..c7a5312 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightSkyBlue; + background-color: MediumOrchid; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 6750245dc59527b4e75d9b7dfdf687ad8f2b6eac Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 9 Sep 2022 04:04:35 +0000 Subject: [PATCH 1678/3231] KPT-22: Modals with GoldenRod accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index c7a5312..e6fb036 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumOrchid; + background-color: GoldenRod; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 955cc8cb1570f1d3a0268f2e7472dc8eff674603 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 9 Sep 2022 05:34:35 +0000 Subject: [PATCH 1679/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index e6fb036..a5480fd 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: GoldenRod; + background-color: Beige; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 4fbb2367c84cef16bb91a6fd7e93af3a906f021a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 9 Sep 2022 10:49:34 +0000 Subject: [PATCH 1680/3231] KPT-22: Modals with SeaShell accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index a5480fd..94042d5 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Beige; + background-color: SeaShell; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 96dfc77878ad79b3218af5b362baa6dc5356d3df Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 9 Sep 2022 22:04:35 +0000 Subject: [PATCH 1681/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 94042d5..e5a15c1 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SeaShell; + background-color: Bisque; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 31df1687250d76fc51f0f12a3631be7a56d96d78 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 9 Sep 2022 22:49:35 +0000 Subject: [PATCH 1682/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index e5a15c1..d987e02 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Bisque; + background-color: Ivory; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 41d1592239faa93aba4c11ff045d17cd5604eb80 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 9 Sep 2022 23:34:35 +0000 Subject: [PATCH 1683/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index d987e02..e6fb036 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Ivory; + background-color: GoldenRod; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From bde7f920ffc70ffa36b6dd7c59b4f85c93c0657a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 10 Sep 2022 00:19:34 +0000 Subject: [PATCH 1684/3231] KPT-24: Update background color to LavenderBlush --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index e6fb036..0588b9a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: GoldenRod; + background-color: LavenderBlush; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From bcd3ad4edf70dd17c7937f0b9eea4a994c0398a7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 10 Sep 2022 06:19:35 +0000 Subject: [PATCH 1685/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 0588b9a..8d0d9cb 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LavenderBlush; + background-color: WhiteSmoke; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 7e58b9dbd048f87e7abf8827d98276ba2d0d83bc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 10 Sep 2022 13:04:34 +0000 Subject: [PATCH 1686/3231] KPT-24: Update background color to Orange --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 8d0d9cb..4f4e2eb 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: WhiteSmoke; + background-color: Orange; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From c8ce4355ba5a86e3f181b7b9c30b4c8e30187b46 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 10 Sep 2022 13:49:35 +0000 Subject: [PATCH 1687/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 4f4e2eb..b517794 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Orange; + background-color: LightSlateGrey; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 36e084e03d31f67ffde79e91fedf026c7dad2d0a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 10 Sep 2022 14:34:35 +0000 Subject: [PATCH 1688/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index b517794..86a9b03 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightSlateGrey; + background-color: DarkCyan; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 3faadf1639d8afa9a066ae192ecb283b20a805bf Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 10 Sep 2022 19:49:34 +0000 Subject: [PATCH 1689/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 86a9b03..fea4e57 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkCyan; + background-color: PaleGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 13e0fa6885e95727ccce2fd38efc3b8097d26aeb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 10 Sep 2022 21:19:34 +0000 Subject: [PATCH 1690/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index fea4e57..ed5aa20 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PaleGreen; + background-color: Brown; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From fbe8a7d99b6df212af2158be7ff1e3364feb557a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 10 Sep 2022 23:34:34 +0000 Subject: [PATCH 1691/3231] KPT-22: Modals with Pink accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index ed5aa20..71fefaf 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Brown; + background-color: Pink; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 70dfbb7ff40f569caa836bc1816e5f60119975c6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 11 Sep 2022 04:04:35 +0000 Subject: [PATCH 1692/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 71fefaf..0784442 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Pink; + background-color: Gold; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From f1c2ca81e3676e7c46dac2a301f9b7529abf6786 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 11 Sep 2022 06:29:52 +0000 Subject: [PATCH 1693/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 0784442..77449ef 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Gold; + background-color: MidnightBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 5b1163e611758a528ff08fa9bf3e2b32f28c2983 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 11 Sep 2022 09:29:51 +0000 Subject: [PATCH 1694/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 77449ef..1949d7a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MidnightBlue; + background-color: BlanchedAlmond; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From e83eafe1f827dddb61505fe81b6f49c50afab414 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 11 Sep 2022 12:29:51 +0000 Subject: [PATCH 1695/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1949d7a..9fa87f9 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: BlanchedAlmond; + background-color: MediumAquaMarine; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 59bfcc95a22f1a44ab24d545ce4dc10d73d19103 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 11 Sep 2022 14:44:51 +0000 Subject: [PATCH 1696/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 9fa87f9..5b89964 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumAquaMarine; + background-color: Salmon; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 0ee3c07c0b2472e6cf5b2e9f3fe7c94dda648a7f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 11 Sep 2022 17:44:51 +0000 Subject: [PATCH 1697/3231] KPT-24: Update background color to DarkViolet --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5b89964..4c7d26e 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Salmon; + background-color: DarkViolet; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 010ec822744b3562f14a027e13dab23faa4cec57 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 11 Sep 2022 19:14:51 +0000 Subject: [PATCH 1698/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 4c7d26e..05b0195 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkViolet; + background-color: Lavender; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 4fde87993a4f84381998e1887766c4c9874d60c5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 11 Sep 2022 20:44:51 +0000 Subject: [PATCH 1699/3231] KPT-22: Modals with Aquamarine accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 05b0195..99c6c87 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Lavender; + background-color: Aquamarine; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From e1f4f23f84edf0f91093dc2200ad7e9a8392413a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 11 Sep 2022 22:59:51 +0000 Subject: [PATCH 1700/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 99c6c87..8a35943 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Aquamarine; + background-color: LightGoldenRodYellow; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From cf6b8ed99bd226d92de2de4f0c53c0a79a385427 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 12 Sep 2022 01:59:52 +0000 Subject: [PATCH 1701/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 8a35943..368053a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightGoldenRodYellow; + background-color: PaleVioletRed; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From b8b12c3fc5f4816471aa1bfcc8f9879da7d179a7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 12 Sep 2022 14:44:51 +0000 Subject: [PATCH 1702/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 368053a..d828631 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PaleVioletRed; + background-color: Azure; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From a72c9c018d2b606e4387ee237b1931186a04ae44 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 12 Sep 2022 16:14:52 +0000 Subject: [PATCH 1703/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index d828631..81081f0 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Azure; + background-color: Gainsboro; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From e6b7f8203fdb03e7608e41276386c27ddb078e62 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 12 Sep 2022 19:14:52 +0000 Subject: [PATCH 1704/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 81081f0..0389bc8 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Gainsboro; + background-color: PowderBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 74135dbfc59613dd689773e1cb75cc794b8e0eac Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 12 Sep 2022 20:44:51 +0000 Subject: [PATCH 1705/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 0389bc8..19a39b9 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PowderBlue; + background-color: DarkSeaGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 01a2dd9a97f9fbb368095f0602d42c12437a3c0b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 12 Sep 2022 22:14:51 +0000 Subject: [PATCH 1706/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 19a39b9..4c7d26e 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkSeaGreen; + background-color: DarkViolet; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 189c5713ae84307ca699432d75f1a4ad4ff1b7c3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 13 Sep 2022 00:29:52 +0000 Subject: [PATCH 1707/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 4c7d26e..ec501f5 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkViolet; + background-color: Lime; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 9637bb5f0527901c591fcd938f071f3f3a14361f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 13 Sep 2022 01:14:53 +0000 Subject: [PATCH 1708/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index ec501f5..fcd35ac 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Lime; + background-color: Khaki; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 89f5e5ea2f0c5c8ef21a2bcd24e0cd526251ad49 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 13 Sep 2022 07:59:51 +0000 Subject: [PATCH 1709/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index fcd35ac..4e48cac 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Khaki; + background-color: Aqua; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 5b574a20be7bae9c875550b0addaa6d430cdead1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 13 Sep 2022 09:29:51 +0000 Subject: [PATCH 1710/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 4e48cac..e6fb036 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Aqua; + background-color: GoldenRod; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 73407dd1c52a732762118c5a21b5621b9239150b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 13 Sep 2022 16:14:52 +0000 Subject: [PATCH 1711/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index e6fb036..b496a9e 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: GoldenRod; + background-color: DeepSkyBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 32b5b521bee7b99d1282afbfd75c90ef54de930d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 13 Sep 2022 16:59:52 +0000 Subject: [PATCH 1712/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index b496a9e..6255ca9 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DeepSkyBlue; + background-color: SaddleBrown; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 47bb4c5dcca53e9d019419315ce565b345243975 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 14 Sep 2022 01:59:52 +0000 Subject: [PATCH 1713/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 6255ca9..b717f6c 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SaddleBrown; + background-color: DarkTurquoise; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From b293ea549fdb85a3ea0c6dcf850cb71b8607b538 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 14 Sep 2022 10:14:51 +0000 Subject: [PATCH 1714/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index b717f6c..0c0e5f8 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkTurquoise; + background-color: BurlyWood; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From db476b80bdbc533e85df1e2fe1187d44abab585a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 14 Sep 2022 10:59:51 +0000 Subject: [PATCH 1715/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 0c0e5f8..86a9b03 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: BurlyWood; + background-color: DarkCyan; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 99cd5b5992deb98dffae2d580a078b7a2618ad29 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 14 Sep 2022 11:44:51 +0000 Subject: [PATCH 1716/3231] KPT-24: Update background color to LavenderBlush --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 86a9b03..0588b9a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkCyan; + background-color: LavenderBlush; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 6814730e0d71d0add670594bd61ba45dd623baff Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 14 Sep 2022 12:29:51 +0000 Subject: [PATCH 1717/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 0588b9a..a5480fd 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LavenderBlush; + background-color: Beige; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 8d24369358fcbe56c80fd5960e72d7eb763d7da0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 14 Sep 2022 18:29:53 +0000 Subject: [PATCH 1718/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index a5480fd..b496a9e 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Beige; + background-color: DeepSkyBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 484e38cfbb350ddf5996249ec365991a244b248c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 14 Sep 2022 19:14:52 +0000 Subject: [PATCH 1719/3231] KPT-22: Modals with Gray accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index b496a9e..659aa8c 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DeepSkyBlue; + background-color: Gray; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From b234f83b54a1e0a0a793a2441d8377d023a5c47e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 14 Sep 2022 22:14:51 +0000 Subject: [PATCH 1720/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 659aa8c..8b86479 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Gray; + background-color: Olive; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 943b715369e14d7041f82c8b14c5a29171125f44 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 14 Sep 2022 22:59:52 +0000 Subject: [PATCH 1721/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 8b86479..5094cf7 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Olive; + background-color: Chartreuse; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 4ab4493c00841996ca95ae5ceb9fe96fcdbcaea9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 15 Sep 2022 01:14:52 +0000 Subject: [PATCH 1722/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5094cf7..1ffd917 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Chartreuse; + background-color: LightCoral; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From deb039a25724c858427a5bdd865b188d47abd617 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 15 Sep 2022 04:14:51 +0000 Subject: [PATCH 1723/3231] KPT-22: Modals with SeaShell accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1ffd917..94042d5 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightCoral; + background-color: SeaShell; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 74053883a327312ade95b38bc7e42039e6c41f58 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 15 Sep 2022 06:29:53 +0000 Subject: [PATCH 1724/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 94042d5..7675de5 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SeaShell; + background-color: Grey; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 339acd583bea677fb7e3c760a408c2bf2ddb98ff Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 15 Sep 2022 07:59:51 +0000 Subject: [PATCH 1725/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 7675de5..3667a7c 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Grey; + background-color: Chocolate; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From d35ad3ac4b73b71078765922215a5fa1fd5f3e86 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 15 Sep 2022 10:59:51 +0000 Subject: [PATCH 1726/3231] KPT-22: Modals with LightSkyBlue accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 3667a7c..6c534d0 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Chocolate; + background-color: LightSkyBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 1bf0ed9f730ffade1560f5bd707d8020cc83ceec Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 15 Sep 2022 12:29:51 +0000 Subject: [PATCH 1727/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 6c534d0..389255f 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightSkyBlue; + background-color: CadetBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From a1da150dd21ae4b502123f35530faeebce32c3ab Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 15 Sep 2022 15:29:51 +0000 Subject: [PATCH 1728/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 389255f..27817c7 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: CadetBlue; + background-color: LightBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From facfeef6475e6419b3fe72925ac8ef2d1832e276 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 15 Sep 2022 16:59:51 +0000 Subject: [PATCH 1729/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 27817c7..fcd35ac 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightBlue; + background-color: Khaki; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From c3ccb300a4f3fe4a3a635241f8cbac33aaf423ee Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 15 Sep 2022 22:14:52 +0000 Subject: [PATCH 1730/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index fcd35ac..10f5b34 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Khaki; + background-color: Green; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From fa529b888ab007cd578eb5dab2db98fc5b54e417 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 15 Sep 2022 22:59:51 +0000 Subject: [PATCH 1731/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 10f5b34..5ac9d52 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Green; + background-color: HoneyDew; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 1c1d958cebc32802794164094e52cca2e10e7da3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 16 Sep 2022 01:14:51 +0000 Subject: [PATCH 1732/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5ac9d52..263fa35 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: HoneyDew; + background-color: Tomato; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From b8283d460cb6aeb46d070e2133900b2c7e3e094b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 16 Sep 2022 17:44:51 +0000 Subject: [PATCH 1733/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 263fa35..1f068a1 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Tomato; + background-color: MediumBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From f949ead5a47ada5ae8b3759507d9b74c56ad96c9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 16 Sep 2022 18:29:52 +0000 Subject: [PATCH 1734/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1f068a1..f7f1c6b 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumBlue; + background-color: PaleGoldenRod; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From d411cf4307eb2d5fc038a6b9ac507a92913266ea Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 16 Sep 2022 19:14:51 +0000 Subject: [PATCH 1735/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f7f1c6b..0389bc8 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PaleGoldenRod; + background-color: PowderBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From aaa300341b17d7db7eb65b753398f0af610893ee Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 16 Sep 2022 19:59:51 +0000 Subject: [PATCH 1736/3231] KPT-22: Modals with LavenderBlush accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 0389bc8..0588b9a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PowderBlue; + background-color: LavenderBlush; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 971dc1e7109570a78bf9f4bce5043eaf9fd9b596 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 16 Sep 2022 22:59:51 +0000 Subject: [PATCH 1737/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 0588b9a..263fa35 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LavenderBlush; + background-color: Tomato; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From b7e5b8c3a5279294737f4f09fae6bc4afc555872 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 17 Sep 2022 00:29:52 +0000 Subject: [PATCH 1738/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 263fa35..15a41f1 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Tomato; + background-color: SandyBrown; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 5db11e362387c48e6793422f87355073456b411a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 17 Sep 2022 01:59:51 +0000 Subject: [PATCH 1739/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 15a41f1..263fa35 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SandyBrown; + background-color: Tomato; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 1edfc5c83ec07e2145733721eb0ecd5febd0fd17 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 17 Sep 2022 03:29:51 +0000 Subject: [PATCH 1740/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 263fa35..16c707c 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Tomato; + background-color: GhostWhite; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 446ce5b117d8676768a6dd48b5c5632e0662219e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 17 Sep 2022 04:14:52 +0000 Subject: [PATCH 1741/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 16c707c..05b0195 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: GhostWhite; + background-color: Lavender; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From d168f288e35650d928aaabd5a09389dc8e24b01d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 17 Sep 2022 05:44:51 +0000 Subject: [PATCH 1742/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 05b0195..f7f1c6b 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Lavender; + background-color: PaleGoldenRod; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From e5e7ef0f5c2e618f6339113af28eb8a2cc420093 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 17 Sep 2022 12:29:51 +0000 Subject: [PATCH 1743/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f7f1c6b..fc49f87 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PaleGoldenRod; + background-color: Cyan; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From fcaad005a16ca92fb7cdda7de5b9dd5e91e1891a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 17 Sep 2022 16:14:52 +0000 Subject: [PATCH 1744/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index fc49f87..68fb234 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Cyan; + background-color: OrangeRed; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 0d59cd12d108eb3244ebe16b19d525805ebc5a0e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 17 Sep 2022 17:44:52 +0000 Subject: [PATCH 1745/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 68fb234..f7f1c6b 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: OrangeRed; + background-color: PaleGoldenRod; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From a8d545e132445dd977faa3ae998b664f0dfefd33 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 18 Sep 2022 02:44:52 +0000 Subject: [PATCH 1746/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f7f1c6b..1dca26d 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PaleGoldenRod; + background-color: LightSteelBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 5b582866ba663f7e384827e563a6c70171fd5f59 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 18 Sep 2022 04:59:52 +0000 Subject: [PATCH 1747/3231] KPT-24: Update background color to Crimson --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1dca26d..f908495 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightSteelBlue; + background-color: Crimson; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From ad2e3e7ee7a04d40c51973c9931caeecaf8ae1b5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 18 Sep 2022 06:29:52 +0000 Subject: [PATCH 1748/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f908495..b496a9e 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Crimson; + background-color: DeepSkyBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 89d5dc6b83498c260e828c5dd5ac3f1a99c72951 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 18 Sep 2022 07:14:52 +0000 Subject: [PATCH 1749/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index b496a9e..d031b88 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DeepSkyBlue; + background-color: NavajoWhite; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From eac6836bbcb44656df2d35f64131ffcdc98bc33d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 18 Sep 2022 08:44:51 +0000 Subject: [PATCH 1750/3231] KPT-24: Update background color to LightGrey --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index d031b88..08ea915 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: NavajoWhite; + background-color: LightGrey; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From c186bc67a0b6ca76d61bbb60cf6f441397ca0414 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 18 Sep 2022 13:14:52 +0000 Subject: [PATCH 1751/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 08ea915..49cd2ac 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightGrey; + background-color: DimGray; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From de71867369f88e247aec2dbbc05f1c62781a0dca Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 18 Sep 2022 16:14:54 +0000 Subject: [PATCH 1752/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 49cd2ac..f6a1660 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DimGray; + background-color: LightPink; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 08aa1ec144971d2edf9f469a1b3a437f471b4eee Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 18 Sep 2022 16:59:53 +0000 Subject: [PATCH 1753/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f6a1660..2a3207f 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightPink; + background-color: DarkGrey; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 43508eaaef28c918173095fca91d68663f513f41 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 18 Sep 2022 19:14:54 +0000 Subject: [PATCH 1754/3231] KPT-22: Modals with SeaGreen accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 2a3207f..b33a2c2 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkGrey; + background-color: SeaGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 136bc10ee789e4842be2d6725b047aa3b6c3f4ce Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 18 Sep 2022 23:44:53 +0000 Subject: [PATCH 1755/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index b33a2c2..ec501f5 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SeaGreen; + background-color: Lime; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 7f4108ef2e0a022834416cefeeab9d40613f24ba Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 19 Sep 2022 01:59:51 +0000 Subject: [PATCH 1756/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index ec501f5..4f4e2eb 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Lime; + background-color: Orange; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From e22a2d67d47169130f4e0db4a0019b28dfaff3de Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 19 Sep 2022 11:44:51 +0000 Subject: [PATCH 1757/3231] KPT-22: Modals with LightGoldenRodYellow accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 4f4e2eb..8a35943 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Orange; + background-color: LightGoldenRodYellow; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From d04a2d6df49e51a59de2c7f48488a058ffa3be35 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 19 Sep 2022 16:59:51 +0000 Subject: [PATCH 1758/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 8a35943..1ede12f 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightGoldenRodYellow; + background-color: DarkOliveGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 4604db5e576ac480bcf66ab4f4ba739737780872 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 19 Sep 2022 19:59:51 +0000 Subject: [PATCH 1759/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1ede12f..1a4cdac 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkOliveGreen; + background-color: Purple; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 0f2e4076c30b162c5b3eaebd6fea7fe442c49b47 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 20 Sep 2022 21:49:08 +0000 Subject: [PATCH 1760/3231] KPT-22: Modals with LightSeaGreen accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1a4cdac..d4e15eb 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Purple; + background-color: LightSeaGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From d559ffef39cf90711538960f6caeaaeae74663d9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 20 Sep 2022 23:19:07 +0000 Subject: [PATCH 1761/3231] KPT-22: Modals with Ivory accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index d4e15eb..d987e02 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightSeaGreen; + background-color: Ivory; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 7b1d97349cde53de1302bf183b1ffdfd35291b57 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 21 Sep 2022 00:04:07 +0000 Subject: [PATCH 1762/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index d987e02..2cb0acd 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Ivory; + background-color: Indigo; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 4390a90722e596249a5dee7581df187118c45a80 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 21 Sep 2022 04:34:07 +0000 Subject: [PATCH 1763/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 2cb0acd..45a345a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Indigo; + background-color: DarkGray; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 35339d1ca76494545295aac377e1a2a72a0da407 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 21 Sep 2022 12:04:07 +0000 Subject: [PATCH 1764/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 45a345a..dd43562 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkGray; + background-color: Orchid; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 3f84a0e6ffea3a19013f958024be8e1769eebdc5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 21 Sep 2022 12:49:07 +0000 Subject: [PATCH 1765/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index dd43562..876b2a6 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Orchid; + background-color: DarkGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From a5d28e8d9aa8c2a79463cd2d49b4b8f2d5ab852f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 21 Sep 2022 14:19:08 +0000 Subject: [PATCH 1766/3231] KPT-24: Update background color to MistyRose --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 876b2a6..fb4d530 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkGreen; + background-color: MistyRose; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From f7970009d6008d2937787b198105e80071f3200b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 21 Sep 2022 15:49:07 +0000 Subject: [PATCH 1767/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index fb4d530..77449ef 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MistyRose; + background-color: MidnightBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 96278facb739e134b3d17887dd3a2de9bea2827e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 21 Sep 2022 16:34:07 +0000 Subject: [PATCH 1768/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 77449ef..9fa87f9 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MidnightBlue; + background-color: MediumAquaMarine; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 0eddf343c9c019f3778ba474465eb1d0f0471613 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 21 Sep 2022 18:49:07 +0000 Subject: [PATCH 1769/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 9fa87f9..f7f1c6b 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumAquaMarine; + background-color: PaleGoldenRod; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 3212aa319c842573bb5a1160fbebf5cba120aaac Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 21 Sep 2022 21:04:07 +0000 Subject: [PATCH 1770/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f7f1c6b..94042d5 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PaleGoldenRod; + background-color: SeaShell; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 30a364b705a55264a59290098454323ac205d6f1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 22 Sep 2022 01:34:07 +0000 Subject: [PATCH 1771/3231] KPT-24: Update background color to DarkTurquoise --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 94042d5..b717f6c 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SeaShell; + background-color: DarkTurquoise; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From c4bcab22b9209324c5df93c9054c4c690b7505df Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 22 Sep 2022 03:04:07 +0000 Subject: [PATCH 1772/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index b717f6c..2a3207f 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkTurquoise; + background-color: DarkGrey; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From c6a94147c3af57ab40d57004f77610e7a03bec44 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 22 Sep 2022 03:49:07 +0000 Subject: [PATCH 1773/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 2a3207f..03f2967 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkGrey; + background-color: SlateGrey; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 94678db2f2857fb54734820708e3869f728b7ae1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 22 Sep 2022 13:34:08 +0000 Subject: [PATCH 1774/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 03f2967..2d9d2b7 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SlateGrey; + background-color: ForestGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From bb1fdf2a01fadd41dc239b2baf888d013ce54b9b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 22 Sep 2022 17:19:10 +0000 Subject: [PATCH 1775/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 2d9d2b7..c7a5312 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: ForestGreen; + background-color: MediumOrchid; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 13e05e7f32e66050f387bbb6c315c347f03d8fba Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 22 Sep 2022 18:49:08 +0000 Subject: [PATCH 1776/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index c7a5312..03e453a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumOrchid; + background-color: MintCream; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From ed2c49f9057bc9d09c66d7ce9421e67109eb12ee Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 22 Sep 2022 19:34:08 +0000 Subject: [PATCH 1777/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 03e453a..77102e4 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MintCream; + background-color: Black; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 63055f832396e06f8d9547d0bd10c15d26ba29a5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 22 Sep 2022 21:04:08 +0000 Subject: [PATCH 1778/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 77102e4..86a9b03 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Black; + background-color: DarkCyan; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 13f9a39613ba5bd8f81dc9880a4ff662face8727 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 23 Sep 2022 03:49:07 +0000 Subject: [PATCH 1779/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 86a9b03..8b86479 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkCyan; + background-color: Olive; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From fc9cb9714441f1e0aa018039c4b6c89b749cd56e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 23 Sep 2022 06:04:07 +0000 Subject: [PATCH 1780/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 8b86479..69e0c48 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Olive; + background-color: PapayaWhip; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 594e2feaecb4bb96cac3699bbf9427a3f7c70551 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 23 Sep 2022 07:34:07 +0000 Subject: [PATCH 1781/3231] KPT-24: Update background color to LawnGreen --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 69e0c48..2641f4a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PapayaWhip; + background-color: LawnGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From ab873b45665540741fd0cb60508a22b4ec8213ac Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 23 Sep 2022 09:04:07 +0000 Subject: [PATCH 1782/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 2641f4a..05b0195 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LawnGreen; + background-color: Lavender; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From e0e71fe22dfe59f7265f21134cbcd661380fc02b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 23 Sep 2022 09:49:07 +0000 Subject: [PATCH 1783/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 05b0195..f801b46 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Lavender; + background-color: MediumSeaGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 4225150bc4e4ade62463985ccbb18646e8d6949f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 23 Sep 2022 15:04:07 +0000 Subject: [PATCH 1784/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f801b46..77c4429 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumSeaGreen; + background-color: Wheat; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 78fec8c5695d7689f2da0ad5218df57c580625b7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 23 Sep 2022 17:19:07 +0000 Subject: [PATCH 1785/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 77c4429..fc49f87 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Wheat; + background-color: Cyan; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From d7b4eba6364686456fdeee45bec010f1d17186d6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 23 Sep 2022 18:49:07 +0000 Subject: [PATCH 1786/3231] KPT-24: Update background color to Chocolate --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index fc49f87..3667a7c 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Cyan; + background-color: Chocolate; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 7eaba9f50a0d0dcfe29189ab241c59da61ffeb13 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 23 Sep 2022 22:34:07 +0000 Subject: [PATCH 1787/3231] KPT-22: Modals with Khaki accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 3667a7c..fcd35ac 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Chocolate; + background-color: Khaki; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 642d1c3eaa29798bfbc189c76af1ba29960b033b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 23 Sep 2022 23:19:07 +0000 Subject: [PATCH 1788/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index fcd35ac..45a345a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Khaki; + background-color: DarkGray; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 3521d17430fafa673ebed3b89e49d07d6fe0fa13 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 24 Sep 2022 01:34:08 +0000 Subject: [PATCH 1789/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 45a345a..9be746a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkGray; + background-color: LemonChiffon; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 73e398c20275cf7bcbc8bb491a5d8f78fcad72e8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 24 Sep 2022 02:19:07 +0000 Subject: [PATCH 1790/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 9be746a..e04effe 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LemonChiffon; + background-color: SkyBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From f9c90af59a9c7503aac2d96540f281e4751d12d7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 24 Sep 2022 03:04:08 +0000 Subject: [PATCH 1791/3231] KPT-24: Update background color to SeaShell --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index e04effe..94042d5 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SkyBlue; + background-color: SeaShell; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 3d432cee35bf18d201266341c75fcc2505ae7e23 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 24 Sep 2022 03:49:07 +0000 Subject: [PATCH 1792/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 94042d5..f60ef17 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SeaShell; + background-color: OldLace; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From bb08dda54a5773b4ee233f641854813699b6883e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 24 Sep 2022 05:19:08 +0000 Subject: [PATCH 1793/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f60ef17..ec22af2 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: OldLace; + background-color: SlateGray; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 6ba02706f050ed54ce92bec4bc446cb23fa6da28 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 24 Sep 2022 06:49:07 +0000 Subject: [PATCH 1794/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index ec22af2..f394f78 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SlateGray; + background-color: Blue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From e55bf18e6d3005663d060db0c6c2a27eedfc081d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 24 Sep 2022 09:49:08 +0000 Subject: [PATCH 1795/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f394f78..6c534d0 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Blue; + background-color: LightSkyBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From f00babb1eccfcacae55be83b62e1eb9a18e4af76 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 24 Sep 2022 10:34:08 +0000 Subject: [PATCH 1796/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 6c534d0..0c91c33 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightSkyBlue; + background-color: Magenta; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From aee7330847ada366538eaf90d772433932c6e5da Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 24 Sep 2022 11:19:07 +0000 Subject: [PATCH 1797/3231] KPT-24: Update background color to PaleTurquoise --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 0c91c33..326743f 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Magenta; + background-color: PaleTurquoise; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 719693c929d8c0dc34e86d716f96d7b4fef32a25 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 24 Sep 2022 12:49:07 +0000 Subject: [PATCH 1798/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 326743f..b717f6c 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PaleTurquoise; + background-color: DarkTurquoise; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From e655da06087cfdbe500b38b0c6681d0a8a60f5fd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 24 Sep 2022 13:34:07 +0000 Subject: [PATCH 1799/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index b717f6c..b12e2b1 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkTurquoise; + background-color: RosyBrown; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 474ab989157b720ee66e8afe6878fe00349eb9d5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 24 Sep 2022 14:19:08 +0000 Subject: [PATCH 1800/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index b12e2b1..f7f1c6b 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: RosyBrown; + background-color: PaleGoldenRod; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From daed6c4e4a34be4a3fa907710744c8a9647987db Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 24 Sep 2022 16:34:08 +0000 Subject: [PATCH 1801/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f7f1c6b..e6169de 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PaleGoldenRod; + background-color: DimGrey; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From f1a14871d9b0be8c05ec3917fe96aba0b77965c9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 24 Sep 2022 18:49:07 +0000 Subject: [PATCH 1802/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index e6169de..7225865 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DimGrey; + background-color: DarkBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 996cf257c26341b3242a0430b659753d8085961c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 24 Sep 2022 19:34:07 +0000 Subject: [PATCH 1803/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 7225865..eada11b 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkBlue; + background-color: Moccasin; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 8a5aeff7aff4d7efa870b3edba4c705aa069cec5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 24 Sep 2022 22:34:08 +0000 Subject: [PATCH 1804/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index eada11b..1949d7a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Moccasin; + background-color: BlanchedAlmond; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From f7507d716d6ba264db507ffdabe9f9840fca2e93 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 24 Sep 2022 23:19:07 +0000 Subject: [PATCH 1805/3231] KPT-22: Modals with MediumSlateBlue accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1949d7a..ef18e83 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: BlanchedAlmond; + background-color: MediumSlateBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 46afdf6f24f4e2b742f1a9f5cf1cd3be17fa3fac Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 25 Sep 2022 08:19:08 +0000 Subject: [PATCH 1806/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index ef18e83..5b89964 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumSlateBlue; + background-color: Salmon; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 8ad30c7f710d382c68ee06c103d511e5acc3be14 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 25 Sep 2022 11:19:08 +0000 Subject: [PATCH 1807/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5b89964..eb3f3a0 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Salmon; + background-color: YellowGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From a6efb498e211b49f86f31ec0684a76b29f1d458f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 25 Sep 2022 12:04:08 +0000 Subject: [PATCH 1808/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index eb3f3a0..2641f4a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: YellowGreen; + background-color: LawnGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From c363ad082c829b2923c33b7c3ee32faa1f23fe1b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 25 Sep 2022 21:49:07 +0000 Subject: [PATCH 1809/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 2641f4a..05b0195 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LawnGreen; + background-color: Lavender; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 6602f2d69acea1c77d36d7df32bac0a47fc315f4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 26 Sep 2022 00:49:07 +0000 Subject: [PATCH 1810/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 05b0195..f1a2156 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Lavender; + background-color: White; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From b40958bb239639c75bfe31b3ae1070aee24cc246 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 26 Sep 2022 06:04:07 +0000 Subject: [PATCH 1811/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f1a2156..4cd1ed2 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: White; + background-color: Linen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From f6928cf1ea896329d43c730d2aff3ec5cbb73ea5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 26 Sep 2022 09:04:07 +0000 Subject: [PATCH 1812/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 4cd1ed2..e68b895 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Linen; + background-color: MediumPurple; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From eaad76eb0525c8f19e1403956ff8fe34d7f86087 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 26 Sep 2022 09:49:07 +0000 Subject: [PATCH 1813/3231] KPT-22: Modals with MediumSpringGreen accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index e68b895..1125fac 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumPurple; + background-color: MediumSpringGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 32e18e5dbe9744f56fc109d5b23b072901c18c10 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 26 Sep 2022 10:34:07 +0000 Subject: [PATCH 1814/3231] KPT-22: Modals with Violet accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1125fac..5144a86 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumSpringGreen; + background-color: Violet; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From aaa1ee91e005ff131441b59221c8c20fd2ad2017 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 26 Sep 2022 12:49:07 +0000 Subject: [PATCH 1815/3231] KPT-24: Update background color to Beige --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5144a86..a5480fd 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Violet; + background-color: Beige; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From c32620b2f4656f3e1ad05e781ef0cf2152647b44 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 26 Sep 2022 16:34:07 +0000 Subject: [PATCH 1816/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index a5480fd..cd48f0e 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Beige; + background-color: Maroon; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 851f70cf3827306a4712c360cf0ab6ab5683efcb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 26 Sep 2022 22:34:07 +0000 Subject: [PATCH 1817/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index cd48f0e..81081f0 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Maroon; + background-color: Gainsboro; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From e5a80a640bbc8e025dbbee5724017ac89bb2303d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 27 Sep 2022 00:04:07 +0000 Subject: [PATCH 1818/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 81081f0..f908495 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Gainsboro; + background-color: Crimson; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 30156cfb8185596f7c22b28ad9183f9471c4f2df Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 27 Sep 2022 08:19:09 +0000 Subject: [PATCH 1819/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f908495..77102e4 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Crimson; + background-color: Black; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 36f93406c3ecc6a87acdaf6ffdfb638c777e670b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 27 Sep 2022 12:04:08 +0000 Subject: [PATCH 1820/3231] KPT-22: Modals with DimGrey accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 77102e4..e6169de 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Black; + background-color: DimGrey; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From bbffb9502fbd8bd121dacee17001d7ffa0fd41ab Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 27 Sep 2022 15:49:07 +0000 Subject: [PATCH 1821/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index e6169de..f615e27 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DimGrey; + background-color: DarkMagenta; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 64157ea5c7e7ce34d73a5e7d8caf39f2848e9095 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 27 Sep 2022 16:34:07 +0000 Subject: [PATCH 1822/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f615e27..0c0e5f8 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkMagenta; + background-color: BurlyWood; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From cf56f3f07a37cc28ce0d8ac25b771d4da285c3a3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 27 Sep 2022 18:04:07 +0000 Subject: [PATCH 1823/3231] KPT-24: Update background color to AntiqueWhite --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 0c0e5f8..2f08aae 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: BurlyWood; + background-color: AntiqueWhite; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From be0516a755bfd67fad121abd4587e94d1dc167ce Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 27 Sep 2022 20:19:08 +0000 Subject: [PATCH 1824/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 2f08aae..1fbfb2d 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: AntiqueWhite; + background-color: Tan; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From f39850cf4264fd9f5a4dd2c411c9c801db212035 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 28 Sep 2022 09:04:08 +0000 Subject: [PATCH 1825/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1fbfb2d..99c6c87 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Tan; + background-color: Aquamarine; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 62b3de892d379f5391066a676e49f95e35e9d433 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 28 Sep 2022 12:04:07 +0000 Subject: [PATCH 1826/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 99c6c87..1125fac 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Aquamarine; + background-color: MediumSpringGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 187163e8c183493499172823e7f1af5fd7acfae9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 28 Sep 2022 14:19:07 +0000 Subject: [PATCH 1827/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1125fac..f7f1c6b 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumSpringGreen; + background-color: PaleGoldenRod; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From c64c80fdb8e45d43d3f497e9c0748ec1fa77ca1a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 28 Sep 2022 15:04:07 +0000 Subject: [PATCH 1828/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f7f1c6b..b33a2c2 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PaleGoldenRod; + background-color: SeaGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 112fe47d280718345d0f7cf96e976a8fd2e3ab3a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 28 Sep 2022 20:19:07 +0000 Subject: [PATCH 1829/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index b33a2c2..a4f3dc5 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SeaGreen; + background-color: Cornsilk; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From de1d1d4ce732b22dd5a30ce8ed54d0b46926e4d8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 28 Sep 2022 21:49:08 +0000 Subject: [PATCH 1830/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index a4f3dc5..dd43562 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Cornsilk; + background-color: Orchid; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From c39a8274587eba1d9606b77ec801e6fad207ac85 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 29 Sep 2022 00:49:09 +0000 Subject: [PATCH 1831/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index dd43562..3d28410 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Orchid; + background-color: Thistle; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From f924ddf899ce6d56bbb435656c6956a658190fe1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 29 Sep 2022 02:19:08 +0000 Subject: [PATCH 1832/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 3d28410..fea4e57 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Thistle; + background-color: PaleGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 0294d359e5e5ca51f515302df84a59ca6bb667af Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 29 Sep 2022 03:04:08 +0000 Subject: [PATCH 1833/3231] KPT-24: Update background color to MediumSpringGreen --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index fea4e57..1125fac 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PaleGreen; + background-color: MediumSpringGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From aac04cd3abbb87e83f343bdc19abfe87743bae42 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 29 Sep 2022 08:19:07 +0000 Subject: [PATCH 1834/3231] KPT-22: Modals with HotPink accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1125fac..03d1fcd 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumSpringGreen; + background-color: HotPink; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 1c384adb4c0f290d5ae0e3f8c33f40c1a8df49aa Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 29 Sep 2022 09:04:08 +0000 Subject: [PATCH 1835/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 03d1fcd..8a35943 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: HotPink; + background-color: LightGoldenRodYellow; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 547cbab7544050e63a360195a77b16b042c5a710 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 29 Sep 2022 09:49:08 +0000 Subject: [PATCH 1836/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 8a35943..5d39784 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightGoldenRodYellow; + background-color: SteelBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 9ef29236486785af1d294d5fc4ffc97fc6b0995a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 29 Sep 2022 12:04:07 +0000 Subject: [PATCH 1837/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5d39784..a4f3dc5 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SteelBlue; + background-color: Cornsilk; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 872c302c81da6b20296500174038d79849f76814 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 29 Sep 2022 18:04:07 +0000 Subject: [PATCH 1838/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index a4f3dc5..f1a2156 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Cornsilk; + background-color: White; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 943b2667f43ed99eed68c150c2901bb1d4c5bda9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 30 Sep 2022 00:49:07 +0000 Subject: [PATCH 1839/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f1a2156..bd0a1d7 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: White; + background-color: DarkOrange; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 13620d1234c2d97a0065eaf3053995acb71ff1b0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 30 Sep 2022 01:34:08 +0000 Subject: [PATCH 1840/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index bd0a1d7..5733a56 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkOrange; + background-color: RoyalBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From cb050b69d7e6e633cff08e45a2faa5cb1cee866b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 30 Sep 2022 03:04:07 +0000 Subject: [PATCH 1841/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5733a56..05b0195 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: RoyalBlue; + background-color: Lavender; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 9a237a2c16b173673e9cb9778100bc454986da2b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 30 Sep 2022 04:34:07 +0000 Subject: [PATCH 1842/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 05b0195..03d1fcd 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Lavender; + background-color: HotPink; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 96639c750cb4aa59f08daaa354b576a20b1b1f8b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 30 Sep 2022 11:19:08 +0000 Subject: [PATCH 1843/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 03d1fcd..b517794 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: HotPink; + background-color: LightSlateGrey; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From b5ed2fb01fa16fc9745ceb56e9cc3342aa0a02be Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 30 Sep 2022 19:34:07 +0000 Subject: [PATCH 1844/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index b517794..52e7735 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightSlateGrey; + background-color: DarkSalmon; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 60c5c19c284677fe08b1f9078ab5798ef4d41ef5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 30 Sep 2022 21:04:07 +0000 Subject: [PATCH 1845/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 52e7735..68fb234 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkSalmon; + background-color: OrangeRed; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From f04522a51d948fa83d3c2b9ee61e07c0be913203 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 30 Sep 2022 23:19:08 +0000 Subject: [PATCH 1846/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 68fb234..1125fac 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: OrangeRed; + background-color: MediumSpringGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From b7dd377fe596f32d5d828387b95651fba7a208be Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 1 Oct 2022 05:19:07 +0000 Subject: [PATCH 1847/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1125fac..dd43562 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumSpringGreen; + background-color: Orchid; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From da50d4efc9d02779280abae9c9cafbd9c00464a5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 1 Oct 2022 09:49:07 +0000 Subject: [PATCH 1848/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index dd43562..94042d5 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Orchid; + background-color: SeaShell; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 2c4626af75d8f2070aa1c792f31ffcf9dd9aead8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 1 Oct 2022 14:19:07 +0000 Subject: [PATCH 1849/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 94042d5..1dca26d 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SeaShell; + background-color: LightSteelBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 8ce6d24be27b6cee86451bdf65aac73cf529f607 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 1 Oct 2022 16:34:07 +0000 Subject: [PATCH 1850/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1dca26d..10f5b34 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightSteelBlue; + background-color: Green; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From ef30721030252b27289c1ae2afc9c888b2314bf9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 1 Oct 2022 18:04:08 +0000 Subject: [PATCH 1851/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 10f5b34..d828631 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Green; + background-color: Azure; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From d9b57d53315e154956dc20fe74179f9ad3af0dc9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 1 Oct 2022 21:04:07 +0000 Subject: [PATCH 1852/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index d828631..9be746a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Azure; + background-color: LemonChiffon; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 2fcb150e80c5e6a727ed88523b292d96ce2d44e5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 2 Oct 2022 00:04:08 +0000 Subject: [PATCH 1853/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 9be746a..1eeb4dc 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LemonChiffon; + background-color: RebeccaPurple; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 8bccbd1b2e15b264835fd563e1484f74804c9166 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 2 Oct 2022 01:34:08 +0000 Subject: [PATCH 1854/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1eeb4dc..e04effe 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: RebeccaPurple; + background-color: SkyBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From b1d5448e263d06a94a7148a5e25c04341ff15361 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 2 Oct 2022 02:19:07 +0000 Subject: [PATCH 1855/3231] KPT-24: Update background color to SandyBrown --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index e04effe..15a41f1 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SkyBlue; + background-color: SandyBrown; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From fba15ef326ec26d9c3ec8f192be05806e9b5bbc4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 2 Oct 2022 10:34:08 +0000 Subject: [PATCH 1856/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 15a41f1..86a9b03 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SandyBrown; + background-color: DarkCyan; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 88e033109d96e632f8755d9105a7b2fb166aaaba Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 2 Oct 2022 12:49:07 +0000 Subject: [PATCH 1857/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 86a9b03..b33a2c2 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkCyan; + background-color: SeaGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 73c969e73deafc4b512c98eccfde54e907d23a1d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 2 Oct 2022 14:19:07 +0000 Subject: [PATCH 1858/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index b33a2c2..141472c 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SeaGreen; + background-color: Fuchsia; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 18889795e5032c0dd22aaa11697dbe7ec32679bb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 2 Oct 2022 15:49:07 +0000 Subject: [PATCH 1859/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 141472c..659aa8c 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Fuchsia; + background-color: Gray; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 1cd255f9396551861bf772046b64b4073b39eb9d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 2 Oct 2022 16:34:08 +0000 Subject: [PATCH 1860/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 659aa8c..71978eb 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Gray; + background-color: Turquoise; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 0532e156d40843b4d2f5a41496410aea2a697f6d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 2 Oct 2022 20:19:07 +0000 Subject: [PATCH 1861/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 71978eb..b12e2b1 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Turquoise; + background-color: RosyBrown; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From b72293594aaa30a8370332fe387fdcb127ef5120 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 2 Oct 2022 21:04:07 +0000 Subject: [PATCH 1862/3231] KPT-22: Modals with Olive accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index b12e2b1..8b86479 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: RosyBrown; + background-color: Olive; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 1503f747715c6b453f460dcd4e63b41d96fa2bc3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 2 Oct 2022 22:34:07 +0000 Subject: [PATCH 1863/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 8b86479..68fb234 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Olive; + background-color: OrangeRed; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From b3fe4396ec95def2f8e49e8bcd3360253877b8d0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 3 Oct 2022 02:19:08 +0000 Subject: [PATCH 1864/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 68fb234..5d39784 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: OrangeRed; + background-color: SteelBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From d80e8946bf64cda99e42f498e340e0cccc18f156 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 3 Oct 2022 03:49:07 +0000 Subject: [PATCH 1865/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5d39784..7675de5 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SteelBlue; + background-color: Grey; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 12cb70b515a1551e563ebbbc53f184864ba7d3ea Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 3 Oct 2022 04:34:07 +0000 Subject: [PATCH 1866/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 7675de5..03f2967 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Grey; + background-color: SlateGrey; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 78e5b60e19f41661168b3b85403cc846567fa261 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 3 Oct 2022 05:19:08 +0000 Subject: [PATCH 1867/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 03f2967..49b1b56 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SlateGrey; + background-color: LightSalmon; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 1e4a41e95510f2a2db806d8a55c1bf94c227f33f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 3 Oct 2022 06:04:07 +0000 Subject: [PATCH 1868/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 49b1b56..f801b46 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightSalmon; + background-color: MediumSeaGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From c797d47c8866df7f87138062cd05ded158d60406 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 3 Oct 2022 07:34:07 +0000 Subject: [PATCH 1869/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f801b46..6c13b73 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumSeaGreen; + background-color: DodgerBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 7f40137ded0d69435849a55fbea2d24a6af9c000 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 3 Oct 2022 08:19:07 +0000 Subject: [PATCH 1870/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 6c13b73..0c91c33 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DodgerBlue; + background-color: Magenta; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 92940c71099561662ff8b0f076d0d40f67db5e29 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 3 Oct 2022 11:19:07 +0000 Subject: [PATCH 1871/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 0c91c33..d031b88 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Magenta; + background-color: NavajoWhite; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 87f0f8fdef74d85ed46d7efb6601b0bd7c101442 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 3 Oct 2022 13:34:07 +0000 Subject: [PATCH 1872/3231] KPT-22: Modals with SaddleBrown accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index d031b88..6255ca9 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: NavajoWhite; + background-color: SaddleBrown; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 7a492e3c93310941e8f9dd45c3b97d95ae54ec39 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 3 Oct 2022 18:49:07 +0000 Subject: [PATCH 1873/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 6255ca9..86a9b03 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SaddleBrown; + background-color: DarkCyan; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 1620f6146eea3f957efe32b39ab3f5dcc23c9988 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 4 Oct 2022 00:04:07 +0000 Subject: [PATCH 1874/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 86a9b03..03e453a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkCyan; + background-color: MintCream; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 31e0315817749c02496fc801013200e3c7822dba Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 4 Oct 2022 01:34:07 +0000 Subject: [PATCH 1875/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 03e453a..5144a86 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MintCream; + background-color: Violet; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 79ca2d31afcb10a52a6ae9d3feb05c38a80c8e86 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 4 Oct 2022 03:49:07 +0000 Subject: [PATCH 1876/3231] KPT-24: Update background color to GhostWhite --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5144a86..16c707c 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Violet; + background-color: GhostWhite; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 3f5f090d21fd36eeb6967d11a70d97f449390180 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 4 Oct 2022 06:49:07 +0000 Subject: [PATCH 1877/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 16c707c..8d0d9cb 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: GhostWhite; + background-color: WhiteSmoke; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From f87abab3626cf75d13b26ac891401447a3907652 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 4 Oct 2022 09:49:08 +0000 Subject: [PATCH 1878/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 8d0d9cb..a5480fd 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: WhiteSmoke; + background-color: Beige; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 08a203cbc12fd0dbccc1f4d7ae6cbfc0fa81c739 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 4 Oct 2022 10:34:07 +0000 Subject: [PATCH 1879/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index a5480fd..2f08aae 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Beige; + background-color: AntiqueWhite; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 6d9fdc1536bf3cc7d0bc3567744f22a8c39d5047 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 4 Oct 2022 13:34:08 +0000 Subject: [PATCH 1880/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 2f08aae..fb4d530 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: AntiqueWhite; + background-color: MistyRose; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From d1a38d3dd71a9c10162d8bcf3d271a604ef3b204 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 4 Oct 2022 14:19:07 +0000 Subject: [PATCH 1881/3231] KPT-24: Update background color to Black --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index fb4d530..77102e4 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MistyRose; + background-color: Black; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 36ab929ee0fc8ea5b4c646d969588ed1ac8d5518 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 4 Oct 2022 15:49:08 +0000 Subject: [PATCH 1882/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 77102e4..8b86479 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Black; + background-color: Olive; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 924720914d7ae1070cb8746b9892aa7becc70720 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 4 Oct 2022 17:19:07 +0000 Subject: [PATCH 1883/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 8b86479..263fa35 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Olive; + background-color: Tomato; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 0329b5a00e62c371f9878556f5930c8a670048a1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 4 Oct 2022 18:04:07 +0000 Subject: [PATCH 1884/3231] KPT-24: Update background color to DarkMagenta --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 263fa35..f615e27 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Tomato; + background-color: DarkMagenta; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From ccdaa9bd1dad9987ed810647667076eea2154d84 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 5 Oct 2022 00:04:07 +0000 Subject: [PATCH 1885/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f615e27..1ffd917 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkMagenta; + background-color: LightCoral; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 718f22868cd6e6af4000eea85d4ed3cdddaab64f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 5 Oct 2022 06:04:08 +0000 Subject: [PATCH 1886/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1ffd917..382e7a4 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightCoral; + background-color: DarkOrchid; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 8357274439d0f88dcd197b5b1260cfd06c1815ac Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 5 Oct 2022 07:34:08 +0000 Subject: [PATCH 1887/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 382e7a4..65ab0ee 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkOrchid; + background-color: Teal; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 799a57a45f845943be56b34120ce29824adf116a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 5 Oct 2022 08:19:08 +0000 Subject: [PATCH 1888/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 65ab0ee..7225865 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Teal; + background-color: DarkBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From e4c42a5fbe803b03685c9a2389239480244b4b79 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 5 Oct 2022 20:19:07 +0000 Subject: [PATCH 1889/3231] KPT-24: Update background color to DarkOrange --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 7225865..bd0a1d7 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkBlue; + background-color: DarkOrange; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 366da42deed977c3f016dce05ea9783d659a24e7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 5 Oct 2022 21:04:07 +0000 Subject: [PATCH 1890/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index bd0a1d7..86a9b03 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkOrange; + background-color: DarkCyan; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From bb965d39f6633b950bd45e3557500665b9a8fbb1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 5 Oct 2022 21:49:08 +0000 Subject: [PATCH 1891/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 86a9b03..ed5aa20 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkCyan; + background-color: Brown; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From fa71fd2955ab2f97e98a6ee292e10797e7921a83 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 5 Oct 2022 23:19:07 +0000 Subject: [PATCH 1892/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index ed5aa20..0c91c33 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Brown; + background-color: Magenta; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 85e1a305c5c439a79c9b1bea87dace347c8725e4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 6 Oct 2022 00:04:07 +0000 Subject: [PATCH 1893/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 0c91c33..6c13b73 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Magenta; + background-color: DodgerBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 44bbc0d05cea3b6dfff1052af332b8ee0400cf1b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 6 Oct 2022 01:34:07 +0000 Subject: [PATCH 1894/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 6c13b73..1d4754e 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DodgerBlue; + background-color: SlateBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 661dfa08be9d61526b40dadba9ebc6b9e998060b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 6 Oct 2022 02:19:07 +0000 Subject: [PATCH 1895/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1d4754e..876b2a6 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SlateBlue; + background-color: DarkGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 2c6dc4aa6f56b9eb41c120b47e7f5df848e4daf4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 6 Oct 2022 03:04:08 +0000 Subject: [PATCH 1896/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 876b2a6..f394f78 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkGreen; + background-color: Blue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 734ac8390a60e73cea51241be5791f66d483089e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 6 Oct 2022 05:19:08 +0000 Subject: [PATCH 1897/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f394f78..5ac9d52 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Blue; + background-color: HoneyDew; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 2b7772473d3f9f7c060f04f85be133f8d41dfce1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 6 Oct 2022 06:04:07 +0000 Subject: [PATCH 1898/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5ac9d52..d860033 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: HoneyDew; + background-color: LightCyan; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 95b31a126a49bd1eadfde0d24fdd7a02861c8c66 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 6 Oct 2022 12:04:08 +0000 Subject: [PATCH 1899/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index d860033..21e4201 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightCyan; + background-color: CornflowerBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 37acfc59a6464ebf6c2c5c6250400c52425b841d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 6 Oct 2022 13:34:07 +0000 Subject: [PATCH 1900/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 21e4201..c4c362e 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: CornflowerBlue; + background-color: IndianRed; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 62f5ec66980704d1be9f4f9bcbff093e209f101d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 6 Oct 2022 15:04:07 +0000 Subject: [PATCH 1901/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index c4c362e..4e48cac 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: IndianRed; + background-color: Aqua; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From c61c676fe9f5e3699ed2020d2b5f578a87d15b1b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 6 Oct 2022 18:49:08 +0000 Subject: [PATCH 1902/3231] KPT-24: Update background color to Cyan --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 4e48cac..fc49f87 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Aqua; + background-color: Cyan; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 5f6dcab2974db457f03c45d292526521a60575c4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 6 Oct 2022 20:19:08 +0000 Subject: [PATCH 1903/3231] KPT-22: Modals with SteelBlue accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index fc49f87..5d39784 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Cyan; + background-color: SteelBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From b5a4bb28e9eee4551bdb64170410e26ce5b8dc22 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 6 Oct 2022 21:49:07 +0000 Subject: [PATCH 1904/3231] KPT-24: Update background color to Indigo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5d39784..2cb0acd 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SteelBlue; + background-color: Indigo; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 427ff1582150b4ea792a15a3cc9d9a75ee3f7005 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 7 Oct 2022 03:49:08 +0000 Subject: [PATCH 1905/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 2cb0acd..77102e4 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Indigo; + background-color: Black; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 7b245a8b296cdc1293168df4c668bccc20835e16 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 7 Oct 2022 04:34:07 +0000 Subject: [PATCH 1906/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 77102e4..d031b88 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Black; + background-color: NavajoWhite; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 24d8ccb4dc8b124ece74607cefce8c6225b5671e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 7 Oct 2022 06:49:08 +0000 Subject: [PATCH 1907/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index d031b88..f60ef17 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: NavajoWhite; + background-color: OldLace; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 127bd619d503f9237115ed7f4802ee4431ff069a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 7 Oct 2022 10:34:07 +0000 Subject: [PATCH 1908/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f60ef17..69e0c48 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: OldLace; + background-color: PapayaWhip; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 420476ad9dfccaf393d769bf14f9b60e7e7820ff Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 7 Oct 2022 11:19:08 +0000 Subject: [PATCH 1909/3231] KPT-24: Update background color to DarkRed --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 69e0c48..5e5890c 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PapayaWhip; + background-color: DarkRed; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From e2e67fd12ba022f0b0b2839387d3936ca348f7d2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 7 Oct 2022 12:04:08 +0000 Subject: [PATCH 1910/3231] KPT-22: Modals with DarkKhaki accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5e5890c..75dc1a7 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkRed; + background-color: DarkKhaki; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 543e7112dd394fbd6de75f478063b3fcca209dc2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 7 Oct 2022 13:34:07 +0000 Subject: [PATCH 1911/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 75dc1a7..f801b46 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkKhaki; + background-color: MediumSeaGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From cce941b3d73bea5817aa14c80e513ca5b5fb7605 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 8 Oct 2022 00:49:07 +0000 Subject: [PATCH 1912/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f801b46..5144a86 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumSeaGreen; + background-color: Violet; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 819ba28b5846774e99e7cbeb80c17d903a3794e3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 8 Oct 2022 06:04:07 +0000 Subject: [PATCH 1913/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5144a86..5b89964 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Violet; + background-color: Salmon; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From c4c0aa64f63d61b81bf84e63ed39a2e8fc81a7e7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 8 Oct 2022 07:34:07 +0000 Subject: [PATCH 1914/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5b89964..e5dd579 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Salmon; + background-color: FloralWhite; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From f1e8bb0d465063e2c6aec690ac5c94f7a5d1c258 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 8 Oct 2022 09:49:08 +0000 Subject: [PATCH 1915/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index e5dd579..876b2a6 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: FloralWhite; + background-color: DarkGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 1f3c3474b973239650ecab089ec2298cfd4b7899 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 8 Oct 2022 10:34:07 +0000 Subject: [PATCH 1916/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 876b2a6..8a35943 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkGreen; + background-color: LightGoldenRodYellow; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 45ef25eb424a0793db63cc6a590c014851658702 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 8 Oct 2022 12:49:07 +0000 Subject: [PATCH 1917/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 8a35943..d987e02 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightGoldenRodYellow; + background-color: Ivory; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 6230be80974c558da56c4205a2653c5e54735dc1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 8 Oct 2022 15:49:08 +0000 Subject: [PATCH 1918/3231] KPT-24: Update background color to PowderBlue --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index d987e02..0389bc8 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Ivory; + background-color: PowderBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From c7ae5c00ba5502f882439e9403f62236aa5f966d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 8 Oct 2022 18:04:07 +0000 Subject: [PATCH 1919/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 0389bc8..f801b46 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PowderBlue; + background-color: MediumSeaGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 6a403498203fee13ba3fd512c4d55cc97cac4101 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 8 Oct 2022 19:34:07 +0000 Subject: [PATCH 1920/3231] KPT-24: Update background color to Violet --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f801b46..5144a86 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumSeaGreen; + background-color: Violet; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 00017314f5bf4978bd01fb81879ab86a6ef1b0e0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 8 Oct 2022 23:19:09 +0000 Subject: [PATCH 1921/3231] KPT-22: Modals with SandyBrown accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5144a86..15a41f1 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Violet; + background-color: SandyBrown; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 9404ab0c3505b7736c33ff080d4473bd304f465f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 9 Oct 2022 02:19:07 +0000 Subject: [PATCH 1922/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 15a41f1..1eeb4dc 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SandyBrown; + background-color: RebeccaPurple; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From d5249df870056c86e6bbae57adbbfdbb9ac00cd9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 9 Oct 2022 05:19:09 +0000 Subject: [PATCH 1923/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1eeb4dc..c4c362e 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: RebeccaPurple; + background-color: IndianRed; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 3186499c2ce6fefa960d31409cedd27fd14ea4ec Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 9 Oct 2022 06:04:08 +0000 Subject: [PATCH 1924/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index c4c362e..69e0c48 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: IndianRed; + background-color: PapayaWhip; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 8f519fc7d0f4116ed250d66f0b265e65d11055c2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 9 Oct 2022 07:34:08 +0000 Subject: [PATCH 1925/3231] KPT-24: Update background color to BurlyWood --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 69e0c48..0c0e5f8 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PapayaWhip; + background-color: BurlyWood; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From fe812bd300c257e2ba8f4ab15c6f982030b8612c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 9 Oct 2022 09:49:08 +0000 Subject: [PATCH 1926/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 0c0e5f8..f5fd949 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: BurlyWood; + background-color: SpringGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From da03e3b747ff27fcff4c52985ac929f7698614bf Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 9 Oct 2022 11:19:07 +0000 Subject: [PATCH 1927/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f5fd949..d860033 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SpringGreen; + background-color: LightCyan; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 8109dad8e282a4253e2a822b0cc6809a603d4cbc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 9 Oct 2022 17:19:09 +0000 Subject: [PATCH 1928/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index d860033..659aa8c 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightCyan; + background-color: Gray; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 249c58bca6dfb0a78d66d8de990e2e63599664c1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 9 Oct 2022 22:34:08 +0000 Subject: [PATCH 1929/3231] KPT-24: Update background color to Turquoise --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 659aa8c..71978eb 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Gray; + background-color: Turquoise; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 1afe33f1e024964769a541324db2518f2818c88d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 10 Oct 2022 03:49:08 +0000 Subject: [PATCH 1930/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 71978eb..4c7d26e 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Turquoise; + background-color: DarkViolet; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 2e74a864e1ac289c5c1e799ea151d7a04bc450c4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 10 Oct 2022 07:34:07 +0000 Subject: [PATCH 1931/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 4c7d26e..19a39b9 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkViolet; + background-color: DarkSeaGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 5da9cc97c9b237c0f7aaf59b061b78cf637e83fc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 10 Oct 2022 08:19:08 +0000 Subject: [PATCH 1932/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 19a39b9..21e4201 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkSeaGreen; + background-color: CornflowerBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 94c131cf10150cec976eb164d890804500d6a4bf Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 10 Oct 2022 12:04:08 +0000 Subject: [PATCH 1933/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 21e4201..16c707c 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: CornflowerBlue; + background-color: GhostWhite; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 8339385d1549ea3a1134d965ea297df160e4f423 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 10 Oct 2022 17:19:08 +0000 Subject: [PATCH 1934/3231] KPT-24: Update background color to Turquoise --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 16c707c..71978eb 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: GhostWhite; + background-color: Turquoise; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 81b091b12f79fac5925502fd0fae30c9e25afb36 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 10 Oct 2022 18:04:07 +0000 Subject: [PATCH 1935/3231] KPT-24: Update background color to OrangeRed --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 71978eb..68fb234 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Turquoise; + background-color: OrangeRed; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 2febdeec6c2fda983f44d6a90c80b15ecb1c8060 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 10 Oct 2022 20:19:08 +0000 Subject: [PATCH 1936/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 68fb234..27817c7 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: OrangeRed; + background-color: LightBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 4798b168e48a1db1c2b7ef3c41ba037c2745f7e0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 10 Oct 2022 22:34:08 +0000 Subject: [PATCH 1937/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 27817c7..e68b895 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightBlue; + background-color: MediumPurple; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 83b150bc771e48223f3030cf44cd9cc813c164ca Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 10 Oct 2022 23:19:07 +0000 Subject: [PATCH 1938/3231] KPT-22: Modals with SkyBlue accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index e68b895..e04effe 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumPurple; + background-color: SkyBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 7f203b4b9cecfd06f97d30e1a7aa97c0ecd4728a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 11 Oct 2022 04:34:07 +0000 Subject: [PATCH 1939/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index e04effe..381e179 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SkyBlue; + background-color: LightSlateGray; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 2b9899e6516a2a74d396f13a8c49ef409056fa68 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 11 Oct 2022 06:04:07 +0000 Subject: [PATCH 1940/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 381e179..41c019d 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightSlateGray; + background-color: Plum; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 1e74bf2a232bb051457ec4ebbc67e864a3f36821 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 11 Oct 2022 08:19:07 +0000 Subject: [PATCH 1941/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 41c019d..f2dd7f4 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Plum; + background-color: LightGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From ce6e0c90c3a98a6dc4d4eadda6dcca5d03f4fdea Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 11 Oct 2022 14:19:09 +0000 Subject: [PATCH 1942/3231] KPT-24: Update background color to Magenta --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f2dd7f4..0c91c33 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightGreen; + background-color: Magenta; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 631e8d1837ed6d1db7b72470cb8016cdba615313 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 11 Oct 2022 17:19:07 +0000 Subject: [PATCH 1943/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 0c91c33..5094cf7 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Magenta; + background-color: Chartreuse; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From a82bacc42f713195f57d612e403d25e270cd9084 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 11 Oct 2022 18:49:07 +0000 Subject: [PATCH 1944/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5094cf7..679ea3e 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Chartreuse; + background-color: MediumVioletRed; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 98a4a748ef9d287aa9f68287947c9d0fb6f398a2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 11 Oct 2022 19:34:08 +0000 Subject: [PATCH 1945/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 679ea3e..a6e04de 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumVioletRed; + background-color: Navy; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 0a66b5f92ce0d503e92559f6a9aeb0d1b316c5b3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 11 Oct 2022 20:19:07 +0000 Subject: [PATCH 1946/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index a6e04de..68fb234 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Navy; + background-color: OrangeRed; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From d7fee80d663680a888cafe3f94876735804253bb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 11 Oct 2022 21:49:08 +0000 Subject: [PATCH 1947/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 68fb234..fb4d530 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: OrangeRed; + background-color: MistyRose; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From b6adb8f0da81b9c67b61cc12513b20491eecddf1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 12 Oct 2022 04:34:08 +0000 Subject: [PATCH 1948/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index fb4d530..f5fd949 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MistyRose; + background-color: SpringGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From dcb10dde3be43a852d078888e470fbc87afba2b0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 12 Oct 2022 06:04:07 +0000 Subject: [PATCH 1949/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f5fd949..8b86479 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SpringGreen; + background-color: Olive; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 9d6921c29f9e77249153cb83d4a854d16ea98f3a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 12 Oct 2022 07:34:07 +0000 Subject: [PATCH 1950/3231] KPT-24: Update background color to Lime --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 8b86479..ec501f5 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Olive; + background-color: Lime; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From e75d1c917a31ad5cf745a72a9ba859c3bfe2531c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 12 Oct 2022 14:19:09 +0000 Subject: [PATCH 1951/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index ec501f5..659aa8c 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Lime; + background-color: Gray; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From f7cf4248a506cdf679484b1cbf279aba7d9d78e9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 12 Oct 2022 17:19:08 +0000 Subject: [PATCH 1952/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 659aa8c..b517794 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Gray; + background-color: LightSlateGrey; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 02b4b7fcb618b325fafcbb2d065d6bda34a0ac50 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 12 Oct 2022 18:04:08 +0000 Subject: [PATCH 1953/3231] KPT-24: Update background color to DarkOrange --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index b517794..bd0a1d7 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightSlateGrey; + background-color: DarkOrange; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 508e45e033abff269be13d57e3d3b2b55c80feab Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 12 Oct 2022 20:19:09 +0000 Subject: [PATCH 1954/3231] KPT-22: Modals with DarkViolet accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index bd0a1d7..4c7d26e 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkOrange; + background-color: DarkViolet; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 4d640dd65d14bb9f73f5cc898c5c48f41a6a7204 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 12 Oct 2022 21:49:07 +0000 Subject: [PATCH 1955/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 4c7d26e..e04effe 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkViolet; + background-color: SkyBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From f4dfb40aae1efdc638929c3a7d3a19f7e359b500 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 13 Oct 2022 07:34:08 +0000 Subject: [PATCH 1956/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index e04effe..7225865 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SkyBlue; + background-color: DarkBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From a487035757ebe7a7b374803cbb99adccbd2b29b7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 13 Oct 2022 09:49:07 +0000 Subject: [PATCH 1957/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 7225865..5d39784 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkBlue; + background-color: SteelBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 9195ef1c7bf4060d112e549eec7b05270277ac83 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 13 Oct 2022 10:34:07 +0000 Subject: [PATCH 1958/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5d39784..69e0c48 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SteelBlue; + background-color: PapayaWhip; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 7aec67e3060af605d9de4fb6e461ce515b3d47be Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 13 Oct 2022 14:19:07 +0000 Subject: [PATCH 1959/3231] KPT-22: Modals with Silver accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 69e0c48..960363a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PapayaWhip; + background-color: Silver; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From fdfb8047abe4faf31cccbf29214905bed6c8e459 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 13 Oct 2022 15:49:08 +0000 Subject: [PATCH 1960/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 960363a..e68b895 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Silver; + background-color: MediumPurple; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 8e6ba244e15873bbedc11ac1f70e40434e3d865b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 13 Oct 2022 16:34:07 +0000 Subject: [PATCH 1961/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index e68b895..876b2a6 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumPurple; + background-color: DarkGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 4a44884f897fc61546887d71bf35a82ddd7ef380 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 13 Oct 2022 18:04:07 +0000 Subject: [PATCH 1962/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 876b2a6..b12e2b1 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkGreen; + background-color: RosyBrown; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 13313a15382559b4f6ba364a7141a79d8bf95629 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 13 Oct 2022 18:49:07 +0000 Subject: [PATCH 1963/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index b12e2b1..2d9d2b7 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: RosyBrown; + background-color: ForestGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From d3e52e36e3713ef5472704a96b766fdd0ca35592 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 13 Oct 2022 21:04:08 +0000 Subject: [PATCH 1964/3231] KPT-22: Modals with SeaShell accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 2d9d2b7..94042d5 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: ForestGreen; + background-color: SeaShell; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From d7816742b4f7c8d61371ba30442088b46ace3101 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 13 Oct 2022 21:49:08 +0000 Subject: [PATCH 1965/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 94042d5..e68b895 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SeaShell; + background-color: MediumPurple; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 0c2239711a2e5a2ba97a7cb620f27715d970ac12 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 14 Oct 2022 00:49:07 +0000 Subject: [PATCH 1966/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index e68b895..d4e15eb 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumPurple; + background-color: LightSeaGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From a35d0301b373a7c4c96d0ce759efaed92a942648 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 14 Oct 2022 02:19:08 +0000 Subject: [PATCH 1967/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index d4e15eb..5d39784 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightSeaGreen; + background-color: SteelBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 9a1729854b9ac8dd739a2e4ed9b2049992bad623 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 14 Oct 2022 03:49:07 +0000 Subject: [PATCH 1968/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5d39784..f394f78 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SteelBlue; + background-color: Blue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 60a1f5433887bfbbb8a4e72804b22d5828fa8a18 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 14 Oct 2022 04:34:08 +0000 Subject: [PATCH 1969/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f394f78..2f08aae 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Blue; + background-color: AntiqueWhite; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 06078f13878d7e3fea8d55e4dfff32ae42c956b3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 14 Oct 2022 09:49:08 +0000 Subject: [PATCH 1970/3231] KPT-22: Modals with Chartreuse accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 2f08aae..5094cf7 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: AntiqueWhite; + background-color: Chartreuse; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 2dfef0ce1d23d2743d2671a34e32f06af73aea15 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 14 Oct 2022 11:19:08 +0000 Subject: [PATCH 1971/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5094cf7..481446d 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Chartreuse; + background-color: OliveDrab; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 512f21ced64343a4e4121a4f6ec2969e2a1c12a7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 14 Oct 2022 12:04:08 +0000 Subject: [PATCH 1972/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 481446d..5094cf7 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: OliveDrab; + background-color: Chartreuse; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From ad014326739cf0bb0e2892836ab2c11299b1751c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 14 Oct 2022 18:49:07 +0000 Subject: [PATCH 1973/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5094cf7..0588b9a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Chartreuse; + background-color: LavenderBlush; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 27b9490acbff53c0ef8a66be66c30445e129b658 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 14 Oct 2022 19:34:07 +0000 Subject: [PATCH 1974/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 0588b9a..368053a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LavenderBlush; + background-color: PaleVioletRed; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 04aa61d2cd2ffd50999f618489fc7dfeed08cbad Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 14 Oct 2022 21:04:07 +0000 Subject: [PATCH 1975/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 368053a..a5480fd 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PaleVioletRed; + background-color: Beige; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 90caae2e186849bc1912205b53b900af02d17ad6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 15 Oct 2022 01:34:07 +0000 Subject: [PATCH 1976/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index a5480fd..c4c362e 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Beige; + background-color: IndianRed; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From f04d05166fe1da69219373080fe8312b0872163a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 15 Oct 2022 02:19:08 +0000 Subject: [PATCH 1977/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index c4c362e..1949d7a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: IndianRed; + background-color: BlanchedAlmond; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From dd1a97ff0e214f231ffbf4e3206de0dd13d63b3f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 15 Oct 2022 04:34:07 +0000 Subject: [PATCH 1978/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1949d7a..5d39784 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: BlanchedAlmond; + background-color: SteelBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From a534240b2cd7feb06a3dd7de95b267d9ec08b358 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 15 Oct 2022 12:04:08 +0000 Subject: [PATCH 1979/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5d39784..e5a15c1 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SteelBlue; + background-color: Bisque; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 16fa9999575302f4af345cdb508bcc1030081c54 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 15 Oct 2022 18:04:07 +0000 Subject: [PATCH 1980/3231] KPT-22: Modals with Beige accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index e5a15c1..a5480fd 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Bisque; + background-color: Beige; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From a97385248a67e1a788e0f9fe464e27facaaba48c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 15 Oct 2022 19:34:07 +0000 Subject: [PATCH 1981/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index a5480fd..4cd1ed2 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Beige; + background-color: Linen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From f3963d3fca86a5cd953018a09d7b0cc2d4eeffb9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 16 Oct 2022 04:34:07 +0000 Subject: [PATCH 1982/3231] KPT-22: Modals with LightBlue accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 4cd1ed2..27817c7 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Linen; + background-color: LightBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From d0198ad4701b3dda09fca89fa8187161567f26ce Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 16 Oct 2022 08:19:09 +0000 Subject: [PATCH 1983/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 27817c7..fb4d530 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightBlue; + background-color: MistyRose; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 5d8a9fced20392f71d2e28f9c15e078da1a658e6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 16 Oct 2022 10:34:08 +0000 Subject: [PATCH 1984/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index fb4d530..9fa87f9 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MistyRose; + background-color: MediumAquaMarine; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From e37defb808f61cd3b8da1f5019b2fce4fc5174b7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 16 Oct 2022 13:34:07 +0000 Subject: [PATCH 1985/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 9fa87f9..81081f0 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumAquaMarine; + background-color: Gainsboro; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 9f7b9c9980cdd49fc53e057215bf6b21b8912f27 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 16 Oct 2022 15:04:07 +0000 Subject: [PATCH 1986/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 81081f0..876b2a6 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Gainsboro; + background-color: DarkGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From c4945ad76a2a4c6bfbd9dcadd6365908a9473d10 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 16 Oct 2022 15:49:07 +0000 Subject: [PATCH 1987/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 876b2a6..f394f78 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkGreen; + background-color: Blue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 22cb9467d105b16b025c5c523ec1b95224e339b2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 16 Oct 2022 16:34:07 +0000 Subject: [PATCH 1988/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f394f78..d828631 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Blue; + background-color: Azure; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From aeacbd3c1c6336dce5b4bf4d5c83b3de08d73543 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 16 Oct 2022 18:49:07 +0000 Subject: [PATCH 1989/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index d828631..7225865 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Azure; + background-color: DarkBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From c824c5e20d99fa4991b12a7a14630d3c6c4706bb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 16 Oct 2022 23:19:07 +0000 Subject: [PATCH 1990/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 7225865..71978eb 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkBlue; + background-color: Turquoise; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 4ab4584bf1eed27fb63c059f220e18213a1eb734 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 17 Oct 2022 18:04:07 +0000 Subject: [PATCH 1991/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 71978eb..389255f 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Turquoise; + background-color: CadetBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From b484451b3b953beec63deba9fcf13830a2097f58 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 18 Oct 2022 01:34:07 +0000 Subject: [PATCH 1992/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 389255f..a00063a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: CadetBlue; + background-color: Red; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From c725f0cb740b95d2f690c5c99b3b3b3a6e65ea11 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 18 Oct 2022 02:19:08 +0000 Subject: [PATCH 1993/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index a00063a..5733a56 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Red; + background-color: RoyalBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From dc03c7473ac9a519224dfa2f8fa9cc95dcaa343b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 18 Oct 2022 12:49:08 +0000 Subject: [PATCH 1994/3231] KPT-24: Update background color to SkyBlue --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5733a56..e04effe 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: RoyalBlue; + background-color: SkyBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From da389f0d57f498964be17c89571d47394664f469 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 18 Oct 2022 13:34:07 +0000 Subject: [PATCH 1995/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index e04effe..1f068a1 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SkyBlue; + background-color: MediumBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 91609cf184c4442c1926d5659fd19a0713761358 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 18 Oct 2022 15:04:07 +0000 Subject: [PATCH 1996/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1f068a1..6c88545 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumBlue; + background-color: DarkSlateBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From fc94a489bfbd5a9ae6d9ffbd2602ce877bb415c8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 18 Oct 2022 15:49:08 +0000 Subject: [PATCH 1997/3231] KPT-22: Modals with Yellow accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 6c88545..992f790 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkSlateBlue; + background-color: Yellow; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From e7a61710f40dc698a63afa0768c8680719410ba9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 18 Oct 2022 19:34:07 +0000 Subject: [PATCH 1998/3231] KPT-24: Update background color to Linen --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 992f790..4cd1ed2 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Yellow; + background-color: Linen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 92e20f00382ba6ec4fc114481c64552e887311a5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 18 Oct 2022 21:04:08 +0000 Subject: [PATCH 1999/3231] KPT-24: Update background color to YellowGreen --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 4cd1ed2..eb3f3a0 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Linen; + background-color: YellowGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 5f57906e72235a25c00e675093fb5c2177e836a3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 19 Oct 2022 06:49:07 +0000 Subject: [PATCH 2000/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index eb3f3a0..d828631 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: YellowGreen; + background-color: Azure; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 40de6794f924c9803ce10b35e17b528689f86ae2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 19 Oct 2022 07:34:07 +0000 Subject: [PATCH 2001/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index d828631..c4c362e 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Azure; + background-color: IndianRed; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 1472eec3a4884880f78a27fef8add25e7e9a7a90 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 19 Oct 2022 11:19:08 +0000 Subject: [PATCH 2002/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index c4c362e..b717f6c 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: IndianRed; + background-color: DarkTurquoise; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 7969316263d0d77ab1c0cd712d40258354e3331e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 19 Oct 2022 16:34:08 +0000 Subject: [PATCH 2003/3231] KPT-24: Update background color to Wheat --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index b717f6c..77c4429 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkTurquoise; + background-color: Wheat; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 07c9f96404f2f94c40cf251083d6b03c00f552a2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 19 Oct 2022 19:34:07 +0000 Subject: [PATCH 2004/3231] KPT-24: Update background color to OliveDrab --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 77c4429..481446d 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Wheat; + background-color: OliveDrab; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 2340c59e644147088d5f8d985fa20161c766e8d5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 20 Oct 2022 00:49:09 +0000 Subject: [PATCH 2005/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 481446d..1fbfb2d 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: OliveDrab; + background-color: Tan; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 7aafd5d0d8bdd2dcede8e67f2f6cb4fe54a7ba29 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 20 Oct 2022 05:19:09 +0000 Subject: [PATCH 2006/3231] KPT-22: Modals with LightSlateGray accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1fbfb2d..381e179 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Tan; + background-color: LightSlateGray; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From cf4f8cdf9758b0295d926546a3e2f3e005133fb1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 20 Oct 2022 09:49:08 +0000 Subject: [PATCH 2007/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 381e179..1125fac 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightSlateGray; + background-color: MediumSpringGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 6fb4f10c917eaae4287728799b7a576f48b716dc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 20 Oct 2022 11:19:08 +0000 Subject: [PATCH 2008/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1125fac..d031b88 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumSpringGreen; + background-color: NavajoWhite; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From fde159d8e5a13b9d370fb4bd170b3189fc006ec4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 20 Oct 2022 15:49:08 +0000 Subject: [PATCH 2009/3231] KPT-22: Modals with Sienna accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index d031b88..31b5e44 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: NavajoWhite; + background-color: Sienna; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From cad342bfc0262a19ada43ddec9d65180eaf83305 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 20 Oct 2022 19:34:07 +0000 Subject: [PATCH 2010/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 31b5e44..d828631 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Sienna; + background-color: Azure; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From c3a2098df5fc608221b8294592c3c2f9890b958f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 20 Oct 2022 20:19:07 +0000 Subject: [PATCH 2011/3231] KPT-22: Modals with RoyalBlue accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index d828631..5733a56 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Azure; + background-color: RoyalBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 11b30679ef31f72fc8696b1586d39bf27a15c54e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 20 Oct 2022 22:34:07 +0000 Subject: [PATCH 2012/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5733a56..27817c7 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: RoyalBlue; + background-color: LightBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 742fd504342c40dc1c52cf2bc738730ca36b1b27 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 20 Oct 2022 23:19:07 +0000 Subject: [PATCH 2013/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 27817c7..1a4cdac 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightBlue; + background-color: Purple; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 968d8c75885a1202cd29b557b0561c71a5932a87 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 21 Oct 2022 01:34:07 +0000 Subject: [PATCH 2014/3231] KPT-24: Update background color to Pink --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1a4cdac..71fefaf 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Purple; + background-color: Pink; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 037781b400ca564503f03e1fa5c043b87580427b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 21 Oct 2022 08:19:07 +0000 Subject: [PATCH 2015/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 71fefaf..d828631 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Pink; + background-color: Azure; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From f07fc875d2e48bdc1ac62bec96e76eef475e9aeb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 21 Oct 2022 09:49:08 +0000 Subject: [PATCH 2016/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index d828631..6bcf35a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Azure; + background-color: Peru; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 0c2af3356a58f722e6396c1370e114ca6b7fea72 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 21 Oct 2022 12:04:08 +0000 Subject: [PATCH 2017/3231] KPT-22: Modals with MediumSlateBlue accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 6bcf35a..ef18e83 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Peru; + background-color: MediumSlateBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 42bdf758eb2a135139b0a9add5317ace7894e09d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 21 Oct 2022 15:49:08 +0000 Subject: [PATCH 2018/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index ef18e83..77c4429 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumSlateBlue; + background-color: Wheat; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 7b9f7cad97e855a88a96d584f7af82e638cbec6f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 21 Oct 2022 16:34:07 +0000 Subject: [PATCH 2019/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 77c4429..e68b895 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Wheat; + background-color: MediumPurple; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 2e92f8d305d205d63e55173b733d48ebe73badb6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 21 Oct 2022 21:04:07 +0000 Subject: [PATCH 2020/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index e68b895..f801b46 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumPurple; + background-color: MediumSeaGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 97ac2c83cf8d7819e523fd95d9062be2b36b176d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 21 Oct 2022 22:34:07 +0000 Subject: [PATCH 2021/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f801b46..389255f 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumSeaGreen; + background-color: CadetBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 913c4e9bc6f62bd9b12bce4adefd48d091205f57 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 22 Oct 2022 01:34:08 +0000 Subject: [PATCH 2022/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 389255f..e68b895 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: CadetBlue; + background-color: MediumPurple; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From a83e4d232f2ff249a987c4001cd3ea0a34cd235a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 22 Oct 2022 03:04:07 +0000 Subject: [PATCH 2023/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index e68b895..381e179 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumPurple; + background-color: LightSlateGray; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From ab9453dd6cfbbf11604214c624dbac8263c9ea42 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 22 Oct 2022 03:49:08 +0000 Subject: [PATCH 2024/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 381e179..49cd2ac 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightSlateGray; + background-color: DimGray; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 02bb963396ba191eb7f3ba25883dd312b1c397cb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 22 Oct 2022 05:19:07 +0000 Subject: [PATCH 2025/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 49cd2ac..f801b46 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DimGray; + background-color: MediumSeaGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From fa6b773fd6e3be1629b15eb9da9146032049e291 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 22 Oct 2022 10:34:07 +0000 Subject: [PATCH 2026/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f801b46..7225865 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumSeaGreen; + background-color: DarkBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 104c5eaca004f9cdc000b2721fc0a2098cd64959 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 22 Oct 2022 12:04:08 +0000 Subject: [PATCH 2027/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 7225865..b12e2b1 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkBlue; + background-color: RosyBrown; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 18633542f8aa3feb41888f241ef334081602a1cd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 22 Oct 2022 15:04:08 +0000 Subject: [PATCH 2028/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index b12e2b1..49b1b56 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: RosyBrown; + background-color: LightSalmon; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 4e4c8a22203d11c162e4791a6a1db1c1c9479db0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 22 Oct 2022 17:19:08 +0000 Subject: [PATCH 2029/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 49b1b56..e6fb036 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightSalmon; + background-color: GoldenRod; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 4974b91911509ef5acaec0335929080e5f13b1b2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 23 Oct 2022 00:04:07 +0000 Subject: [PATCH 2030/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index e6fb036..6c534d0 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: GoldenRod; + background-color: LightSkyBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From b05dc18d3b61a3a185ecca176bd1e284b2e682e7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 23 Oct 2022 07:34:07 +0000 Subject: [PATCH 2031/3231] KPT-22: Modals with MintCream accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 6c534d0..03e453a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightSkyBlue; + background-color: MintCream; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 148b854f38b06fd7cf55720e5706e5aa760b2b89 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 23 Oct 2022 12:49:08 +0000 Subject: [PATCH 2032/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 03e453a..480e007 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MintCream; + background-color: DarkSlateGrey; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From e759a15194d792542227156c75b49276c9bb413b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 23 Oct 2022 13:34:07 +0000 Subject: [PATCH 2033/3231] KPT-24: Update background color to DodgerBlue --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 480e007..6c13b73 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkSlateGrey; + background-color: DodgerBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From e56616f13ceb9fbfa10ec6f9c7669291b3e7a62d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 23 Oct 2022 15:49:08 +0000 Subject: [PATCH 2034/3231] KPT-22: Modals with Fuchsia accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 6c13b73..141472c 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DodgerBlue; + background-color: Fuchsia; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 3ff196fbded2c77dea85dd47f6c0193b1604124f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 23 Oct 2022 17:19:07 +0000 Subject: [PATCH 2035/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 141472c..0784442 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Fuchsia; + background-color: Gold; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 6b61d984ff664eaea5e84d9e10c54fc6bc78282e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 24 Oct 2022 00:49:07 +0000 Subject: [PATCH 2036/3231] KPT-22: Modals with Chocolate accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 0784442..3667a7c 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Gold; + background-color: Chocolate; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From f632371e8dc352348e8ae4ec73f4b5e18e4a3947 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 24 Oct 2022 01:34:08 +0000 Subject: [PATCH 2037/3231] KPT-22: Modals with GoldenRod accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 3667a7c..e6fb036 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Chocolate; + background-color: GoldenRod; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 73848d27b332f7071db417e61f4ea587186c578b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 24 Oct 2022 09:49:07 +0000 Subject: [PATCH 2038/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index e6fb036..5e5890c 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: GoldenRod; + background-color: DarkRed; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 5ebc2212b3c70c59dca386765f02ab2a5b3e71cb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 25 Oct 2022 01:34:07 +0000 Subject: [PATCH 2039/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5e5890c..708ad67 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkRed; + background-color: BlueViolet; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From b865c6c594749e41b8c3902438b3d47f33ad72ef Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 25 Oct 2022 02:19:08 +0000 Subject: [PATCH 2040/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 708ad67..381e179 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: BlueViolet; + background-color: LightSlateGray; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 505aaa9521f6f39a7bbe554dd970d2faa948a29e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 25 Oct 2022 05:19:08 +0000 Subject: [PATCH 2041/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 381e179..f908495 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightSlateGray; + background-color: Crimson; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From c9feb7d2a241bcc34f305ea1a1d66c45ea9386a8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 25 Oct 2022 14:19:11 +0000 Subject: [PATCH 2042/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f908495..1f068a1 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Crimson; + background-color: MediumBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From e6d6e10c7d0c6c96d7b81cb71b8552412a84d2c9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 25 Oct 2022 22:34:09 +0000 Subject: [PATCH 2043/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1f068a1..5144a86 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumBlue; + background-color: Violet; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 2c7b23ca2833c25a420ae86f2e32ce97588144c8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 26 Oct 2022 00:04:08 +0000 Subject: [PATCH 2044/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5144a86..49b1b56 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Violet; + background-color: LightSalmon; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From b23100d178d49ba8b40294485f77a2a2c7f450da Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 26 Oct 2022 03:04:07 +0000 Subject: [PATCH 2045/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 49b1b56..2cb0acd 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightSalmon; + background-color: Indigo; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From fe86541c119905d022be845aeb153a7d7e443bbe Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 26 Oct 2022 06:49:07 +0000 Subject: [PATCH 2046/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 2cb0acd..a6e04de 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Indigo; + background-color: Navy; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From eca9be6d6bd4534ba3df2a4acfa2bc3a49889c4c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 26 Oct 2022 08:19:07 +0000 Subject: [PATCH 2047/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index a6e04de..b517794 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Navy; + background-color: LightSlateGrey; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From f2895e1bb59f5fbade4d9c59144c49690be095f7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 26 Oct 2022 09:04:07 +0000 Subject: [PATCH 2048/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index b517794..eb3f3a0 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightSlateGrey; + background-color: YellowGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From f066e3a6843237981ece9a666ad77a2895d96218 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 26 Oct 2022 09:49:08 +0000 Subject: [PATCH 2049/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index eb3f3a0..df6b601 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: YellowGreen; + background-color: Snow; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 85ed8a3dc21dffb3c67532333d07732eac532d49 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 26 Oct 2022 12:04:08 +0000 Subject: [PATCH 2050/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index df6b601..68fb234 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Snow; + background-color: OrangeRed; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From dfda6a45155b4ecc7f4e646f68c21bd108408e32 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 26 Oct 2022 20:19:08 +0000 Subject: [PATCH 2051/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 68fb234..1125fac 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: OrangeRed; + background-color: MediumSpringGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 6420c44a5adf277c4873bcc535c94d388fd28df1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 26 Oct 2022 21:49:07 +0000 Subject: [PATCH 2052/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1125fac..8b86479 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumSpringGreen; + background-color: Olive; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From b13e88dbff6703543d43138de658838d271b0d30 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 27 Oct 2022 00:04:07 +0000 Subject: [PATCH 2053/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 8b86479..3667a7c 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Olive; + background-color: Chocolate; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From a606922ed9e2f73f16289146e332c8fcd59868b9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 27 Oct 2022 01:34:07 +0000 Subject: [PATCH 2054/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 3667a7c..1949d7a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Chocolate; + background-color: BlanchedAlmond; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 18b2e04cc2ae5acb2aa8feb38e90ce899b33b57f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 27 Oct 2022 03:49:09 +0000 Subject: [PATCH 2055/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1949d7a..f1a2156 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: BlanchedAlmond; + background-color: White; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 94e9c20eae3e54084d7bb55ac3b4196462631951 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 27 Oct 2022 05:19:08 +0000 Subject: [PATCH 2056/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f1a2156..0c91c33 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: White; + background-color: Magenta; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From e86574ce1af0b4cb6615c07baa4bc7c3f895209f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 27 Oct 2022 20:19:07 +0000 Subject: [PATCH 2057/3231] KPT-22: Modals with DeepPink accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 0c91c33..e23fe63 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Magenta; + background-color: DeepPink; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From fcf0c92eeda207ae18f9e6cfa2f01da8500d2ebd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 28 Oct 2022 03:04:08 +0000 Subject: [PATCH 2058/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index e23fe63..2a3207f 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DeepPink; + background-color: DarkGrey; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 47c0c319b100431c469abd6d4abd0d6de3b4fc14 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 28 Oct 2022 12:04:07 +0000 Subject: [PATCH 2059/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 2a3207f..e6169de 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkGrey; + background-color: DimGrey; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From bc1bf984a47b3289e1f455728d2d0f6a1d59768f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 28 Oct 2022 13:34:07 +0000 Subject: [PATCH 2060/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index e6169de..6c534d0 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DimGrey; + background-color: LightSkyBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 95766f63afa2169c31669ef93ddddf627010d359 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 28 Oct 2022 18:04:07 +0000 Subject: [PATCH 2061/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 6c534d0..141472c 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightSkyBlue; + background-color: Fuchsia; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 9672f6437a56120e73f8c2beea6c59fc154e6b71 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 28 Oct 2022 18:49:08 +0000 Subject: [PATCH 2062/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 141472c..992f790 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Fuchsia; + background-color: Yellow; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 0bbbf7ffad7743ba14e880bc096f6eb03055b146 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 28 Oct 2022 19:34:07 +0000 Subject: [PATCH 2063/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 992f790..ec22af2 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Yellow; + background-color: SlateGray; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 88a4e7fcc21397169bf7a99ac48bc63dfb38b9e5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 28 Oct 2022 22:34:07 +0000 Subject: [PATCH 2064/3231] KPT-24: Update background color to PapayaWhip --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index ec22af2..69e0c48 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SlateGray; + background-color: PapayaWhip; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 1f363aba53861ebc63c8e94de347ca069a082bcb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 28 Oct 2022 23:19:08 +0000 Subject: [PATCH 2065/3231] KPT-22: Modals with Lavender accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 69e0c48..05b0195 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PapayaWhip; + background-color: Lavender; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 0d503261bd8da33c9c67cb9666e3c29f442368b7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 29 Oct 2022 00:04:07 +0000 Subject: [PATCH 2066/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 05b0195..08ea915 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Lavender; + background-color: LightGrey; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 621e08f3712eb4f3175c6d9b405d4868d0cb075a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 29 Oct 2022 05:19:07 +0000 Subject: [PATCH 2067/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 08ea915..fc49f87 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightGrey; + background-color: Cyan; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 6fe9b79e5a411d5019ff842c69ca18d3aff7e74d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 29 Oct 2022 10:34:08 +0000 Subject: [PATCH 2068/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index fc49f87..1a4cdac 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Cyan; + background-color: Purple; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 9fa87d5ce0788c3fdc1cb88afb16fb44e34acacb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 29 Oct 2022 12:49:09 +0000 Subject: [PATCH 2069/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1a4cdac..391a514 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Purple; + background-color: MediumTurquoise; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From cbc337ee3972c08a575e1f4aba0a0ae18a53ae99 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 29 Oct 2022 15:49:07 +0000 Subject: [PATCH 2070/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 391a514..41c019d 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumTurquoise; + background-color: Plum; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 02e656ef2d8494df824ce7a91bc7439d75ff6f3b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 29 Oct 2022 17:19:09 +0000 Subject: [PATCH 2071/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 41c019d..27817c7 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Plum; + background-color: LightBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From b5aac38c8c37dd5974040aa04e4c36894f8784b2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 29 Oct 2022 18:04:08 +0000 Subject: [PATCH 2072/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 27817c7..d987e02 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightBlue; + background-color: Ivory; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 8724a25514799732df7c71297179229c8f4a58f2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 29 Oct 2022 23:19:08 +0000 Subject: [PATCH 2073/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index d987e02..fea4e57 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Ivory; + background-color: PaleGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From e8fe3985abf9c613dbc2016ddf2a769825d0d2c6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 30 Oct 2022 00:49:07 +0000 Subject: [PATCH 2074/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index fea4e57..94042d5 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PaleGreen; + background-color: SeaShell; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 8b154ad6a8fe971f18fa0e56b07de9301645e94d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 30 Oct 2022 02:19:09 +0000 Subject: [PATCH 2075/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 94042d5..2d9d2b7 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SeaShell; + background-color: ForestGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 98aa633275c08576f0e3346c8e1eacb1b623a512 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 30 Oct 2022 04:34:08 +0000 Subject: [PATCH 2076/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 2d9d2b7..69e0c48 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: ForestGreen; + background-color: PapayaWhip; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From bed2c394d798a5053aa4627c99ba0c143ef19df5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 30 Oct 2022 10:34:07 +0000 Subject: [PATCH 2077/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 69e0c48..e6fb036 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PapayaWhip; + background-color: GoldenRod; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 3d526faca7ba88a566291edbbd4a2c02e8202b61 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 30 Oct 2022 12:04:07 +0000 Subject: [PATCH 2078/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index e6fb036..0588b9a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: GoldenRod; + background-color: LavenderBlush; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 3cd00eba96a3a82d6fffba3da04499cd7256b546 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 30 Oct 2022 14:19:08 +0000 Subject: [PATCH 2079/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 0588b9a..f615e27 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LavenderBlush; + background-color: DarkMagenta; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 744b336f1f22b58f0c025b948986575e05ce450e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 30 Oct 2022 15:49:07 +0000 Subject: [PATCH 2080/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f615e27..d860033 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkMagenta; + background-color: LightCyan; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 5dfdd47fe5d12c8b8f26822b212f40d6d2d4cf69 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 30 Oct 2022 17:19:10 +0000 Subject: [PATCH 2081/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index d860033..77102e4 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightCyan; + background-color: Black; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 23ef39feb81a8fda92a7ee30f517d9d9169e0da9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 30 Oct 2022 23:19:07 +0000 Subject: [PATCH 2082/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 77102e4..2191c27 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Black; + background-color: DarkSlateGray; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From f5f9dbfce140405e7d2c6d1a6bc6cb7f2dba6a03 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 31 Oct 2022 00:04:08 +0000 Subject: [PATCH 2083/3231] KPT-22: Modals with LightGray accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 2191c27..8464062 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkSlateGray; + background-color: LightGray; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 8bbb4eef24a309f1d1a95314954de8cbe33a7795 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 31 Oct 2022 01:34:07 +0000 Subject: [PATCH 2084/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 8464062..0588b9a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightGray; + background-color: LavenderBlush; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 61b2a8319e9dc65cffae9f2a7b460cc715b9127f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 31 Oct 2022 02:19:08 +0000 Subject: [PATCH 2085/3231] KPT-22: Modals with Khaki accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 0588b9a..fcd35ac 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LavenderBlush; + background-color: Khaki; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From ae6545044aa166d413432486a1e6cc219fbbdf51 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 31 Oct 2022 04:34:08 +0000 Subject: [PATCH 2086/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index fcd35ac..68fb234 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Khaki; + background-color: OrangeRed; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From a265716a55066f026924cb65df9450148072ff83 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 31 Oct 2022 07:34:07 +0000 Subject: [PATCH 2087/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 68fb234..9fa87f9 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: OrangeRed; + background-color: MediumAquaMarine; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From e176d52b5f262cf574f2d7527e413301d0bb01c5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 31 Oct 2022 12:49:08 +0000 Subject: [PATCH 2088/3231] KPT-22: Modals with HoneyDew accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 9fa87f9..5ac9d52 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumAquaMarine; + background-color: HoneyDew; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 782527d1a0e7ca6574ff319ef87b6027e6727c97 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 31 Oct 2022 19:34:08 +0000 Subject: [PATCH 2089/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5ac9d52..8a35943 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: HoneyDew; + background-color: LightGoldenRodYellow; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 647bd5d1c3ac6a6e6ae8e736561974057553797c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 31 Oct 2022 23:19:08 +0000 Subject: [PATCH 2090/3231] KPT-22: Modals with SlateBlue accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 8a35943..1d4754e 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightGoldenRodYellow; + background-color: SlateBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 0a7e74ff712a90fe0292d5f57247e61efaacc036 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 1 Nov 2022 00:49:08 +0000 Subject: [PATCH 2091/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1d4754e..94042d5 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SlateBlue; + background-color: SeaShell; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 7f3c3c80ac8c95c02c4f94b716d6367a3a28bd02 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 1 Nov 2022 04:34:07 +0000 Subject: [PATCH 2092/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 94042d5..4c7d26e 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SeaShell; + background-color: DarkViolet; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From dc75917299ed1947ff891cea1a3e0ed02f752ab3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 1 Nov 2022 05:19:08 +0000 Subject: [PATCH 2093/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 4c7d26e..03d1fcd 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkViolet; + background-color: HotPink; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 57f57bf5e9c2ea63afdc48ba866ecd0d1cf9cc4c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 1 Nov 2022 07:34:07 +0000 Subject: [PATCH 2094/3231] KPT-22: Modals with Crimson accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 03d1fcd..f908495 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: HotPink; + background-color: Crimson; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 8ce875e36221615405f8fce345929782b44f9bb1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 1 Nov 2022 08:19:08 +0000 Subject: [PATCH 2095/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f908495..4f4e2eb 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Crimson; + background-color: Orange; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 1a7bc330f4cc9ca581b8107e731b2edc9ae9f35d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 1 Nov 2022 10:34:08 +0000 Subject: [PATCH 2096/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 4f4e2eb..52e7735 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Orange; + background-color: DarkSalmon; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 12a7b90bd895e0c3d0a93abefa278c98dc0b5928 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 1 Nov 2022 11:19:07 +0000 Subject: [PATCH 2097/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 52e7735..b717f6c 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkSalmon; + background-color: DarkTurquoise; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 7702e5317a6e0fcadfbb26807490bb8ab5339c56 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 1 Nov 2022 14:19:08 +0000 Subject: [PATCH 2098/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index b717f6c..fb4d530 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkTurquoise; + background-color: MistyRose; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From e1148f429bad19c681f70614c9bf19acc175d437 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 1 Nov 2022 15:49:07 +0000 Subject: [PATCH 2099/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index fb4d530..77c4429 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MistyRose; + background-color: Wheat; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From f94157c1a80c44d41afba93a96ba7061f78e3f42 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 1 Nov 2022 18:04:08 +0000 Subject: [PATCH 2100/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 77c4429..75dc1a7 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Wheat; + background-color: DarkKhaki; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 6bb2287a2cc950acd6c64291baf72c434a5a97a5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 1 Nov 2022 21:04:07 +0000 Subject: [PATCH 2101/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 75dc1a7..49b1b56 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkKhaki; + background-color: LightSalmon; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From c0850d83c9198bd064b9b29a464fe0a8ff8a3540 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 1 Nov 2022 23:19:08 +0000 Subject: [PATCH 2102/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 49b1b56..fcd35ac 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightSalmon; + background-color: Khaki; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From f6da9e0c089cfd9f6d4df5326066a4b2a4ad672d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 2 Nov 2022 01:34:08 +0000 Subject: [PATCH 2103/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index fcd35ac..2cb0acd 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Khaki; + background-color: Indigo; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 3cc3ad6852428c416f42993592388dff64a5d5c5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 2 Nov 2022 02:19:07 +0000 Subject: [PATCH 2104/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 2cb0acd..60a860f 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Indigo; + background-color: LimeGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 2ed182c2361fdeb9083cf9940f5ed0412e9e9880 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 2 Nov 2022 04:34:08 +0000 Subject: [PATCH 2105/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 60a860f..bd0a1d7 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LimeGreen; + background-color: DarkOrange; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 3f5fef2ec0aa29fe10021f2a2dab1cfc11009d39 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 2 Nov 2022 05:19:08 +0000 Subject: [PATCH 2106/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index bd0a1d7..3d28410 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkOrange; + background-color: Thistle; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From e32b5942a8787e46de266d79aa0e9f0aef8bf14c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 2 Nov 2022 07:34:07 +0000 Subject: [PATCH 2107/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 3d28410..1125fac 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Thistle; + background-color: MediumSpringGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From a19eee470d54283875b535db1d51dabea1f478bf Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 2 Nov 2022 09:49:07 +0000 Subject: [PATCH 2108/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1125fac..381e179 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumSpringGreen; + background-color: LightSlateGray; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 72a8fec3d8342ba83cd404f672322ec3c1c05bbd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 2 Nov 2022 12:49:07 +0000 Subject: [PATCH 2109/3231] KPT-24: Update background color to GreenYellow --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 381e179..945ac22 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightSlateGray; + background-color: GreenYellow; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 1c5d2a5307eb969b06ffbd0864ca259abc96f4db Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 2 Nov 2022 13:34:07 +0000 Subject: [PATCH 2110/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 945ac22..52e7735 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: GreenYellow; + background-color: DarkSalmon; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 8b3f5a8978d75bc2cfed60a97a15470ca667a42d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 2 Nov 2022 17:19:09 +0000 Subject: [PATCH 2111/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 52e7735..659aa8c 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkSalmon; + background-color: Gray; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 0487e3a1e9b1cea508cac67c957241c634fcd834 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 2 Nov 2022 19:34:07 +0000 Subject: [PATCH 2112/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 659aa8c..77102e4 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Gray; + background-color: Black; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 3d739fd3b5083cf6689c5c6c0dbf393b37812a21 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 2 Nov 2022 20:19:08 +0000 Subject: [PATCH 2113/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 77102e4..ec22af2 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Black; + background-color: SlateGray; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 29810b3812b593275e621b3fc21c9c168f8c3daa Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 2 Nov 2022 21:04:08 +0000 Subject: [PATCH 2114/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index ec22af2..45a345a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SlateGray; + background-color: DarkGray; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 8c6f9eccbf317f5094abe3a87ef5fb9ee75a5767 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 3 Nov 2022 00:04:07 +0000 Subject: [PATCH 2115/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 45a345a..41c019d 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkGray; + background-color: Plum; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 9a087a8fe60a9336fe2b2d7aafe392ee8f3a22e0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 3 Nov 2022 00:49:08 +0000 Subject: [PATCH 2116/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 41c019d..f2dd7f4 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Plum; + background-color: LightGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 1f4b02b7772ec56d9eba7dacbba76bb27bb8ee4b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 3 Nov 2022 05:19:07 +0000 Subject: [PATCH 2117/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f2dd7f4..b12e2b1 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightGreen; + background-color: RosyBrown; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From d84cccbe37af29fc255b75f99ebe614250bca4a1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 3 Nov 2022 06:04:07 +0000 Subject: [PATCH 2118/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index b12e2b1..e04effe 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: RosyBrown; + background-color: SkyBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 469c8d8c07e117ca79427fe4ce820d13bd47bf69 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 3 Nov 2022 09:04:07 +0000 Subject: [PATCH 2119/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index e04effe..d860033 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SkyBlue; + background-color: LightCyan; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From aba09ef03e7b715fbb5c31befde1666b88171644 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 3 Nov 2022 11:19:08 +0000 Subject: [PATCH 2120/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index d860033..8464062 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightCyan; + background-color: LightGray; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From f19092fe24c37d0813dc7a8daa96cfcb8c88b8b0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 3 Nov 2022 14:19:08 +0000 Subject: [PATCH 2121/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 8464062..bd0a1d7 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightGray; + background-color: DarkOrange; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 8a64e4c4605476b8c80b77b1004fe1a4dcadfc9d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 3 Nov 2022 18:49:08 +0000 Subject: [PATCH 2122/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index bd0a1d7..4f4e2eb 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkOrange; + background-color: Orange; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From e15cbed5342e6a75dd9328df3664829291b3b308 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 3 Nov 2022 20:19:08 +0000 Subject: [PATCH 2123/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 4f4e2eb..08ea915 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Orange; + background-color: LightGrey; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 3a167520f8416d1e727a27b871f6edd90873eea9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 4 Nov 2022 03:49:07 +0000 Subject: [PATCH 2124/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 08ea915..27817c7 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightGrey; + background-color: LightBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 6821ecff7a7fb5a6dd9c75d0af99b450196528a5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 4 Nov 2022 06:49:08 +0000 Subject: [PATCH 2125/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 27817c7..659aa8c 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightBlue; + background-color: Gray; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 57284d95d9874ed2f05458001541ed83b03e4e14 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 4 Nov 2022 09:49:08 +0000 Subject: [PATCH 2126/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 659aa8c..75dc1a7 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Gray; + background-color: DarkKhaki; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 0f514d0bcc4662c52a848f82d459ca9a20897c97 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 4 Nov 2022 19:34:08 +0000 Subject: [PATCH 2127/3231] KPT-24: Update background color to MediumOrchid --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 75dc1a7..c7a5312 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkKhaki; + background-color: MediumOrchid; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 1e2e296f9942bf782691eb83202c4324977745bf Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 5 Nov 2022 00:04:07 +0000 Subject: [PATCH 2128/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index c7a5312..41c019d 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumOrchid; + background-color: Plum; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From b5e979790f649ebebe59b5c20feda26c820a4159 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 5 Nov 2022 04:34:07 +0000 Subject: [PATCH 2129/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 41c019d..a00063a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Plum; + background-color: Red; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From a7e896c18e89df8f78856a8bf42c698727cad032 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 5 Nov 2022 07:34:07 +0000 Subject: [PATCH 2130/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index a00063a..263fa35 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Red; + background-color: Tomato; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 0b7b11f4d55cbe905d32f77b013fcd5c839e4748 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 5 Nov 2022 10:34:08 +0000 Subject: [PATCH 2131/3231] KPT-22: Modals with DarkSlateGray accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 263fa35..2191c27 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Tomato; + background-color: DarkSlateGray; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 1887b6dd986842c79c2f4b47cb50bc5dddac2054 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 5 Nov 2022 11:19:08 +0000 Subject: [PATCH 2132/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 2191c27..1dca26d 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkSlateGray; + background-color: LightSteelBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 935b861f695090a1ad58d7535fa6e50c1b1d3c28 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 5 Nov 2022 12:49:07 +0000 Subject: [PATCH 2133/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1dca26d..e6169de 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightSteelBlue; + background-color: DimGrey; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 6084d76e1c2ff50824cf7a68b522147b48f75c25 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 5 Nov 2022 13:34:07 +0000 Subject: [PATCH 2134/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index e6169de..69e0c48 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DimGrey; + background-color: PapayaWhip; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 7768938367c0ccc2a3f4b8df511a211cfa9f117c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 5 Nov 2022 18:04:07 +0000 Subject: [PATCH 2135/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 69e0c48..1f068a1 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PapayaWhip; + background-color: MediumBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From b7e0ea014dc9a5fd109a9ee618dffc41cfed5470 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 5 Nov 2022 22:34:07 +0000 Subject: [PATCH 2136/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1f068a1..2641f4a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumBlue; + background-color: LawnGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 99e5bb6fe930c35ee752eb2548be12f5f5f7afd6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 6 Nov 2022 07:34:07 +0000 Subject: [PATCH 2137/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 2641f4a..5094cf7 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LawnGreen; + background-color: Chartreuse; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 232ba3f1e83998f25f58f308255956b8a4347f6a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 6 Nov 2022 12:04:08 +0000 Subject: [PATCH 2138/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5094cf7..77c4429 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Chartreuse; + background-color: Wheat; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From b256219ad240cfd33ccaaabb78e3559a7de77fb8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 6 Nov 2022 12:49:07 +0000 Subject: [PATCH 2139/3231] KPT-24: Update background color to Crimson --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 77c4429..f908495 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Wheat; + background-color: Crimson; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 2efbf5144ef0f803518422e00b9349877499a080 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 6 Nov 2022 13:34:07 +0000 Subject: [PATCH 2140/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f908495..e5a15c1 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Crimson; + background-color: Bisque; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 9d2290247f3cf1c58db864bf374efd0df6bb8963 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 6 Nov 2022 18:04:07 +0000 Subject: [PATCH 2141/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index e5a15c1..679ea3e 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Bisque; + background-color: MediumVioletRed; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From a2228e78082124ec5b707b71de40b55131568dc0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 7 Nov 2022 00:49:07 +0000 Subject: [PATCH 2142/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 679ea3e..7675de5 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumVioletRed; + background-color: Grey; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 6fd065881da7fad75a2c53e469c1fd2890a4774a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 7 Nov 2022 01:34:07 +0000 Subject: [PATCH 2143/3231] KPT-22: Modals with LawnGreen accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 7675de5..2641f4a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Grey; + background-color: LawnGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From b95b26f697c19ae25b00f03ac2357eab1ee68ad8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 7 Nov 2022 02:19:07 +0000 Subject: [PATCH 2144/3231] KPT-24: Update background color to LightSlateGray --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 2641f4a..381e179 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LawnGreen; + background-color: LightSlateGray; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From e235128802d5ae4e2ab2efed8c8acbe2cc3d3865 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 7 Nov 2022 05:19:08 +0000 Subject: [PATCH 2145/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 381e179..992f790 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightSlateGray; + background-color: Yellow; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From ddff5eae2635a11a2e3ca77fbed33bd310ab0ee2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 7 Nov 2022 06:04:09 +0000 Subject: [PATCH 2146/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 992f790..5094cf7 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Yellow; + background-color: Chartreuse; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 4ca9a36a0cf8289bcbd9b34c3450a6caea05710e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 7 Nov 2022 06:49:07 +0000 Subject: [PATCH 2147/3231] KPT-24: Update background color to Blue --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5094cf7..f394f78 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Chartreuse; + background-color: Blue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 41bd409676a7f892b3fa23e2e80ab8fdafcea2db Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 7 Nov 2022 07:34:07 +0000 Subject: [PATCH 2148/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f394f78..bd0a1d7 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Blue; + background-color: DarkOrange; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 3e1952ed859f2e60db1593dd22bf352abac77e1b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 7 Nov 2022 15:04:07 +0000 Subject: [PATCH 2149/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index bd0a1d7..65ab0ee 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkOrange; + background-color: Teal; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From b1fb19269fcb401f5c080a4df7e084a3911aa351 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 7 Nov 2022 18:04:08 +0000 Subject: [PATCH 2150/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 65ab0ee..ed5aa20 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Teal; + background-color: Brown; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 707fa7c6fb98c3a6b0aff312c326c5891eba7111 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 7 Nov 2022 18:49:08 +0000 Subject: [PATCH 2151/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index ed5aa20..e6fb036 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Brown; + background-color: GoldenRod; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 0e7542be686a25f54dc786ae695f5edb0510f519 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 8 Nov 2022 00:04:07 +0000 Subject: [PATCH 2152/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index e6fb036..6255ca9 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: GoldenRod; + background-color: SaddleBrown; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 19288cd8fb01224a61f6361836dc812cf80e402f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 8 Nov 2022 00:49:08 +0000 Subject: [PATCH 2153/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 6255ca9..81081f0 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SaddleBrown; + background-color: Gainsboro; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 8716d64f81dd0750f49a1e93452091361b30c204 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 8 Nov 2022 04:34:08 +0000 Subject: [PATCH 2154/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 81081f0..03f2967 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Gainsboro; + background-color: SlateGrey; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From fb5dc4507dbfdb451c07860404cbd80ac0fb599e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 8 Nov 2022 09:04:08 +0000 Subject: [PATCH 2155/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 03f2967..b496a9e 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SlateGrey; + background-color: DeepSkyBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 8d9265ef692aca3735018007e66d40d4b3556fdb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 8 Nov 2022 09:49:08 +0000 Subject: [PATCH 2156/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index b496a9e..e5a15c1 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DeepSkyBlue; + background-color: Bisque; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From effd37bafaaf54011cd0277258056a3be6318f0a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 8 Nov 2022 10:34:07 +0000 Subject: [PATCH 2157/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index e5a15c1..b12e2b1 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Bisque; + background-color: RosyBrown; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 17e0da4f238ac55009ccf8dc5109c5bd04e2d4a7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 8 Nov 2022 15:49:07 +0000 Subject: [PATCH 2158/3231] KPT-22: Modals with LightSeaGreen accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index b12e2b1..d4e15eb 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: RosyBrown; + background-color: LightSeaGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From d51188db820a49f29d9d6eb905ceeb80fc065a1d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 9 Nov 2022 22:27:30 +0000 Subject: [PATCH 2159/3231] KPT-24: Update background color to White --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index d4e15eb..f1a2156 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightSeaGreen; + background-color: White; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From fab27041de5ead01fa6495d673e31b80f30cb3f2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 9 Nov 2022 23:57:31 +0000 Subject: [PATCH 2160/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f1a2156..1ede12f 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: White; + background-color: DarkOliveGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 3d940712b2563906ed9975ee9eac1e5e3c38acd7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Nov 2022 01:27:31 +0000 Subject: [PATCH 2161/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1ede12f..481446d 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkOliveGreen; + background-color: OliveDrab; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 7ee7581b1bab202c62317db711e8e192811244d0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Nov 2022 07:27:31 +0000 Subject: [PATCH 2162/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 481446d..f394f78 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: OliveDrab; + background-color: Blue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 094637a01168a7f457ebc60510fbd3acc0a91320 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Nov 2022 12:42:31 +0000 Subject: [PATCH 2163/3231] KPT-24: Update background color to DarkCyan --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f394f78..86a9b03 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Blue; + background-color: DarkCyan; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From bc2f95d5bc2f757ce157dacae31396456ea7bd6b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Nov 2022 18:42:30 +0000 Subject: [PATCH 2164/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 86a9b03..d031b88 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkCyan; + background-color: NavajoWhite; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 43dd70025308dc1a7e0bbb9337b03aa16c07ad2f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Nov 2022 19:27:31 +0000 Subject: [PATCH 2165/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index d031b88..708ad67 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: NavajoWhite; + background-color: BlueViolet; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 5990dffe9598d3c7474311c29d07e15bc84bd66e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 11 Nov 2022 00:42:30 +0000 Subject: [PATCH 2166/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 708ad67..2641f4a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: BlueViolet; + background-color: LawnGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 95306f9da4f663db0b4d78097c2525d1b0c7a088 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 11 Nov 2022 02:12:31 +0000 Subject: [PATCH 2167/3231] KPT-24: Update background color to Gold --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 2641f4a..0784442 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LawnGreen; + background-color: Gold; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From a1720f6cd2e244105c017b9b065a2a14f8e6f2f8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 11 Nov 2022 04:27:31 +0000 Subject: [PATCH 2168/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 0784442..ec22af2 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Gold; + background-color: SlateGray; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 8d52807650791791226e033a85e199e8cc2d8b52 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 11 Nov 2022 05:12:31 +0000 Subject: [PATCH 2169/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index ec22af2..0c0e5f8 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SlateGray; + background-color: BurlyWood; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From a951c4a6276c64d2db04636efac176c0884a7134 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 11 Nov 2022 07:27:30 +0000 Subject: [PATCH 2170/3231] KPT-22: Modals with Khaki accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 0c0e5f8..fcd35ac 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: BurlyWood; + background-color: Khaki; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 1f96e47afd8c3c4d1abb7366a64d0db8a5e61188 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 11 Nov 2022 08:12:30 +0000 Subject: [PATCH 2171/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index fcd35ac..992f790 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Khaki; + background-color: Yellow; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 9d67b1bc3aaebfb043d8c9e05f28b118ff1030b2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 11 Nov 2022 09:42:30 +0000 Subject: [PATCH 2172/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 992f790..a00063a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Yellow; + background-color: Red; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 5196ea97eebe360844bbe80ef5abdb08ceedd9a4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 11 Nov 2022 11:57:36 +0000 Subject: [PATCH 2173/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index a00063a..fb4d530 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Red; + background-color: MistyRose; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From fcad5c3bd5a2f8917205e0455c69402dc5edbcdd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 11 Nov 2022 14:57:32 +0000 Subject: [PATCH 2174/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index fb4d530..0c91c33 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MistyRose; + background-color: Magenta; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 95d1e4abc11ff1f8856685a731d5fb0193ffa61c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 11 Nov 2022 23:12:31 +0000 Subject: [PATCH 2175/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 0c91c33..9fa87f9 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Magenta; + background-color: MediumAquaMarine; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 8bec0893d9c58c84188267b9629e7e0e86148e8e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 12 Nov 2022 02:12:31 +0000 Subject: [PATCH 2176/3231] KPT-24: Update background color to DeepPink --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 9fa87f9..e23fe63 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumAquaMarine; + background-color: DeepPink; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 688e38439f746b84b981592f439e3ae407f806b5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 12 Nov 2022 07:27:30 +0000 Subject: [PATCH 2177/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index e23fe63..9be746a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DeepPink; + background-color: LemonChiffon; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 306e56f7555ed7fbf42d641cf87987dbee2fe6e2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 12 Nov 2022 08:57:31 +0000 Subject: [PATCH 2178/3231] KPT-24: Update background color to PeachPuff --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 9be746a..9d426c3 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LemonChiffon; + background-color: PeachPuff; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 76a47bb34a4458854663c401053c5310b5cba59d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 12 Nov 2022 10:27:31 +0000 Subject: [PATCH 2179/3231] KPT-22: Modals with SlateGray accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 9d426c3..ec22af2 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PeachPuff; + background-color: SlateGray; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 9b68334bbc486d4659cd81e5707cd31afacc2c98 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 12 Nov 2022 11:12:31 +0000 Subject: [PATCH 2180/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index ec22af2..0c91c33 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SlateGray; + background-color: Magenta; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 721b92e33ab411bbe08a1541633e61bf734d7cc9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 12 Nov 2022 11:57:32 +0000 Subject: [PATCH 2181/3231] KPT-24: Update background color to DarkOliveGreen --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 0c91c33..1ede12f 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Magenta; + background-color: DarkOliveGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From b947eae70d27f20da8804497e1fb0f07c10f32a1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 12 Nov 2022 16:27:30 +0000 Subject: [PATCH 2182/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1ede12f..ec22af2 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkOliveGreen; + background-color: SlateGray; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 618540ee990590ac9fafe8d0d290c678f2ccd485 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 12 Nov 2022 21:42:30 +0000 Subject: [PATCH 2183/3231] KPT-24: Update background color to RebeccaPurple --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index ec22af2..1eeb4dc 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SlateGray; + background-color: RebeccaPurple; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 817449301a87c2f77b5d38997916f7c4d660f086 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 12 Nov 2022 23:12:31 +0000 Subject: [PATCH 2184/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1eeb4dc..c7a5312 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: RebeccaPurple; + background-color: MediumOrchid; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From b3a667cc2b8bdcee6ff2e39bd6fc35ecbdaf5714 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 13 Nov 2022 02:12:31 +0000 Subject: [PATCH 2185/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index c7a5312..659aa8c 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumOrchid; + background-color: Gray; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From ef72346512f75f82e881a0157061b66690134219 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 13 Nov 2022 02:57:30 +0000 Subject: [PATCH 2186/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 659aa8c..1f068a1 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Gray; + background-color: MediumBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From e60c48368bc9c22681589b9af50f60b6b10a44f7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 13 Nov 2022 03:42:31 +0000 Subject: [PATCH 2187/3231] KPT-24: Update background color to White --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1f068a1..f1a2156 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumBlue; + background-color: White; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 3978f7d8d627ee464dec67cb45fd1ff6cf47d2fd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 13 Nov 2022 06:42:31 +0000 Subject: [PATCH 2188/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f1a2156..5ac9d52 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: White; + background-color: HoneyDew; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 6826a89b7593d2b7646bace5920109f6ff78ce3a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 13 Nov 2022 07:27:30 +0000 Subject: [PATCH 2189/3231] KPT-24: Update background color to LightCoral --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5ac9d52..1ffd917 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: HoneyDew; + background-color: LightCoral; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 9f10c89cdad3710fdc41c70c1512816d38b5336e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 13 Nov 2022 08:12:30 +0000 Subject: [PATCH 2190/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1ffd917..f394f78 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightCoral; + background-color: Blue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 98f054daa5c762b2549d9a6ca20ae408e42bc19e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 13 Nov 2022 08:57:31 +0000 Subject: [PATCH 2191/3231] KPT-22: Modals with Salmon accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f394f78..5b89964 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Blue; + background-color: Salmon; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 00ae37b1407cd2baf957b5554b515ceddce35fde Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 13 Nov 2022 13:27:30 +0000 Subject: [PATCH 2192/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5b89964..77102e4 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Salmon; + background-color: Black; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 4a00c172eb36de2fb4b5ea732589a9753ef4fee0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 13 Nov 2022 14:12:30 +0000 Subject: [PATCH 2193/3231] KPT-22: Modals with DarkOliveGreen accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 77102e4..1ede12f 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Black; + background-color: DarkOliveGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From d607d621350c39fab9f9e73c9cc8f4e85b6c045b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 13 Nov 2022 19:27:31 +0000 Subject: [PATCH 2194/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1ede12f..1949d7a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkOliveGreen; + background-color: BlanchedAlmond; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 247468b4847b50d9d8dfd626b7e22dcaff5f7c81 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 13 Nov 2022 21:42:31 +0000 Subject: [PATCH 2195/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1949d7a..4cd1ed2 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: BlanchedAlmond; + background-color: Linen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From bcad3b9f79320e17dfc1c4babf10b80a87b83711 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 14 Nov 2022 03:42:30 +0000 Subject: [PATCH 2196/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 4cd1ed2..f394f78 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Linen; + background-color: Blue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 09a9aa79626ff44f9a2c9369da9b786b6b1e149d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 14 Nov 2022 07:27:31 +0000 Subject: [PATCH 2197/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f394f78..4cd1ed2 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Blue; + background-color: Linen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From ffc069487ade1661af2e2248f5136b7e8f796a07 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 14 Nov 2022 08:12:31 +0000 Subject: [PATCH 2198/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 4cd1ed2..1ffd917 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Linen; + background-color: LightCoral; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 1632f247f3737c791fa8256db2fa4fb8205e9d81 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 14 Nov 2022 11:12:30 +0000 Subject: [PATCH 2199/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1ffd917..2cb0acd 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightCoral; + background-color: Indigo; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From fdda506b52eb96fe44697cc45795fb16d47a8565 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 14 Nov 2022 16:27:31 +0000 Subject: [PATCH 2200/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 2cb0acd..df6b601 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Indigo; + background-color: Snow; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 776a58369e7783fbd3ee22e5ffcfa8685d31ec27 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 14 Nov 2022 18:42:31 +0000 Subject: [PATCH 2201/3231] KPT-24: Update background color to Lavender --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index df6b601..05b0195 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Snow; + background-color: Lavender; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 7d57b0e1ac7086827d2c6620d8ecf69e80af4bc1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 14 Nov 2022 20:12:30 +0000 Subject: [PATCH 2202/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 05b0195..51d92d9 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Lavender; + background-color: FireBrick; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 59d01f3d32967b6d6ea94ee4c8fc7de0a27047a3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 15 Nov 2022 02:12:31 +0000 Subject: [PATCH 2203/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 51d92d9..9be746a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: FireBrick; + background-color: LemonChiffon; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 02fc241e7cfe2b8f5f3eec26c50ced3dcd8851d0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 15 Nov 2022 07:27:31 +0000 Subject: [PATCH 2204/3231] KPT-24: Update background color to IndianRed --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 9be746a..c4c362e 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LemonChiffon; + background-color: IndianRed; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From daf450c6263636d4771be42606ea049a7d69e916 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 15 Nov 2022 08:12:31 +0000 Subject: [PATCH 2205/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index c4c362e..391a514 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: IndianRed; + background-color: MediumTurquoise; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 110a803970e23f3a45e9b3540fde04693222e255 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 15 Nov 2022 15:42:31 +0000 Subject: [PATCH 2206/3231] KPT-24: Update background color to OliveDrab --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 391a514..481446d 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumTurquoise; + background-color: OliveDrab; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 6959860d0ace278bf6051f97fff0e098a8c5fe2d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 15 Nov 2022 17:12:30 +0000 Subject: [PATCH 2207/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 481446d..49cd2ac 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: OliveDrab; + background-color: DimGray; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 4b34dfbffd7ad0a6fd4a1e174fb6c2bf97ad20c0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 15 Nov 2022 18:42:30 +0000 Subject: [PATCH 2208/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 49cd2ac..1949d7a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DimGray; + background-color: BlanchedAlmond; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From b6327273327f059ee643e60867aa5917835a1c4f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 15 Nov 2022 20:12:31 +0000 Subject: [PATCH 2209/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1949d7a..5144a86 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: BlanchedAlmond; + background-color: Violet; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From dc9685ee1c08270c8a6c854c1d82401c3b4c8fcc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 15 Nov 2022 23:57:32 +0000 Subject: [PATCH 2210/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5144a86..27817c7 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Violet; + background-color: LightBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From e591bd048ab787ddb76dd65530c3c9bf6bc78a30 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 16 Nov 2022 05:57:31 +0000 Subject: [PATCH 2211/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 27817c7..3667a7c 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightBlue; + background-color: Chocolate; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From ab9273b8732b07fe9406624afa909a5ae79e1e1c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 16 Nov 2022 06:42:31 +0000 Subject: [PATCH 2212/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 3667a7c..77102e4 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Chocolate; + background-color: Black; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 385c9df9a0842acc61269791b805e41678410f3e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 16 Nov 2022 07:27:31 +0000 Subject: [PATCH 2213/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 77102e4..9fa87f9 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Black; + background-color: MediumAquaMarine; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From d5a808887728859d56ab99eb6359cefde8799480 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 16 Nov 2022 11:57:32 +0000 Subject: [PATCH 2214/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 9fa87f9..d828631 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumAquaMarine; + background-color: Azure; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 07a3bd33d1999a32700107bea2853fac5aa1d27b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 16 Nov 2022 14:12:31 +0000 Subject: [PATCH 2215/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index d828631..ed5aa20 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Azure; + background-color: Brown; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From ab7e0938624a53722bc18105f6b362e236bbb31c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 16 Nov 2022 16:27:30 +0000 Subject: [PATCH 2216/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index ed5aa20..69e0c48 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Brown; + background-color: PapayaWhip; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From ba5c25dca423e80e2d5d5f0f0212a48053bcaa89 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 16 Nov 2022 19:27:31 +0000 Subject: [PATCH 2217/3231] KPT-24: Update background color to AntiqueWhite --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 69e0c48..2f08aae 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PapayaWhip; + background-color: AntiqueWhite; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From fb4b72e3c665b21661421b32a23da22271c210f1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 16 Nov 2022 20:12:30 +0000 Subject: [PATCH 2218/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 2f08aae..65ab0ee 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: AntiqueWhite; + background-color: Teal; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From ed87bf0acdcce18aefc206f35e7ef9c48377ca05 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 16 Nov 2022 21:42:32 +0000 Subject: [PATCH 2219/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 65ab0ee..75dc1a7 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Teal; + background-color: DarkKhaki; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 927a4f908c51d91b7b74ef403d3147e357f4412e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 17 Nov 2022 03:42:31 +0000 Subject: [PATCH 2220/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 75dc1a7..6c13b73 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkKhaki; + background-color: DodgerBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From a08229f6917388dc166a71c48c4b80d92e5489b4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 17 Nov 2022 07:27:32 +0000 Subject: [PATCH 2221/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 6c13b73..960363a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DodgerBlue; + background-color: Silver; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 4c05966dd464508670cfbfdc92c926951c218fdf Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 17 Nov 2022 18:42:31 +0000 Subject: [PATCH 2222/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 960363a..326743f 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Silver; + background-color: PaleTurquoise; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 71f9372c0718630743ea4c822856f9cac1e2aba5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 17 Nov 2022 20:57:31 +0000 Subject: [PATCH 2223/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 326743f..b717f6c 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PaleTurquoise; + background-color: DarkTurquoise; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 2911e20c7d6709cf082788911919512ea220b6c5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 17 Nov 2022 21:42:30 +0000 Subject: [PATCH 2224/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index b717f6c..708ad67 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkTurquoise; + background-color: BlueViolet; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 5b4db016c29c6b7314303cd7e5789bb8cfe1d17b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 18 Nov 2022 01:27:30 +0000 Subject: [PATCH 2225/3231] KPT-22: Modals with PaleVioletRed accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 708ad67..368053a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: BlueViolet; + background-color: PaleVioletRed; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From fb89059b079b8deffaae2f784e4ea0c47adb88ef Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 18 Nov 2022 02:12:30 +0000 Subject: [PATCH 2226/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 368053a..d987e02 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PaleVioletRed; + background-color: Ivory; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From b8d797eff472be732939794e7de8dab632aa67a6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 18 Nov 2022 02:57:31 +0000 Subject: [PATCH 2227/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index d987e02..10f5b34 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Ivory; + background-color: Green; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 3cfdd08cec7b57d409ed81e7d5bd951564e12912 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 18 Nov 2022 07:27:31 +0000 Subject: [PATCH 2228/3231] KPT-22: Modals with Brown accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 10f5b34..ed5aa20 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Green; + background-color: Brown; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 9a8904edd598f1e4629ecac1743228e5bdacea08 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 18 Nov 2022 11:12:31 +0000 Subject: [PATCH 2229/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index ed5aa20..c7a5312 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Brown; + background-color: MediumOrchid; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 23ea9238cea569ccdd42f0b82aa8a9b77bef4bec Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 18 Nov 2022 13:27:30 +0000 Subject: [PATCH 2230/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index c7a5312..15a41f1 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumOrchid; + background-color: SandyBrown; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 649cedaf77d14aa6e3b9a655d92ef01715b11a82 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 18 Nov 2022 19:27:30 +0000 Subject: [PATCH 2231/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 15a41f1..6bcf35a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SandyBrown; + background-color: Peru; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 0416e5da7d3f12744249c1d4de6c62f345888c34 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 19 Nov 2022 00:42:31 +0000 Subject: [PATCH 2232/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 6bcf35a..ef18e83 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Peru; + background-color: MediumSlateBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From b34a661507c18ec7c9e47e1a1b290cdd67597ecb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 19 Nov 2022 07:27:31 +0000 Subject: [PATCH 2233/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index ef18e83..52e7735 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumSlateBlue; + background-color: DarkSalmon; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 6b7ce5263ac3915b8e6e2743e15984b3fce0e950 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 19 Nov 2022 08:12:30 +0000 Subject: [PATCH 2234/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 52e7735..fb4d530 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkSalmon; + background-color: MistyRose; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From af2afc3d5a7c2e1ab894027aa8583d788896b494 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 19 Nov 2022 08:57:31 +0000 Subject: [PATCH 2235/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index fb4d530..ed5aa20 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MistyRose; + background-color: Brown; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From a3d6c2d27fdef8fffc015f8e7fb17fd66098515b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 19 Nov 2022 11:57:31 +0000 Subject: [PATCH 2236/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index ed5aa20..ec501f5 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Brown; + background-color: Lime; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From bf12c8efd1a6be9040b14b1789c7b7dc63823ef3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 19 Nov 2022 14:57:31 +0000 Subject: [PATCH 2237/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index ec501f5..9d426c3 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Lime; + background-color: PeachPuff; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 6aa4b1f6c1ad45b02ceac24df93146d31e692ecc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 20 Nov 2022 00:42:30 +0000 Subject: [PATCH 2238/3231] KPT-24: Update background color to Black --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 9d426c3..77102e4 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PeachPuff; + background-color: Black; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 937a433bf3f1c479e7aa3755712e0ea643719967 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 20 Nov 2022 06:42:30 +0000 Subject: [PATCH 2239/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 77102e4..e5dd579 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Black; + background-color: FloralWhite; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From ba0d1f0c0bbd562c4d971fa9206ea27cb07cd55b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 20 Nov 2022 11:57:30 +0000 Subject: [PATCH 2240/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index e5dd579..31b5e44 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: FloralWhite; + background-color: Sienna; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From ec6bc059dad81aa560b22e4874aee56d8c07b51f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 20 Nov 2022 19:27:31 +0000 Subject: [PATCH 2241/3231] KPT-24: Update background color to OldLace --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 31b5e44..f60ef17 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Sienna; + background-color: OldLace; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 6167f5171e0721f9a77af1448b1abf52615b6b5e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 20 Nov 2022 20:57:30 +0000 Subject: [PATCH 2242/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f60ef17..0784442 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: OldLace; + background-color: Gold; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From cc1c29d17a355b4dbeda36cf3b9f836810d9bb17 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 20 Nov 2022 23:12:30 +0000 Subject: [PATCH 2243/3231] KPT-24: Update background color to Gainsboro --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 0784442..81081f0 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Gold; + background-color: Gainsboro; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 62f2ad5afcbd9cc3a0189576f2390949ca01f9ac Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 20 Nov 2022 23:57:31 +0000 Subject: [PATCH 2244/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 81081f0..16c707c 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Gainsboro; + background-color: GhostWhite; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 2fc2cf48e5371db54dc06950603a5262975202a7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 21 Nov 2022 01:27:31 +0000 Subject: [PATCH 2245/3231] KPT-24: Update background color to LightGreen --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 16c707c..f2dd7f4 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: GhostWhite; + background-color: LightGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 9bd4b00d9713f0fb6c70a839113579a96b119978 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 21 Nov 2022 07:27:30 +0000 Subject: [PATCH 2246/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f2dd7f4..94042d5 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightGreen; + background-color: SeaShell; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From f649fa539c96b85148de3f4c3aab93f4e35d865e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 21 Nov 2022 08:12:30 +0000 Subject: [PATCH 2247/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 94042d5..51d92d9 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SeaShell; + background-color: FireBrick; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 43b25287d02bfa2a9ea6ab7227715b9d74125b9e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 21 Nov 2022 08:57:30 +0000 Subject: [PATCH 2248/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 51d92d9..21e4201 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: FireBrick; + background-color: CornflowerBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 2e6ce38a4ab50d8ce024ba4fd659cba71611a604 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 21 Nov 2022 09:42:30 +0000 Subject: [PATCH 2249/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 21e4201..7225865 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: CornflowerBlue; + background-color: DarkBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 249012480a2b09ce578ee434019c3e6eb896378a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 21 Nov 2022 14:57:32 +0000 Subject: [PATCH 2250/3231] KPT-24: Update background color to DarkGreen --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 7225865..876b2a6 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkBlue; + background-color: DarkGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 5b087a0ef7c40a96f4361ddd26909150f515d74c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 21 Nov 2022 15:42:31 +0000 Subject: [PATCH 2251/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 876b2a6..e5a15c1 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkGreen; + background-color: Bisque; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From b9f6b0aa4fc6906ef548fe1be0e6936338e975e8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 21 Nov 2022 18:42:30 +0000 Subject: [PATCH 2252/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index e5a15c1..21e4201 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Bisque; + background-color: CornflowerBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 30c442a9c7ceec4fdcfd58e5430a952b326ac7f9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 21 Nov 2022 19:27:31 +0000 Subject: [PATCH 2253/3231] KPT-22: Modals with RoyalBlue accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 21e4201..5733a56 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: CornflowerBlue; + background-color: RoyalBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 0f8a412e661c09a7088aa84abf5ac15994f5e1c7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 21 Nov 2022 20:57:30 +0000 Subject: [PATCH 2254/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5733a56..b517794 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: RoyalBlue; + background-color: LightSlateGrey; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 8e2f8c35dc0b6d0f5e03894561e28dce2c828ecf Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 22 Nov 2022 01:27:30 +0000 Subject: [PATCH 2255/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index b517794..4c7d26e 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightSlateGrey; + background-color: DarkViolet; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 15a5f6b9e5218dd099bb13cb913fa3be52fa2640 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 22 Nov 2022 02:57:31 +0000 Subject: [PATCH 2256/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 4c7d26e..a00063a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkViolet; + background-color: Red; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 2ef44a363cb02c634f3dec77068ec551f9a069db Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 22 Nov 2022 08:57:31 +0000 Subject: [PATCH 2257/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index a00063a..41c019d 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Red; + background-color: Plum; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From f7e75d42cf94ac728cdfe76f802df98490b871b0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 22 Nov 2022 11:57:30 +0000 Subject: [PATCH 2258/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 41c019d..391a514 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Plum; + background-color: MediumTurquoise; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From bdb23aae394644b64822c5923330ccf639a55f87 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 22 Nov 2022 14:57:31 +0000 Subject: [PATCH 2259/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 391a514..8b86479 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumTurquoise; + background-color: Olive; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 79ac1edc583946aab94644c62335abc6146db66b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 22 Nov 2022 15:42:31 +0000 Subject: [PATCH 2260/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 8b86479..e5dd579 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Olive; + background-color: FloralWhite; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 80f52857ca2e21a71b8e345e052cf8dcd6a156bd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 22 Nov 2022 17:12:30 +0000 Subject: [PATCH 2261/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index e5dd579..fcd35ac 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: FloralWhite; + background-color: Khaki; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 2d1ef2cb0883de7cb167765a5bde7238a215f360 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 22 Nov 2022 17:57:31 +0000 Subject: [PATCH 2262/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index fcd35ac..75dc1a7 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Khaki; + background-color: DarkKhaki; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 2fe02ffd07973e010c8d27029820290706b72a7e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 22 Nov 2022 19:27:34 +0000 Subject: [PATCH 2263/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 75dc1a7..e5dd579 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkKhaki; + background-color: FloralWhite; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 968e0a699bbd9488e1c08b1ca25151bfedaef61a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 22 Nov 2022 20:12:30 +0000 Subject: [PATCH 2264/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index e5dd579..e5a15c1 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: FloralWhite; + background-color: Bisque; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From cfb018a70f01879ed2a90aae62606d8ce9df8a66 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 23 Nov 2022 05:12:30 +0000 Subject: [PATCH 2265/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index e5a15c1..6255ca9 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Bisque; + background-color: SaddleBrown; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 078c2c83f7602d08cf4bd4d4a0af414e8fc1e75f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 23 Nov 2022 05:57:31 +0000 Subject: [PATCH 2266/3231] KPT-22: Modals with MediumSpringGreen accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 6255ca9..1125fac 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SaddleBrown; + background-color: MediumSpringGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 56619b376e5ada3aaf10677d5559b9bb84ad7caa Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 23 Nov 2022 08:12:30 +0000 Subject: [PATCH 2267/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1125fac..ec22af2 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumSpringGreen; + background-color: SlateGray; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 223c325e01f0768c09f36aa63a310fef9e101d68 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 23 Nov 2022 11:12:30 +0000 Subject: [PATCH 2268/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index ec22af2..08ea915 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SlateGray; + background-color: LightGrey; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 5123032fcb052bcc1dcbf68e9ea797b6b2a51248 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 23 Nov 2022 14:12:31 +0000 Subject: [PATCH 2269/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 08ea915..992f790 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightGrey; + background-color: Yellow; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From c8e2f8273f4a6bd8bf4b658f68a2e1bd75b797a5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 23 Nov 2022 17:12:31 +0000 Subject: [PATCH 2270/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 992f790..5733a56 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Yellow; + background-color: RoyalBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 3436c043428626df26e42ef342920227026e78aa Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 24 Nov 2022 02:12:30 +0000 Subject: [PATCH 2271/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5733a56..2a3207f 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: RoyalBlue; + background-color: DarkGrey; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 25e89537ea9f89e77f82142d90fc030bf36327d4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 24 Nov 2022 03:42:30 +0000 Subject: [PATCH 2272/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 2a3207f..65ab0ee 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkGrey; + background-color: Teal; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 416b182d8b1786b236aecc13d1e0e44cb7a0a7a0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 24 Nov 2022 08:12:31 +0000 Subject: [PATCH 2273/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 65ab0ee..0cbfd78 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Teal; + background-color: DarkGoldenRod; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 4284f3b7eef1673df56c65a3e22b7302eae8f084 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 24 Nov 2022 08:57:32 +0000 Subject: [PATCH 2274/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 0cbfd78..a6e04de 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkGoldenRod; + background-color: Navy; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From b60a8d6a889cd9d832d1224c329d6c7166a91609 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 24 Nov 2022 12:42:30 +0000 Subject: [PATCH 2275/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index a6e04de..8d0d9cb 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Navy; + background-color: WhiteSmoke; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From ef35615c5b803b4d537aba8631e87dab3aead0e7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 24 Nov 2022 15:42:31 +0000 Subject: [PATCH 2276/3231] KPT-22: Modals with Gray accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 8d0d9cb..659aa8c 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: WhiteSmoke; + background-color: Gray; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 15f1d729f310bdf2a580b3cc9cff4d32b3c78042 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 24 Nov 2022 17:12:31 +0000 Subject: [PATCH 2277/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 659aa8c..4cd1ed2 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Gray; + background-color: Linen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 556ec1d4e5a767162308438eaed106ccf937b1a9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 24 Nov 2022 19:27:31 +0000 Subject: [PATCH 2278/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 4cd1ed2..f6a1660 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Linen; + background-color: LightPink; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 3bc8ff7038aeb44fe30e5a85d4c14ac5e46ca982 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 24 Nov 2022 20:57:31 +0000 Subject: [PATCH 2279/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f6a1660..8464062 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightPink; + background-color: LightGray; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 80f55a3a640863bb9c61b1f40042b0aae09fa226 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 25 Nov 2022 04:27:30 +0000 Subject: [PATCH 2280/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 8464062..1ffd917 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightGray; + background-color: LightCoral; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 3d4ed2f7686fc1d1c0e23d26fe8b2fd7966352f0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 25 Nov 2022 06:42:30 +0000 Subject: [PATCH 2281/3231] KPT-24: Update background color to LightSeaGreen --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1ffd917..d4e15eb 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightCoral; + background-color: LightSeaGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 507fb6b83a8c863e2623aab5425e5e68c241f09f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 25 Nov 2022 08:57:45 +0000 Subject: [PATCH 2282/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index d4e15eb..03f2967 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightSeaGreen; + background-color: SlateGrey; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 39158b4c0a7021d06ad380635a2090139c230fda Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 25 Nov 2022 10:27:32 +0000 Subject: [PATCH 2283/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 03f2967..2191c27 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SlateGrey; + background-color: DarkSlateGray; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 8d01e445d47b82fd88c4d0a0c66e7cd50dadd81a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 25 Nov 2022 13:27:30 +0000 Subject: [PATCH 2284/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 2191c27..2a3207f 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkSlateGray; + background-color: DarkGrey; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 03076f753807beb197b1bfc991f6f695ab85f55f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 25 Nov 2022 14:12:31 +0000 Subject: [PATCH 2285/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 2a3207f..326743f 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkGrey; + background-color: PaleTurquoise; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 36214b7f8c91a1887dcae1d9a5e02c7ac37ae532 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 25 Nov 2022 19:27:31 +0000 Subject: [PATCH 2286/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 326743f..03e453a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PaleTurquoise; + background-color: MintCream; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From a858329029fe83ca8a932f7ee14bd28ad584c5bf Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 25 Nov 2022 20:12:30 +0000 Subject: [PATCH 2287/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 03e453a..eada11b 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MintCream; + background-color: Moccasin; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 4b25cc4506042da8d11f264ad1ea106d6231eca8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 25 Nov 2022 20:57:31 +0000 Subject: [PATCH 2288/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index eada11b..1ffd917 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Moccasin; + background-color: LightCoral; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 9db3845f241840dee718d348b546750d0c38a7e6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 26 Nov 2022 07:27:31 +0000 Subject: [PATCH 2289/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1ffd917..31b5e44 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightCoral; + background-color: Sienna; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 7273ff53c07a2d01ac7706b082bcc1f1f36b297c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 26 Nov 2022 16:27:30 +0000 Subject: [PATCH 2290/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 31b5e44..16c707c 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Sienna; + background-color: GhostWhite; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 384a3db829b8cdb7b256d69938667c226c9db8b8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 27 Nov 2022 01:27:30 +0000 Subject: [PATCH 2291/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 16c707c..381e179 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: GhostWhite; + background-color: LightSlateGray; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From ed253455240ca5185d0b2d4c5f2e575e6669b368 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 27 Nov 2022 05:12:31 +0000 Subject: [PATCH 2292/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 381e179..81081f0 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightSlateGray; + background-color: Gainsboro; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 22380ef4a6d63b61d16b5d9df72c2c80da09adfa Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 27 Nov 2022 10:27:31 +0000 Subject: [PATCH 2293/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 81081f0..03e453a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Gainsboro; + background-color: MintCream; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 807362759dc70e298c56d45fa0ea03608640a48c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 27 Nov 2022 11:12:30 +0000 Subject: [PATCH 2294/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 03e453a..a00063a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MintCream; + background-color: Red; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 8d201652233218d549f6391f6af88faffc8f170c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 27 Nov 2022 13:27:31 +0000 Subject: [PATCH 2295/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index a00063a..81081f0 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Red; + background-color: Gainsboro; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From b329300fb60b02e81484f8b4d2771100fead2f4d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 27 Nov 2022 16:27:30 +0000 Subject: [PATCH 2296/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 81081f0..f6a43ea 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Gainsboro; + background-color: AliceBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 5fc9dd871bf7fedb96ca11532d02264eab098f41 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 27 Nov 2022 17:57:33 +0000 Subject: [PATCH 2297/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f6a43ea..ed5aa20 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: AliceBlue; + background-color: Brown; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 4a0a02f38d4f025f26a0dc8382fa2778a843d4bf Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 28 Nov 2022 07:27:30 +0000 Subject: [PATCH 2298/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index ed5aa20..945ac22 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Brown; + background-color: GreenYellow; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From ab4092fc5a7bf986a09f322dabdedc1eeaf1aeeb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 28 Nov 2022 08:57:30 +0000 Subject: [PATCH 2299/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 945ac22..ef18e83 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: GreenYellow; + background-color: MediumSlateBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From daa61e01f8a51fc59bcef8f54afc8e60706580e5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 28 Nov 2022 09:42:31 +0000 Subject: [PATCH 2300/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index ef18e83..fc49f87 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumSlateBlue; + background-color: Cyan; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 001344477c2bc9f40ac84cfd0281b71c9175daa2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 28 Nov 2022 12:42:31 +0000 Subject: [PATCH 2301/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index fc49f87..60a860f 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Cyan; + background-color: LimeGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From b5fa4af9c3d46669b74b5fe3f7b15d4140bf5ef1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 28 Nov 2022 13:27:31 +0000 Subject: [PATCH 2302/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 60a860f..f394f78 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LimeGreen; + background-color: Blue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From c2bc0b2ae6515a958b48688ab594e183ae7b6ef7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 28 Nov 2022 16:27:31 +0000 Subject: [PATCH 2303/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f394f78..41c019d 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Blue; + background-color: Plum; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From cf74d826ac308ef6db2e52daf0bde435d797e40d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 28 Nov 2022 18:42:30 +0000 Subject: [PATCH 2304/3231] KPT-22: Modals with Grey accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 41c019d..7675de5 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Plum; + background-color: Grey; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From d76e0543d44a9ab5c850a501a9103fbd8be5b4c3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 28 Nov 2022 21:42:31 +0000 Subject: [PATCH 2305/3231] KPT-24: Update background color to LightSkyBlue --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 7675de5..6c534d0 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Grey; + background-color: LightSkyBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 6e1270524fedd53fca17cad3d2160af4cd25065a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 29 Nov 2022 10:27:31 +0000 Subject: [PATCH 2306/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 6c534d0..2641f4a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightSkyBlue; + background-color: LawnGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 59ac938e3e335b8a4dd3a69424b190eede00f62d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 29 Nov 2022 21:42:31 +0000 Subject: [PATCH 2307/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 2641f4a..15a41f1 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LawnGreen; + background-color: SandyBrown; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From a9aa3708f9cc4c4bb94b520c0a7acdcaa180ff9f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 30 Nov 2022 05:57:31 +0000 Subject: [PATCH 2308/3231] KPT-24: Update background color to Gold --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 15a41f1..0784442 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SandyBrown; + background-color: Gold; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From a1de3416d29a9ab7569f91b3fad0e4d4746fd753 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 30 Nov 2022 10:27:30 +0000 Subject: [PATCH 2309/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 0784442..05b0195 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Gold; + background-color: Lavender; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From df5cc96864ac9794490e035ea74f354a1309bf8f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 30 Nov 2022 11:57:31 +0000 Subject: [PATCH 2310/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 05b0195..ed5aa20 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Lavender; + background-color: Brown; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 5a88c53b61d32b74aed5944dba29d27a80ebb596 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 30 Nov 2022 12:42:30 +0000 Subject: [PATCH 2311/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index ed5aa20..1ffd917 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Brown; + background-color: LightCoral; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 6027688dc3e2e2298a7e9d7bf8585dc83966e415 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 30 Nov 2022 13:27:41 +0000 Subject: [PATCH 2312/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1ffd917..a00063a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightCoral; + background-color: Red; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 54aea68dc7f6acc7548b58e6400fab29656ff69a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 30 Nov 2022 20:12:31 +0000 Subject: [PATCH 2313/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index a00063a..a6e04de 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Red; + background-color: Navy; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 10c3931b2c6933fdc3d79b453a412294d7d72a66 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 1 Dec 2022 00:42:30 +0000 Subject: [PATCH 2314/3231] KPT-24: Update background color to Orange --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index a6e04de..4f4e2eb 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Navy; + background-color: Orange; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From f83ed547e1409faed0a1eeefdd3d590b75e81679 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 1 Dec 2022 05:12:31 +0000 Subject: [PATCH 2315/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 4f4e2eb..fc49f87 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Orange; + background-color: Cyan; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From ad2d59f24e42b62e5edf6cbf499b5641afc33dbc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 1 Dec 2022 05:57:30 +0000 Subject: [PATCH 2316/3231] KPT-22: Modals with Moccasin accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index fc49f87..eada11b 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Cyan; + background-color: Moccasin; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 582abb7c79007b032616d41159b6fbdbf4022d1c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 1 Dec 2022 08:12:30 +0000 Subject: [PATCH 2317/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index eada11b..141472c 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Moccasin; + background-color: Fuchsia; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 9836470c35535f8c098227709d5d725dd8fdf9ea Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 1 Dec 2022 11:57:31 +0000 Subject: [PATCH 2318/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 141472c..41c019d 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Fuchsia; + background-color: Plum; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 58dd91d3bf92b303f3ff89d8f2cefdc1e32ced74 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 1 Dec 2022 12:42:30 +0000 Subject: [PATCH 2319/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 41c019d..f7f1c6b 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Plum; + background-color: PaleGoldenRod; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From fdb731d788a0c60e62855b7de932e8bd32a6eb91 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 1 Dec 2022 14:12:30 +0000 Subject: [PATCH 2320/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f7f1c6b..ec22af2 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PaleGoldenRod; + background-color: SlateGray; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 8b23bb1ccfffb76178b9432d40942d103abdcf05 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 1 Dec 2022 16:27:32 +0000 Subject: [PATCH 2321/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index ec22af2..7225865 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SlateGray; + background-color: DarkBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From c6432f3f9da81a0e30a6d25f15b32f90d2fbd76d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 1 Dec 2022 19:27:32 +0000 Subject: [PATCH 2322/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 7225865..1125fac 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkBlue; + background-color: MediumSpringGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From f896504a361929ded832e9150f58d1605eecb526 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 1 Dec 2022 20:12:31 +0000 Subject: [PATCH 2323/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1125fac..ed5aa20 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumSpringGreen; + background-color: Brown; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 4fdf364a534f627a071d19ca27bdc91c3eb1f2e4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 1 Dec 2022 21:42:31 +0000 Subject: [PATCH 2324/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index ed5aa20..1f068a1 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Brown; + background-color: MediumBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 8f97b0d8947369f04a689922030d7e4dd32d74c0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 1 Dec 2022 23:12:30 +0000 Subject: [PATCH 2325/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1f068a1..f7f1c6b 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumBlue; + background-color: PaleGoldenRod; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 8f4406e6787f0849685eb7f76c15203c80f9e76c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 2 Dec 2022 09:42:30 +0000 Subject: [PATCH 2326/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f7f1c6b..05b0195 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PaleGoldenRod; + background-color: Lavender; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 96c9bfb3ca4bdeae777394e0946d5d85ae5c1b4f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 2 Dec 2022 15:42:31 +0000 Subject: [PATCH 2327/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 05b0195..eb3f3a0 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Lavender; + background-color: YellowGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 83b2ebea22a8bc5a9eb3f1027254d17695749c34 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 2 Dec 2022 17:57:32 +0000 Subject: [PATCH 2328/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index eb3f3a0..960363a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: YellowGreen; + background-color: Silver; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 6744ad4e64c8a2f3e05708c230e1bc1d3a3d77dd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 2 Dec 2022 19:27:31 +0000 Subject: [PATCH 2329/3231] KPT-24: Update background color to MediumPurple --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 960363a..e68b895 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Silver; + background-color: MediumPurple; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 7212fdbb084a83bec3cd5e4ed7380da0acb1ffd8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 2 Dec 2022 22:27:31 +0000 Subject: [PATCH 2330/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index e68b895..bd0a1d7 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumPurple; + background-color: DarkOrange; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 61cd427c1cabea67c5d7345b09c4b64ebd251b0f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 2 Dec 2022 23:57:32 +0000 Subject: [PATCH 2331/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index bd0a1d7..679ea3e 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkOrange; + background-color: MediumVioletRed; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 0805060a5c32813a6d5257ee2ba80440d9d34a43 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 3 Dec 2022 00:42:32 +0000 Subject: [PATCH 2332/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 679ea3e..b717f6c 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumVioletRed; + background-color: DarkTurquoise; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 21502bee16c57f1ca143b5d111ee15e3b7ae573e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 3 Dec 2022 05:12:30 +0000 Subject: [PATCH 2333/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index b717f6c..fea4e57 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkTurquoise; + background-color: PaleGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 831ba2fe9ced776d1069236fecf4f3ff8b2a47b9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 3 Dec 2022 05:57:32 +0000 Subject: [PATCH 2334/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index fea4e57..1d4754e 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PaleGreen; + background-color: SlateBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 3fdb0546d087631e574bc9b00289697b2bb69fc6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 3 Dec 2022 10:27:31 +0000 Subject: [PATCH 2335/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1d4754e..f5fd949 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SlateBlue; + background-color: SpringGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 07ea598aa8def25c06b31e2172311b20aad80ac1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 3 Dec 2022 14:12:30 +0000 Subject: [PATCH 2336/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f5fd949..326743f 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SpringGreen; + background-color: PaleTurquoise; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 0b2b2077d984e4ab4cb00ff9786bb1bacc8fe8a0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 3 Dec 2022 14:57:31 +0000 Subject: [PATCH 2337/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 326743f..05b0195 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PaleTurquoise; + background-color: Lavender; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 07c7e5f3611315f8ed39c50a6be3be134a9b5465 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 3 Dec 2022 15:42:31 +0000 Subject: [PATCH 2338/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 05b0195..0c0e5f8 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Lavender; + background-color: BurlyWood; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From c49f8c4b15f91a3d33b459d0a9ff41c5e7838f4b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 3 Dec 2022 16:27:31 +0000 Subject: [PATCH 2339/3231] KPT-22: Modals with LightCoral accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 0c0e5f8..1ffd917 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: BurlyWood; + background-color: LightCoral; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 4677c195c778e86641f555a6eaad0ecf215b6263 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 3 Dec 2022 18:42:31 +0000 Subject: [PATCH 2340/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1ffd917..0c91c33 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightCoral; + background-color: Magenta; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 97c98e99748b9dbe9bb5b143b4cf22bda3a0f6e8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 3 Dec 2022 21:42:30 +0000 Subject: [PATCH 2341/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 0c91c33..51d92d9 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Magenta; + background-color: FireBrick; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From e973af0575ef94ba8973888d1d1723b1076562ac Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 4 Dec 2022 02:57:31 +0000 Subject: [PATCH 2342/3231] KPT-24: Update background color to WhiteSmoke --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 51d92d9..8d0d9cb 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: FireBrick; + background-color: WhiteSmoke; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 2eb28b5dd138d4e6311c11f1f9edc778cfd0063e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 4 Dec 2022 03:42:31 +0000 Subject: [PATCH 2343/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 8d0d9cb..0c91c33 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: WhiteSmoke; + background-color: Magenta; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From bea6113347e6087eb2b3d136e7bdfb06147f9eb0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 4 Dec 2022 04:27:31 +0000 Subject: [PATCH 2344/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 0c91c33..e04effe 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Magenta; + background-color: SkyBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From e6138f3c4eb35e93b42f10612323a8e68f3a56fa Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 4 Dec 2022 08:12:30 +0000 Subject: [PATCH 2345/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index e04effe..81081f0 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SkyBlue; + background-color: Gainsboro; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 07c2f7cbb2cef92c0b390bebe4d4d8dea6071562 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 4 Dec 2022 11:12:30 +0000 Subject: [PATCH 2346/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 81081f0..7225865 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Gainsboro; + background-color: DarkBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From d079431e8c447b8b260b517dce2c022c15e1e3e2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 4 Dec 2022 14:57:31 +0000 Subject: [PATCH 2347/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 7225865..679ea3e 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkBlue; + background-color: MediumVioletRed; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From a1e463c625ce1dfe0432ffbfb3dca9ac375bf7c4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 4 Dec 2022 15:42:32 +0000 Subject: [PATCH 2348/3231] KPT-24: Update background color to RoyalBlue --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 679ea3e..5733a56 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumVioletRed; + background-color: RoyalBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 15639e1eec15d30406a37d8c259b4f58075fd933 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 4 Dec 2022 20:12:31 +0000 Subject: [PATCH 2349/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5733a56..d4e15eb 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: RoyalBlue; + background-color: LightSeaGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From ceaeb2f4ee20ec42db3715b5afe623cbf0883663 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 4 Dec 2022 23:12:30 +0000 Subject: [PATCH 2350/3231] KPT-24: Update background color to DarkOrchid --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index d4e15eb..382e7a4 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightSeaGreen; + background-color: DarkOrchid; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 1cd65c4b6469e5543e98595312fc7a1e94598b9e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 5 Dec 2022 10:27:32 +0000 Subject: [PATCH 2351/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 382e7a4..b33a2c2 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkOrchid; + background-color: SeaGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From dab7a11d8babe2ae2ba876b9932ac5d12fe34411 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 5 Dec 2022 13:27:30 +0000 Subject: [PATCH 2352/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index b33a2c2..f6a43ea 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SeaGreen; + background-color: AliceBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From caaecfece1f13a235c871d79ac1a39a83356f5c7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 5 Dec 2022 14:12:30 +0000 Subject: [PATCH 2353/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f6a43ea..4cd1ed2 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: AliceBlue; + background-color: Linen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 170dafab559a1423e0cafe643262c013aa28521d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 5 Dec 2022 21:42:31 +0000 Subject: [PATCH 2354/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 4cd1ed2..f7f1c6b 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Linen; + background-color: PaleGoldenRod; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 9fdcf332dc10f214166bf8f07ee2c4ba4cf17bc4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 5 Dec 2022 22:27:30 +0000 Subject: [PATCH 2355/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f7f1c6b..49b1b56 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PaleGoldenRod; + background-color: LightSalmon; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 243dd16ccee4fa4e14a51a9be91b1d0d97ee7d15 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 6 Dec 2022 02:12:32 +0000 Subject: [PATCH 2356/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 49b1b56..82130d0 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightSalmon; + background-color: LightYellow; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 56289847c475918fb832323e3a4411af5b87b1e7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 6 Dec 2022 04:27:31 +0000 Subject: [PATCH 2357/3231] KPT-24: Update background color to LightSteelBlue --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 82130d0..1dca26d 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightYellow; + background-color: LightSteelBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From a86a79b568a0f698a9299e242e7d1a36e404631e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 6 Dec 2022 10:27:31 +0000 Subject: [PATCH 2358/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1dca26d..659aa8c 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightSteelBlue; + background-color: Gray; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 395f47c16f8104ca77f89848a289e92d14499093 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 6 Dec 2022 13:27:31 +0000 Subject: [PATCH 2359/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 659aa8c..368053a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Gray; + background-color: PaleVioletRed; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From bd228393f0bcd97f7060972e43ee09dc51d28b70 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 6 Dec 2022 19:27:31 +0000 Subject: [PATCH 2360/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 368053a..3d28410 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PaleVioletRed; + background-color: Thistle; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 648847c5705058ccd4e0b7db038e7843401db30a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 6 Dec 2022 22:27:30 +0000 Subject: [PATCH 2361/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 3d28410..f60ef17 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Thistle; + background-color: OldLace; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 4dddc196e8fb45b549608b586eb9ead6411c7466 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 6 Dec 2022 23:12:31 +0000 Subject: [PATCH 2362/3231] KPT-22: Modals with ForestGreen accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f60ef17..2d9d2b7 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: OldLace; + background-color: ForestGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 8b2da4e96e58f6805716054caa21847a8092b8cd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 6 Dec 2022 23:57:30 +0000 Subject: [PATCH 2363/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 2d9d2b7..d828631 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: ForestGreen; + background-color: Azure; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 4889c0dd20e17b65cad744d91dfb314d5b09761c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 7 Dec 2022 00:42:30 +0000 Subject: [PATCH 2364/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index d828631..10f5b34 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Azure; + background-color: Green; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 160120ec1a0603e6c8c35c5a1a8ccdc1b178c0bb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 7 Dec 2022 02:57:30 +0000 Subject: [PATCH 2365/3231] KPT-22: Modals with DarkOliveGreen accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 10f5b34..1ede12f 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Green; + background-color: DarkOliveGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 5be615720a94ae03e6a81c806cae2be94eb10525 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 7 Dec 2022 05:12:31 +0000 Subject: [PATCH 2366/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1ede12f..f6a43ea 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkOliveGreen; + background-color: AliceBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From fd65ad8fe23c0acef249798d2dfdc942d4584edd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 7 Dec 2022 10:27:31 +0000 Subject: [PATCH 2367/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f6a43ea..31b5e44 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: AliceBlue; + background-color: Sienna; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From f786baaaec06be51743621d47054960e845dc34b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 7 Dec 2022 11:12:30 +0000 Subject: [PATCH 2368/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 31b5e44..df6b601 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Sienna; + background-color: Snow; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 623f19ff6444d398f4dbb5991ab8b415f94b8197 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 7 Dec 2022 20:12:30 +0000 Subject: [PATCH 2369/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index df6b601..27817c7 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Snow; + background-color: LightBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 0a732f8eb78a31feaf38b00a2c8ddb56392c0043 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 7 Dec 2022 20:57:30 +0000 Subject: [PATCH 2370/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 27817c7..df6b601 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightBlue; + background-color: Snow; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 9a653d24cc7418727f0500006e68acf496c6e7aa Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 7 Dec 2022 22:27:31 +0000 Subject: [PATCH 2371/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index df6b601..b496a9e 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Snow; + background-color: DeepSkyBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 9152c4d2d58fefb75a966f193072ffa14c682845 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 8 Dec 2022 00:42:31 +0000 Subject: [PATCH 2372/3231] KPT-24: Update background color to DodgerBlue --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index b496a9e..6c13b73 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DeepSkyBlue; + background-color: DodgerBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 63d308daed2012399c33345d5f06abab50df90b0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 8 Dec 2022 01:27:31 +0000 Subject: [PATCH 2373/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 6c13b73..27817c7 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DodgerBlue; + background-color: LightBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From e9e5a855aaba834d49577f885bd5572cc65692f9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 8 Dec 2022 02:12:31 +0000 Subject: [PATCH 2374/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 27817c7..a00063a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightBlue; + background-color: Red; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 4c4e443a51a3f0a5874a7b0bec22c56d0ea2be53 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 8 Dec 2022 05:12:30 +0000 Subject: [PATCH 2375/3231] KPT-24: Update background color to Wheat --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index a00063a..77c4429 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Red; + background-color: Wheat; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From a05c5813542cd676558b451b1ac1c3f70585f4f3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 8 Dec 2022 05:57:31 +0000 Subject: [PATCH 2376/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 77c4429..dd43562 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Wheat; + background-color: Orchid; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 20e741d61503a0cf3b03db82d1331279e4a9e3db Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 8 Dec 2022 11:57:32 +0000 Subject: [PATCH 2377/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index dd43562..1ffd917 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Orchid; + background-color: LightCoral; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 8d9dd82830ce598b70b68e1bfe6d81978f563b35 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 8 Dec 2022 15:42:30 +0000 Subject: [PATCH 2378/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1ffd917..0cbfd78 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightCoral; + background-color: DarkGoldenRod; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 70602c439f219a05f5b4af93576a1035ab4c9c68 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 8 Dec 2022 18:42:30 +0000 Subject: [PATCH 2379/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 0cbfd78..5094cf7 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkGoldenRod; + background-color: Chartreuse; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From c952c86813390d5fe3d64983d6cf78501beb4de4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 9 Dec 2022 01:27:30 +0000 Subject: [PATCH 2380/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5094cf7..7675de5 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Chartreuse; + background-color: Grey; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 3bdafff1d3f77e830ecea2f78b13588bd6e40d00 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 9 Dec 2022 04:27:30 +0000 Subject: [PATCH 2381/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 7675de5..2f08aae 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Grey; + background-color: AntiqueWhite; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 0c46c7fbd0d95239a095b65c1c6331b562b2e56b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 9 Dec 2022 06:42:31 +0000 Subject: [PATCH 2382/3231] KPT-24: Update background color to Tan --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 2f08aae..1fbfb2d 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: AntiqueWhite; + background-color: Tan; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 070255c071f47c7fa44560a04c058f0d16e34036 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 9 Dec 2022 08:12:31 +0000 Subject: [PATCH 2383/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1fbfb2d..03f2967 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Tan; + background-color: SlateGrey; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 71153c54c25ffb628983d6a1f957290d289793bc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 9 Dec 2022 10:27:31 +0000 Subject: [PATCH 2384/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 03f2967..945ac22 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SlateGrey; + background-color: GreenYellow; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 471505e0d07cc892e239f0919a69f9c7bc43b698 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 9 Dec 2022 14:12:30 +0000 Subject: [PATCH 2385/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 945ac22..d4e15eb 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: GreenYellow; + background-color: LightSeaGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From ae49a6dcae5330ec14f57d2a8915e3de7c73bd31 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 9 Dec 2022 15:42:31 +0000 Subject: [PATCH 2386/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index d4e15eb..2f08aae 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightSeaGreen; + background-color: AntiqueWhite; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 2e5f64c6fa1b5d257fcda33e75f06f5273103ebe Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 9 Dec 2022 17:12:30 +0000 Subject: [PATCH 2387/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 2f08aae..eb3f3a0 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: AntiqueWhite; + background-color: YellowGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 2905b6d3fda5f09f1b299fe251633f330b2a5580 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 9 Dec 2022 17:57:32 +0000 Subject: [PATCH 2388/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index eb3f3a0..d987e02 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: YellowGreen; + background-color: Ivory; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 2bc13ac61814304c9e07d4fc43e582d7d92dfa99 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 9 Dec 2022 20:12:30 +0000 Subject: [PATCH 2389/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index d987e02..77c4429 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Ivory; + background-color: Wheat; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 4930f536f497d6ba66e6a52a031d9d95a05f77dd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 10 Dec 2022 00:42:31 +0000 Subject: [PATCH 2390/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 77c4429..f394f78 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Wheat; + background-color: Blue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 5e16979ef455c0afe7f892b10c3617ccb61bc182 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 10 Dec 2022 02:57:30 +0000 Subject: [PATCH 2391/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f394f78..b496a9e 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Blue; + background-color: DeepSkyBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 3bd2f3197c02fdad219c607bfce7f8d4785a49ea Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 10 Dec 2022 03:42:31 +0000 Subject: [PATCH 2392/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index b496a9e..6c13b73 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DeepSkyBlue; + background-color: DodgerBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 33f423b0d58cd50c6b78cb7999d1a95a8a70e499 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 10 Dec 2022 04:27:30 +0000 Subject: [PATCH 2393/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 6c13b73..7675de5 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DodgerBlue; + background-color: Grey; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 5edc8b2a59a04dc5e1d8725b01a58dd2d3054ab2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 10 Dec 2022 07:27:31 +0000 Subject: [PATCH 2394/3231] KPT-24: Update background color to FireBrick --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 7675de5..51d92d9 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Grey; + background-color: FireBrick; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 8e6b57e7bc0303f7f508f792b9b2e57286e7e977 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 10 Dec 2022 10:27:31 +0000 Subject: [PATCH 2395/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 51d92d9..49b1b56 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: FireBrick; + background-color: LightSalmon; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From f5bbcc89fe73c7958ead780a2e35da6590ac0d77 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 10 Dec 2022 13:27:30 +0000 Subject: [PATCH 2396/3231] KPT-24: Update background color to LightSlateGrey --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 49b1b56..b517794 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightSalmon; + background-color: LightSlateGrey; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 53a727548bab5b746bdb596596e37b46b6d20eda Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 10 Dec 2022 14:57:32 +0000 Subject: [PATCH 2397/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index b517794..b12e2b1 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightSlateGrey; + background-color: RosyBrown; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From efd5e95f885d4ba10bbe40eb5061772a6544234e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 10 Dec 2022 19:27:31 +0000 Subject: [PATCH 2398/3231] KPT-22: Modals with DarkSalmon accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index b12e2b1..52e7735 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: RosyBrown; + background-color: DarkSalmon; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 0def02b39cd79508b020c4732087a4e7c04559cf Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 11 Dec 2022 01:27:31 +0000 Subject: [PATCH 2399/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 52e7735..9d426c3 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkSalmon; + background-color: PeachPuff; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From e5418f61457898dba56b31e617f947dd28c3a20d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 11 Dec 2022 02:12:31 +0000 Subject: [PATCH 2400/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 9d426c3..2d9d2b7 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PeachPuff; + background-color: ForestGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From bff37b736dea17e7cc0c73dde68800b464487d0f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 11 Dec 2022 08:57:30 +0000 Subject: [PATCH 2401/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 2d9d2b7..b717f6c 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: ForestGreen; + background-color: DarkTurquoise; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 0c423f42b894101cdb59ee5a1ffe54f56b9f2791 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 11 Dec 2022 10:27:31 +0000 Subject: [PATCH 2402/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index b717f6c..2a3207f 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkTurquoise; + background-color: DarkGrey; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From f90a70f00e4fbf955873f37ce966bc055f19d2e6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 11 Dec 2022 14:12:30 +0000 Subject: [PATCH 2403/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 2a3207f..3667a7c 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkGrey; + background-color: Chocolate; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 518cc339f62d53836cfb0af8a20813035a4a771d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 11 Dec 2022 17:12:31 +0000 Subject: [PATCH 2404/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 3667a7c..03d1fcd 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Chocolate; + background-color: HotPink; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 1f79bf42f2b45586a1864c2723051f8aaf7e9181 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 11 Dec 2022 20:12:31 +0000 Subject: [PATCH 2405/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 03d1fcd..0cbfd78 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: HotPink; + background-color: DarkGoldenRod; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From bc6a633dd7b0d2f11667886f1c764db7e8f074e4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 12 Dec 2022 03:42:30 +0000 Subject: [PATCH 2406/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 0cbfd78..4cd1ed2 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkGoldenRod; + background-color: Linen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 5635694523faf5285422a800c672d7162311b8c3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 12 Dec 2022 04:27:32 +0000 Subject: [PATCH 2407/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 4cd1ed2..e23fe63 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Linen; + background-color: DeepPink; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 7093d6b5cb98ca39d582837eab131a79afaf9d2d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 12 Dec 2022 07:27:31 +0000 Subject: [PATCH 2408/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index e23fe63..71fefaf 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DeepPink; + background-color: Pink; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 4d76b34e488c9b814fe36df9afca10a59c4c54f0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 12 Dec 2022 11:12:30 +0000 Subject: [PATCH 2409/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 71fefaf..389255f 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Pink; + background-color: CadetBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 6750435acc195862839ab42991a4c8c48bcd4949 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 12 Dec 2022 14:12:30 +0000 Subject: [PATCH 2410/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 389255f..77102e4 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: CadetBlue; + background-color: Black; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From aa1e6f6a5a34415e8a633408c286416758a21013 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 12 Dec 2022 14:57:32 +0000 Subject: [PATCH 2411/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 77102e4..b12e2b1 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Black; + background-color: RosyBrown; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 8d3cd6ff8bdfc0fd3d0866066f332ff4c795cfc6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 12 Dec 2022 18:42:30 +0000 Subject: [PATCH 2412/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index b12e2b1..389255f 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: RosyBrown; + background-color: CadetBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 79eef321f2b17fdddb41fef5ca8079f6d8684f06 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 12 Dec 2022 20:57:32 +0000 Subject: [PATCH 2413/3231] KPT-22: Modals with MediumSeaGreen accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 389255f..f801b46 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: CadetBlue; + background-color: MediumSeaGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 7ac3e63100bb5374ce5eb7173f492b06d71f740f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 13 Dec 2022 08:12:31 +0000 Subject: [PATCH 2414/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f801b46..481446d 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumSeaGreen; + background-color: OliveDrab; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From f4871342eba2648778b623ae445e0ce6a4169d0e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 13 Dec 2022 08:57:32 +0000 Subject: [PATCH 2415/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 481446d..fcd35ac 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: OliveDrab; + background-color: Khaki; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 9e6adbfe8132b8c274c8e132b7f248c238d16d92 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 13 Dec 2022 14:12:31 +0000 Subject: [PATCH 2416/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index fcd35ac..2f08aae 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Khaki; + background-color: AntiqueWhite; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 7f35738a4edac75d60577993d1d25b45253e2104 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 13 Dec 2022 14:57:31 +0000 Subject: [PATCH 2417/3231] KPT-24: Update background color to Plum --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 2f08aae..41c019d 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: AntiqueWhite; + background-color: Plum; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 1803e0f4c490e9eca6d02a806c48556df5baf068 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 13 Dec 2022 16:27:31 +0000 Subject: [PATCH 2418/3231] KPT-24: Update background color to DarkSlateBlue --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 41c019d..6c88545 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Plum; + background-color: DarkSlateBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From e21196d14c0eb05cc6ab43c65774bd19cb640361 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 13 Dec 2022 17:12:32 +0000 Subject: [PATCH 2419/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 6c88545..0389bc8 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkSlateBlue; + background-color: PowderBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From c97a7009d2226e8db2a61aef938fe9899bbe7bb5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 13 Dec 2022 19:27:31 +0000 Subject: [PATCH 2420/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 0389bc8..52e7735 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PowderBlue; + background-color: DarkSalmon; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 2281c16fc0fc2035003d6eb6904ea1a782999f16 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 13 Dec 2022 20:12:31 +0000 Subject: [PATCH 2421/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 52e7735..d031b88 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkSalmon; + background-color: NavajoWhite; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 1474db3d3374de81b7f550569cd7cb80b805b29b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 13 Dec 2022 21:42:30 +0000 Subject: [PATCH 2422/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index d031b88..b717f6c 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: NavajoWhite; + background-color: DarkTurquoise; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 29589792355f73327f3a6b04e80eda471976dee6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 13 Dec 2022 23:12:31 +0000 Subject: [PATCH 2423/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index b717f6c..4f4e2eb 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkTurquoise; + background-color: Orange; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From b057514a61f5832d3e14659978cfef5c3797a5c2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 14 Dec 2022 00:42:31 +0000 Subject: [PATCH 2424/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 4f4e2eb..1f068a1 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Orange; + background-color: MediumBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 49bacbd87d02454f3545e3c6685502595bda6c7a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 14 Dec 2022 02:12:30 +0000 Subject: [PATCH 2425/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1f068a1..3d28410 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumBlue; + background-color: Thistle; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 325186b685137a0b8668c7d287ea3b0efd695f1a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 14 Dec 2022 05:12:32 +0000 Subject: [PATCH 2426/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 3d28410..f6a43ea 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Thistle; + background-color: AliceBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 9052c0a2b3c74c3842d27392e07e3ef3ffc13549 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 14 Dec 2022 06:42:32 +0000 Subject: [PATCH 2427/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f6a43ea..8b86479 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: AliceBlue; + background-color: Olive; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From a38f33f2c5cbb22653de9920203405a1338d1f1c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 14 Dec 2022 07:27:31 +0000 Subject: [PATCH 2428/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 8b86479..69e0c48 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Olive; + background-color: PapayaWhip; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From e699a59bb1f1905268d39d33f3a7e283e55581b4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 14 Dec 2022 11:12:30 +0000 Subject: [PATCH 2429/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 69e0c48..c4c362e 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PapayaWhip; + background-color: IndianRed; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 79bca17904cf34443dc36b3513b96a0bf821442b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 14 Dec 2022 11:57:32 +0000 Subject: [PATCH 2430/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index c4c362e..eb3f3a0 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: IndianRed; + background-color: YellowGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 8a162be0f9f237df4282154f6674b5a29e400009 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 14 Dec 2022 14:57:31 +0000 Subject: [PATCH 2431/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index eb3f3a0..78f7196 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: YellowGreen; + background-color: Coral; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 18505d3b888c769bb88d487a621a61cfb0d19433 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 14 Dec 2022 17:57:30 +0000 Subject: [PATCH 2432/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 78f7196..c7a5312 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Coral; + background-color: MediumOrchid; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From aad82f8d2a32457682c2bcf40c6ef63e98073447 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 14 Dec 2022 20:12:30 +0000 Subject: [PATCH 2433/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index c7a5312..2191c27 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumOrchid; + background-color: DarkSlateGray; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From f88b6c29d3704a8a9e64e7defdbb81d867d04bb9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 14 Dec 2022 20:57:31 +0000 Subject: [PATCH 2434/3231] KPT-22: Modals with Indigo accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 2191c27..2cb0acd 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkSlateGray; + background-color: Indigo; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 887aef66a0deac5016fd3bf6a4c451fd82cfaa34 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 14 Dec 2022 23:57:30 +0000 Subject: [PATCH 2435/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 2cb0acd..6255ca9 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Indigo; + background-color: SaddleBrown; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From dac4367becca6a877d0781999f3640a5134d269c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 15 Dec 2022 05:57:30 +0000 Subject: [PATCH 2436/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 6255ca9..2a3207f 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SaddleBrown; + background-color: DarkGrey; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 0f8a10be6fb2cb286ddff804361a1adc3ce20fa3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 15 Dec 2022 15:42:30 +0000 Subject: [PATCH 2437/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 2a3207f..f6a1660 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkGrey; + background-color: LightPink; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From a016b6c06cdbebe658b87396a73bcb7f1f954d56 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 15 Dec 2022 16:27:31 +0000 Subject: [PATCH 2438/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f6a1660..5d39784 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightPink; + background-color: SteelBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 94092451a4df1f4ea20090ab50846c244b1090aa Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 15 Dec 2022 20:12:30 +0000 Subject: [PATCH 2439/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5d39784..b496a9e 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SteelBlue; + background-color: DeepSkyBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From e310d3df80b5a26e67da6291c0b89c2e49820270 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 15 Dec 2022 23:57:31 +0000 Subject: [PATCH 2440/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index b496a9e..8a35943 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DeepSkyBlue; + background-color: LightGoldenRodYellow; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 12ae33c3e4bb24866fc5bf2e122b7953d72cbd28 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 16 Dec 2022 05:12:31 +0000 Subject: [PATCH 2441/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 8a35943..1eeb4dc 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightGoldenRodYellow; + background-color: RebeccaPurple; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 3cadbf939a026fd50453ba714558a6993c67c07d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 16 Dec 2022 06:42:31 +0000 Subject: [PATCH 2442/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1eeb4dc..6255ca9 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: RebeccaPurple; + background-color: SaddleBrown; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 14fa86f05fb004987d950aea55d4f86cfd82ca57 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 16 Dec 2022 13:27:30 +0000 Subject: [PATCH 2443/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 6255ca9..82130d0 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SaddleBrown; + background-color: LightYellow; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From d914238de76a7554f5f9abe4aeb9f96b209260b9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 16 Dec 2022 20:12:30 +0000 Subject: [PATCH 2444/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 82130d0..60a860f 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightYellow; + background-color: LimeGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 195c7613d6742d890185b4979c0777004ba84011 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 16 Dec 2022 20:57:31 +0000 Subject: [PATCH 2445/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 60a860f..27817c7 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LimeGreen; + background-color: LightBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 83b8d65f57bf69a3f7c7b97723d48d2f0e252404 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 16 Dec 2022 22:27:30 +0000 Subject: [PATCH 2446/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 27817c7..60a860f 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightBlue; + background-color: LimeGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 92c664fbf28fc556caf87cdd097639d3bc637d94 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 16 Dec 2022 23:12:30 +0000 Subject: [PATCH 2447/3231] KPT-22: Modals with Khaki accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 60a860f..fcd35ac 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LimeGreen; + background-color: Khaki; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From b3656ef6e10a1163c79c233f959fde74faae3017 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 16 Dec 2022 23:57:32 +0000 Subject: [PATCH 2448/3231] KPT-24: Update background color to Lavender --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index fcd35ac..05b0195 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Khaki; + background-color: Lavender; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 511084918e6a949c23a23a9a047db5b008792b90 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 17 Dec 2022 00:42:31 +0000 Subject: [PATCH 2449/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 05b0195..1fbfb2d 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Lavender; + background-color: Tan; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 7a51c79ddc4d508347229820c5f600ef5bef4469 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 17 Dec 2022 02:57:31 +0000 Subject: [PATCH 2450/3231] KPT-24: Update background color to PaleGoldenRod --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1fbfb2d..f7f1c6b 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Tan; + background-color: PaleGoldenRod; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 9eb5c46f1b3c9f0b13ddec2662d02608ac72e453 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 17 Dec 2022 15:42:30 +0000 Subject: [PATCH 2451/3231] KPT-22: Modals with Turquoise accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f7f1c6b..71978eb 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PaleGoldenRod; + background-color: Turquoise; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 4199873ed303a99da11b8c42c492f1f77442b365 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 17 Dec 2022 17:12:30 +0000 Subject: [PATCH 2452/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 71978eb..d828631 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Turquoise; + background-color: Azure; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 17cfabf8f63a1d42b7729522c111a645133bd8a5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 17 Dec 2022 20:12:30 +0000 Subject: [PATCH 2453/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index d828631..481446d 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Azure; + background-color: OliveDrab; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From ba0ae2da5c6f06bcaba4afd7bad8cc68a237ba34 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 17 Dec 2022 23:12:30 +0000 Subject: [PATCH 2454/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 481446d..81081f0 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: OliveDrab; + background-color: Gainsboro; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 939c1b03f6164f410b6e75947e45dc80311136e1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 17 Dec 2022 23:57:30 +0000 Subject: [PATCH 2455/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 81081f0..03f2967 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Gainsboro; + background-color: SlateGrey; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 26a154087ed0383b3f11848585c2ae659f2f4e13 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 18 Dec 2022 01:27:30 +0000 Subject: [PATCH 2456/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 03f2967..9be746a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SlateGrey; + background-color: LemonChiffon; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From f8263521ed59144f296dd4b651aab091df2b5259 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 18 Dec 2022 04:27:31 +0000 Subject: [PATCH 2457/3231] KPT-24: Update background color to Gainsboro --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 9be746a..81081f0 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LemonChiffon; + background-color: Gainsboro; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 3dd40f277321deb7c75f41d00be0bd5119d6f334 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 18 Dec 2022 08:12:30 +0000 Subject: [PATCH 2458/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 81081f0..99c6c87 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Gainsboro; + background-color: Aquamarine; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From c141333d50d7708470c377158f9227840432deb1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 18 Dec 2022 11:57:31 +0000 Subject: [PATCH 2459/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 99c6c87..27817c7 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Aquamarine; + background-color: LightBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 62f266732227c3e08df345867c5a01ffa0842e79 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 18 Dec 2022 12:42:30 +0000 Subject: [PATCH 2460/3231] KPT-24: Update background color to MediumTurquoise --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 27817c7..391a514 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightBlue; + background-color: MediumTurquoise; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 214b170a99f49cc407dec3dbbb5bb46802a34111 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 18 Dec 2022 15:42:30 +0000 Subject: [PATCH 2461/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 391a514..fc49f87 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumTurquoise; + background-color: Cyan; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 424ee4303ff279a26898ab08f33ccbd9f6a72c83 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 18 Dec 2022 20:12:30 +0000 Subject: [PATCH 2462/3231] KPT-24: Update background color to PaleGreen --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index fc49f87..fea4e57 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Cyan; + background-color: PaleGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 653b8c273fd1a9f4ab5e4633bb21cf6e2863a237 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 18 Dec 2022 23:12:31 +0000 Subject: [PATCH 2463/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index fea4e57..d860033 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PaleGreen; + background-color: LightCyan; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From f78ae95f5b4e436c2452dbf9b10d5185a55d04f6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 19 Dec 2022 08:57:31 +0000 Subject: [PATCH 2464/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index d860033..71fefaf 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightCyan; + background-color: Pink; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From d23061109e6e8d9d7333146543333bbd871ca894 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 19 Dec 2022 09:42:31 +0000 Subject: [PATCH 2465/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 71fefaf..c7a5312 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Pink; + background-color: MediumOrchid; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From c79401897c757d6b85fbc97f1a108a91430dd78d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 19 Dec 2022 14:12:31 +0000 Subject: [PATCH 2466/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index c7a5312..391a514 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumOrchid; + background-color: MediumTurquoise; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From d0e3159d4538e6a8bfdacb36866a66a591f7a112 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 19 Dec 2022 14:57:31 +0000 Subject: [PATCH 2467/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 391a514..389255f 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumTurquoise; + background-color: CadetBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 265cf1015f0b212567d98ecb0528a7632074043e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 19 Dec 2022 16:27:31 +0000 Subject: [PATCH 2468/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 389255f..a6e04de 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: CadetBlue; + background-color: Navy; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From e7c2340a44f444ed62190286fdbe741e12538c96 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 19 Dec 2022 20:12:31 +0000 Subject: [PATCH 2469/3231] KPT-22: Modals with BlueViolet accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index a6e04de..708ad67 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Navy; + background-color: BlueViolet; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From c03b6714968f131173e573cf8bcdb8e1c2e172fc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 19 Dec 2022 21:42:30 +0000 Subject: [PATCH 2470/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 708ad67..6c534d0 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: BlueViolet; + background-color: LightSkyBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 6cdc4c97a5478e4ec1dc3d7e1b12a2a95730b6bd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 20 Dec 2022 01:27:31 +0000 Subject: [PATCH 2471/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 6c534d0..6255ca9 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightSkyBlue; + background-color: SaddleBrown; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 6633d1b75a994d26a1a38feba18eca7f5c22cd46 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 20 Dec 2022 06:42:31 +0000 Subject: [PATCH 2472/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 6255ca9..6c88545 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SaddleBrown; + background-color: DarkSlateBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 6532e1e3a1f76c320cc92d31c329e2f37807aa7c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 20 Dec 2022 07:27:32 +0000 Subject: [PATCH 2473/3231] KPT-24: Update background color to HoneyDew --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 6c88545..5ac9d52 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkSlateBlue; + background-color: HoneyDew; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 371257a8a27ba4a4567c76c3f2e172ef964881e8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 20 Dec 2022 08:12:31 +0000 Subject: [PATCH 2474/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5ac9d52..263fa35 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: HoneyDew; + background-color: Tomato; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 3bdbdf357c1051d64360d114633fbf28f7399c78 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 20 Dec 2022 10:27:30 +0000 Subject: [PATCH 2475/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 263fa35..876b2a6 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Tomato; + background-color: DarkGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 7175063ef238675e5af6682f79a768a2b7b05c27 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 20 Dec 2022 11:57:32 +0000 Subject: [PATCH 2476/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 876b2a6..f2dd7f4 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkGreen; + background-color: LightGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From c20b02b745ae5f67cc6acd536b54c6b077815a06 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 20 Dec 2022 16:27:30 +0000 Subject: [PATCH 2477/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f2dd7f4..15a41f1 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightGreen; + background-color: SandyBrown; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From a5019ab646bc0113960690eeda9d3edbfe90263c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 20 Dec 2022 23:12:30 +0000 Subject: [PATCH 2478/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 15a41f1..69e0c48 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SandyBrown; + background-color: PapayaWhip; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 7c00637c20ec345999733b55a9328ce381d8daa4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 21 Dec 2022 06:42:31 +0000 Subject: [PATCH 2479/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 69e0c48..dd43562 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PapayaWhip; + background-color: Orchid; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 59e73dafd06252421e8db9932e24b0e6432dbc4e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 21 Dec 2022 09:42:31 +0000 Subject: [PATCH 2480/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index dd43562..60a860f 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Orchid; + background-color: LimeGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 1f926b23f945b534838fe6c1febd015718e69438 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 21 Dec 2022 16:27:31 +0000 Subject: [PATCH 2481/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 60a860f..68fb234 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LimeGreen; + background-color: OrangeRed; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 6ab1b27f4da1fc23b40456b4c73a31da891ebe2b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 21 Dec 2022 17:12:31 +0000 Subject: [PATCH 2482/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 68fb234..9fa87f9 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: OrangeRed; + background-color: MediumAquaMarine; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 17239b2d687af7ea5ae4818eca61596472b45277 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 21 Dec 2022 20:57:31 +0000 Subject: [PATCH 2483/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 9fa87f9..c7a5312 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumAquaMarine; + background-color: MediumOrchid; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 9b864f350c40f2d54fba6b44a18e9bf3c73ed1e0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 21 Dec 2022 23:57:30 +0000 Subject: [PATCH 2484/3231] KPT-22: Modals with Ivory accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index c7a5312..d987e02 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumOrchid; + background-color: Ivory; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From e75b0ff7b2a29fa7043f7558b03017c1b1be1af1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 22 Dec 2022 02:12:30 +0000 Subject: [PATCH 2485/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index d987e02..1949d7a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Ivory; + background-color: BlanchedAlmond; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 5dd69877473889a06c8b58afe6c574e5128abbcc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 22 Dec 2022 08:12:30 +0000 Subject: [PATCH 2486/3231] KPT-24: Update background color to SaddleBrown --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1949d7a..6255ca9 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: BlanchedAlmond; + background-color: SaddleBrown; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 4c673f8262d2d3443df25267b38700900ad41523 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 22 Dec 2022 09:42:31 +0000 Subject: [PATCH 2487/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 6255ca9..0389bc8 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SaddleBrown; + background-color: PowderBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 82791df886c223ab43ae36aecbe5b6146bf7673b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 22 Dec 2022 11:12:30 +0000 Subject: [PATCH 2488/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 0389bc8..82130d0 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PowderBlue; + background-color: LightYellow; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 2a6538906363adc2fb65351ac2fb1e75076971fc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 22 Dec 2022 12:42:30 +0000 Subject: [PATCH 2489/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 82130d0..d4e15eb 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightYellow; + background-color: LightSeaGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From dd93db3fd42535a758bf5164c1422ea486a0601f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 22 Dec 2022 13:27:31 +0000 Subject: [PATCH 2490/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index d4e15eb..f615e27 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightSeaGreen; + background-color: DarkMagenta; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 9933c631f9c3ae9fd5d1e4029990e301b47d681c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 22 Dec 2022 14:57:32 +0000 Subject: [PATCH 2491/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f615e27..e23fe63 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkMagenta; + background-color: DeepPink; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 3d3b170a1a479d0f80e6de8b7f603b78e1a95ff8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 22 Dec 2022 15:42:31 +0000 Subject: [PATCH 2492/3231] KPT-24: Update background color to Olive --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index e23fe63..8b86479 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DeepPink; + background-color: Olive; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 6f055924d07a35b7d7073b42947637841368cb54 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 22 Dec 2022 18:42:30 +0000 Subject: [PATCH 2493/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 8b86479..4c7d26e 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Olive; + background-color: DarkViolet; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From ebf095b9f0366fe036e91d040e35f9c6b0c4e449 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 22 Dec 2022 21:42:30 +0000 Subject: [PATCH 2494/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 4c7d26e..b496a9e 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkViolet; + background-color: DeepSkyBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 610dc9de6b305ec89d26804a84f09362eefbf1fa Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 22 Dec 2022 23:12:30 +0000 Subject: [PATCH 2495/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index b496a9e..7675de5 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DeepSkyBlue; + background-color: Grey; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From f2bab38c464dd55f813535d114cdc4d0ac76ec87 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 22 Dec 2022 23:57:31 +0000 Subject: [PATCH 2496/3231] KPT-24: Update background color to DarkOrange --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 7675de5..bd0a1d7 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Grey; + background-color: DarkOrange; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 0c03b4c2474cd0cf7dd80e91630fe29208de7373 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 23 Dec 2022 00:42:30 +0000 Subject: [PATCH 2497/3231] KPT-22: Modals with Linen accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index bd0a1d7..4cd1ed2 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkOrange; + background-color: Linen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From d5381fc1c076c5288e7f8a2c52fb37a06eea5473 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 23 Dec 2022 03:42:31 +0000 Subject: [PATCH 2498/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 4cd1ed2..6bcf35a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Linen; + background-color: Peru; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From a4692543af0e30a55b60f425530f03c1dd4591f5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 23 Dec 2022 10:27:31 +0000 Subject: [PATCH 2499/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 6bcf35a..fb4d530 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Peru; + background-color: MistyRose; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 1547fcb0933dc75f26bbe7d16a67a1dfc178dce0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 23 Dec 2022 13:27:31 +0000 Subject: [PATCH 2500/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index fb4d530..19a39b9 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MistyRose; + background-color: DarkSeaGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 0dacf5955d2ed9f93b248e3de40352a2ba721364 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 23 Dec 2022 14:12:31 +0000 Subject: [PATCH 2501/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 19a39b9..27817c7 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkSeaGreen; + background-color: LightBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From f9e9592751aeab1465feed80f815021950a84d90 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 23 Dec 2022 15:42:30 +0000 Subject: [PATCH 2502/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 27817c7..3667a7c 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightBlue; + background-color: Chocolate; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 45aa8720f9fc129bc360f2b580302e65cd3b70a5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 24 Dec 2022 03:42:30 +0000 Subject: [PATCH 2503/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 3667a7c..1ede12f 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Chocolate; + background-color: DarkOliveGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From e18bca59de20bd4ac58f42423b3f9db7f752c0c6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 24 Dec 2022 05:57:31 +0000 Subject: [PATCH 2504/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1ede12f..94042d5 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkOliveGreen; + background-color: SeaShell; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 1cf2e094c1e51b1c2ffe9ba4806d7d2bdbb7f9e4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 24 Dec 2022 08:57:30 +0000 Subject: [PATCH 2505/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 94042d5..368053a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SeaShell; + background-color: PaleVioletRed; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From bfcf525218ba4bae05aa91d3d291e8aba5caed2c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 24 Dec 2022 16:27:31 +0000 Subject: [PATCH 2506/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 368053a..1ffd917 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PaleVioletRed; + background-color: LightCoral; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 2b21b292116c5ff723f5cb5471e8be5f5e362717 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 24 Dec 2022 21:42:31 +0000 Subject: [PATCH 2507/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1ffd917..99c6c87 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightCoral; + background-color: Aquamarine; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 1fc4884227627fc270e7f3f5ce1b300498f892b1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 24 Dec 2022 22:27:30 +0000 Subject: [PATCH 2508/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 99c6c87..fcd35ac 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Aquamarine; + background-color: Khaki; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 04b2330c8fe1b3a6fb6e64c207f23c1d28d3f4ee Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 25 Dec 2022 00:42:30 +0000 Subject: [PATCH 2509/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index fcd35ac..52e7735 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Khaki; + background-color: DarkSalmon; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 8201b6d56a552bf44a1c781d664db0e53637b3f9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 25 Dec 2022 06:42:31 +0000 Subject: [PATCH 2510/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 52e7735..08ea915 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkSalmon; + background-color: LightGrey; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 951355dafba3828d8a0ada0f80396bdb0f6af56b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 25 Dec 2022 20:12:31 +0000 Subject: [PATCH 2511/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 08ea915..7675de5 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightGrey; + background-color: Grey; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 66c0d141dd31a398e8189e191da073e368102aaf Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 25 Dec 2022 23:12:30 +0000 Subject: [PATCH 2512/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 7675de5..2641f4a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Grey; + background-color: LawnGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From f131033e745a82a3d9d8781e835eac90d03d8f9e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 25 Dec 2022 23:57:31 +0000 Subject: [PATCH 2513/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 2641f4a..1eeb4dc 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LawnGreen; + background-color: RebeccaPurple; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From aedbc29419d11c1fa2ea8438b6cbea817cb6d349 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 26 Dec 2022 00:42:30 +0000 Subject: [PATCH 2514/3231] KPT-24: Update background color to LightCyan --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1eeb4dc..d860033 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: RebeccaPurple; + background-color: LightCyan; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From c4abfd11fbada681ddba11b34ae83f2daf2c9ce0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 26 Dec 2022 02:57:31 +0000 Subject: [PATCH 2515/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index d860033..e23fe63 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightCyan; + background-color: DeepPink; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From fb46e731efa49cf0fc814935ebcd4be57cbdcaca Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 26 Dec 2022 11:57:31 +0000 Subject: [PATCH 2516/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index e23fe63..8d0d9cb 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DeepPink; + background-color: WhiteSmoke; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 6911ae0059632c4ab263c3ca0ad4c4069dbfa717 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 26 Dec 2022 14:57:30 +0000 Subject: [PATCH 2517/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 8d0d9cb..81081f0 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: WhiteSmoke; + background-color: Gainsboro; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 005adf76fca776f9a36729600af05205029ad39b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 27 Dec 2022 01:27:30 +0000 Subject: [PATCH 2518/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 81081f0..263fa35 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Gainsboro; + background-color: Tomato; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From c2829562931f15a066ec6b3255944f08cbfba538 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 27 Dec 2022 02:12:31 +0000 Subject: [PATCH 2519/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 263fa35..21e4201 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Tomato; + background-color: CornflowerBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From e4fe9f93cf777d436cf9d44a45b1f4f3bf301870 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 27 Dec 2022 02:57:31 +0000 Subject: [PATCH 2520/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 21e4201..9be746a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: CornflowerBlue; + background-color: LemonChiffon; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 73befcb6e2d525dbf51b99f4cad763955e11fe06 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 27 Dec 2022 05:12:31 +0000 Subject: [PATCH 2521/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 9be746a..4f4e2eb 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LemonChiffon; + background-color: Orange; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 5c2d01ddb5d08bab377a2587e4705bccca03b034 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 27 Dec 2022 05:57:31 +0000 Subject: [PATCH 2522/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 4f4e2eb..77449ef 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Orange; + background-color: MidnightBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From e7904e022ad68b1da805b9792002629c777938d9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 27 Dec 2022 06:42:31 +0000 Subject: [PATCH 2523/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 77449ef..68fb234 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MidnightBlue; + background-color: OrangeRed; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 0d413e199a53424169371c4887eaa709bd7c8026 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 27 Dec 2022 09:42:31 +0000 Subject: [PATCH 2524/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 68fb234..51d92d9 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: OrangeRed; + background-color: FireBrick; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From f467715cfdd1e3cb848e56dbaad2b82bf4e99349 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 27 Dec 2022 11:57:30 +0000 Subject: [PATCH 2525/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 51d92d9..382e7a4 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: FireBrick; + background-color: DarkOrchid; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 8c1cb50b204eb4ff087b9bc3af3eb586c16dcb60 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 27 Dec 2022 14:57:31 +0000 Subject: [PATCH 2526/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 382e7a4..6255ca9 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkOrchid; + background-color: SaddleBrown; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 1d3dfcd26101f58c7aa5fa89667777f22fe063eb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 27 Dec 2022 15:42:31 +0000 Subject: [PATCH 2527/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 6255ca9..b717f6c 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SaddleBrown; + background-color: DarkTurquoise; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 8022bc0176bbda981f5776f79e55eaac2efbaf53 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 27 Dec 2022 23:12:31 +0000 Subject: [PATCH 2528/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index b717f6c..4c7d26e 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkTurquoise; + background-color: DarkViolet; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 08b81e0e8475675af86f1a03e0a0aaeeb59b2ec2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 28 Dec 2022 00:42:30 +0000 Subject: [PATCH 2529/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 4c7d26e..ec501f5 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkViolet; + background-color: Lime; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 4cb300962003022ad97860e9bfa65bd5d9809006 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 28 Dec 2022 02:12:31 +0000 Subject: [PATCH 2530/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index ec501f5..992f790 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Lime; + background-color: Yellow; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From d19d33dab796c56d824b1d68bdf395b26c3c3a24 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 28 Dec 2022 10:27:30 +0000 Subject: [PATCH 2531/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 992f790..679ea3e 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Yellow; + background-color: MediumVioletRed; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 212b63bfdf559936bb8e168e2893a2562e45a682 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 28 Dec 2022 11:12:31 +0000 Subject: [PATCH 2532/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 679ea3e..876b2a6 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumVioletRed; + background-color: DarkGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 1b8d60b9179133c1f1ec042ca34373cb67aaf2b6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 28 Dec 2022 12:42:31 +0000 Subject: [PATCH 2533/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 876b2a6..eb3f3a0 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkGreen; + background-color: YellowGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From e63ab8b5dfdf32f179813b043a6d28c936d2df2c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 28 Dec 2022 15:42:31 +0000 Subject: [PATCH 2534/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index eb3f3a0..08ea915 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: YellowGreen; + background-color: LightGrey; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 29f937ba459a11389b036cb073a10e1741bb4cec Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 28 Dec 2022 16:27:31 +0000 Subject: [PATCH 2535/3231] KPT-24: Update background color to Bisque --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 08ea915..e5a15c1 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightGrey; + background-color: Bisque; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From d42fdb3317bf0aa1a5466870da00a1910ae8d83c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 28 Dec 2022 17:57:30 +0000 Subject: [PATCH 2536/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index e5a15c1..03e453a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Bisque; + background-color: MintCream; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From c8dba57af36be2c038195ab360ffb9912aa25fe8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 28 Dec 2022 18:42:30 +0000 Subject: [PATCH 2537/3231] KPT-24: Update background color to PapayaWhip --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 03e453a..69e0c48 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MintCream; + background-color: PapayaWhip; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 3ee3e825e3819a066cf2fe598bec7756d4e80743 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 28 Dec 2022 20:57:32 +0000 Subject: [PATCH 2538/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 69e0c48..b12e2b1 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PapayaWhip; + background-color: RosyBrown; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 6a818a24b13cbf20b71ca869da09519164ef27d5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 28 Dec 2022 21:42:30 +0000 Subject: [PATCH 2539/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index b12e2b1..2a3207f 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: RosyBrown; + background-color: DarkGrey; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 7f156616239766d586d650ecd43939583e47c11e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 29 Dec 2022 02:12:30 +0000 Subject: [PATCH 2540/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 2a3207f..391a514 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkGrey; + background-color: MediumTurquoise; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 15717996bbfced628feef24ae18f9cfd096c49ed Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 29 Dec 2022 02:57:30 +0000 Subject: [PATCH 2541/3231] KPT-22: Modals with Teal accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 391a514..65ab0ee 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumTurquoise; + background-color: Teal; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From c38077695dcd574d80ecfea7fb7d95ca2fa6ee31 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 29 Dec 2022 05:57:31 +0000 Subject: [PATCH 2542/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 65ab0ee..480e007 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Teal; + background-color: DarkSlateGrey; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 345eabbfc8f75c16f0ee85f58275feb01449dce6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 29 Dec 2022 08:12:31 +0000 Subject: [PATCH 2543/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 480e007..19a39b9 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkSlateGrey; + background-color: DarkSeaGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From f78fb6ad7145e4567872671b5e35c6b95239d04e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 29 Dec 2022 15:42:30 +0000 Subject: [PATCH 2544/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 19a39b9..f7f1c6b 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkSeaGreen; + background-color: PaleGoldenRod; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 1b8b6ca189589cba807456b5864284d06ed16817 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 29 Dec 2022 17:57:31 +0000 Subject: [PATCH 2545/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f7f1c6b..81081f0 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PaleGoldenRod; + background-color: Gainsboro; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From c30012870d520e4182fbe16f218f3cf55756e666 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 29 Dec 2022 21:42:31 +0000 Subject: [PATCH 2546/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 81081f0..c4c362e 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Gainsboro; + background-color: IndianRed; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 597a810cb700dc2d2bf513316ceaf419b45b3819 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 30 Dec 2022 00:42:31 +0000 Subject: [PATCH 2547/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index c4c362e..ed5aa20 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: IndianRed; + background-color: Brown; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From a244417908384a5c6ee21f154c9de4b63b3895ad Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 30 Dec 2022 01:27:30 +0000 Subject: [PATCH 2548/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index ed5aa20..1dca26d 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Brown; + background-color: LightSteelBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From c28c78abac50c7d07c34176654735b5576d8c37a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 30 Dec 2022 03:42:31 +0000 Subject: [PATCH 2549/3231] KPT-24: Update background color to DarkGreen --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1dca26d..876b2a6 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightSteelBlue; + background-color: DarkGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 09fb352e6f78d2f2c0e382d3447ce67d1fd71e09 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 30 Dec 2022 04:27:31 +0000 Subject: [PATCH 2550/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 876b2a6..d987e02 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkGreen; + background-color: Ivory; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 4ff114d2840c6699e2b8b705c5e65f1b512b9e71 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 30 Dec 2022 09:42:31 +0000 Subject: [PATCH 2551/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index d987e02..8d0d9cb 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Ivory; + background-color: WhiteSmoke; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From a7f15e72dcafe118fc6af5491cc2cb26f4b1f24e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 30 Dec 2022 10:27:31 +0000 Subject: [PATCH 2552/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 8d0d9cb..263fa35 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: WhiteSmoke; + background-color: Tomato; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 68cf47ac7e22b8f8816e2e2853f2b63a60ff8505 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 30 Dec 2022 12:42:30 +0000 Subject: [PATCH 2553/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 263fa35..65ab0ee 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Tomato; + background-color: Teal; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From a67ee0f22e0ad9a088c668eaddfb4ed86f1e871c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 30 Dec 2022 17:12:31 +0000 Subject: [PATCH 2554/3231] KPT-22: Modals with PaleGreen accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 65ab0ee..fea4e57 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Teal; + background-color: PaleGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From fb8c67d9ed99995b0cb5518bac3e93eef21f2c86 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 30 Dec 2022 20:12:30 +0000 Subject: [PATCH 2555/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index fea4e57..992f790 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PaleGreen; + background-color: Yellow; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 2f61c1761179e0ae717e69a1a97a5a60468095c6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 30 Dec 2022 22:27:30 +0000 Subject: [PATCH 2556/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 992f790..a6e04de 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Yellow; + background-color: Navy; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 6f087f8878a51a72558073361cfb5ea96ac14d7a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 31 Dec 2022 02:12:31 +0000 Subject: [PATCH 2557/3231] KPT-22: Modals with Azure accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index a6e04de..d828631 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Navy; + background-color: Azure; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 5f608bfbfbb034010801ebfd5ee9964d366f3ed8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 31 Dec 2022 02:57:31 +0000 Subject: [PATCH 2558/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index d828631..9fa87f9 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Azure; + background-color: MediumAquaMarine; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 26fab7b306d87e3d7c10bf5f3ab0211e5065acc5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 31 Dec 2022 05:12:31 +0000 Subject: [PATCH 2559/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 9fa87f9..49cd2ac 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumAquaMarine; + background-color: DimGray; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From f7fc73f7f5381cf0b3abaa2d3fd471843923d22a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 31 Dec 2022 07:27:31 +0000 Subject: [PATCH 2560/3231] KPT-22: Modals with RoyalBlue accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 49cd2ac..5733a56 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DimGray; + background-color: RoyalBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From b147514e30a21d140cdd5c99df43bf9fb8ddef57 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 31 Dec 2022 10:27:31 +0000 Subject: [PATCH 2561/3231] KPT-24: Update background color to Maroon --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5733a56..cd48f0e 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: RoyalBlue; + background-color: Maroon; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From a3e2b1ab61f268ea64b9c67193cf316b95e7683a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 31 Dec 2022 14:12:30 +0000 Subject: [PATCH 2562/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index cd48f0e..3667a7c 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Maroon; + background-color: Chocolate; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 3d0057f17f6af68bd6a7bb0c43e890494fdffe7e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 31 Dec 2022 14:57:31 +0000 Subject: [PATCH 2563/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 3667a7c..81081f0 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Chocolate; + background-color: Gainsboro; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 1899033e9b7d71086a9552a6a13ec5c44c2823e0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 31 Dec 2022 15:42:30 +0000 Subject: [PATCH 2564/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 81081f0..03e453a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Gainsboro; + background-color: MintCream; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 9aebcbcba99be91ad73c3250179edc4d510cfd10 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 31 Dec 2022 16:27:31 +0000 Subject: [PATCH 2565/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 03e453a..68fb234 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MintCream; + background-color: OrangeRed; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From d450fed878c57221216fb30e098358811df95ab6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 31 Dec 2022 19:27:30 +0000 Subject: [PATCH 2566/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 68fb234..81081f0 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: OrangeRed; + background-color: Gainsboro; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 64b55c8a72333fc4152b73b6f46bb5a37127a65c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 31 Dec 2022 20:57:30 +0000 Subject: [PATCH 2567/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 81081f0..cd48f0e 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Gainsboro; + background-color: Maroon; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From bb4781df10e32d49d4725a3dad9315201e813493 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 31 Dec 2022 23:12:31 +0000 Subject: [PATCH 2568/3231] KPT-24: Update background color to MediumOrchid --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index cd48f0e..c7a5312 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Maroon; + background-color: MediumOrchid; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 1487dcc222397f06922777586721ce772346d1f2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 1 Jan 2023 01:27:31 +0000 Subject: [PATCH 2569/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index c7a5312..21e4201 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumOrchid; + background-color: CornflowerBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From e4799f39d04078021bc3539156ad8c369a5d6533 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 1 Jan 2023 06:42:31 +0000 Subject: [PATCH 2570/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 21e4201..263fa35 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: CornflowerBlue; + background-color: Tomato; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 058677dcbf5c2dccf170e604c30cfdefa969b4ee Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 1 Jan 2023 07:27:31 +0000 Subject: [PATCH 2571/3231] KPT-22: Modals with SpringGreen accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 263fa35..f5fd949 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Tomato; + background-color: SpringGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 612f6321fb12b7564d3d37c187dad6e5eee3ae15 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 1 Jan 2023 09:42:30 +0000 Subject: [PATCH 2572/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f5fd949..a5480fd 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SpringGreen; + background-color: Beige; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From abd00ce641a18398787b52d39d1b758fd80ccefa Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 1 Jan 2023 11:12:30 +0000 Subject: [PATCH 2573/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index a5480fd..391a514 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Beige; + background-color: MediumTurquoise; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From e3796037bfa35573f67bf276fa3e85fb8d4e75d9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 1 Jan 2023 11:57:30 +0000 Subject: [PATCH 2574/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 391a514..e6fb036 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumTurquoise; + background-color: GoldenRod; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From c80ae19a663c4f1f1cca757e190d31904d06de42 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 1 Jan 2023 17:57:31 +0000 Subject: [PATCH 2575/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index e6fb036..8a35943 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: GoldenRod; + background-color: LightGoldenRodYellow; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From d065f3902e364c803a7c7d290f819e1420916937 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 1 Jan 2023 20:57:31 +0000 Subject: [PATCH 2576/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 8a35943..1a4cdac 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightGoldenRodYellow; + background-color: Purple; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 50f446fc139f858d3e9494f18a7083bcfdc64fa8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 1 Jan 2023 21:42:31 +0000 Subject: [PATCH 2577/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1a4cdac..cd48f0e 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Purple; + background-color: Maroon; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From ca135130b904bac9ad7d50e42be55cba4294fc84 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 2 Jan 2023 00:42:30 +0000 Subject: [PATCH 2578/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index cd48f0e..b517794 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Maroon; + background-color: LightSlateGrey; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 91fec770cca17de79f7d6156961fc21e4bf7f3ce Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 2 Jan 2023 01:27:30 +0000 Subject: [PATCH 2579/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index b517794..31b5e44 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightSlateGrey; + background-color: Sienna; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 31985058b5950c18bd3dc3a756da1cee09f87056 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 2 Jan 2023 05:57:30 +0000 Subject: [PATCH 2580/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 31b5e44..f60ef17 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Sienna; + background-color: OldLace; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 258100eef7fd62ec026e43d4fb0b56f3ef31d0a5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 2 Jan 2023 08:12:30 +0000 Subject: [PATCH 2581/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f60ef17..263fa35 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: OldLace; + background-color: Tomato; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 978f4d6d88c3f1a28fdaf76c9f99d4df678c3cea Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 2 Jan 2023 08:57:30 +0000 Subject: [PATCH 2582/3231] KPT-22: Modals with SteelBlue accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 263fa35..5d39784 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Tomato; + background-color: SteelBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From c76105eb27d8019a2c76eb30a5296bfb4a5948bb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 2 Jan 2023 11:57:31 +0000 Subject: [PATCH 2583/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5d39784..69e0c48 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SteelBlue; + background-color: PapayaWhip; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 41b6e894866a8e5e0c5f0c364be39ec19555ba7a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 2 Jan 2023 17:12:30 +0000 Subject: [PATCH 2584/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 69e0c48..5094cf7 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PapayaWhip; + background-color: Chartreuse; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From d32438924162eef09b5120bad8b7f035126698bd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 2 Jan 2023 19:27:30 +0000 Subject: [PATCH 2585/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5094cf7..960363a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Chartreuse; + background-color: Silver; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From e336f9b2e53a8a2b96d7a598e54a22d2eb6ebd5f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 2 Jan 2023 20:12:30 +0000 Subject: [PATCH 2586/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 960363a..03d1fcd 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Silver; + background-color: HotPink; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 0e9047772b26d6bdf63b0e1cf09e4328c00945f1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 2 Jan 2023 20:57:31 +0000 Subject: [PATCH 2587/3231] KPT-22: Modals with Gainsboro accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 03d1fcd..81081f0 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: HotPink; + background-color: Gainsboro; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 70b44e4c05135210173fcefc7d9eb2612e5f46e6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 2 Jan 2023 22:27:31 +0000 Subject: [PATCH 2588/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 81081f0..fcd35ac 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Gainsboro; + background-color: Khaki; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From dec0b342a1f6a94b5ab2cfad91dcad2776ebc4b6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 2 Jan 2023 23:12:30 +0000 Subject: [PATCH 2589/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index fcd35ac..6c534d0 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Khaki; + background-color: LightSkyBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 3a757fb987597204242f040bf93f6decff4e931d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 2 Jan 2023 23:57:31 +0000 Subject: [PATCH 2590/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 6c534d0..15a41f1 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightSkyBlue; + background-color: SandyBrown; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From a5211a9734e8e64a0f51c163fbb01b9bb2ff5959 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 3 Jan 2023 05:12:30 +0000 Subject: [PATCH 2591/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 15a41f1..8464062 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SandyBrown; + background-color: LightGray; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 8c391ad942406d5d1c46ac0f9d11f3ad7e91ef4d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 3 Jan 2023 08:57:30 +0000 Subject: [PATCH 2592/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 8464062..49cd2ac 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightGray; + background-color: DimGray; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From e295635dc64f226fea1104d49a538b8b1f7f43ec Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 3 Jan 2023 13:27:30 +0000 Subject: [PATCH 2593/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 49cd2ac..f908495 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DimGray; + background-color: Crimson; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 399adee91fe1f3a5fbea9b69c68f0b314a5e0fc7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 3 Jan 2023 15:42:30 +0000 Subject: [PATCH 2594/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f908495..382e7a4 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Crimson; + background-color: DarkOrchid; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 52676afc7cee1450f152697894a405e086a2bab1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 3 Jan 2023 16:27:30 +0000 Subject: [PATCH 2595/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 382e7a4..1eeb4dc 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkOrchid; + background-color: RebeccaPurple; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 4d44821354d6fb313d3c1e52d495b0976daf802c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 3 Jan 2023 19:27:30 +0000 Subject: [PATCH 2596/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1eeb4dc..960363a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: RebeccaPurple; + background-color: Silver; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 2738fa1f7940a7860815d0d0b1bf4a9e127661c6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 3 Jan 2023 21:42:30 +0000 Subject: [PATCH 2597/3231] KPT-24: Update background color to Sienna --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 960363a..31b5e44 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Silver; + background-color: Sienna; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 53b8141bcdc3bc3bdc762169635cb19955212b1d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 4 Jan 2023 11:57:30 +0000 Subject: [PATCH 2598/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 31b5e44..5ac9d52 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Sienna; + background-color: HoneyDew; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From bd932d35e34144be7e5153418b30b339cf928831 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 4 Jan 2023 16:27:30 +0000 Subject: [PATCH 2599/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5ac9d52..6c88545 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: HoneyDew; + background-color: DarkSlateBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From bd1262d2c8973d70b15467a06208d12ba0604189 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 4 Jan 2023 18:42:30 +0000 Subject: [PATCH 2600/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 6c88545..2641f4a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkSlateBlue; + background-color: LawnGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 4a4d4105bd9ff3ac1469fd2b10c2522d098ed2c8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 4 Jan 2023 20:57:32 +0000 Subject: [PATCH 2601/3231] KPT-22: Modals with AliceBlue accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 2641f4a..f6a43ea 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LawnGreen; + background-color: AliceBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 3a23f074f8d10ffe631d9ea6087e7bb0eda4fe76 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 4 Jan 2023 23:12:30 +0000 Subject: [PATCH 2602/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f6a43ea..19a39b9 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: AliceBlue; + background-color: DarkSeaGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 48524bf6e87df95fb8ece740ab0ba1df3788aa54 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 5 Jan 2023 02:12:31 +0000 Subject: [PATCH 2603/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 19a39b9..03d1fcd 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkSeaGreen; + background-color: HotPink; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From d97405440dc6787201cbf98f99b919ce630889bf Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 5 Jan 2023 02:57:30 +0000 Subject: [PATCH 2604/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 03d1fcd..d987e02 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: HotPink; + background-color: Ivory; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 35cd0de73b586686f4c4934802b1a81069290c8d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 5 Jan 2023 03:42:30 +0000 Subject: [PATCH 2605/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index d987e02..1eeb4dc 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Ivory; + background-color: RebeccaPurple; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 8e4ade5a073b7457ac72d7f763ec9bc8e60d39d2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 5 Jan 2023 05:12:31 +0000 Subject: [PATCH 2606/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1eeb4dc..0c91c33 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: RebeccaPurple; + background-color: Magenta; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 098346f5303d9701172c3657ce404b5d88655838 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 5 Jan 2023 05:57:31 +0000 Subject: [PATCH 2607/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 0c91c33..78f7196 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Magenta; + background-color: Coral; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 871d144ce6dffc7da9a20f4182ac338984e6ba41 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 5 Jan 2023 06:42:30 +0000 Subject: [PATCH 2608/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 78f7196..e6169de 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Coral; + background-color: DimGrey; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From d075c683606ad2c999bb5d2cc0ce9393d4d9a528 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 5 Jan 2023 07:27:31 +0000 Subject: [PATCH 2609/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index e6169de..f908495 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DimGrey; + background-color: Crimson; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 50d3e87266da3c90bbfc7c2ae81e58c2981f93cb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 5 Jan 2023 20:57:31 +0000 Subject: [PATCH 2610/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f908495..78f7196 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Crimson; + background-color: Coral; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 4899c8ea7ab8b1dbfe6001970834bad0b33a0683 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 5 Jan 2023 23:12:30 +0000 Subject: [PATCH 2611/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 78f7196..77c4429 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Coral; + background-color: Wheat; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From d1f1ca8ef9d5524cf0ce11e565a0f234324b0c57 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 6 Jan 2023 00:42:30 +0000 Subject: [PATCH 2612/3231] KPT-24: Update background color to RebeccaPurple --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 77c4429..1eeb4dc 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Wheat; + background-color: RebeccaPurple; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From f4a0c053af807522a54323f10c594f92415ab766 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 6 Jan 2023 05:12:30 +0000 Subject: [PATCH 2613/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1eeb4dc..679ea3e 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: RebeccaPurple; + background-color: MediumVioletRed; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 513b88ed1e14eaf0f73df411ce490e15e42acfbc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 6 Jan 2023 05:57:31 +0000 Subject: [PATCH 2614/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 679ea3e..0c0e5f8 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumVioletRed; + background-color: BurlyWood; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 4f7af88639bb715e80a737a7335ef1c91e1231fb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 6 Jan 2023 06:42:30 +0000 Subject: [PATCH 2615/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 0c0e5f8..08ea915 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: BurlyWood; + background-color: LightGrey; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 66c5c1023c04c60f15b585db44eaf36145abec90 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 6 Jan 2023 11:57:30 +0000 Subject: [PATCH 2616/3231] KPT-24: Update background color to OldLace --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 08ea915..f60ef17 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightGrey; + background-color: OldLace; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From b627438c4cf11c452ef7c90bd87e2703b967d8c6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 6 Jan 2023 12:42:30 +0000 Subject: [PATCH 2617/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f60ef17..45a345a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: OldLace; + background-color: DarkGray; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 2b7d082146515227846b7bee58bc88678de72c0d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 6 Jan 2023 14:12:31 +0000 Subject: [PATCH 2618/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 45a345a..2f08aae 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkGray; + background-color: AntiqueWhite; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From f570432485c8a9235aef5cb6407fff635551782b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 6 Jan 2023 16:27:30 +0000 Subject: [PATCH 2619/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 2f08aae..15a41f1 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: AntiqueWhite; + background-color: SandyBrown; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From cca7738fde6ae2498218a1550d1065427638fbe3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 6 Jan 2023 20:12:30 +0000 Subject: [PATCH 2620/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 15a41f1..5ac9d52 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SandyBrown; + background-color: HoneyDew; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 06d1c5d8dbd524d69be239f9b8377582c6b36940 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 7 Jan 2023 02:57:31 +0000 Subject: [PATCH 2621/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5ac9d52..0588b9a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: HoneyDew; + background-color: LavenderBlush; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From b22ac611abec82bfa58a482425dec8428e6cfe88 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 7 Jan 2023 05:12:30 +0000 Subject: [PATCH 2622/3231] KPT-24: Update background color to Fuchsia --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 0588b9a..141472c 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LavenderBlush; + background-color: Fuchsia; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 60114ac8f7c8379de66719639b8b3d9facdae5bd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 7 Jan 2023 08:12:31 +0000 Subject: [PATCH 2623/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 141472c..e68b895 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Fuchsia; + background-color: MediumPurple; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 13a753775df0611ca3aaebc76588ccf7e6fb84e0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 7 Jan 2023 08:57:30 +0000 Subject: [PATCH 2624/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index e68b895..1fbfb2d 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumPurple; + background-color: Tan; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From ac0d2db243bef9da2ea38f7731fa875ab847213d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 7 Jan 2023 12:42:30 +0000 Subject: [PATCH 2625/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1fbfb2d..fb4d530 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Tan; + background-color: MistyRose; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 28dc6d4f57e78cd6a976224a16efe6a20ca0cf07 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 7 Jan 2023 14:57:31 +0000 Subject: [PATCH 2626/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index fb4d530..a6e04de 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MistyRose; + background-color: Navy; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 441e14dc2df40ecbf931ecf0579019906d427990 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 7 Jan 2023 15:42:30 +0000 Subject: [PATCH 2627/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index a6e04de..1ffd917 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Navy; + background-color: LightCoral; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 9224287d328567fc507f8ae54967d3cb74dda418 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 7 Jan 2023 23:57:30 +0000 Subject: [PATCH 2628/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1ffd917..141472c 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightCoral; + background-color: Fuchsia; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 4ea07650dd5f4c47070654018b1e11c804b12926 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 8 Jan 2023 02:12:30 +0000 Subject: [PATCH 2629/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 141472c..d4e15eb 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Fuchsia; + background-color: LightSeaGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 5f3b96023b524dde4a617439b74dfda9ad590884 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 8 Jan 2023 05:12:31 +0000 Subject: [PATCH 2630/3231] KPT-24: Update background color to DarkGoldenRod --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index d4e15eb..0cbfd78 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightSeaGreen; + background-color: DarkGoldenRod; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From e4c45f5fa5cda59654875e19bbc0e3cbfc4936cc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 8 Jan 2023 06:42:31 +0000 Subject: [PATCH 2631/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 0cbfd78..9fa87f9 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkGoldenRod; + background-color: MediumAquaMarine; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 8281b2b22a20680c4ea2dd54be7547f52b9124a3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 8 Jan 2023 08:57:30 +0000 Subject: [PATCH 2632/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 9fa87f9..d4e15eb 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumAquaMarine; + background-color: LightSeaGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 4c4461f74836714308bc9c818c2f37cc0883fb91 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 8 Jan 2023 09:42:30 +0000 Subject: [PATCH 2633/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index d4e15eb..ed5aa20 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightSeaGreen; + background-color: Brown; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From e7bbaa51c8096019cf7bd1b3d5d080f645d959a1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 8 Jan 2023 10:27:30 +0000 Subject: [PATCH 2634/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index ed5aa20..e5dd579 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Brown; + background-color: FloralWhite; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 437ffd13c050096bba830f4e370ab0362edbe44a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 8 Jan 2023 14:12:30 +0000 Subject: [PATCH 2635/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index e5dd579..6c534d0 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: FloralWhite; + background-color: LightSkyBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From ca5ec42c9beef43b05ed8d8ec1cd18916650862e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 8 Jan 2023 15:42:31 +0000 Subject: [PATCH 2636/3231] KPT-22: Modals with WhiteSmoke accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 6c534d0..8d0d9cb 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightSkyBlue; + background-color: WhiteSmoke; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 99dcd3ef859176329de8636c7effbf3c46fe1769 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 8 Jan 2023 17:12:30 +0000 Subject: [PATCH 2637/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 8d0d9cb..1125fac 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: WhiteSmoke; + background-color: MediumSpringGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 54abc674de7e71b5d29a0a2fb54baf4e04f454b1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 9 Jan 2023 02:57:30 +0000 Subject: [PATCH 2638/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1125fac..e6169de 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumSpringGreen; + background-color: DimGrey; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 27ebb120f18c653e0672c41997f44be65668ba5d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 9 Jan 2023 05:57:31 +0000 Subject: [PATCH 2639/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index e6169de..8b86479 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DimGrey; + background-color: Olive; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 9dc52cff795a4e945d50cb9586c812fabf36cec6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 9 Jan 2023 07:27:32 +0000 Subject: [PATCH 2640/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 8b86479..f6a43ea 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Olive; + background-color: AliceBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 8c6f6eb01f9e5a184307cbbf6903dcfd0253c4e4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 9 Jan 2023 10:27:30 +0000 Subject: [PATCH 2641/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f6a43ea..d4e15eb 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: AliceBlue; + background-color: LightSeaGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 42ed7caa4eab41ccaae9e59858bf26594fa8d125 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 9 Jan 2023 13:27:30 +0000 Subject: [PATCH 2642/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index d4e15eb..bd0a1d7 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightSeaGreen; + background-color: DarkOrange; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 3ba05f21f51dc77a258cd749b07ec69c06f1f5d6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 9 Jan 2023 14:12:30 +0000 Subject: [PATCH 2643/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index bd0a1d7..10f5b34 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkOrange; + background-color: Green; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 8e4eddcc4626f46fe8a1556973a5dbb7ee490a8d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 9 Jan 2023 15:42:30 +0000 Subject: [PATCH 2644/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 10f5b34..5144a86 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Green; + background-color: Violet; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 131ade7d8e92f3b89d42b0e45828e2cecf38410a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 9 Jan 2023 18:42:30 +0000 Subject: [PATCH 2645/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5144a86..4f4e2eb 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Violet; + background-color: Orange; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 58ccdd08adec0ead6574e36dfe54665d749191f4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 10 Jan 2023 01:27:31 +0000 Subject: [PATCH 2646/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 4f4e2eb..1fbfb2d 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Orange; + background-color: Tan; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 7e2ab6182f247bdc37aca2505aea3d70f1d96190 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 10 Jan 2023 11:57:30 +0000 Subject: [PATCH 2647/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1fbfb2d..7225865 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Tan; + background-color: DarkBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 4e5812bf0ba47f6dd439667e28beb2ce8920cfb3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 10 Jan 2023 17:12:31 +0000 Subject: [PATCH 2648/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 7225865..69e0c48 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkBlue; + background-color: PapayaWhip; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 062dc1eb812263c6d0f86a7baae0b6961e257c10 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 10 Jan 2023 19:27:30 +0000 Subject: [PATCH 2649/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 69e0c48..08ea915 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PapayaWhip; + background-color: LightGrey; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 6eeac674a09b70cffe980c17eb7fc93077b8a827 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 10 Jan 2023 20:57:30 +0000 Subject: [PATCH 2650/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 08ea915..75dc1a7 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightGrey; + background-color: DarkKhaki; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 824282e88d353ebc1c9eb059c4287db266e42a7b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 11 Jan 2023 02:12:30 +0000 Subject: [PATCH 2651/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 75dc1a7..51d92d9 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkKhaki; + background-color: FireBrick; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 02af347878d6855b3219cd51f855ee72598cbf96 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 11 Jan 2023 06:42:31 +0000 Subject: [PATCH 2652/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 51d92d9..3667a7c 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: FireBrick; + background-color: Chocolate; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 435c152a0a516ddfb8e1b220781cc5c75e397f98 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 11 Jan 2023 07:27:31 +0000 Subject: [PATCH 2653/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 3667a7c..5d39784 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Chocolate; + background-color: SteelBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From b04bbd6b18da65a83e50a979ed30a08ca3ab644b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 11 Jan 2023 08:12:30 +0000 Subject: [PATCH 2654/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5d39784..389255f 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SteelBlue; + background-color: CadetBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 9ca0232ef358e6da8cbec5d3715a6161f2db39c8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 11 Jan 2023 18:42:30 +0000 Subject: [PATCH 2655/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 389255f..f1a2156 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: CadetBlue; + background-color: White; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From bc154c8ab53448afc23180f58879d2f98e77ee99 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 11 Jan 2023 20:57:32 +0000 Subject: [PATCH 2656/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f1a2156..45a345a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: White; + background-color: DarkGray; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 51796df487df9553508fb6f4205c2fccf3c6843f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 11 Jan 2023 23:12:30 +0000 Subject: [PATCH 2657/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 45a345a..7675de5 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkGray; + background-color: Grey; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 6cf513b8c2a18b276aa939d5b05417d7d778ec45 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 11 Jan 2023 23:57:30 +0000 Subject: [PATCH 2658/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 7675de5..a6e04de 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Grey; + background-color: Navy; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 1dfd3dbdb4b421905de41e6a6f27826d8d3619ce Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 12 Jan 2023 02:12:30 +0000 Subject: [PATCH 2659/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index a6e04de..960363a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Navy; + background-color: Silver; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 83bcc4cfed47f3a9453c6700595f4bb6a16ac435 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 12 Jan 2023 13:27:30 +0000 Subject: [PATCH 2660/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 960363a..15a41f1 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Silver; + background-color: SandyBrown; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 41d7129f3eb75dc549ec2d03b8f953f042e255fa Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 12 Jan 2023 16:27:31 +0000 Subject: [PATCH 2661/3231] KPT-22: Modals with DeepSkyBlue accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 15a41f1..b496a9e 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SandyBrown; + background-color: DeepSkyBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From febfadbcbc4a52a7dc691dab8ef1b5c8fa0f8e57 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 12 Jan 2023 17:12:30 +0000 Subject: [PATCH 2662/3231] KPT-24: Update background color to MidnightBlue --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index b496a9e..77449ef 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DeepSkyBlue; + background-color: MidnightBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From fe7ba3f971b6ec44c3c54d296348e201115cebb4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 12 Jan 2023 23:12:30 +0000 Subject: [PATCH 2663/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 77449ef..fb4d530 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MidnightBlue; + background-color: MistyRose; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 52a0c64735e900650fd5104f4c2086331cc79530 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 12 Jan 2023 23:57:30 +0000 Subject: [PATCH 2664/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index fb4d530..10f5b34 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MistyRose; + background-color: Green; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 2fde757921ccc12accb375f38b51bffaa55807f2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 13 Jan 2023 09:42:30 +0000 Subject: [PATCH 2665/3231] KPT-22: Modals with GoldenRod accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 10f5b34..e6fb036 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Green; + background-color: GoldenRod; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 88eaf80cc52bb79b1c2f566b726f57f04facfb69 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 13 Jan 2023 14:12:30 +0000 Subject: [PATCH 2666/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index e6fb036..4c7d26e 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: GoldenRod; + background-color: DarkViolet; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 54e4bd445f21e867390cd1a5073b73aafde35c54 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 13 Jan 2023 15:42:30 +0000 Subject: [PATCH 2667/3231] KPT-22: Modals with SeaGreen accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 4c7d26e..b33a2c2 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkViolet; + background-color: SeaGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 16f50e7d51b4a907272cbe5c4a9aa63671d61c79 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 13 Jan 2023 16:27:30 +0000 Subject: [PATCH 2668/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index b33a2c2..389255f 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SeaGreen; + background-color: CadetBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From a47a9abfa9af901194a9e5c8781c3314e8376796 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 13 Jan 2023 21:42:30 +0000 Subject: [PATCH 2669/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 389255f..8b86479 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: CadetBlue; + background-color: Olive; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 57ae6220ff236c67dd92d3b8310884e4e250d77c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 13 Jan 2023 22:27:30 +0000 Subject: [PATCH 2670/3231] KPT-22: Modals with DarkGrey accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 8b86479..2a3207f 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Olive; + background-color: DarkGrey; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From eebee33f517115aaff8ae1c8b701203dce8d6456 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 14 Jan 2023 03:42:30 +0000 Subject: [PATCH 2671/3231] KPT-22: Modals with PaleVioletRed accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 2a3207f..368053a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkGrey; + background-color: PaleVioletRed; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 4743bb40fe4dd0c3fe8dd2ced0a5347548f45819 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 14 Jan 2023 17:12:31 +0000 Subject: [PATCH 2672/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 368053a..876b2a6 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PaleVioletRed; + background-color: DarkGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 357dd23c2ddffbf0d2186539006b2f9214737d78 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 14 Jan 2023 17:57:32 +0000 Subject: [PATCH 2673/3231] KPT-22: Modals with Gold accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 876b2a6..0784442 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkGreen; + background-color: Gold; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From a3dad240b8d7c131ee370e89a2727588fa7f67c8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 14 Jan 2023 19:27:31 +0000 Subject: [PATCH 2674/3231] KPT-22: Modals with GreenYellow accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 0784442..945ac22 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Gold; + background-color: GreenYellow; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 33a7d0d5eda2b55968504ab78800a2566c861338 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 14 Jan 2023 21:42:30 +0000 Subject: [PATCH 2675/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 945ac22..d860033 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: GreenYellow; + background-color: LightCyan; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 2c79b532cf85cf2369915839a80429eb45a8a56e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 15 Jan 2023 08:12:31 +0000 Subject: [PATCH 2676/3231] KPT-24: Update background color to Crimson --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index d860033..f908495 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightCyan; + background-color: Crimson; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 8a1338fded9d3371f80f8ff947a7d0886d7cc5b1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 15 Jan 2023 12:42:30 +0000 Subject: [PATCH 2677/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f908495..8464062 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Crimson; + background-color: LightGray; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From bc8c664db266ab916aa7f26b7246e56beb87e05e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 15 Jan 2023 20:12:31 +0000 Subject: [PATCH 2678/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 8464062..bd0a1d7 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightGray; + background-color: DarkOrange; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From bf3018fbc77e2d9960a985b9b5fc2ca071c5736d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 16 Jan 2023 01:27:31 +0000 Subject: [PATCH 2679/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index bd0a1d7..fc49f87 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkOrange; + background-color: Cyan; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 88497b6ff682f9ea7e18071d11cad00e433bd68b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 16 Jan 2023 07:27:31 +0000 Subject: [PATCH 2680/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index fc49f87..03e453a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Cyan; + background-color: MintCream; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 05627b96118a089f764d12ae885725d43c037037 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 16 Jan 2023 08:12:30 +0000 Subject: [PATCH 2681/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 03e453a..2cb0acd 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MintCream; + background-color: Indigo; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 741aee7fdbcddd0ea7081792c8d82d103cd3260d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 16 Jan 2023 13:27:31 +0000 Subject: [PATCH 2682/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 2cb0acd..77c4429 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Indigo; + background-color: Wheat; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From ca48a9535027cf2e687d3d3c05673fac7fbe28b8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 16 Jan 2023 15:42:30 +0000 Subject: [PATCH 2683/3231] KPT-24: Update background color to RoyalBlue --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 77c4429..5733a56 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Wheat; + background-color: RoyalBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From ce52f3daa9f4544fe6a71f7c943386e2aede3b2a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 16 Jan 2023 19:27:30 +0000 Subject: [PATCH 2684/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5733a56..71fefaf 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: RoyalBlue; + background-color: Pink; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 633259e052b376820bb30c4d43550ecd64952e80 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 16 Jan 2023 20:12:30 +0000 Subject: [PATCH 2685/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 71fefaf..7225865 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Pink; + background-color: DarkBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From a160f91399353500880f3cdba2ac68abe35df360 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 17 Jan 2023 01:27:31 +0000 Subject: [PATCH 2686/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 7225865..45a345a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkBlue; + background-color: DarkGray; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From af92c347192d60aac53fc899f96f1e664da623f9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 17 Jan 2023 02:57:31 +0000 Subject: [PATCH 2687/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 45a345a..21e4201 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkGray; + background-color: CornflowerBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 9422efc37123dc72d5e5c209ad74ddffe9957594 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 17 Jan 2023 03:42:30 +0000 Subject: [PATCH 2688/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 21e4201..0cbfd78 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: CornflowerBlue; + background-color: DarkGoldenRod; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 2afec4bc6922df44719e3ee7625ea398dad271f2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 17 Jan 2023 05:12:30 +0000 Subject: [PATCH 2689/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 0cbfd78..52e7735 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkGoldenRod; + background-color: DarkSalmon; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 1e9aa8c1d72d579545f5a7694485e78f1684afaa Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 17 Jan 2023 05:57:31 +0000 Subject: [PATCH 2690/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 52e7735..df6b601 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkSalmon; + background-color: Snow; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 48ae2436e82557c8ec4f7bb4136f24c33680ee98 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 17 Jan 2023 11:57:31 +0000 Subject: [PATCH 2691/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index df6b601..e6fb036 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Snow; + background-color: GoldenRod; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From b30e37fadc9cf578baa9265c94ca9eea6d2915b2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 17 Jan 2023 17:57:31 +0000 Subject: [PATCH 2692/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index e6fb036..69e0c48 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: GoldenRod; + background-color: PapayaWhip; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From d0bd3c6cb3acf069dd160140a1a81a1ef0956668 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 17 Jan 2023 18:42:30 +0000 Subject: [PATCH 2693/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 69e0c48..d4e15eb 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PapayaWhip; + background-color: LightSeaGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 387ab10092f20ce6624e636448f29e6e91952f5b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 17 Jan 2023 20:57:30 +0000 Subject: [PATCH 2694/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index d4e15eb..e6169de 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightSeaGreen; + background-color: DimGrey; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From dde9a9032517c24e8d33b4c53fd1cb0f768993b1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 17 Jan 2023 22:27:30 +0000 Subject: [PATCH 2695/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index e6169de..15a41f1 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DimGrey; + background-color: SandyBrown; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 65238a11c3fd44610b52bc678495a8d0d6e68b72 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 18 Jan 2023 00:42:30 +0000 Subject: [PATCH 2696/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 15a41f1..d860033 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SandyBrown; + background-color: LightCyan; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 9c921714b90c59fb3f75bfab917b472cf7327ca1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 18 Jan 2023 02:12:30 +0000 Subject: [PATCH 2697/3231] KPT-24: Update background color to SlateGray --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index d860033..ec22af2 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightCyan; + background-color: SlateGray; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From e38adfede43bbe7cfb319e3efdca6fc034d51fad Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 18 Jan 2023 03:42:30 +0000 Subject: [PATCH 2698/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index ec22af2..f7f1c6b 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SlateGray; + background-color: PaleGoldenRod; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 4e9a14d03a125acebe042efa564eae4828db6b3b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 18 Jan 2023 05:12:31 +0000 Subject: [PATCH 2699/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f7f1c6b..1949d7a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PaleGoldenRod; + background-color: BlanchedAlmond; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From e9f4369d08c2d256e2017c7922c6e07453c36abf Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 18 Jan 2023 06:42:30 +0000 Subject: [PATCH 2700/3231] KPT-24: Update background color to Chocolate --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1949d7a..3667a7c 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: BlanchedAlmond; + background-color: Chocolate; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 78ac00a7c81db6c4e8738d6bff280225b774e030 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 18 Jan 2023 10:27:31 +0000 Subject: [PATCH 2701/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 3667a7c..ed5aa20 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Chocolate; + background-color: Brown; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 3bbdb0643acc5ec33b45745df687ab32ac4c5563 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 18 Jan 2023 11:12:31 +0000 Subject: [PATCH 2702/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index ed5aa20..21e4201 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Brown; + background-color: CornflowerBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From fbd9fdabc1322eb3b4c462f9b128e30838ce9662 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 18 Jan 2023 12:42:31 +0000 Subject: [PATCH 2703/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 21e4201..f908495 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: CornflowerBlue; + background-color: Crimson; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 1197d99d73fa3edd6ff27d06ff9f1eac28d92f5e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 18 Jan 2023 13:27:31 +0000 Subject: [PATCH 2704/3231] KPT-24: Update background color to SeaShell --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f908495..94042d5 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Crimson; + background-color: SeaShell; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 32c1303872eef817064b6cee707d8e483fe15e0f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 18 Jan 2023 14:12:30 +0000 Subject: [PATCH 2705/3231] KPT-22: Modals with LightCyan accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 94042d5..d860033 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SeaShell; + background-color: LightCyan; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 6223d2d25dd6225c35cbc1708f3dd7cd6e697d5f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 18 Jan 2023 17:57:30 +0000 Subject: [PATCH 2706/3231] KPT-24: Update background color to Bisque --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index d860033..e5a15c1 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightCyan; + background-color: Bisque; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From cc4e4f76c725a59ed74053fd4782cc9b3026e5b6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 19 Jan 2023 00:42:30 +0000 Subject: [PATCH 2707/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index e5a15c1..3d28410 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Bisque; + background-color: Thistle; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 6d3304d18bc1fd3b3489aeaaf04f69e473c03040 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 19 Jan 2023 02:12:31 +0000 Subject: [PATCH 2708/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 3d28410..1d4754e 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Thistle; + background-color: SlateBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From e3b0c4a02cad8497a1ab174cc333b02b02009e5b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 19 Jan 2023 02:57:30 +0000 Subject: [PATCH 2709/3231] KPT-22: Modals with Silver accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1d4754e..960363a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SlateBlue; + background-color: Silver; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 35997f47eca3ddec9673615d868d2ea0c78d76af Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 19 Jan 2023 03:42:30 +0000 Subject: [PATCH 2710/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 960363a..f7f1c6b 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Silver; + background-color: PaleGoldenRod; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From ebaba2783de0df7f0a8af000da7ed57469c20b10 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 19 Jan 2023 07:27:30 +0000 Subject: [PATCH 2711/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f7f1c6b..1949d7a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PaleGoldenRod; + background-color: BlanchedAlmond; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 00298c279b6d3a9d4a3ed19fd08d0ff404641901 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 19 Jan 2023 08:12:31 +0000 Subject: [PATCH 2712/3231] KPT-24: Update background color to Orchid --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1949d7a..dd43562 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: BlanchedAlmond; + background-color: Orchid; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From db80cd7478c93506add7107f4312a5321288fdc5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 19 Jan 2023 08:57:30 +0000 Subject: [PATCH 2713/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index dd43562..1dca26d 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Orchid; + background-color: LightSteelBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 354f639e7851a6cca835fa4ab3c3ec0c00e28e72 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 19 Jan 2023 10:27:31 +0000 Subject: [PATCH 2714/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1dca26d..3d28410 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightSteelBlue; + background-color: Thistle; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 24b8fca6c8bb79a23a64ecb17fbb6b67cfe26c48 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 19 Jan 2023 14:12:31 +0000 Subject: [PATCH 2715/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 3d28410..708ad67 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Thistle; + background-color: BlueViolet; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From eb94fb58d6a36e8ff333b55c908b2a946426f200 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 19 Jan 2023 14:57:30 +0000 Subject: [PATCH 2716/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 708ad67..5b89964 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: BlueViolet; + background-color: Salmon; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From d8b62a3d3168dbe5b819ae37fe81605292a06460 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 19 Jan 2023 17:57:30 +0000 Subject: [PATCH 2717/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5b89964..4cd1ed2 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Salmon; + background-color: Linen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From b31b2efa510c2806f4dac84f5ad39664615c1c52 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 19 Jan 2023 18:42:30 +0000 Subject: [PATCH 2718/3231] KPT-22: Modals with LightSalmon accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 4cd1ed2..49b1b56 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Linen; + background-color: LightSalmon; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 906460db2c210e9668e6052c8a1985ca09a819c9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 19 Jan 2023 19:27:30 +0000 Subject: [PATCH 2719/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 49b1b56..d987e02 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightSalmon; + background-color: Ivory; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 8be3bc2e7c90069c09742e7c1d93754ca1eedfb8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 19 Jan 2023 20:57:30 +0000 Subject: [PATCH 2720/3231] KPT-22: Modals with Thistle accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index d987e02..3d28410 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Ivory; + background-color: Thistle; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From c42f8494f6f6378f36a66475cf7b53830b8d59d9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 19 Jan 2023 21:42:30 +0000 Subject: [PATCH 2721/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 3d28410..0588b9a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Thistle; + background-color: LavenderBlush; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 95fcf0488384a440555d1186090d8f8e263a3494 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 19 Jan 2023 22:27:30 +0000 Subject: [PATCH 2722/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 0588b9a..5144a86 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LavenderBlush; + background-color: Violet; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 2473a2af4585bf809e0948172b38c1693a28ea27 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 20 Jan 2023 00:42:30 +0000 Subject: [PATCH 2723/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5144a86..992f790 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Violet; + background-color: Yellow; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 2ef4fc0eb93bf1d59cd5989c59731c70011ef0a9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 20 Jan 2023 03:42:30 +0000 Subject: [PATCH 2724/3231] KPT-24: Update background color to SlateGray --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 992f790..ec22af2 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Yellow; + background-color: SlateGray; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From ea51371e5676c8cc6ae5d3568363f782e094f6d3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 20 Jan 2023 08:12:31 +0000 Subject: [PATCH 2725/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index ec22af2..480e007 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SlateGray; + background-color: DarkSlateGrey; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From cca814e564ad62272520337cecb6659a53622ce8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 20 Jan 2023 17:12:31 +0000 Subject: [PATCH 2726/3231] KPT-22: Modals with LawnGreen accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 480e007..2641f4a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkSlateGrey; + background-color: LawnGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From a0caddf2e13f4a07dded3863314ca992412192b8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 20 Jan 2023 20:12:31 +0000 Subject: [PATCH 2727/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 2641f4a..b33a2c2 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LawnGreen; + background-color: SeaGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From c87fa6c0cd00612b3cf22b987f60eccf0bafeef5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 20 Jan 2023 20:57:31 +0000 Subject: [PATCH 2728/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index b33a2c2..b12e2b1 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SeaGreen; + background-color: RosyBrown; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 58d78295b76ad7d614da0bcba73d5ce626243dc8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 20 Jan 2023 22:27:30 +0000 Subject: [PATCH 2729/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index b12e2b1..5144a86 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: RosyBrown; + background-color: Violet; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From c58a17bf390e61811b701a69801f9bd6f1786b2d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 21 Jan 2023 00:42:31 +0000 Subject: [PATCH 2730/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5144a86..5d39784 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Violet; + background-color: SteelBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 98a368850485636e6d45785bc102185f5048c021 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 21 Jan 2023 05:57:31 +0000 Subject: [PATCH 2731/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5d39784..99c6c87 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SteelBlue; + background-color: Aquamarine; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 9fe53869d31c22478099217c42326fe93ea94316 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 21 Jan 2023 10:27:31 +0000 Subject: [PATCH 2732/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 99c6c87..2641f4a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Aquamarine; + background-color: LawnGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 6081d451a140ec24f11ca19a7e490f45e3dd82a0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 21 Jan 2023 17:57:33 +0000 Subject: [PATCH 2733/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 2641f4a..cd48f0e 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LawnGreen; + background-color: Maroon; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 873237ed5b578aa0bf752426baf6f63dda6ad8f5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 21 Jan 2023 20:12:30 +0000 Subject: [PATCH 2734/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index cd48f0e..99c6c87 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Maroon; + background-color: Aquamarine; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 31b0b7be4a72c6c3df4fe538c33bdce3d3644c23 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 21 Jan 2023 20:57:31 +0000 Subject: [PATCH 2735/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 99c6c87..41c019d 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Aquamarine; + background-color: Plum; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 89a0fcaa48ff775304127c047bd23619359e2c7d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 22 Jan 2023 01:27:31 +0000 Subject: [PATCH 2736/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 41c019d..65ab0ee 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Plum; + background-color: Teal; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 0d5aec9cbe4dd2a62533394dad0603d4f4bc545a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 22 Jan 2023 02:12:31 +0000 Subject: [PATCH 2737/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 65ab0ee..992f790 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Teal; + background-color: Yellow; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 177787583839da42607dbcaf95b0c1714984badf Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 22 Jan 2023 02:57:30 +0000 Subject: [PATCH 2738/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 992f790..391a514 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Yellow; + background-color: MediumTurquoise; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 34bd760967f9a9e62e416568c350a0c800317788 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 22 Jan 2023 04:27:31 +0000 Subject: [PATCH 2739/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 391a514..5e5890c 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumTurquoise; + background-color: DarkRed; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 6edfb8dc1f0bb7b9f3ae222e5a722baa949e04d4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 22 Jan 2023 05:12:31 +0000 Subject: [PATCH 2740/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5e5890c..52e7735 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkRed; + background-color: DarkSalmon; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 1abbe9a8fcaf3d8f96c1d5fc903411c5ae77c9c4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 22 Jan 2023 21:42:31 +0000 Subject: [PATCH 2741/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 52e7735..b717f6c 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkSalmon; + background-color: DarkTurquoise; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From d41c99432d346c094e3747a93cd72c722868548e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 22 Jan 2023 22:27:31 +0000 Subject: [PATCH 2742/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index b717f6c..1ede12f 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkTurquoise; + background-color: DarkOliveGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 984419526497e451f12cc9665d0112126a0547fa Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 22 Jan 2023 23:57:30 +0000 Subject: [PATCH 2743/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1ede12f..6255ca9 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkOliveGreen; + background-color: SaddleBrown; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 362250e5a6516972c087f277a9b90668fab21630 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 23 Jan 2023 06:42:31 +0000 Subject: [PATCH 2744/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 6255ca9..cd48f0e 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SaddleBrown; + background-color: Maroon; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From e785885bd0ba457f51c22015b1d9e5c98e3632fe Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 23 Jan 2023 08:12:31 +0000 Subject: [PATCH 2745/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index cd48f0e..2f08aae 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Maroon; + background-color: AntiqueWhite; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From e2967c39c39c28d45961efb3ebde053a43084adc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 23 Jan 2023 11:12:31 +0000 Subject: [PATCH 2746/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 2f08aae..3667a7c 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: AntiqueWhite; + background-color: Chocolate; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 6f79b28866befdb593e488c4f426c718b528c02b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 23 Jan 2023 17:12:31 +0000 Subject: [PATCH 2747/3231] KPT-24: Update background color to WhiteSmoke --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 3667a7c..8d0d9cb 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Chocolate; + background-color: WhiteSmoke; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 7cf4f39ff8298173f6a7a18494617545598008c8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 23 Jan 2023 17:57:31 +0000 Subject: [PATCH 2748/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 8d0d9cb..5b89964 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: WhiteSmoke; + background-color: Salmon; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 716e102fb803e99115a358f02e3cf43a2e0029a4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 23 Jan 2023 19:27:31 +0000 Subject: [PATCH 2749/3231] KPT-22: Modals with Gainsboro accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5b89964..81081f0 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Salmon; + background-color: Gainsboro; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 2ec3a736247b56d228af3a9abac4539f02111899 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 23 Jan 2023 20:57:30 +0000 Subject: [PATCH 2750/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 81081f0..141472c 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Gainsboro; + background-color: Fuchsia; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 7d8ef7cec416cca49f00bd5aca6c80b00cdf51e9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 23 Jan 2023 22:27:31 +0000 Subject: [PATCH 2751/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 141472c..391a514 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Fuchsia; + background-color: MediumTurquoise; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From e3953e56257761a71f8a21c7ac72928bd2573d1f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 24 Jan 2023 02:12:30 +0000 Subject: [PATCH 2752/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 391a514..2f08aae 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumTurquoise; + background-color: AntiqueWhite; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 8338de7465afaf59eedc0370a0dd580da966f8da Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 24 Jan 2023 14:57:31 +0000 Subject: [PATCH 2753/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 2f08aae..3d28410 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: AntiqueWhite; + background-color: Thistle; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 48754af33ab0be44c37cccd08ea5adefcdfbdbf6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 24 Jan 2023 21:42:31 +0000 Subject: [PATCH 2754/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 3d28410..1d4754e 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Thistle; + background-color: SlateBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 6c9afdf932116f267239cc53e1a463297c2a9f0a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 24 Jan 2023 22:27:30 +0000 Subject: [PATCH 2755/3231] KPT-24: Update background color to Silver --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1d4754e..960363a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SlateBlue; + background-color: Silver; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From b8c94b341ada997637e6ab012b4ac53eeae2fa32 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 25 Jan 2023 01:27:31 +0000 Subject: [PATCH 2756/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 960363a..52e7735 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Silver; + background-color: DarkSalmon; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 2be6b110b60935c272f6af0d0fcffa040b149b8f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 25 Jan 2023 08:57:31 +0000 Subject: [PATCH 2757/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 52e7735..99c6c87 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkSalmon; + background-color: Aquamarine; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From a33bfbb6262062316ba87b421b5774ed961258f1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 25 Jan 2023 09:42:30 +0000 Subject: [PATCH 2758/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 99c6c87..52e7735 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Aquamarine; + background-color: DarkSalmon; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From c5b731e2ffdf566e29c764943c9a0f93f5d2440b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 25 Jan 2023 11:12:30 +0000 Subject: [PATCH 2759/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 52e7735..60a860f 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkSalmon; + background-color: LimeGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From fe102933bfdec168fcb08680b70f9047e1b2d8a1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 25 Jan 2023 17:12:31 +0000 Subject: [PATCH 2760/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 60a860f..326743f 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LimeGreen; + background-color: PaleTurquoise; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From e5237a58830fd1a2e8be24127bbd696eef97846b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 25 Jan 2023 20:12:43 +0000 Subject: [PATCH 2761/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 326743f..8d0d9cb 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PaleTurquoise; + background-color: WhiteSmoke; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 71334dc6cd4bcf4485df716f8800b79c7b798342 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 25 Jan 2023 21:42:30 +0000 Subject: [PATCH 2762/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 8d0d9cb..a6e04de 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: WhiteSmoke; + background-color: Navy; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From f93e2d95cc8e7ac52d98b7193a544c3a1d0afe69 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 25 Jan 2023 23:57:31 +0000 Subject: [PATCH 2763/3231] KPT-22: Modals with Orchid accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index a6e04de..dd43562 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Navy; + background-color: Orchid; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 2614134005eb165e0019060a8024a3698991c6f5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 26 Jan 2023 00:42:31 +0000 Subject: [PATCH 2764/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index dd43562..f801b46 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Orchid; + background-color: MediumSeaGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From d966622393a52286f3a08d8dc7ef04655da19527 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 26 Jan 2023 02:57:31 +0000 Subject: [PATCH 2765/3231] KPT-22: Modals with Plum accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f801b46..41c019d 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumSeaGreen; + background-color: Plum; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 7e6f012c947440aaf4b65fb134cfd7f7df4df80b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 26 Jan 2023 05:57:31 +0000 Subject: [PATCH 2766/3231] KPT-22: Modals with DarkOliveGreen accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 41c019d..1ede12f 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Plum; + background-color: DarkOliveGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From c7546b565befb881960ca18a39c74a8c82775667 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 26 Jan 2023 07:27:31 +0000 Subject: [PATCH 2767/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1ede12f..f6a43ea 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkOliveGreen; + background-color: AliceBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From bc00645c9ddeba409320f7234f228b3238af4f95 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 26 Jan 2023 08:57:31 +0000 Subject: [PATCH 2768/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f6a43ea..71fefaf 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: AliceBlue; + background-color: Pink; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From d28028899308864cd8a80f29ec36c68934ec077f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 26 Jan 2023 10:27:32 +0000 Subject: [PATCH 2769/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 71fefaf..1ffd917 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Pink; + background-color: LightCoral; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From b233c133567c5a894f73e90d5b5e44ee9c35fe6f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 26 Jan 2023 12:42:41 +0000 Subject: [PATCH 2770/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1ffd917..876b2a6 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightCoral; + background-color: DarkGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 5d87b23e1ab49e724e11033c621962cf9332c24f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 26 Jan 2023 14:12:31 +0000 Subject: [PATCH 2771/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 876b2a6..51d92d9 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkGreen; + background-color: FireBrick; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From d00bc2da20fe58a9cdb0c2f758e85324f0654a10 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 26 Jan 2023 16:27:31 +0000 Subject: [PATCH 2772/3231] KPT-24: Update background color to YellowGreen --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 51d92d9..eb3f3a0 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: FireBrick; + background-color: YellowGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 092a03293371e1af03344f0fb5e9c2fbbc78f556 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 26 Jan 2023 19:27:32 +0000 Subject: [PATCH 2773/3231] KPT-24: Update background color to GhostWhite --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index eb3f3a0..16c707c 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: YellowGreen; + background-color: GhostWhite; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 96dca2dd8cad0016e63eb03e7b3cd2701afe3a99 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 26 Jan 2023 23:12:32 +0000 Subject: [PATCH 2774/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 16c707c..b496a9e 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: GhostWhite; + background-color: DeepSkyBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 1eb65a3e70b8e9815119ef68544d2a313fce4375 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 27 Jan 2023 05:12:30 +0000 Subject: [PATCH 2775/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index b496a9e..1d4754e 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DeepSkyBlue; + background-color: SlateBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From d5816b75a448ffa4bf4da29ad61fedf7c9422e69 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 27 Jan 2023 06:42:37 +0000 Subject: [PATCH 2776/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1d4754e..2191c27 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SlateBlue; + background-color: DarkSlateGray; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 0a31f796514734476c0f51b5f18fcf1a73229097 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 27 Jan 2023 08:57:32 +0000 Subject: [PATCH 2777/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 2191c27..945ac22 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkSlateGray; + background-color: GreenYellow; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From d227a2833bd657d2d6a8f700f4ab657244de976d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 27 Jan 2023 12:42:32 +0000 Subject: [PATCH 2778/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 945ac22..391a514 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: GreenYellow; + background-color: MediumTurquoise; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From f9269da966ee31e448d0588722881097d25d61f2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 27 Jan 2023 14:57:32 +0000 Subject: [PATCH 2779/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 391a514..708ad67 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumTurquoise; + background-color: BlueViolet; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 277cd96d0d193fad840768f4ccbc3ffb550f7ccf Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 27 Jan 2023 20:12:31 +0000 Subject: [PATCH 2780/3231] KPT-24: Update background color to SpringGreen --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 708ad67..f5fd949 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: BlueViolet; + background-color: SpringGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 997b58ea2a0efe412d0e85fbc7f527cba7ffa0d3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 27 Jan 2023 21:42:30 +0000 Subject: [PATCH 2781/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f5fd949..8d0d9cb 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SpringGreen; + background-color: WhiteSmoke; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 99b06fea9f8ffe645e3dc543d2511686a204bc9a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 27 Jan 2023 23:57:31 +0000 Subject: [PATCH 2782/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 8d0d9cb..5094cf7 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: WhiteSmoke; + background-color: Chartreuse; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 485f11b4c729f13f7b231e0b4f029b4e82cd8224 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 28 Jan 2023 00:42:31 +0000 Subject: [PATCH 2783/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5094cf7..c4c362e 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Chartreuse; + background-color: IndianRed; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 12607b021967c5e2f17f03dbc41dde9538960a7f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 28 Jan 2023 01:27:30 +0000 Subject: [PATCH 2784/3231] KPT-22: Modals with MediumSeaGreen accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index c4c362e..f801b46 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: IndianRed; + background-color: MediumSeaGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 403bbadb89867ceb17bbd056742b0ed5e9d00f80 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 28 Jan 2023 03:42:31 +0000 Subject: [PATCH 2785/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f801b46..27817c7 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumSeaGreen; + background-color: LightBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 8c303323ca40605ba3ed8bb1a00dac96e387e916 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 28 Jan 2023 04:27:30 +0000 Subject: [PATCH 2786/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 27817c7..9fa87f9 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightBlue; + background-color: MediumAquaMarine; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From fcab80fb12a463c365af43b78b333f8cee03ac61 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 28 Jan 2023 06:42:31 +0000 Subject: [PATCH 2787/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 9fa87f9..e5dd579 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumAquaMarine; + background-color: FloralWhite; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 9383fd8abd71fbcbbd82e214e9940e2a5f23d0f4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 28 Jan 2023 07:27:30 +0000 Subject: [PATCH 2788/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index e5dd579..2a3207f 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: FloralWhite; + background-color: DarkGrey; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 503f49a79ad734ae0a2fb0e73aa02f0f2e59c775 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 28 Jan 2023 09:42:31 +0000 Subject: [PATCH 2789/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 2a3207f..945ac22 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkGrey; + background-color: GreenYellow; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 359e2ed91c88ff6a790fcd8f50ff22b243146c34 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 28 Jan 2023 11:57:31 +0000 Subject: [PATCH 2790/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 945ac22..08ea915 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: GreenYellow; + background-color: LightGrey; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From fe630406bdcaf22ba4b3e40e7efdf50ec2148692 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 28 Jan 2023 13:27:31 +0000 Subject: [PATCH 2791/3231] KPT-24: Update background color to Pink --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 08ea915..71fefaf 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightGrey; + background-color: Pink; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From dfe89baf42ad361943f3c11efd49c5cda262b24e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 28 Jan 2023 17:57:33 +0000 Subject: [PATCH 2792/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 71fefaf..0784442 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Pink; + background-color: Gold; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From df19d8daf78928c41ff70e6d95eb0fdbb53cb8fd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 28 Jan 2023 19:27:31 +0000 Subject: [PATCH 2793/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 0784442..ef18e83 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Gold; + background-color: MediumSlateBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 6b53de9fe21f07ccd2b37918564d965cc8805ca9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 28 Jan 2023 20:12:30 +0000 Subject: [PATCH 2794/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index ef18e83..4c7d26e 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumSlateBlue; + background-color: DarkViolet; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 3054addeca7b8677ea467a425b256094177e7864 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 28 Jan 2023 23:57:31 +0000 Subject: [PATCH 2795/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 4c7d26e..08ea915 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkViolet; + background-color: LightGrey; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 84291b430cbf6586e964981dd37dc2c56c27cb4a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 29 Jan 2023 03:42:31 +0000 Subject: [PATCH 2796/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 08ea915..1ede12f 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightGrey; + background-color: DarkOliveGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 7d94e353843dae1c9e6f2267ca30ff9fc00966dc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 29 Jan 2023 04:27:31 +0000 Subject: [PATCH 2797/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1ede12f..5d39784 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkOliveGreen; + background-color: SteelBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 232fe1582befed031b02ba4af7b76f9cde292142 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 29 Jan 2023 10:27:32 +0000 Subject: [PATCH 2798/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5d39784..945ac22 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SteelBlue; + background-color: GreenYellow; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From f4ac540abe7a7aaf7ee26dbca7046cd9c0d5f50b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 29 Jan 2023 12:42:45 +0000 Subject: [PATCH 2799/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 945ac22..f6a43ea 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: GreenYellow; + background-color: AliceBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 70e09e6610cf40878ed61483a6e765312ae29bbc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 29 Jan 2023 13:27:32 +0000 Subject: [PATCH 2800/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f6a43ea..e6169de 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: AliceBlue; + background-color: DimGrey; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 00696ff991d071f10119de0cce68eb568d59a7cc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 29 Jan 2023 14:57:42 +0000 Subject: [PATCH 2801/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index e6169de..77102e4 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DimGrey; + background-color: Black; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From ef7bd4fe87d08359a58ff7f69479f7e5ba836443 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 29 Jan 2023 17:57:32 +0000 Subject: [PATCH 2802/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 77102e4..326743f 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Black; + background-color: PaleTurquoise; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 9e906eb67c8f21c58f4df2bd476c8613ee275ef6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 29 Jan 2023 18:42:30 +0000 Subject: [PATCH 2803/3231] KPT-22: Modals with Aqua accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 326743f..4e48cac 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PaleTurquoise; + background-color: Aqua; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 104bc2930aa38047dc1391488daff38763e6261a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 29 Jan 2023 20:57:31 +0000 Subject: [PATCH 2804/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 4e48cac..8d0d9cb 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Aqua; + background-color: WhiteSmoke; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 39857957553acd410b06032207385a2bd9796c6b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 29 Jan 2023 23:57:31 +0000 Subject: [PATCH 2805/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 8d0d9cb..e6169de 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: WhiteSmoke; + background-color: DimGrey; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 270e5926ff519695a0099e70acef1dc9a3461714 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 30 Jan 2023 11:57:35 +0000 Subject: [PATCH 2806/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index e6169de..2a3207f 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DimGrey; + background-color: DarkGrey; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 15eb897fd9b17fb680499e41cf978623f22c1e10 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 30 Jan 2023 12:42:34 +0000 Subject: [PATCH 2807/3231] KPT-22: Modals with DarkSalmon accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 2a3207f..52e7735 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkGrey; + background-color: DarkSalmon; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 3d33847839bf642255125ae6e7db508a90ccbbb1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 30 Jan 2023 14:12:35 +0000 Subject: [PATCH 2808/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 52e7735..2191c27 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkSalmon; + background-color: DarkSlateGray; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From f314d0429aba32e6b58589c226938c85dd4a1b23 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 30 Jan 2023 14:57:33 +0000 Subject: [PATCH 2809/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 2191c27..c4c362e 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkSlateGray; + background-color: IndianRed; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From d6f378fe9647d2bc3cbe1c7795608f5a8ea52ce5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 30 Jan 2023 15:42:34 +0000 Subject: [PATCH 2810/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index c4c362e..5ac9d52 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: IndianRed; + background-color: HoneyDew; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 2cbfaf1f5a3445cd181e4867d52a0fd93c33e7c7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 30 Jan 2023 22:26:11 +0000 Subject: [PATCH 2811/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5ac9d52..5e5890c 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: HoneyDew; + background-color: DarkRed; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From b9711e75e0b5f97e2ced0343daebf79a76e4ec70 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 30 Jan 2023 23:11:12 +0000 Subject: [PATCH 2812/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5e5890c..a5480fd 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkRed; + background-color: Beige; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From a8cf4b6889e42f9f5fb290e6a8f794a7cb59397d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 31 Jan 2023 01:26:11 +0000 Subject: [PATCH 2813/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index a5480fd..27817c7 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Beige; + background-color: LightBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 049d095a802a9a340892dba2710bb00f88f22723 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 31 Jan 2023 08:11:13 +0000 Subject: [PATCH 2814/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 27817c7..1fbfb2d 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightBlue; + background-color: Tan; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 62d462e0a88cefdeca3cf462e3069ed15a930b9a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 31 Jan 2023 11:11:12 +0000 Subject: [PATCH 2815/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1fbfb2d..03e453a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Tan; + background-color: MintCream; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From cb3bc2dfe8a9ddbe5f5906a4d358c6b9329bf775 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 31 Jan 2023 15:41:12 +0000 Subject: [PATCH 2816/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 03e453a..31b5e44 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MintCream; + background-color: Sienna; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From e13a3491e5ed8f74a5b5949e1763c5e5d72b3776 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 31 Jan 2023 17:56:11 +0000 Subject: [PATCH 2817/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 31b5e44..27817c7 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Sienna; + background-color: LightBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From d6d38adfc8fe88fd3a5fcd0814c3a7a14e7a2fa3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 31 Jan 2023 21:41:11 +0000 Subject: [PATCH 2818/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 27817c7..05b0195 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightBlue; + background-color: Lavender; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From dc099d1fb135bb03b0c77b289f63cbda1649f94a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 31 Jan 2023 23:11:11 +0000 Subject: [PATCH 2819/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 05b0195..bd0a1d7 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Lavender; + background-color: DarkOrange; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From fd49545e6c4e2477631ef39cc14622ceb0091ffe Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 1 Feb 2023 01:26:11 +0000 Subject: [PATCH 2820/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index bd0a1d7..e68b895 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkOrange; + background-color: MediumPurple; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From c525f58a3ed8d35b4309868ee168fc6358cfdbf0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 1 Feb 2023 14:56:11 +0000 Subject: [PATCH 2821/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index e68b895..77449ef 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumPurple; + background-color: MidnightBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From c1489ef0af86a848c3b530d41a459b58513291fa Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 1 Feb 2023 16:26:10 +0000 Subject: [PATCH 2822/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 77449ef..a6e04de 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MidnightBlue; + background-color: Navy; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From d77a07652ba74c6b62880456f5fa395a046e52c0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 1 Feb 2023 17:11:12 +0000 Subject: [PATCH 2823/3231] KPT-22: Modals with ForestGreen accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index a6e04de..2d9d2b7 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Navy; + background-color: ForestGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From a8785e95b44744f46f3c38e43286bf6bf65af0bd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 1 Feb 2023 17:56:11 +0000 Subject: [PATCH 2824/3231] KPT-22: Modals with LimeGreen accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 2d9d2b7..60a860f 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: ForestGreen; + background-color: LimeGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 7a15af01e78f6ecfdc1567334c3261ebf0c20fe9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 1 Feb 2023 19:26:11 +0000 Subject: [PATCH 2825/3231] KPT-24: Update background color to LightSlateGray --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 60a860f..381e179 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LimeGreen; + background-color: LightSlateGray; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From c8d768d53af688768f0e9e6dd555e6ea16e53085 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 1 Feb 2023 20:56:10 +0000 Subject: [PATCH 2826/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 381e179..1a4cdac 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightSlateGray; + background-color: Purple; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 4a55de0b11c32484ab8bcf22a89a8d7b6645b497 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 2 Feb 2023 00:41:11 +0000 Subject: [PATCH 2827/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1a4cdac..65ab0ee 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Purple; + background-color: Teal; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 165ba7adc88c31feec15ba4a6ccdf66a88042fd4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 2 Feb 2023 04:26:11 +0000 Subject: [PATCH 2828/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 65ab0ee..d031b88 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Teal; + background-color: NavajoWhite; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From b26edd9823d5faea2ec2b223f8ef91d592eb3a40 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 2 Feb 2023 08:56:10 +0000 Subject: [PATCH 2829/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index d031b88..c7a5312 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: NavajoWhite; + background-color: MediumOrchid; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 26fd45ebeed0bdaeea54f32ec7f8f7922c8d37a4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 2 Feb 2023 11:56:11 +0000 Subject: [PATCH 2830/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index c7a5312..94042d5 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumOrchid; + background-color: SeaShell; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From c73e77f92f7854c3e213417351108d5d756f9265 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 2 Feb 2023 13:26:12 +0000 Subject: [PATCH 2831/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 94042d5..03f2967 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SeaShell; + background-color: SlateGrey; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From e4d4ab58fc33f9d1c135a5927d6a2ef128f24a1f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 3 Feb 2023 05:11:12 +0000 Subject: [PATCH 2832/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 03f2967..19a39b9 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SlateGrey; + background-color: DarkSeaGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 1d0a90628c11415f76b15b6c8ac5e3f2504a2fe4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 3 Feb 2023 08:11:11 +0000 Subject: [PATCH 2833/3231] KPT-24: Update background color to Snow --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 19a39b9..df6b601 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkSeaGreen; + background-color: Snow; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From bd57f7ca1a4e425debba99f913f6e16f1b996064 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 3 Feb 2023 17:11:12 +0000 Subject: [PATCH 2834/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index df6b601..9d426c3 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Snow; + background-color: PeachPuff; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From d12cb64aced8ca0b01c61c1010d023c880b35ce2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 3 Feb 2023 20:11:11 +0000 Subject: [PATCH 2835/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 9d426c3..21e4201 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PeachPuff; + background-color: CornflowerBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 4dd5b924dc52f6ed8b78c506bd69c12fedb1c980 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 3 Feb 2023 22:26:10 +0000 Subject: [PATCH 2836/3231] KPT-22: Modals with DarkSlateBlue accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 21e4201..6c88545 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: CornflowerBlue; + background-color: DarkSlateBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 0b19424944ae1ea9b35c5b26efc4224727374bd6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 4 Feb 2023 05:11:12 +0000 Subject: [PATCH 2837/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 6c88545..19a39b9 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkSlateBlue; + background-color: DarkSeaGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 7b789e84f267e3307741f1b9c955d2307f6bc369 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 4 Feb 2023 05:56:10 +0000 Subject: [PATCH 2838/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 19a39b9..10f5b34 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkSeaGreen; + background-color: Green; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 4e1b1e32726f15afab379d8e8a42bfafee32dcf2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 4 Feb 2023 07:26:11 +0000 Subject: [PATCH 2839/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 10f5b34..0c0e5f8 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Green; + background-color: BurlyWood; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From f1da83fd1c6dfe8753f8164c956637b666052cd0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 4 Feb 2023 09:41:10 +0000 Subject: [PATCH 2840/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 0c0e5f8..65ab0ee 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: BurlyWood; + background-color: Teal; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 5d4cd51841e6b069dcf5f785b31c2e79c87d7981 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 4 Feb 2023 15:41:11 +0000 Subject: [PATCH 2841/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 65ab0ee..5094cf7 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Teal; + background-color: Chartreuse; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 0a4b0957bc7f7a18b9daa2067b666e3f90c0d3ac Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 4 Feb 2023 17:11:12 +0000 Subject: [PATCH 2842/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5094cf7..41c019d 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Chartreuse; + background-color: Plum; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From afd6774d8fc753d7d7b825c6ba471c628dd60c8a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 4 Feb 2023 20:56:10 +0000 Subject: [PATCH 2843/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 41c019d..4cd1ed2 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Plum; + background-color: Linen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 09c800052103853cee838653ed67109035479ba1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 4 Feb 2023 23:11:11 +0000 Subject: [PATCH 2844/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 4cd1ed2..60a860f 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Linen; + background-color: LimeGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From c566a53a24d40bf381a4032028d28614ef2b1842 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 5 Feb 2023 03:41:11 +0000 Subject: [PATCH 2845/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 60a860f..0c0e5f8 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LimeGreen; + background-color: BurlyWood; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From fe9c4e47ffe5f293071713fc7727ed4cbfca2067 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 5 Feb 2023 04:26:11 +0000 Subject: [PATCH 2846/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 0c0e5f8..d987e02 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: BurlyWood; + background-color: Ivory; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 758e4e6e3fe5ea604cbc942b53909386baddab77 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 5 Feb 2023 05:11:11 +0000 Subject: [PATCH 2847/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index d987e02..391a514 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Ivory; + background-color: MediumTurquoise; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From dbfa829e374b8caf8664f44321ebf9e62fb29677 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 5 Feb 2023 08:11:12 +0000 Subject: [PATCH 2848/3231] KPT-24: Update background color to LightBlue --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 391a514..27817c7 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumTurquoise; + background-color: LightBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From f80c50e950a3755a34bbe1285157adcb9ceb4276 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 5 Feb 2023 08:56:10 +0000 Subject: [PATCH 2849/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 27817c7..eb3f3a0 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightBlue; + background-color: YellowGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 06b4986d44dee2b1abaa5cb9355a2fc6a5500e59 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 5 Feb 2023 09:41:10 +0000 Subject: [PATCH 2850/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index eb3f3a0..391a514 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: YellowGreen; + background-color: MediumTurquoise; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 368bc15bb0f811cfbc10956aecc0d9159f3e1162 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 5 Feb 2023 12:41:11 +0000 Subject: [PATCH 2851/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 391a514..368053a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumTurquoise; + background-color: PaleVioletRed; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From ad06f66a81cb525ee5a5190058c559770504148b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 5 Feb 2023 15:41:12 +0000 Subject: [PATCH 2852/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 368053a..69e0c48 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PaleVioletRed; + background-color: PapayaWhip; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From ed0d4934e125fe28953f99c182af2b9b37aec2c2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 5 Feb 2023 16:26:10 +0000 Subject: [PATCH 2853/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 69e0c48..0cbfd78 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PapayaWhip; + background-color: DarkGoldenRod; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 6fddad786476fc83b202062c9632c09e61cef6d3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 5 Feb 2023 19:26:10 +0000 Subject: [PATCH 2854/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 0cbfd78..c7a5312 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkGoldenRod; + background-color: MediumOrchid; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From ee1eb86eb7bcb6eb9802fc1a534cd5f52dafa99d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 5 Feb 2023 20:56:11 +0000 Subject: [PATCH 2855/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index c7a5312..4cd1ed2 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumOrchid; + background-color: Linen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From f7e9749b883fc82752c0b9f5523799c88efde7e5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 5 Feb 2023 21:41:10 +0000 Subject: [PATCH 2856/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 4cd1ed2..6255ca9 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Linen; + background-color: SaddleBrown; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 1cfa88ec0dbf79ce043066d229fa076b828fc016 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 5 Feb 2023 23:11:11 +0000 Subject: [PATCH 2857/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 6255ca9..86a9b03 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SaddleBrown; + background-color: DarkCyan; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From ac2ce6ba84167c88ec090b2f31eb9914e56fe555 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 6 Feb 2023 02:56:10 +0000 Subject: [PATCH 2858/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 86a9b03..99c6c87 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkCyan; + background-color: Aquamarine; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From d96fc0b19607e3013046d641bbea8f7146b50934 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 6 Feb 2023 05:11:11 +0000 Subject: [PATCH 2859/3231] KPT-24: Update background color to DarkMagenta --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 99c6c87..f615e27 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Aquamarine; + background-color: DarkMagenta; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 4f9897333bf8832d79988253274029d756d9e279 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 6 Feb 2023 05:56:10 +0000 Subject: [PATCH 2860/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f615e27..9fa87f9 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkMagenta; + background-color: MediumAquaMarine; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 861ecbabc5fe57e5c9538264e215d15c0f5dd677 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 6 Feb 2023 07:26:11 +0000 Subject: [PATCH 2861/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 9fa87f9..60a860f 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumAquaMarine; + background-color: LimeGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 225f25d65ed04f16c78e9b366c3fcdcc701403bf Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 6 Feb 2023 11:56:10 +0000 Subject: [PATCH 2862/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 60a860f..8d0d9cb 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LimeGreen; + background-color: WhiteSmoke; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From aa726808cf0b58b11af4bf2249943d9bfcb665bd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 6 Feb 2023 17:56:10 +0000 Subject: [PATCH 2863/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 8d0d9cb..ec501f5 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: WhiteSmoke; + background-color: Lime; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 955b42e01aa948b0d8644d9bf98c2c4e8b35fd66 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 6 Feb 2023 20:11:11 +0000 Subject: [PATCH 2864/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index ec501f5..6bcf35a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Lime; + background-color: Peru; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 3a03aa4ec4558dd0c2509d3343ff4ef65c1d1364 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 6 Feb 2023 20:56:11 +0000 Subject: [PATCH 2865/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 6bcf35a..f1a2156 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Peru; + background-color: White; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From ff233f5703a3d8561345295b7919efa52cbd4200 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 7 Feb 2023 02:56:11 +0000 Subject: [PATCH 2866/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f1a2156..960363a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: White; + background-color: Silver; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From c1a8f12a7b851770acaa75517d9b60d53fa00437 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 7 Feb 2023 10:26:10 +0000 Subject: [PATCH 2867/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 960363a..2cb0acd 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Silver; + background-color: Indigo; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From d1eb21bca58fff81303afa5d99c22303518407d2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 7 Feb 2023 11:11:11 +0000 Subject: [PATCH 2868/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 2cb0acd..e6fb036 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Indigo; + background-color: GoldenRod; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From faa37d507cafe4ae9775a3db9973c0df0a8edd8e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 7 Feb 2023 15:41:11 +0000 Subject: [PATCH 2869/3231] KPT-22: Modals with DodgerBlue accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index e6fb036..6c13b73 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: GoldenRod; + background-color: DodgerBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From a82fee2e94e8cb40f3580f851ea972574f608e6a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 7 Feb 2023 19:26:10 +0000 Subject: [PATCH 2870/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 6c13b73..992f790 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DodgerBlue; + background-color: Yellow; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 3b783b68ebfc6348765b67503c3ae341c3e4ca44 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 7 Feb 2023 20:11:11 +0000 Subject: [PATCH 2871/3231] KPT-22: Modals with Moccasin accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 992f790..eada11b 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Yellow; + background-color: Moccasin; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 33f2ef6f6762096dabead50a7c24660fa051ed0e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 7 Feb 2023 21:41:10 +0000 Subject: [PATCH 2872/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index eada11b..0389bc8 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Moccasin; + background-color: PowderBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 7ff4d71dfe67b250a03e5a79d42f5a6081c7fe9c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 7 Feb 2023 23:11:11 +0000 Subject: [PATCH 2873/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 0389bc8..2641f4a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PowderBlue; + background-color: LawnGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From f67a8b7f908ef86838cbd73c915669161036a369 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 8 Feb 2023 02:56:11 +0000 Subject: [PATCH 2874/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 2641f4a..992f790 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LawnGreen; + background-color: Yellow; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 1f46070cc61f391164023375ed0197272511aec5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 8 Feb 2023 06:41:11 +0000 Subject: [PATCH 2875/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 992f790..03d1fcd 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Yellow; + background-color: HotPink; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 3bea9b4b6460f6818b4f3ee1cb9e358b1ba4c071 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 8 Feb 2023 12:41:11 +0000 Subject: [PATCH 2876/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 03d1fcd..31b5e44 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: HotPink; + background-color: Sienna; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 9fca869fee25b5a354848fb6c7fefcbdd72a79a5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 8 Feb 2023 13:26:11 +0000 Subject: [PATCH 2877/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 31b5e44..0784442 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Sienna; + background-color: Gold; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 15ba575f25bf7a5c5646d862931a5bd4052e3803 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 8 Feb 2023 15:41:10 +0000 Subject: [PATCH 2878/3231] KPT-22: Modals with RebeccaPurple accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 0784442..1eeb4dc 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Gold; + background-color: RebeccaPurple; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From bff740b66a8dfd162488c389bbbdfc6e2bb469ff Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 8 Feb 2023 17:11:11 +0000 Subject: [PATCH 2879/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1eeb4dc..a00063a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: RebeccaPurple; + background-color: Red; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 19ba57788ad14448f4cd4764afaac5edb9e1acf7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 8 Feb 2023 17:56:10 +0000 Subject: [PATCH 2880/3231] KPT-22: Modals with DarkOliveGreen accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index a00063a..1ede12f 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Red; + background-color: DarkOliveGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 65f4ad88992d39d7167caddbbe1e9f31d798130d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 8 Feb 2023 18:41:12 +0000 Subject: [PATCH 2881/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1ede12f..679ea3e 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkOliveGreen; + background-color: MediumVioletRed; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From de6e2bc447275eabf04ac4a5570d56990774e21f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 9 Feb 2023 00:41:11 +0000 Subject: [PATCH 2882/3231] KPT-24: Update background color to LimeGreen --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 679ea3e..60a860f 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumVioletRed; + background-color: LimeGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 1532838f17f9b811ecacdeae0a80bef0ce3785a7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 9 Feb 2023 02:56:11 +0000 Subject: [PATCH 2883/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 60a860f..6bcf35a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LimeGreen; + background-color: Peru; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From ab1d8332495c52b7efd16f8700906c3bcb5e870a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 9 Feb 2023 03:41:11 +0000 Subject: [PATCH 2884/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 6bcf35a..5e5890c 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Peru; + background-color: DarkRed; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 86ee7278151db7f45c698dea1cf1827d722babef Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 9 Feb 2023 05:11:12 +0000 Subject: [PATCH 2885/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5e5890c..1a4cdac 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkRed; + background-color: Purple; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 9f51b24aef0075483e05db45470d3f65e8a87a0b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 9 Feb 2023 05:56:11 +0000 Subject: [PATCH 2886/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1a4cdac..82130d0 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Purple; + background-color: LightYellow; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 562957cb4a5c4f94014c2ee4eec8903ed6de1683 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 9 Feb 2023 07:26:12 +0000 Subject: [PATCH 2887/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 82130d0..51d92d9 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightYellow; + background-color: FireBrick; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From f9f5fa9ee94f19a7b46a6918d4e9fced94355812 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 9 Feb 2023 08:56:11 +0000 Subject: [PATCH 2888/3231] KPT-22: Modals with Wheat accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 51d92d9..77c4429 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: FireBrick; + background-color: Wheat; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From f2af376efd8a81b6281d2bfa815aea95e9ad2dd7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 9 Feb 2023 09:41:11 +0000 Subject: [PATCH 2889/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 77c4429..e6fb036 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Wheat; + background-color: GoldenRod; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 5187887aee00ff3f92651190ff519d3e7286a8ee Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 9 Feb 2023 11:56:21 +0000 Subject: [PATCH 2890/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index e6fb036..5094cf7 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: GoldenRod; + background-color: Chartreuse; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From ce06ff6c8323ccf932d97571224ba56bc3252cac Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 9 Feb 2023 13:26:11 +0000 Subject: [PATCH 2891/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5094cf7..8d0d9cb 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Chartreuse; + background-color: WhiteSmoke; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 69f06ccc2f2dfb5e22ba5ffaaaed0c3746d88a8a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 9 Feb 2023 14:56:11 +0000 Subject: [PATCH 2892/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 8d0d9cb..0c0e5f8 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: WhiteSmoke; + background-color: BurlyWood; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 2bb5e5ff0a025d43cb46451c57f0ac5869d3683d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 9 Feb 2023 16:26:11 +0000 Subject: [PATCH 2893/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 0c0e5f8..6bcf35a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: BurlyWood; + background-color: Peru; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From c99020d09401de8d40c7e01d06e28da0398722e5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 9 Feb 2023 20:56:11 +0000 Subject: [PATCH 2894/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 6bcf35a..f60ef17 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Peru; + background-color: OldLace; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 7e613296e4886eecc89857bbe65d09e4d477ce8c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 10 Feb 2023 02:56:11 +0000 Subject: [PATCH 2895/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f60ef17..3d28410 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: OldLace; + background-color: Thistle; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From f6057064500a886456a8b86345bb5c2d4d76e304 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 10 Feb 2023 10:26:10 +0000 Subject: [PATCH 2896/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 3d28410..77102e4 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Thistle; + background-color: Black; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 28431b6e983aa61b0bf495923cda3029da5b5e2c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 10 Feb 2023 11:56:11 +0000 Subject: [PATCH 2897/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 77102e4..6255ca9 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Black; + background-color: SaddleBrown; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 651a6923a6ffdc199fe98e8cf0548196f4ffa36f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 10 Feb 2023 17:56:11 +0000 Subject: [PATCH 2898/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 6255ca9..263fa35 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SaddleBrown; + background-color: Tomato; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 3b2d9a32801374e46771916f395af929f48b0ec4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 10 Feb 2023 18:41:13 +0000 Subject: [PATCH 2899/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 263fa35..d828631 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Tomato; + background-color: Azure; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From e503cf316670c34c84a8233db17ca02563d42950 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 10 Feb 2023 23:11:11 +0000 Subject: [PATCH 2900/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index d828631..eada11b 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Azure; + background-color: Moccasin; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From a589f5b853741da9f17dbbafc4db8563060b89d9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 10 Feb 2023 23:56:11 +0000 Subject: [PATCH 2901/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index eada11b..1fbfb2d 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Moccasin; + background-color: Tan; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From ea5fd7409b1b5b926bd9beab660fc7019c2df603 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 11 Feb 2023 06:41:11 +0000 Subject: [PATCH 2902/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1fbfb2d..2f08aae 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Tan; + background-color: AntiqueWhite; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 4bd5409918eba103673fa55544e62a14067426b7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 11 Feb 2023 07:26:11 +0000 Subject: [PATCH 2903/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 2f08aae..4cd1ed2 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: AntiqueWhite; + background-color: Linen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From b7dfad224744090b98892e0c20dd22798c500e0b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 11 Feb 2023 15:41:11 +0000 Subject: [PATCH 2904/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 4cd1ed2..7675de5 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Linen; + background-color: Grey; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From db8fd0e7a0a15fb112cc11c038dd5d09c925a5fd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 11 Feb 2023 17:11:10 +0000 Subject: [PATCH 2905/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 7675de5..65ab0ee 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Grey; + background-color: Teal; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 6ca94cd2dee531bd63bef4cad3c8a5ac366d1e26 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 11 Feb 2023 17:56:10 +0000 Subject: [PATCH 2906/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 65ab0ee..19a39b9 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Teal; + background-color: DarkSeaGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From ff0457e8064a45ebedcda0714bc75efdff7d6c8c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 11 Feb 2023 20:11:11 +0000 Subject: [PATCH 2907/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 19a39b9..7225865 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkSeaGreen; + background-color: DarkBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From ee997f680cb7ce6eec7b420bb2219b41b85a257c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 12 Feb 2023 00:41:12 +0000 Subject: [PATCH 2908/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 7225865..bd0a1d7 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkBlue; + background-color: DarkOrange; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 6ac63e8ec1e7499c356d3e9a894cd2b520894805 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 12 Feb 2023 03:41:10 +0000 Subject: [PATCH 2909/3231] KPT-22: Modals with LightGrey accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index bd0a1d7..08ea915 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkOrange; + background-color: LightGrey; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From cd62341e08d1da445ba65a9291f618122de0b46a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 12 Feb 2023 04:26:10 +0000 Subject: [PATCH 2910/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 08ea915..f60ef17 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightGrey; + background-color: OldLace; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 243195af4c1e7bdd0b4ccf5c76096ef71dafacda Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 12 Feb 2023 08:56:11 +0000 Subject: [PATCH 2911/3231] KPT-24: Update background color to DarkOliveGreen --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f60ef17..1ede12f 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: OldLace; + background-color: DarkOliveGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 2dfcd80cd1cad8f4d01fa43f6c14173173a45560 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 12 Feb 2023 09:41:10 +0000 Subject: [PATCH 2912/3231] KPT-22: Modals with Green accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1ede12f..10f5b34 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkOliveGreen; + background-color: Green; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 4739d740ccd16c34bb66040fd47d760303362af2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 12 Feb 2023 11:11:11 +0000 Subject: [PATCH 2913/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 10f5b34..05b0195 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Green; + background-color: Lavender; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From afcb415a27a7dd23a4e77e34c2edefe9889ad4d2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 12 Feb 2023 12:41:12 +0000 Subject: [PATCH 2914/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 05b0195..b33a2c2 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Lavender; + background-color: SeaGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 6ccce721c4351b4ded2af7c08c57278e2570811e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 12 Feb 2023 17:11:11 +0000 Subject: [PATCH 2915/3231] KPT-22: Modals with DarkSeaGreen accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index b33a2c2..19a39b9 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SeaGreen; + background-color: DarkSeaGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 54ba20a32dfe61e3d98daec3d2ffa90c803f9f20 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 12 Feb 2023 18:41:12 +0000 Subject: [PATCH 2916/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 19a39b9..b517794 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkSeaGreen; + background-color: LightSlateGrey; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 0f4b496c41b048f0b6d3f5139af4a63a705da809 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 13 Feb 2023 02:56:10 +0000 Subject: [PATCH 2917/3231] KPT-22: Modals with SeaGreen accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index b517794..b33a2c2 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightSlateGrey; + background-color: SeaGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 21618cdcbba9b361e90e99c7f8f26e21312c627b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 13 Feb 2023 04:26:13 +0000 Subject: [PATCH 2918/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index b33a2c2..659aa8c 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SeaGreen; + background-color: Gray; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From d6038d6a08872b029703099406d77b533ede5a1b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 13 Feb 2023 11:11:11 +0000 Subject: [PATCH 2919/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 659aa8c..15a41f1 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Gray; + background-color: SandyBrown; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 95bf42f33265f8a3ddc3116c646ebfdc5a671d54 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 13 Feb 2023 16:26:11 +0000 Subject: [PATCH 2920/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 15a41f1..326743f 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SandyBrown; + background-color: PaleTurquoise; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From fb6700415fa3abbaf15722b17fa1e5fde0cacab1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 13 Feb 2023 23:11:11 +0000 Subject: [PATCH 2921/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 326743f..960363a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PaleTurquoise; + background-color: Silver; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 8c99f2a5d5183fdd2202bd2f14df952b7bb179d0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 14 Feb 2023 00:41:10 +0000 Subject: [PATCH 2922/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 960363a..27817c7 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Silver; + background-color: LightBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From da07c3af2871c26d0b3c6e8ab37e7eae9b60146f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 14 Feb 2023 01:26:11 +0000 Subject: [PATCH 2923/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 27817c7..c7a5312 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightBlue; + background-color: MediumOrchid; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From d69059676f34b5f0af8a3c1c0aab2c096df394c9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 14 Feb 2023 04:26:12 +0000 Subject: [PATCH 2924/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index c7a5312..f908495 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumOrchid; + background-color: Crimson; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 7eb9deeb78616c679c9655706b461bf761509d68 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 14 Feb 2023 05:11:11 +0000 Subject: [PATCH 2925/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f908495..f5fd949 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Crimson; + background-color: SpringGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From d7777e3b9d670f92d3d8934c4d0bcca3bda7d019 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 14 Feb 2023 07:26:11 +0000 Subject: [PATCH 2926/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f5fd949..6c13b73 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SpringGreen; + background-color: DodgerBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 498ddf7322fcb16869bee952069b6e3dc19b9839 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 14 Feb 2023 11:56:11 +0000 Subject: [PATCH 2927/3231] KPT-24: Update background color to MediumSeaGreen --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 6c13b73..f801b46 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DodgerBlue; + background-color: MediumSeaGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 325d0fe9e49ee66349845e8c10ee097c22b5ddea Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 14 Feb 2023 12:41:10 +0000 Subject: [PATCH 2928/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f801b46..05b0195 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumSeaGreen; + background-color: Lavender; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 06a2c9812dc20188dd455bb19b245c1e66739e0f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 14 Feb 2023 14:11:12 +0000 Subject: [PATCH 2929/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 05b0195..03f2967 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Lavender; + background-color: SlateGrey; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 8519ec96c08c1547688f7372aedd4d07af052ec5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 15 Feb 2023 04:50:21 +0000 Subject: [PATCH 2930/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 03f2967..49b1b56 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SlateGrey; + background-color: LightSalmon; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 78c4e5b14c544ed062cbfe8d630b21545e215d0c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 15 Feb 2023 07:50:21 +0000 Subject: [PATCH 2931/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 49b1b56..141472c 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightSalmon; + background-color: Fuchsia; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 28be4edd8720120f703932fccc35d7d1a7fe6440 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 15 Feb 2023 16:05:20 +0000 Subject: [PATCH 2932/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 141472c..a6e04de 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Fuchsia; + background-color: Navy; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 1a8502a8ef680181bfcdc012b95476106c8c6341 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 15 Feb 2023 19:50:21 +0000 Subject: [PATCH 2933/3231] KPT-22: Modals with Olive accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index a6e04de..8b86479 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Navy; + background-color: Olive; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 3f9559fdf4b60d5677d43296cba59996c6daab82 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 16 Feb 2023 01:05:21 +0000 Subject: [PATCH 2934/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 8b86479..5b89964 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Olive; + background-color: Salmon; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 0124cf3ff8820fc561427d6bfc065bf8331ca4fb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 16 Feb 2023 03:20:20 +0000 Subject: [PATCH 2935/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5b89964..d031b88 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Salmon; + background-color: NavajoWhite; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 0e7a565a8ebfc5d099ff65bf84ef265269bfb93f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 16 Feb 2023 04:05:20 +0000 Subject: [PATCH 2936/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index d031b88..e04effe 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: NavajoWhite; + background-color: SkyBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From ce6bee905a4e212965d744a5465fd12bac3838f8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 16 Feb 2023 10:50:22 +0000 Subject: [PATCH 2937/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index e04effe..a6e04de 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SkyBlue; + background-color: Navy; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 6e4efdb6ef1817387deab63711da799a2bee49b9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 17 Feb 2023 00:20:20 +0000 Subject: [PATCH 2938/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index a6e04de..0c91c33 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Navy; + background-color: Magenta; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From eff873cb494bbafb6753dd54b30456c8afad7621 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 17 Feb 2023 05:35:21 +0000 Subject: [PATCH 2939/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 0c91c33..141472c 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Magenta; + background-color: Fuchsia; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 96d4d7fd79ccc37a7e70d28b85eb27cdb5ef46d0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 17 Feb 2023 15:20:21 +0000 Subject: [PATCH 2940/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 141472c..81081f0 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Fuchsia; + background-color: Gainsboro; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From eeee16b842358a08744eb95186209ca6f97c9da4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 17 Feb 2023 17:35:21 +0000 Subject: [PATCH 2941/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 81081f0..1dca26d 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Gainsboro; + background-color: LightSteelBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 442e84bc3e1dc56e604bc0e5011be3e18aebeb34 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 17 Feb 2023 22:05:21 +0000 Subject: [PATCH 2942/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1dca26d..10f5b34 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightSteelBlue; + background-color: Green; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From f7c64851536359a76a7606b7cf3bf9d84885c171 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 18 Feb 2023 07:05:21 +0000 Subject: [PATCH 2943/3231] KPT-24: Update background color to AliceBlue --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 10f5b34..f6a43ea 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Green; + background-color: AliceBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From b62a813be373eedb3cb807516dc88d464b2d28ad Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 18 Feb 2023 13:50:20 +0000 Subject: [PATCH 2944/3231] KPT-22: Modals with Teal accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f6a43ea..65ab0ee 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: AliceBlue; + background-color: Teal; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From f1c0abaa79b1d78e7a87d36b33d0285b51815950 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 18 Feb 2023 17:35:20 +0000 Subject: [PATCH 2945/3231] KPT-24: Update background color to Coral --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 65ab0ee..78f7196 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Teal; + background-color: Coral; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From fd1eb54abc61c6210dabd24862afd06535d56ea1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 18 Feb 2023 21:20:20 +0000 Subject: [PATCH 2946/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 78f7196..10f5b34 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Coral; + background-color: Green; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 9d7a131ffbfbaa60dc9663409910295c1f56baad Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 18 Feb 2023 22:50:22 +0000 Subject: [PATCH 2947/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 10f5b34..6bcf35a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Green; + background-color: Peru; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From fbffc939affb9c5499b94db9b30b17483515b82d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 19 Feb 2023 11:35:21 +0000 Subject: [PATCH 2948/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 6bcf35a..52e7735 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Peru; + background-color: DarkSalmon; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 11b9ff568c423ff3d4e210284416b62af852e7f0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 19 Feb 2023 16:50:20 +0000 Subject: [PATCH 2949/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 52e7735..0389bc8 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkSalmon; + background-color: PowderBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From e19c7aa2103a735679cc88e836aabf33ccad899d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 19 Feb 2023 19:05:30 +0000 Subject: [PATCH 2950/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 0389bc8..78f7196 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PowderBlue; + background-color: Coral; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From c31ed21e52360b028f781060aa133d59a7ddba85 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 19 Feb 2023 20:35:21 +0000 Subject: [PATCH 2951/3231] KPT-24: Update background color to Snow --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 78f7196..df6b601 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Coral; + background-color: Snow; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 7380b02e820f76fc38af43a57598ee3393aed9ff Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 20 Feb 2023 03:20:22 +0000 Subject: [PATCH 2952/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index df6b601..8b86479 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Snow; + background-color: Olive; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From d316cb37da2af601eb95e4888b8b58c7c3c69540 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 20 Feb 2023 10:05:20 +0000 Subject: [PATCH 2953/3231] KPT-22: Modals with Yellow accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 8b86479..992f790 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Olive; + background-color: Yellow; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From b80af3631e307fe478cae9651d9c8880bd7a4889 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 20 Feb 2023 14:35:20 +0000 Subject: [PATCH 2954/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 992f790..86a9b03 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Yellow; + background-color: DarkCyan; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 0aa822af21cbfb70ef6589c894f2e974aebf3b11 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 20 Feb 2023 16:05:21 +0000 Subject: [PATCH 2955/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 86a9b03..f908495 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkCyan; + background-color: Crimson; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From b3e7e98a1cf0e57b2459b7eee4134c4ff7a9ef34 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 20 Feb 2023 17:35:21 +0000 Subject: [PATCH 2956/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f908495..f6a1660 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Crimson; + background-color: LightPink; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 352051f0fc5b2a64a05171bdf87b2b7542ddb9a5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 20 Feb 2023 19:05:20 +0000 Subject: [PATCH 2957/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f6a1660..10f5b34 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightPink; + background-color: Green; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From a510207014149805d9f7d0d5f152b036f17c2380 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 20 Feb 2023 20:35:21 +0000 Subject: [PATCH 2958/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 10f5b34..1fbfb2d 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Green; + background-color: Tan; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 72261e307f9a1ab6e68a2928dc4225bb5ba9d33c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 21 Feb 2023 11:35:20 +0000 Subject: [PATCH 2959/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1fbfb2d..992f790 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Tan; + background-color: Yellow; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 2b9c9c22dd272bd184b73b1969707a4b2f3bc923 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 21 Feb 2023 12:20:21 +0000 Subject: [PATCH 2960/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 992f790..eb3f3a0 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Yellow; + background-color: YellowGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From d8b14a575380a335def88757526b3aac73ea4ba4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 21 Feb 2023 13:50:21 +0000 Subject: [PATCH 2961/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index eb3f3a0..4f4e2eb 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: YellowGreen; + background-color: Orange; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 58490315bc3d1a87d1193b8627507853d404b81e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 21 Feb 2023 14:35:21 +0000 Subject: [PATCH 2962/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 4f4e2eb..7225865 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Orange; + background-color: DarkBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 5dc1f8593dbb1ba794a9416957dc9f24832114fa Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 21 Feb 2023 16:05:20 +0000 Subject: [PATCH 2963/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 7225865..f2dd7f4 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkBlue; + background-color: LightGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 9ae8989b806a65353b2c0edaccf91143f375f36d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 21 Feb 2023 19:05:20 +0000 Subject: [PATCH 2964/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f2dd7f4..2d9d2b7 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightGreen; + background-color: ForestGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 3b50a57584a504254e2d24178b049e5d70090bd2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 22 Feb 2023 01:50:21 +0000 Subject: [PATCH 2965/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 2d9d2b7..708ad67 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: ForestGreen; + background-color: BlueViolet; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 8fe0eacd737beefdadfd9117453fa76d8c656a44 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 22 Feb 2023 04:50:21 +0000 Subject: [PATCH 2966/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 708ad67..e04effe 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: BlueViolet; + background-color: SkyBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 031c68e3e3539eeb41e7d1c68fbabb042694b731 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 22 Feb 2023 10:05:21 +0000 Subject: [PATCH 2967/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index e04effe..0cbfd78 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SkyBlue; + background-color: DarkGoldenRod; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 6de262e6799c9d6a5ec03934a43dc0a7ed39243e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 22 Feb 2023 11:35:20 +0000 Subject: [PATCH 2968/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 0cbfd78..71978eb 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkGoldenRod; + background-color: Turquoise; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From cb81073424f7779822d7f7c71fa51cfdd3def711 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 22 Feb 2023 13:50:21 +0000 Subject: [PATCH 2969/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 71978eb..31b5e44 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Turquoise; + background-color: Sienna; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 529e8179627688c0c4e21df0960e761ebac3d42d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 22 Feb 2023 16:50:22 +0000 Subject: [PATCH 2970/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 31b5e44..f60ef17 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Sienna; + background-color: OldLace; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 31f245f450e00df776f79e24a430cf997b48695d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 22 Feb 2023 18:20:21 +0000 Subject: [PATCH 2971/3231] KPT-24: Update background color to Thistle --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f60ef17..3d28410 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: OldLace; + background-color: Thistle; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From eef17e4cc38c9d201903796ce514f876bcfe095b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 23 Feb 2023 03:20:21 +0000 Subject: [PATCH 2972/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 3d28410..381e179 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Thistle; + background-color: LightSlateGray; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From e1b319a65229efa720b8688b3715081a1c3138e6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 23 Feb 2023 08:35:20 +0000 Subject: [PATCH 2973/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 381e179..9d426c3 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightSlateGray; + background-color: PeachPuff; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From ad1ef372bea356ef0663d0b1dce0e40053aca22f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 23 Feb 2023 16:05:20 +0000 Subject: [PATCH 2974/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 9d426c3..5d39784 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PeachPuff; + background-color: SteelBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From c3dcca4d8e4015572cc480ca17f990ea661a5cad Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 23 Feb 2023 19:50:21 +0000 Subject: [PATCH 2975/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5d39784..992f790 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SteelBlue; + background-color: Yellow; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 4e586e7cfd98313f1cf9555a13e668241bc54c1d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 23 Feb 2023 21:20:21 +0000 Subject: [PATCH 2976/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 992f790..2a3207f 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Yellow; + background-color: DarkGrey; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 8bf072d65425d987f0dcfd24d49dbf8dbf2569fe Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 23 Feb 2023 22:05:21 +0000 Subject: [PATCH 2977/3231] KPT-24: Update background color to CornflowerBlue --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 2a3207f..21e4201 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkGrey; + background-color: CornflowerBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 11064375d912d0c48fce69a82a4974540dfb9656 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 23 Feb 2023 23:35:21 +0000 Subject: [PATCH 2978/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 21e4201..659aa8c 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: CornflowerBlue; + background-color: Gray; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From ba970d6b0b12664b056a4153c91de7ed75e94498 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 24 Feb 2023 09:20:21 +0000 Subject: [PATCH 2979/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 659aa8c..0c0e5f8 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Gray; + background-color: BurlyWood; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 1805074a7369a355196807551f9cb99b25441a81 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 24 Feb 2023 10:50:22 +0000 Subject: [PATCH 2980/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 0c0e5f8..381e179 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: BurlyWood; + background-color: LightSlateGray; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From db4ca29c48ce135987b4657d89576cfb5b7f8e8f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 24 Feb 2023 14:35:20 +0000 Subject: [PATCH 2981/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 381e179..326743f 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightSlateGray; + background-color: PaleTurquoise; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From c480cc1fce89e689bc24207e7ae8df6a0ada9cd8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 24 Feb 2023 15:20:21 +0000 Subject: [PATCH 2982/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 326743f..a4f3dc5 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PaleTurquoise; + background-color: Cornsilk; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 597eb36d62ed0c364f856ee423921b0c8aa060a2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 24 Feb 2023 19:50:22 +0000 Subject: [PATCH 2983/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index a4f3dc5..9be746a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Cornsilk; + background-color: LemonChiffon; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From f6b30afa69a7aa908f561db6a35a7687ed54e2ac Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 25 Feb 2023 01:05:21 +0000 Subject: [PATCH 2984/3231] KPT-24: Update background color to Yellow --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 9be746a..992f790 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LemonChiffon; + background-color: Yellow; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From caaea50d7dcff5048359dec99bc5716ce9032ebf Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 25 Feb 2023 04:50:21 +0000 Subject: [PATCH 2985/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 992f790..2191c27 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Yellow; + background-color: DarkSlateGray; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From c39c77df6a82946193e8f83e036e25f7b6ee0aba Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 25 Feb 2023 06:20:21 +0000 Subject: [PATCH 2986/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 2191c27..f6a43ea 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkSlateGray; + background-color: AliceBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From fa17e4ef81f7b41ee9cda0fae5fa2e6a5f4ab762 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 25 Feb 2023 07:05:21 +0000 Subject: [PATCH 2987/3231] KPT-24: Update background color to LightPink --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f6a43ea..f6a1660 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: AliceBlue; + background-color: LightPink; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 10d5d1242aed752c99ba25ee99676313690dc1f3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 25 Feb 2023 12:20:20 +0000 Subject: [PATCH 2988/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f6a1660..03e453a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightPink; + background-color: MintCream; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From a5fee48263ab8e2b50fe7b72386ff731b08b5e66 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 25 Feb 2023 15:20:21 +0000 Subject: [PATCH 2989/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 03e453a..6c88545 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MintCream; + background-color: DarkSlateBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 98e0488cb14863f95177a379c0d758c990a17d68 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 25 Feb 2023 20:35:21 +0000 Subject: [PATCH 2990/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 6c88545..e23fe63 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkSlateBlue; + background-color: DeepPink; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 03f63f55b7235282cfa3514e2e1c3e00653ef42b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 26 Feb 2023 01:05:20 +0000 Subject: [PATCH 2991/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index e23fe63..fea4e57 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DeepPink; + background-color: PaleGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From d22747257c9ea5acf63b45b21c5ea28b34d5e131 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 26 Feb 2023 04:05:21 +0000 Subject: [PATCH 2992/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index fea4e57..15a41f1 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PaleGreen; + background-color: SandyBrown; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 6450b0b19897820e3dd1b8a9f578d8175c521cc4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 26 Feb 2023 06:20:21 +0000 Subject: [PATCH 2993/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 15a41f1..5144a86 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SandyBrown; + background-color: Violet; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From a982c8a199dd66318e845a13a463e81f7906b663 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 26 Feb 2023 09:20:21 +0000 Subject: [PATCH 2994/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5144a86..6c534d0 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Violet; + background-color: LightSkyBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From b2cc7f85c6906ccd4fd833df1ef8739fdcd6fc69 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 26 Feb 2023 12:20:22 +0000 Subject: [PATCH 2995/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 6c534d0..2f08aae 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightSkyBlue; + background-color: AntiqueWhite; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 9cedfeba81cd8f2c806937b4bac1deb0ca9cd955 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 26 Feb 2023 14:35:21 +0000 Subject: [PATCH 2996/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 2f08aae..0588b9a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: AntiqueWhite; + background-color: LavenderBlush; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 93904f8e9b60b27399a36ce003b56c20fe24bc1d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 26 Feb 2023 22:50:21 +0000 Subject: [PATCH 2997/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 0588b9a..2a3207f 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LavenderBlush; + background-color: DarkGrey; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 85f385c593a8fc69fc7a774ab2fd7011afb09c86 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 26 Feb 2023 23:35:21 +0000 Subject: [PATCH 2998/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 2a3207f..fcd35ac 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkGrey; + background-color: Khaki; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From a3662a6b8bb8443cb05a43b8af2a494122e75ab8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 27 Feb 2023 01:50:21 +0000 Subject: [PATCH 2999/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index fcd35ac..5d39784 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Khaki; + background-color: SteelBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From bbfa49cb770b59532a1e3790fa8bb8ff14afc1d1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 27 Feb 2023 05:35:20 +0000 Subject: [PATCH 3000/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5d39784..f6a43ea 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SteelBlue; + background-color: AliceBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 35a67e203789648275f4a6fad59ffe35c8ebfadd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 27 Feb 2023 09:20:20 +0000 Subject: [PATCH 3001/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f6a43ea..08ea915 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: AliceBlue; + background-color: LightGrey; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 0a02519db5e15a34a5fc818283bb0526dea01b07 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 27 Feb 2023 10:50:22 +0000 Subject: [PATCH 3002/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 08ea915..27817c7 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightGrey; + background-color: LightBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 51f13c23ead121262a9c8bb38bd2406e6d3ec8e1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 27 Feb 2023 18:20:21 +0000 Subject: [PATCH 3003/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 27817c7..708ad67 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightBlue; + background-color: BlueViolet; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From b5254452f2dda8804807d8eddad6189ea42a6140 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 27 Feb 2023 20:35:21 +0000 Subject: [PATCH 3004/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 708ad67..2a3207f 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: BlueViolet; + background-color: DarkGrey; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 0fb7e03773998bfa4a84c52dc36b61685c18c4cf Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 28 Feb 2023 00:20:21 +0000 Subject: [PATCH 3005/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 2a3207f..708ad67 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkGrey; + background-color: BlueViolet; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 7a90f36063ec919956d1a26725d87b010c2e7e7a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 28 Feb 2023 02:35:20 +0000 Subject: [PATCH 3006/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 708ad67..e68b895 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: BlueViolet; + background-color: MediumPurple; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 74060e11746036d3cc62b3eaa36219d7a38b5150 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 28 Feb 2023 12:20:21 +0000 Subject: [PATCH 3007/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index e68b895..d860033 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumPurple; + background-color: LightCyan; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 75512532d790f790535e97d740735131abcfad0b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 28 Feb 2023 13:50:21 +0000 Subject: [PATCH 3008/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index d860033..2cb0acd 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightCyan; + background-color: Indigo; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From ae5c889b67a5445e1146bfd00827320f28da6e3f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 28 Feb 2023 14:35:20 +0000 Subject: [PATCH 3009/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 2cb0acd..e6169de 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Indigo; + background-color: DimGrey; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 741ac63bb57678222c68bae5a15eb06526959a6c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 28 Feb 2023 15:20:22 +0000 Subject: [PATCH 3010/3231] KPT-24: Update background color to MistyRose --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index e6169de..fb4d530 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DimGrey; + background-color: MistyRose; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 9508373552750ce77ca36d59c823388e51014f39 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 28 Feb 2023 16:05:21 +0000 Subject: [PATCH 3011/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index fb4d530..f394f78 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MistyRose; + background-color: Blue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 1dc6c04c6bccb134f7b73a5f6268729fc02bdd52 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 28 Feb 2023 17:35:20 +0000 Subject: [PATCH 3012/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f394f78..60a860f 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Blue; + background-color: LimeGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 09384d372594ec99153d0ee570f44f749b779e04 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 28 Feb 2023 18:20:21 +0000 Subject: [PATCH 3013/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 60a860f..5ac9d52 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LimeGreen; + background-color: HoneyDew; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From ba5e31989352539f7d51df479f980ae2abc1f6f3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 28 Feb 2023 21:20:20 +0000 Subject: [PATCH 3014/3231] KPT-24: Update background color to DimGray --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5ac9d52..49cd2ac 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: HoneyDew; + background-color: DimGray; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From cf0ab35fdfa8fd3b1adfc56304a80ea43422f48f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 1 Mar 2023 05:35:21 +0000 Subject: [PATCH 3015/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 49cd2ac..c4c362e 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DimGray; + background-color: IndianRed; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 252348f4684780649c25775f199bb0930f0f70ce Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 1 Mar 2023 10:50:22 +0000 Subject: [PATCH 3016/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index c4c362e..0cbfd78 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: IndianRed; + background-color: DarkGoldenRod; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 49da74feb91ac8ca80e6c4c624fbee655bdb3676 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 1 Mar 2023 11:35:20 +0000 Subject: [PATCH 3017/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 0cbfd78..b517794 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkGoldenRod; + background-color: LightSlateGrey; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 303e7ed6a34c83d516de696fd9d082ffa9b0dfd4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 1 Mar 2023 14:35:20 +0000 Subject: [PATCH 3018/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index b517794..eada11b 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightSlateGrey; + background-color: Moccasin; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From e1a2e65b325986a7b3702128871102c864764023 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 1 Mar 2023 16:50:22 +0000 Subject: [PATCH 3019/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index eada11b..f5fd949 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Moccasin; + background-color: SpringGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From a157da9813950a595bf62d782b3707f8dd347322 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 1 Mar 2023 17:35:21 +0000 Subject: [PATCH 3020/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f5fd949..81081f0 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SpringGreen; + background-color: Gainsboro; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From d10a8e653fa7fd555197a143a28f9d664c005782 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 2 Mar 2023 02:35:21 +0000 Subject: [PATCH 3021/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 81081f0..99c6c87 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Gainsboro; + background-color: Aquamarine; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 8c04a58e21c6de6c8a0f1fb719fa4cd737c3fdc7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 2 Mar 2023 03:20:22 +0000 Subject: [PATCH 3022/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 99c6c87..876b2a6 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Aquamarine; + background-color: DarkGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 71636b4db22ce24b7e30699c09adb4ff253e7e80 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 2 Mar 2023 07:05:21 +0000 Subject: [PATCH 3023/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 876b2a6..4c7d26e 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkGreen; + background-color: DarkViolet; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From f46bc2cd858fce00d8bf82313c3a94ec31b2ac43 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 2 Mar 2023 10:05:21 +0000 Subject: [PATCH 3024/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 4c7d26e..eada11b 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkViolet; + background-color: Moccasin; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 01690eb26260b01ef8e52da7ac77d5bcf87a53e0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 2 Mar 2023 13:05:21 +0000 Subject: [PATCH 3025/3231] KPT-24: Update background color to LightSlateGrey --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index eada11b..b517794 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Moccasin; + background-color: LightSlateGrey; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 68df50345903e9bea68424f8f64eaa72c0d0a7c6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 2 Mar 2023 13:50:21 +0000 Subject: [PATCH 3026/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index b517794..3d28410 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightSlateGrey; + background-color: Thistle; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 5ac3a1ad7bfb166147b59c1dcd29f8134adc7335 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 2 Mar 2023 15:20:20 +0000 Subject: [PATCH 3027/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 3d28410..05b0195 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Thistle; + background-color: Lavender; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 92b7b6537e3ad95a6bf90ed62f0f6552019a2d33 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 2 Mar 2023 19:50:21 +0000 Subject: [PATCH 3028/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 05b0195..77102e4 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Lavender; + background-color: Black; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 5f580e684bba971bf0e83911d84440c142b19d86 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 2 Mar 2023 22:05:20 +0000 Subject: [PATCH 3029/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 77102e4..21e4201 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Black; + background-color: CornflowerBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 411565cc0422567db4ff4a9e4bda6d5181412ffb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 2 Mar 2023 23:35:21 +0000 Subject: [PATCH 3030/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 21e4201..3667a7c 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: CornflowerBlue; + background-color: Chocolate; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 496ebbae3663ae56b28c2e5739a162e5a41f5eb5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 3 Mar 2023 03:20:21 +0000 Subject: [PATCH 3031/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 3667a7c..960363a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Chocolate; + background-color: Silver; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 9b8604658018ad27f4fe3a70406e795a7ff52f9d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 3 Mar 2023 06:20:21 +0000 Subject: [PATCH 3032/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 960363a..b517794 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Silver; + background-color: LightSlateGrey; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From dc73065ebeae09a98e5f377247f3ae896bc27094 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 3 Mar 2023 07:05:21 +0000 Subject: [PATCH 3033/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index b517794..81081f0 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightSlateGrey; + background-color: Gainsboro; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 82c31d02014aaebf6558b82bf82769c973d81b04 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 3 Mar 2023 07:50:21 +0000 Subject: [PATCH 3034/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 81081f0..eb3f3a0 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Gainsboro; + background-color: YellowGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From f707ff817dc9250ff378663ddaba63051b8048e6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 3 Mar 2023 10:05:21 +0000 Subject: [PATCH 3035/3231] KPT-22: Modals with LightSalmon accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index eb3f3a0..49b1b56 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: YellowGreen; + background-color: LightSalmon; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From da8c210b7df71172bba988053db316cbd5aaf060 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 3 Mar 2023 11:35:21 +0000 Subject: [PATCH 3036/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 49b1b56..ed5aa20 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightSalmon; + background-color: Brown; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From df40d12030fd23df9383fd32a5ea5a09dbd23699 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 3 Mar 2023 21:20:21 +0000 Subject: [PATCH 3037/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index ed5aa20..94042d5 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Brown; + background-color: SeaShell; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 2af1c5079132d8dea6d3d8887e956e1cbf81a7fb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 4 Mar 2023 00:20:22 +0000 Subject: [PATCH 3038/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 94042d5..f60ef17 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SeaShell; + background-color: OldLace; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 9aa679b97224176fe6e1ae7df0416fdd675b5f15 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 4 Mar 2023 01:05:21 +0000 Subject: [PATCH 3039/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f60ef17..6c88545 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: OldLace; + background-color: DarkSlateBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 024eb4bbd8c26bbe989c215e567f59163ede2939 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 4 Mar 2023 02:35:20 +0000 Subject: [PATCH 3040/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 6c88545..15a41f1 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkSlateBlue; + background-color: SandyBrown; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 0bc52869853ca569eb4e00c72efabadd00251c9c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 4 Mar 2023 04:05:20 +0000 Subject: [PATCH 3041/3231] KPT-22: Modals with Cornsilk accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 15a41f1..a4f3dc5 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SandyBrown; + background-color: Cornsilk; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From abf782cd1fe686eba08761b5d2adbd405732ec33 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 4 Mar 2023 04:50:21 +0000 Subject: [PATCH 3042/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index a4f3dc5..368053a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Cornsilk; + background-color: PaleVioletRed; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 33c900fd187bf9257f12fb097950f84d66537ba6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 4 Mar 2023 05:35:20 +0000 Subject: [PATCH 3043/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 368053a..ed5aa20 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PaleVioletRed; + background-color: Brown; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From eec1e8549abb35836d5591f45765acebc3fce492 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 4 Mar 2023 06:20:20 +0000 Subject: [PATCH 3044/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index ed5aa20..8b86479 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Brown; + background-color: Olive; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 1f64033df0dfccda044bf4645033b87902b6e9ba Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 4 Mar 2023 14:35:20 +0000 Subject: [PATCH 3045/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 8b86479..1a4cdac 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Olive; + background-color: Purple; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 3bd86889ea903701f159e409a8543632233bc35e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 4 Mar 2023 19:50:22 +0000 Subject: [PATCH 3046/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1a4cdac..5d39784 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Purple; + background-color: SteelBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 48aac38bb81c61cf861128c20c8f22ddf257d1a1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 4 Mar 2023 22:05:20 +0000 Subject: [PATCH 3047/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5d39784..fb4d530 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SteelBlue; + background-color: MistyRose; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 8262f7ca82f082433f8d69b037f19c2688071cfd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 4 Mar 2023 22:50:32 +0000 Subject: [PATCH 3048/3231] KPT-22: Modals with SandyBrown accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index fb4d530..15a41f1 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MistyRose; + background-color: SandyBrown; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From b66696cac0af9defca8110bf16df67fec44efe09 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 5 Mar 2023 00:20:21 +0000 Subject: [PATCH 3049/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 15a41f1..679ea3e 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SandyBrown; + background-color: MediumVioletRed; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 1e2c78af7c3df6dffa342cbc7b0397e342a8e450 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 5 Mar 2023 01:50:20 +0000 Subject: [PATCH 3050/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 679ea3e..659aa8c 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumVioletRed; + background-color: Gray; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 8bc2d22eb717419aa839aeed2e167b82f9c08786 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 5 Mar 2023 04:05:20 +0000 Subject: [PATCH 3051/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 659aa8c..77c4429 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Gray; + background-color: Wheat; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 3b98d262bd909ee7bb68033c1922a2cb192b5ee1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 5 Mar 2023 04:50:21 +0000 Subject: [PATCH 3052/3231] KPT-24: Update background color to OldLace --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 77c4429..f60ef17 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Wheat; + background-color: OldLace; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 1354ef5736cfa6b5f2b0898c6b8722d9680ab57e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 5 Mar 2023 09:20:21 +0000 Subject: [PATCH 3053/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f60ef17..679ea3e 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: OldLace; + background-color: MediumVioletRed; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From fe5b0f90fd8447d6dd3d974122ed327cde759c17 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 5 Mar 2023 13:50:22 +0000 Subject: [PATCH 3054/3231] KPT-24: Update background color to LightBlue --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 679ea3e..27817c7 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumVioletRed; + background-color: LightBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 8ad8b26fe690f7174a38d662b588fc4fd382c8f9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 5 Mar 2023 18:20:20 +0000 Subject: [PATCH 3055/3231] KPT-24: Update background color to DarkMagenta --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 27817c7..f615e27 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightBlue; + background-color: DarkMagenta; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 3184f3811d786dbb3d01e3d208756dbd54d399f8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 5 Mar 2023 21:20:23 +0000 Subject: [PATCH 3056/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f615e27..75dc1a7 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkMagenta; + background-color: DarkKhaki; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 1b4d1ff097391d88d384b3f37ae2aad67028efa7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 5 Mar 2023 22:05:20 +0000 Subject: [PATCH 3057/3231] KPT-24: Update background color to Pink --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 75dc1a7..71fefaf 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkKhaki; + background-color: Pink; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 34f223cd5fec6dac74e808d3bc8a3414f600a5d4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 6 Mar 2023 01:05:20 +0000 Subject: [PATCH 3058/3231] KPT-24: Update background color to SpringGreen --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 71fefaf..f5fd949 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Pink; + background-color: SpringGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From f93baa0ef01438defae3a3d67acbdd0be9028fe2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 6 Mar 2023 01:50:22 +0000 Subject: [PATCH 3059/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f5fd949..b517794 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SpringGreen; + background-color: LightSlateGrey; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From e87cd6b50ac3c2b84740b1e466fba3a3e8016c23 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 6 Mar 2023 10:05:22 +0000 Subject: [PATCH 3060/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index b517794..5b89964 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightSlateGrey; + background-color: Salmon; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 5a20d50183e3347c7a40d4a2cf595cd489dfd02d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 6 Mar 2023 10:50:21 +0000 Subject: [PATCH 3061/3231] KPT-24: Update background color to PaleTurquoise --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5b89964..326743f 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Salmon; + background-color: PaleTurquoise; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 2f877b7c11b19642cf4fd7ae54f817271a3d89d5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 6 Mar 2023 13:50:21 +0000 Subject: [PATCH 3062/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 326743f..49b1b56 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PaleTurquoise; + background-color: LightSalmon; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 0ee3263f8734f4bfdeece4d9fa4e42ebc95f5c3c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 6 Mar 2023 17:35:21 +0000 Subject: [PATCH 3063/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 49b1b56..f5fd949 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightSalmon; + background-color: SpringGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 7382702dbf3e5b391f648a541588aaa0062b89a0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 6 Mar 2023 18:20:21 +0000 Subject: [PATCH 3064/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f5fd949..fea4e57 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SpringGreen; + background-color: PaleGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From a00081cb5f66e97b412baae2674cce06776afc74 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 6 Mar 2023 20:35:22 +0000 Subject: [PATCH 3065/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index fea4e57..e5dd579 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PaleGreen; + background-color: FloralWhite; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From c7442a06b379acc659f0a394fe13810369138067 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 6 Mar 2023 23:35:20 +0000 Subject: [PATCH 3066/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index e5dd579..b517794 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: FloralWhite; + background-color: LightSlateGrey; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 0a9433999afee0ff1045d2bfd6d6d1892ca1600e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 7 Mar 2023 00:20:21 +0000 Subject: [PATCH 3067/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index b517794..cd48f0e 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightSlateGrey; + background-color: Maroon; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 1749bf251bda0badce01d743212f5031c36c9d06 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 7 Mar 2023 07:50:21 +0000 Subject: [PATCH 3068/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index cd48f0e..1949d7a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Maroon; + background-color: BlanchedAlmond; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From fc1b26ac9aa020511f05abda98a2afa3d5b04c31 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 7 Mar 2023 10:05:21 +0000 Subject: [PATCH 3069/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1949d7a..e23fe63 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: BlanchedAlmond; + background-color: DeepPink; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From c61405c955911d7db1e289015ae29419f94901a5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 7 Mar 2023 10:50:21 +0000 Subject: [PATCH 3070/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index e23fe63..6c13b73 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DeepPink; + background-color: DodgerBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 9dcc182f790c192e3bdcc55cc270c7737721b21d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 7 Mar 2023 13:50:22 +0000 Subject: [PATCH 3071/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 6c13b73..f615e27 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DodgerBlue; + background-color: DarkMagenta; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From c78407d351c8fc1a6cd30e83d0f238dbaa71f8df Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 7 Mar 2023 15:20:21 +0000 Subject: [PATCH 3072/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f615e27..86a9b03 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkMagenta; + background-color: DarkCyan; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From d96d1a976a0a2c6ba15fd2eafc09dbddf9796456 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 7 Mar 2023 16:50:23 +0000 Subject: [PATCH 3073/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 86a9b03..e5dd579 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkCyan; + background-color: FloralWhite; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 47b7879d764c39646d12b94f8ea8316cf5297a5c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 7 Mar 2023 17:35:22 +0000 Subject: [PATCH 3074/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index e5dd579..8464062 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: FloralWhite; + background-color: LightGray; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 120c3477fa85fa79ece3670de3afec939b732060 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 7 Mar 2023 22:05:21 +0000 Subject: [PATCH 3075/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 8464062..fcd35ac 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightGray; + background-color: Khaki; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From dd6482328fc2a8d9b982b84b2fcf393abb31e005 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 7 Mar 2023 22:50:21 +0000 Subject: [PATCH 3076/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index fcd35ac..679ea3e 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Khaki; + background-color: MediumVioletRed; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From cd24ac85b2fca6fd4921b2f54476828908739f29 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 7 Mar 2023 23:35:22 +0000 Subject: [PATCH 3077/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 679ea3e..1dca26d 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumVioletRed; + background-color: LightSteelBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 73ea40aead483844876988227ba761dd3bbe662a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 8 Mar 2023 01:05:21 +0000 Subject: [PATCH 3078/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1dca26d..1125fac 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightSteelBlue; + background-color: MediumSpringGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 53c542d1fe61e707b03590369fe8fff126957a66 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 8 Mar 2023 02:35:20 +0000 Subject: [PATCH 3079/3231] KPT-24: Update background color to MediumSeaGreen --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1125fac..f801b46 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumSpringGreen; + background-color: MediumSeaGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 9015df959c509f5cd251580195bf401f27d3e76e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 8 Mar 2023 05:35:20 +0000 Subject: [PATCH 3080/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f801b46..2641f4a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumSeaGreen; + background-color: LawnGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 0e5ae8d6ab001a1071249724107cf1f30300420f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 8 Mar 2023 13:05:21 +0000 Subject: [PATCH 3081/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 2641f4a..5b89964 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LawnGreen; + background-color: Salmon; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From f83bd94362bc440e3f0e04ba7449f0e41fff00f8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 8 Mar 2023 13:50:22 +0000 Subject: [PATCH 3082/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5b89964..94042d5 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Salmon; + background-color: SeaShell; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 32744cf5f8044d4b1f062af79365a27d0392fbb1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 8 Mar 2023 16:05:21 +0000 Subject: [PATCH 3083/3231] KPT-24: Update background color to Tan --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 94042d5..1fbfb2d 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SeaShell; + background-color: Tan; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 607c52adbdb09bc7463159a8e27c67edd021f1d6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 8 Mar 2023 19:50:22 +0000 Subject: [PATCH 3084/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1fbfb2d..0c0e5f8 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Tan; + background-color: BurlyWood; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From c228e955745dc1a09b39b99be9d1b3607f95e54f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 8 Mar 2023 21:20:21 +0000 Subject: [PATCH 3085/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 0c0e5f8..f5fd949 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: BurlyWood; + background-color: SpringGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From b693701d9fcc27cfe5438dc65c57a14a5a9d8dae Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 8 Mar 2023 22:05:20 +0000 Subject: [PATCH 3086/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f5fd949..659aa8c 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SpringGreen; + background-color: Gray; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From b110c50de1dff65854c4ec5b1c8fbd6a3047aab4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 9 Mar 2023 01:05:20 +0000 Subject: [PATCH 3087/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 659aa8c..5144a86 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Gray; + background-color: Violet; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 2c86500679dd5269bdda83e889ce118ca2e8e6aa Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 9 Mar 2023 04:05:20 +0000 Subject: [PATCH 3088/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5144a86..6c534d0 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Violet; + background-color: LightSkyBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From e7fecd677c8cbf7b4c4fe9817f42c48c57ec102c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 9 Mar 2023 05:35:20 +0000 Subject: [PATCH 3089/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 6c534d0..77c4429 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightSkyBlue; + background-color: Wheat; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From c9def6d791a24eceb6d0153992d014795bc4e166 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 9 Mar 2023 10:50:20 +0000 Subject: [PATCH 3090/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 77c4429..d860033 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Wheat; + background-color: LightCyan; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 0ee12b0b7c1e734c4ad3f98895b9d147d7327ecd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 9 Mar 2023 23:35:20 +0000 Subject: [PATCH 3091/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index d860033..10f5b34 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightCyan; + background-color: Green; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From c63419cc754df1387290b13b1a619ca06586eb8c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 10 Mar 2023 00:20:22 +0000 Subject: [PATCH 3092/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 10f5b34..992f790 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Green; + background-color: Yellow; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 170001ade0709bd7340537fb5d280039b6be93dd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 10 Mar 2023 01:50:22 +0000 Subject: [PATCH 3093/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 992f790..ef18e83 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Yellow; + background-color: MediumSlateBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 4d39090eeb91dea1365687496fe2e7fb7556d3a4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 10 Mar 2023 04:50:20 +0000 Subject: [PATCH 3094/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index ef18e83..03f2967 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumSlateBlue; + background-color: SlateGrey; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 8ca6eb255ec76e8030cadf2b33eaccce9073f561 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 10 Mar 2023 08:35:22 +0000 Subject: [PATCH 3095/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 03f2967..f908495 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SlateGrey; + background-color: Crimson; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From ae215052a5be25ae586c20ef45912e37f322f899 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 10 Mar 2023 13:05:21 +0000 Subject: [PATCH 3096/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f908495..08ea915 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Crimson; + background-color: LightGrey; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 6a788c2ca933e4760d44ee04d738ac4da36355aa Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 10 Mar 2023 15:20:20 +0000 Subject: [PATCH 3097/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 08ea915..b496a9e 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightGrey; + background-color: DeepSkyBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 82fca551fb5cec03e0743dae521fb6a23d7c2d0f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 10 Mar 2023 16:05:20 +0000 Subject: [PATCH 3098/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index b496a9e..6c13b73 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DeepSkyBlue; + background-color: DodgerBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From aaeb79a9343ed989d671f27839d164c7b9456528 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 10 Mar 2023 22:50:20 +0000 Subject: [PATCH 3099/3231] KPT-24: Update background color to CornflowerBlue --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 6c13b73..21e4201 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DodgerBlue; + background-color: CornflowerBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 44432aba71b10a4d3f70bb6c9a291245eb3ed9da Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 11 Mar 2023 00:20:22 +0000 Subject: [PATCH 3100/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 21e4201..6bcf35a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: CornflowerBlue; + background-color: Peru; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 25672c646b0ecdcf7f04a78a170828d64371c1ca Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 11 Mar 2023 01:50:20 +0000 Subject: [PATCH 3101/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 6bcf35a..1ffd917 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Peru; + background-color: LightCoral; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 45eb37a5059cd974a48ae4e06c543a3a738ff29b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 11 Mar 2023 03:20:21 +0000 Subject: [PATCH 3102/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1ffd917..5094cf7 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightCoral; + background-color: Chartreuse; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From e84eec1275a53fbb1504f20b1996d341c2d62466 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 11 Mar 2023 04:05:21 +0000 Subject: [PATCH 3103/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5094cf7..c7a5312 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Chartreuse; + background-color: MediumOrchid; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From e550337f2b58dee0cd00a61a502f1fb4aac21be4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 11 Mar 2023 05:35:20 +0000 Subject: [PATCH 3104/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index c7a5312..141472c 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumOrchid; + background-color: Fuchsia; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From a9db770be8f257045e7e61be534cc9815ea08b59 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 11 Mar 2023 06:20:20 +0000 Subject: [PATCH 3105/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 141472c..60a860f 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Fuchsia; + background-color: LimeGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From ea169c6f1dd4a915e9724e3916f1648f20bfdb77 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 11 Mar 2023 07:50:21 +0000 Subject: [PATCH 3106/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 60a860f..5733a56 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LimeGreen; + background-color: RoyalBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 16f2bb83706ead87a9410afa60ea507a09749cd9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 11 Mar 2023 08:35:20 +0000 Subject: [PATCH 3107/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5733a56..2d9d2b7 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: RoyalBlue; + background-color: ForestGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 122df5f8938c3a598860b9d20acbeb0dbba52bbd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 11 Mar 2023 15:20:21 +0000 Subject: [PATCH 3108/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 2d9d2b7..0784442 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: ForestGreen; + background-color: Gold; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From d2a7945c71c9f7127192f7f00c07936e7451721b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 11 Mar 2023 19:50:21 +0000 Subject: [PATCH 3109/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 0784442..fb4d530 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Gold; + background-color: MistyRose; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 25341b63dedf26ce96725c51b22fa16e3a2bddbf Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 12 Mar 2023 01:50:21 +0000 Subject: [PATCH 3110/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index fb4d530..4cd1ed2 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MistyRose; + background-color: Linen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 46641395d5570a4dc0ee9b1b5d4ed873097ed882 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 12 Mar 2023 04:05:21 +0000 Subject: [PATCH 3111/3231] KPT-22: Modals with Lavender accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 4cd1ed2..05b0195 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Linen; + background-color: Lavender; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 88ebbfdd03454fd88f4c05aaaf52b50821adc4d3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 12 Mar 2023 07:05:21 +0000 Subject: [PATCH 3112/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 05b0195..382e7a4 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Lavender; + background-color: DarkOrchid; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 15eddcd070fdb7d1111cd2839a3949d9c834b199 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 12 Mar 2023 10:50:22 +0000 Subject: [PATCH 3113/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 382e7a4..2cb0acd 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkOrchid; + background-color: Indigo; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From e5face4b0d475fb1088d1c11a0857bc48259db2b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 12 Mar 2023 11:35:21 +0000 Subject: [PATCH 3114/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 2cb0acd..15a41f1 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Indigo; + background-color: SandyBrown; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From da2ad92f3e80a0a6d19e37c6041ee7810d77f098 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 12 Mar 2023 13:05:20 +0000 Subject: [PATCH 3115/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 15a41f1..f6a43ea 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SandyBrown; + background-color: AliceBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 6177a588ccd41afeb645e3f218c4acbd4a5a8341 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 12 Mar 2023 16:05:20 +0000 Subject: [PATCH 3116/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f6a43ea..5733a56 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: AliceBlue; + background-color: RoyalBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From e71289564ca7422132904ac89ce9f30b61fcbf89 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 12 Mar 2023 18:20:20 +0000 Subject: [PATCH 3117/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5733a56..c4c362e 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: RoyalBlue; + background-color: IndianRed; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From d7abe8a2310f46a87ddeeadefbcd23cbdc4fa7a7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 12 Mar 2023 22:05:20 +0000 Subject: [PATCH 3118/3231] KPT-22: Modals with Gold accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index c4c362e..0784442 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: IndianRed; + background-color: Gold; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 4851a4cae29885320cd1ad4aadad1d60a439b213 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 12 Mar 2023 23:35:20 +0000 Subject: [PATCH 3119/3231] KPT-22: Modals with LavenderBlush accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 0784442..0588b9a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Gold; + background-color: LavenderBlush; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 3ed99bb0a519850ef70162b5e6e48c8922f3a0ad Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 13 Mar 2023 02:35:21 +0000 Subject: [PATCH 3120/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 0588b9a..bd0a1d7 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LavenderBlush; + background-color: DarkOrange; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 98e4cab75ec770c3b5dac5ceb8215ab76a070f4e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 13 Mar 2023 03:20:20 +0000 Subject: [PATCH 3121/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index bd0a1d7..c7a5312 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkOrange; + background-color: MediumOrchid; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 2de8406a66657ff9648e7447458b8dc3998696bd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 13 Mar 2023 07:05:21 +0000 Subject: [PATCH 3122/3231] KPT-24: Update background color to Olive --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index c7a5312..8b86479 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumOrchid; + background-color: Olive; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From f7e6c77ecf0415f022745f8db94adf6be69c350c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 13 Mar 2023 09:20:20 +0000 Subject: [PATCH 3123/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 8b86479..0cbfd78 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Olive; + background-color: DarkGoldenRod; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From d8d62cd640da17bcce75d95108c326a49fac1beb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 13 Mar 2023 13:50:20 +0000 Subject: [PATCH 3124/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 0cbfd78..03d1fcd 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkGoldenRod; + background-color: HotPink; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 29a662a866b9ad03587bc6aeb6ff043e90301625 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 13 Mar 2023 14:35:21 +0000 Subject: [PATCH 3125/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 03d1fcd..c4c362e 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: HotPink; + background-color: IndianRed; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From fd069563b3b95775f8609be993c753f24195adba Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 13 Mar 2023 19:50:23 +0000 Subject: [PATCH 3126/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index c4c362e..a6e04de 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: IndianRed; + background-color: Navy; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 20ed266fccf331a8075102748250ab2b59ef7e59 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 13 Mar 2023 20:35:21 +0000 Subject: [PATCH 3127/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index a6e04de..c7a5312 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Navy; + background-color: MediumOrchid; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 2eb73fa4382539a347322dcb389f36908961e13d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 13 Mar 2023 21:20:20 +0000 Subject: [PATCH 3128/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index c7a5312..2d9d2b7 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumOrchid; + background-color: ForestGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 6008f44a2331dbcee25b339077f166821760b2fe Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 13 Mar 2023 22:05:20 +0000 Subject: [PATCH 3129/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 2d9d2b7..2f08aae 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: ForestGreen; + background-color: AntiqueWhite; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 80458079e81086b26cb6624f170560d25e4fb6b9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 13 Mar 2023 22:50:21 +0000 Subject: [PATCH 3130/3231] KPT-22: Modals with Orange accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 2f08aae..4f4e2eb 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: AntiqueWhite; + background-color: Orange; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From b0dbeef40025aca70c29d9e1b3dab8affed72189 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 14 Mar 2023 04:50:21 +0000 Subject: [PATCH 3131/3231] KPT-24: Update background color to DarkOrchid --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 4f4e2eb..382e7a4 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Orange; + background-color: DarkOrchid; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 371a15022a9a56418914652282e11cd7e6c01300 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 14 Mar 2023 08:35:20 +0000 Subject: [PATCH 3132/3231] KPT-24: Update background color to Brown --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 382e7a4..ed5aa20 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkOrchid; + background-color: Brown; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From bf7b394b573246039dc955af94781745f4b62689 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 14 Mar 2023 13:05:21 +0000 Subject: [PATCH 3133/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index ed5aa20..6c534d0 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Brown; + background-color: LightSkyBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 931a5f0375e6420a40a4aee52c492521081f0d74 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 14 Mar 2023 22:05:20 +0000 Subject: [PATCH 3134/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 6c534d0..0588b9a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightSkyBlue; + background-color: LavenderBlush; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 7aac062e2bf588c8fdb1efb69b362733752ca2b7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 15 Mar 2023 00:20:21 +0000 Subject: [PATCH 3135/3231] KPT-24: Update background color to SlateGrey --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 0588b9a..03f2967 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LavenderBlush; + background-color: SlateGrey; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 6ceb99835a2e1ae6c423abcf681efef3073e277f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 15 Mar 2023 02:35:20 +0000 Subject: [PATCH 3136/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 03f2967..876b2a6 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SlateGrey; + background-color: DarkGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From e356de8382ca762be95c8f16bee0f4cd76c79280 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 15 Mar 2023 06:20:21 +0000 Subject: [PATCH 3137/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 876b2a6..f6a1660 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkGreen; + background-color: LightPink; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From c2149d10ca6d8109e7f6f87e8bcfce3c576b9c43 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 15 Mar 2023 07:50:21 +0000 Subject: [PATCH 3138/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f6a1660..1eeb4dc 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightPink; + background-color: RebeccaPurple; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 8a2548e387cdd6652767b5d03f0d881f6f20aa4d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 15 Mar 2023 16:05:21 +0000 Subject: [PATCH 3139/3231] KPT-22: Modals with WhiteSmoke accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1eeb4dc..8d0d9cb 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: RebeccaPurple; + background-color: WhiteSmoke; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 9480e5c845b70cd45165625b101514b26c93a0ce Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 15 Mar 2023 22:50:21 +0000 Subject: [PATCH 3140/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 8d0d9cb..f6a1660 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: WhiteSmoke; + background-color: LightPink; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 360f1b978a3a574d4473e697ff0dda0777b759b6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 16 Mar 2023 03:20:21 +0000 Subject: [PATCH 3141/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f6a1660..6bcf35a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightPink; + background-color: Peru; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 28617748faa70d047c027a3396f6014b988fd03e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 16 Mar 2023 04:50:21 +0000 Subject: [PATCH 3142/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 6bcf35a..f7f1c6b 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Peru; + background-color: PaleGoldenRod; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From ecee0d63fa33fad9bad3fa41c2875edb55720c6d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 16 Mar 2023 05:35:20 +0000 Subject: [PATCH 3143/3231] KPT-22: Modals with Moccasin accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f7f1c6b..eada11b 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PaleGoldenRod; + background-color: Moccasin; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 99c452e36a563a511609f55014b4a0c941208901 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 16 Mar 2023 08:35:21 +0000 Subject: [PATCH 3144/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index eada11b..6bcf35a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Moccasin; + background-color: Peru; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 21c86c107e5fa365b354a8f25e04d7051f913895 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 16 Mar 2023 13:05:21 +0000 Subject: [PATCH 3145/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 6bcf35a..9be746a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Peru; + background-color: LemonChiffon; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From c98f11befcfea5c9a3a67b1e255de7816a504d63 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 16 Mar 2023 16:05:21 +0000 Subject: [PATCH 3146/3231] KPT-22: Modals with Maroon accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 9be746a..cd48f0e 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LemonChiffon; + background-color: Maroon; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From ab9292abca7ce6b605c6944eb6bf2f19c2314ab7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 16 Mar 2023 21:20:21 +0000 Subject: [PATCH 3147/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index cd48f0e..b33a2c2 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Maroon; + background-color: SeaGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 995170793b2e38185a092c850d841fca388c1f55 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 16 Mar 2023 23:35:21 +0000 Subject: [PATCH 3148/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index b33a2c2..992f790 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SeaGreen; + background-color: Yellow; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 56745d34760058aa31f882d8caf10a64ec37b77d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 17 Mar 2023 00:20:21 +0000 Subject: [PATCH 3149/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 992f790..708ad67 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Yellow; + background-color: BlueViolet; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 6276f9419ace2271eb899867f52e95933af85fb7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 17 Mar 2023 04:05:20 +0000 Subject: [PATCH 3150/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 708ad67..77102e4 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: BlueViolet; + background-color: Black; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 2eb4a5bbcd36fbdc9fb40e69ba78d781250bd8ed Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 17 Mar 2023 07:50:21 +0000 Subject: [PATCH 3151/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 77102e4..1dca26d 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Black; + background-color: LightSteelBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From b5eba93420ab7f62e6377f3ad317271ceae58770 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 17 Mar 2023 08:35:21 +0000 Subject: [PATCH 3152/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1dca26d..2d9d2b7 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightSteelBlue; + background-color: ForestGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 38af1c94b4749173856393310e0c7e4ab112ed9e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 17 Mar 2023 09:20:20 +0000 Subject: [PATCH 3153/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 2d9d2b7..2a3207f 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: ForestGreen; + background-color: DarkGrey; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From b4603e10d4a89f731173e452dbb5b553ea800ae3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 17 Mar 2023 12:20:20 +0000 Subject: [PATCH 3154/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 2a3207f..cd48f0e 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkGrey; + background-color: Maroon; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From e7efbe199788ed3a85f64433bbab42ac4160305b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 17 Mar 2023 13:50:21 +0000 Subject: [PATCH 3155/3231] KPT-24: Update background color to Cyan --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index cd48f0e..fc49f87 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Maroon; + background-color: Cyan; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From fe4d16829b098d953cb07f1663cbccc3571328e2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 17 Mar 2023 14:35:20 +0000 Subject: [PATCH 3156/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index fc49f87..f908495 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Cyan; + background-color: Crimson; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 10aa8075b9cd1cb14005e2a44935314d05db8f25 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 17 Mar 2023 15:15:09 +0000 Subject: [PATCH 3157/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f908495..6c88545 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Crimson; + background-color: DarkSlateBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 8ba338a1f6ffeda8cb2a3ecbfef76224cb5485e5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 17 Mar 2023 15:20:21 +0000 Subject: [PATCH 3158/3231] KPT-22: Modals with Chartreuse accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 6c88545..5094cf7 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkSlateBlue; + background-color: Chartreuse; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From bc2be8281446567897a4d6e5470c90bf73d11b67 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 17 Mar 2023 22:50:22 +0000 Subject: [PATCH 3159/3231] KPT-24: Update background color to Coral --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5094cf7..78f7196 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Chartreuse; + background-color: Coral; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 722c0e5a9abbe15d2657aee67dba725d3d9ef331 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 17 Mar 2023 23:35:20 +0000 Subject: [PATCH 3160/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 78f7196..0588b9a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Coral; + background-color: LavenderBlush; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 76b7a26b0b2d9507867092858e8f4d3cda9fcb4d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 18 Mar 2023 07:05:21 +0000 Subject: [PATCH 3161/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 0588b9a..0c91c33 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LavenderBlush; + background-color: Magenta; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 6a454c478f6fcfb25038d5cc982134b187f7e435 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 18 Mar 2023 08:35:20 +0000 Subject: [PATCH 3162/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 0c91c33..1ffd917 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Magenta; + background-color: LightCoral; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 0e070c2fc4fdba0b5c2d0f48bbb9b32ff84471c6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 18 Mar 2023 10:50:22 +0000 Subject: [PATCH 3163/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1ffd917..f6a1660 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightCoral; + background-color: LightPink; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 5ed4f4a81d16cb9e90aedcf93a233e3e53e5baae Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 18 Mar 2023 12:20:21 +0000 Subject: [PATCH 3164/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f6a1660..71fefaf 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightPink; + background-color: Pink; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 9982cc622a2f61bf73913f327602aa4eae64c5b1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 18 Mar 2023 19:50:22 +0000 Subject: [PATCH 3165/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 71fefaf..1125fac 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Pink; + background-color: MediumSpringGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 2642cf2c2f341351f071c56cfccdfdb2a13ad414 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 19 Mar 2023 01:05:21 +0000 Subject: [PATCH 3166/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1125fac..21e4201 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumSpringGreen; + background-color: CornflowerBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 4c55c56e8a9b566120f00e10b06f4a827fcf6846 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 19 Mar 2023 02:35:21 +0000 Subject: [PATCH 3167/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 21e4201..69e0c48 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: CornflowerBlue; + background-color: PapayaWhip; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 318dec95a8f1d51b9e4c0f45e77805784795325b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 19 Mar 2023 06:20:21 +0000 Subject: [PATCH 3168/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 69e0c48..f615e27 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PapayaWhip; + background-color: DarkMagenta; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 1e79bba31f6420a503703394b3839688844be83e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 19 Mar 2023 10:50:21 +0000 Subject: [PATCH 3169/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f615e27..5b89964 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkMagenta; + background-color: Salmon; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 142abe2c247a817100c0fdd6583c3aa9e2be2105 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 19 Mar 2023 13:05:20 +0000 Subject: [PATCH 3170/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5b89964..19a39b9 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Salmon; + background-color: DarkSeaGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 3febb2366274b5e84bbca713688e50ddf673192b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 19 Mar 2023 17:35:23 +0000 Subject: [PATCH 3171/3231] KPT-24: Update background color to LightPink --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 19a39b9..f6a1660 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkSeaGreen; + background-color: LightPink; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 1310ea3a6efed69871319577c5d0475e49b6b51f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 20 Mar 2023 01:50:23 +0000 Subject: [PATCH 3172/3231] KPT-24: Update background color to DarkSeaGreen --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f6a1660..19a39b9 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightPink; + background-color: DarkSeaGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 2d620528aeaa6b420b955bf30209fa2d6af01156 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 20 Mar 2023 04:50:24 +0000 Subject: [PATCH 3173/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 19a39b9..e6fb036 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkSeaGreen; + background-color: GoldenRod; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 70e9631e17daa9c95ea9d9338aa90999703cf343 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 20 Mar 2023 05:35:24 +0000 Subject: [PATCH 3174/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index e6fb036..d828631 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: GoldenRod; + background-color: Azure; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 41e0c769b937cf7af0c56638577d245fc25853f6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 20 Mar 2023 13:50:24 +0000 Subject: [PATCH 3175/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index d828631..f908495 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Azure; + background-color: Crimson; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 70b046e477368a25d4f76fd95d93e31ecc3f06c1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 20 Mar 2023 21:20:24 +0000 Subject: [PATCH 3176/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f908495..f7f1c6b 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Crimson; + background-color: PaleGoldenRod; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 25b449dada1a24089b46c5286c1f966327d903db Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 21 Mar 2023 00:20:24 +0000 Subject: [PATCH 3177/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f7f1c6b..03f2967 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PaleGoldenRod; + background-color: SlateGrey; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From f1fb80258f2b7913d7d1ac5ba5db8ba2fb52793f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 21 Mar 2023 01:05:23 +0000 Subject: [PATCH 3178/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 03f2967..71fefaf 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SlateGrey; + background-color: Pink; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 48e195ad20363e414e8eecc9a4487665fbf442ed Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 21 Mar 2023 01:50:23 +0000 Subject: [PATCH 3179/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 71fefaf..368053a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Pink; + background-color: PaleVioletRed; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 81a97424b5f9aacd25d801c9808a1b27b09b1181 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 21 Mar 2023 10:05:21 +0000 Subject: [PATCH 3180/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 368053a..2d9d2b7 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PaleVioletRed; + background-color: ForestGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From a4a1b8ed41559b5878963c3962575f4b57ad4e14 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 21 Mar 2023 12:20:23 +0000 Subject: [PATCH 3181/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 2d9d2b7..5733a56 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: ForestGreen; + background-color: RoyalBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From e3790fe76a49359b284db2a6045a4b11555420a2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 21 Mar 2023 16:50:23 +0000 Subject: [PATCH 3182/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5733a56..7225865 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: RoyalBlue; + background-color: DarkBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From cd1658f1f205ca45fa6eb86199525c8b99630d6d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 21 Mar 2023 20:35:20 +0000 Subject: [PATCH 3183/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 7225865..945ac22 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkBlue; + background-color: GreenYellow; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From d427fe11b9b05e9514e3e957d9c6f9665757ef6f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 22 Mar 2023 01:50:21 +0000 Subject: [PATCH 3184/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 945ac22..94042d5 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: GreenYellow; + background-color: SeaShell; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From c54966967f49f3544151a4e230896aea4dae818b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 22 Mar 2023 06:20:21 +0000 Subject: [PATCH 3185/3231] KPT-24: Update background color to MediumOrchid --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 94042d5..c7a5312 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SeaShell; + background-color: MediumOrchid; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From c68554e9f54897323b56cfee4f16e01ffe894cd2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 22 Mar 2023 13:05:21 +0000 Subject: [PATCH 3186/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index c7a5312..326743f 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumOrchid; + background-color: PaleTurquoise; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 42447796398d29f3cce34df704dc3d6d95562660 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 22 Mar 2023 18:20:20 +0000 Subject: [PATCH 3187/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 326743f..679ea3e 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: PaleTurquoise; + background-color: MediumVioletRed; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 4802c65ca0d4375e09b5ec309360ba0750a1bcd4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 23 Mar 2023 02:35:21 +0000 Subject: [PATCH 3188/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 679ea3e..5e5890c 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumVioletRed; + background-color: DarkRed; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From db39497c7adc8ee9f1c0ead385d37dd4860d4cac Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 23 Mar 2023 04:05:21 +0000 Subject: [PATCH 3189/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5e5890c..b496a9e 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkRed; + background-color: DeepSkyBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From a0223187dd0f29fad868caef507c484dda33eb0b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 23 Mar 2023 04:50:20 +0000 Subject: [PATCH 3190/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index b496a9e..d031b88 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DeepSkyBlue; + background-color: NavajoWhite; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From cb47c82e2fd14c4493bc3e571526b8a7970e4872 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 23 Mar 2023 13:05:21 +0000 Subject: [PATCH 3191/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index d031b88..49b1b56 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: NavajoWhite; + background-color: LightSalmon; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 19f28dc5fa7ec4017cfdf8390c267cb6cbc48090 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 23 Mar 2023 15:20:21 +0000 Subject: [PATCH 3192/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 49b1b56..a4f3dc5 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightSalmon; + background-color: Cornsilk; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 357a5d26092ec045d30a4dc4f67a8bf757ae9e21 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 23 Mar 2023 16:05:21 +0000 Subject: [PATCH 3193/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index a4f3dc5..1d4754e 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Cornsilk; + background-color: SlateBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From f9ab995c66b01bae748946d4006d640490c11f88 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 24 Mar 2023 02:35:20 +0000 Subject: [PATCH 3194/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1d4754e..8a35943 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SlateBlue; + background-color: LightGoldenRodYellow; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 617e09e6f69c3cef27c4cdb5ad361f3d2161506c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 24 Mar 2023 04:05:21 +0000 Subject: [PATCH 3195/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 8a35943..6255ca9 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightGoldenRodYellow; + background-color: SaddleBrown; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 17eb0b1bae9710bb6ab1a1d8b5f6bf7fb442d2e1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 24 Mar 2023 05:35:20 +0000 Subject: [PATCH 3196/3231] KPT-24: Update background color to Maroon --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 6255ca9..cd48f0e 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SaddleBrown; + background-color: Maroon; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 5a9765098c92dd48b63a320965f248d93c927171 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 24 Mar 2023 07:05:20 +0000 Subject: [PATCH 3197/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index cd48f0e..21e4201 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Maroon; + background-color: CornflowerBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From b9c5e8c35101fd85782319897d99b8b4dbf52862 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 24 Mar 2023 08:35:21 +0000 Subject: [PATCH 3198/3231] KPT-24: Update background color to LightCoral --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 21e4201..1ffd917 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: CornflowerBlue; + background-color: LightCoral; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 9c1f6de623c56d32c51118062ad73b7cbe62b1f6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 24 Mar 2023 13:50:21 +0000 Subject: [PATCH 3199/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1ffd917..dd43562 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightCoral; + background-color: Orchid; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From ca018492a12a04b5f2c5b65162c343fd8cb90e6e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 24 Mar 2023 21:20:21 +0000 Subject: [PATCH 3200/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index dd43562..03d1fcd 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Orchid; + background-color: HotPink; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 99f35d6795367983f2f3bfb35b70934f31be94cc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 25 Mar 2023 01:05:21 +0000 Subject: [PATCH 3201/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 03d1fcd..ec501f5 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: HotPink; + background-color: Lime; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 9f2223ce5547152628814430fd56a99efd6ab07b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 25 Mar 2023 09:20:22 +0000 Subject: [PATCH 3202/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index ec501f5..eada11b 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Lime; + background-color: Moccasin; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 668174ff519cabf6c5021d903595071bc99a1a91 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 25 Mar 2023 10:05:24 +0000 Subject: [PATCH 3203/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index eada11b..3d28410 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Moccasin; + background-color: Thistle; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 56cd3e719fa0a275370c9f3c964b835310e343c6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 25 Mar 2023 13:50:24 +0000 Subject: [PATCH 3204/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 3d28410..fcd35ac 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Thistle; + background-color: Khaki; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 1840b7c29c5b871688bd551bc56e9749920efbed Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 25 Mar 2023 14:35:21 +0000 Subject: [PATCH 3205/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index fcd35ac..51d92d9 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Khaki; + background-color: FireBrick; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From a1524c506317fa20843c1735d8cef875f2cf93c8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 25 Mar 2023 23:35:20 +0000 Subject: [PATCH 3206/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 51d92d9..fcd35ac 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: FireBrick; + background-color: Khaki; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From d1628780e90bb813375e91228d8aa156be565a71 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 26 Mar 2023 02:35:23 +0000 Subject: [PATCH 3207/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index fcd35ac..e04effe 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Khaki; + background-color: SkyBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 32d578e7f8b46d622c203ddc7a2e79e89ae46098 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 26 Mar 2023 03:20:24 +0000 Subject: [PATCH 3208/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index e04effe..a4f3dc5 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: SkyBlue; + background-color: Cornsilk; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From ef8f4dd0fbeb62e95c46726eac464b1c7c90d7c3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 26 Mar 2023 04:05:24 +0000 Subject: [PATCH 3209/3231] KPT-24: Update background color to LightCyan --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index a4f3dc5..d860033 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Cornsilk; + background-color: LightCyan; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 7381bb8a3763d2776536fb8bb0c3c60d7122d716 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 26 Mar 2023 07:05:24 +0000 Subject: [PATCH 3210/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index d860033..71978eb 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightCyan; + background-color: Turquoise; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 564bce588ffe17620b610006413c6d724aaf06d4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 26 Mar 2023 11:35:22 +0000 Subject: [PATCH 3211/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 71978eb..f908495 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Turquoise; + background-color: Crimson; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 765c9245ff2130fce0e026a285d5f7a1da475f9c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 26 Mar 2023 13:50:24 +0000 Subject: [PATCH 3212/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f908495..6c534d0 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Crimson; + background-color: LightSkyBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 3aaf4100678f668bdf656aa217fad6082fae756d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 26 Mar 2023 20:35:21 +0000 Subject: [PATCH 3213/3231] KPT-29: Split content to new pages --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 6c534d0..71978eb 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightSkyBlue; + background-color: Turquoise; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From a5400b452aa924750f10d53e4ef28f80458cf444 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 26 Mar 2023 22:05:21 +0000 Subject: [PATCH 3214/3231] KPT-28: Surprise and delight --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 71978eb..8a35943 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Turquoise; + background-color: LightGoldenRodYellow; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From bc500fa94b082affbe43dbdb935eb742c3e8d3e3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 26 Mar 2023 22:50:24 +0000 Subject: [PATCH 3215/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 8a35943..a00063a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: LightGoldenRodYellow; + background-color: Red; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 4cd5a313f988496e1583486ff905aafefdb0a380 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 27 Mar 2023 03:20:20 +0000 Subject: [PATCH 3216/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index a00063a..d828631 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Red; + background-color: Azure; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From e0d6f40580ca52ad647cba02e85cb53609fe3135 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 27 Mar 2023 04:50:21 +0000 Subject: [PATCH 3217/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index d828631..19a39b9 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Azure; + background-color: DarkSeaGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From b7f6687dc57531c1d49975c093aa7bfcb76e97de Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 27 Mar 2023 06:20:21 +0000 Subject: [PATCH 3218/3231] KPT-22: Modals with MediumPurple accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 19a39b9..e68b895 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkSeaGreen; + background-color: MediumPurple; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 855452f69d4d9e8b412c279824ca8fe47ceacda1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 27 Mar 2023 07:50:21 +0000 Subject: [PATCH 3219/3231] KPT-24: Update background color to Tan --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index e68b895..1fbfb2d 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumPurple; + background-color: Tan; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 170d135aad33c8f4aa458ac9953661a0923a8e38 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 27 Mar 2023 17:35:21 +0000 Subject: [PATCH 3220/3231] KPT-24: Update background color to DodgerBlue --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1fbfb2d..6c13b73 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Tan; + background-color: DodgerBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 3799f4e719c2ff03fa9e489389baa6e53ec27214 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 27 Mar 2023 19:50:22 +0000 Subject: [PATCH 3221/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 6c13b73..0c0e5f8 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DodgerBlue; + background-color: BurlyWood; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From a526ee43263d446897eaf3b438a9fd1a57de1a34 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 27 Mar 2023 22:05:21 +0000 Subject: [PATCH 3222/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 0c0e5f8..2cb0acd 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: BurlyWood; + background-color: Indigo; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 0548e2cb215e36dcff714057408c849210b7866d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 28 Mar 2023 00:20:34 +0000 Subject: [PATCH 3223/3231] KPT-25: Refactor code --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 2cb0acd..a5480fd 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Indigo; + background-color: Beige; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 777e5058bed9b7be836cda2f153f9bed33e30491 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 28 Mar 2023 03:20:20 +0000 Subject: [PATCH 3224/3231] KPT-11: Format the Readme sections --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index a5480fd..19a39b9 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Beige; + background-color: DarkSeaGreen; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 870c2bf2a0378a5ddb2c95ef54230ce887171ba9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 28 Mar 2023 05:35:20 +0000 Subject: [PATCH 3225/3231] KPT-13: Set env vars in Dockerfile for more modularity --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 19a39b9..77449ef 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkSeaGreen; + background-color: MidnightBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 07656042c722daca76c256696c318eabc8fd868c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 28 Mar 2023 06:20:21 +0000 Subject: [PATCH 3226/3231] KPT-27: Update and test libraries --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 77449ef..45a345a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MidnightBlue; + background-color: DarkGray; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 0313b776a6fa22605b42582f43b5842648445c17 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 28 Mar 2023 07:50:21 +0000 Subject: [PATCH 3227/3231] KPT-22: Modals with Lime accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 45a345a..ec501f5 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: DarkGray; + background-color: Lime; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 08049eaa9107f6ed3a95a28d2c954ba1daaf4f2d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 28 Mar 2023 10:50:21 +0000 Subject: [PATCH 3228/3231] KPT-23: Update button CSS to round off corners --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index ec501f5..659aa8c 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Lime; + background-color: Gray; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From fe97cd4787963b3050eab721d44813aa6b3e28b8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 28 Mar 2023 15:20:31 +0000 Subject: [PATCH 3229/3231] KPT-17: Remove unused env vars from Dockerfile --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 659aa8c..ed5aa20 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Gray; + background-color: Brown; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 04f7963707382374e90fac44e9092aaeb05520ff Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 28 Mar 2023 18:20:20 +0000 Subject: [PATCH 3230/3231] KPT-26: New backend route for userinfo --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index ed5aa20..ef18e83 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: Brown; + background-color: MediumSlateBlue; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } From 0ca66ac1176a8ccccda871298c12425b7dde16a0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 28 Mar 2023 19:50:20 +0000 Subject: [PATCH 3231/3231] KPT-22: Modals with Grey accent color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index ef18e83..7675de5 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body { - background-color: MediumSlateBlue; + background-color: Grey; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; }