From 322af9790d7b6f1dc4f4fdd9a8109f380ad09781 Mon Sep 17 00:00:00 2001 From: Sophia Atkinson Date: Mon, 8 May 2023 18:43:52 -0700 Subject: [PATCH] Revert "Minified files, and added info to templates" This reverts commit 14a0d834c337713190f6414ba28129ec3c29f9e3. --- README.md | 2 +- public/css/index.css | 52 +++++++++++++++++++------------------- public/img/404.svg | 35 ++++++++++++++++++++++++- public/img/500.svg | 35 ++++++++++++++++++++++++- public/img/favicon.svg | 44 +++++++++++++++++++++++++++++++- public/img/gitea.svg | 21 ++++++++++++++- public/img/logo.svg | 47 +++++++++++++++++++++++++++++++++- templates/loading/info.txt | 3 --- 8 files changed, 204 insertions(+), 35 deletions(-) delete mode 100644 templates/loading/info.txt diff --git a/README.md b/README.md index 6bca991..35777b6 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ # Gitea Blurple ## We have made a nice little script for you to install this. -## `wget -O gitea-blurple.sh https://sop.wtf/tpkauf && bash gitea-blurple.sh` +## `wget -O gitea-blurple.sh https://sop.wtf/tpkauf && bash gitea-blurple.sh` \ No newline at end of file diff --git a/public/css/index.css b/public/css/index.css index d48f663..22a7d39 100644 --- a/public/css/index.css +++ b/public/css/index.css @@ -39859,31 +39859,31 @@ code.language-math.is-loading:after { --border-radius: .28571429rem; --opacity-disabled: .55; --height-loading: 12rem; - --color-primary: #7289DA; + --color-primary: #4183c4; --color-primary-contrast: #ffffff; - --color-primary-dark-1: #4E5D94; - --color-primary-dark-2: #4E5D94; - --color-primary-dark-3: #4E5D94; - --color-primary-dark-4: #405193; - --color-primary-dark-5: #cfddc1; - --color-primary-dark-6: #e7eee0; - --color-primary-dark-7: #f8faf6; - --color-primary-light-1: #4E5D94; - --color-primary-light-2: #8997c9; - --color-primary-light-3: #4E5D94; - --color-primary-light-4: #939bb7; - --color-primary-light-5: #4E5D94; + --color-primary-dark-1: #3876b3; + --color-primary-dark-2: #31699f; + --color-primary-dark-3: #2b5c8b; + --color-primary-dark-4: #254f77; + --color-primary-dark-5: #193450; + --color-primary-dark-6: #0c1a28; + --color-primary-dark-7: #04080c; + --color-primary-light-1: #548fca; + --color-primary-light-2: #679cd0; + --color-primary-light-3: #7aa8d6; + --color-primary-light-4: #8db5dc; + --color-primary-light-5: #b3cde7; --color-primary-light-6: #d9e6f3; --color-primary-light-7: #f4f8fb; - --color-primary-alpha-10: #7289DA19; - --color-primary-alpha-20: #7289DA33; - --color-primary-alpha-30: #7289DA4b; - --color-primary-alpha-40: #7289DA66; - --color-primary-alpha-50: #7289DA80; - --color-primary-alpha-60: #7289DA99; - --color-primary-alpha-70: #7289DAb3; - --color-primary-alpha-80: #7289DAcc; - --color-primary-alpha-90: #7289DAe1; + --color-primary-alpha-10: #4183c419; + --color-primary-alpha-20: #4183c433; + --color-primary-alpha-30: #4183c44b; + --color-primary-alpha-40: #4183c466; + --color-primary-alpha-50: #4183c480; + --color-primary-alpha-60: #4183c499; + --color-primary-alpha-70: #4183c4b3; + --color-primary-alpha-80: #4183c4cc; + --color-primary-alpha-90: #4183c4e1; --color-secondary: #dedede; --color-secondary-dark-1: #cecece; --color-secondary-dark-2: #bfbfbf; @@ -39917,7 +39917,7 @@ code.language-math.is-loading:after { --color-orange: #f2711c; --color-yellow: #fbbd08; --color-olive: #b5cc18; - --color-green: #7289DA; + --color-green: #21ba45; --color-teal: #00b5ad; --color-blue: #2185d0; --color-violet: #6435c9; @@ -39930,7 +39930,7 @@ code.language-math.is-loading:after { --color-orange-light: #f59555; --color-yellow-light: #fcce46; --color-olive-light: #d3e942; - --color-green-light: #4E5D94; + --color-green-light: #46de6a; --color-teal-light: #08fff4; --color-blue-light: #51a5e3; --color-violet-light: #8b67d7; @@ -39967,9 +39967,9 @@ code.language-math.is-loading:after { --color-red-badge: #db2828; --color-red-badge-bg: #db28281a; --color-red-badge-hover-bg: #db28284d; - --color-green-badge: #7289DA; + --color-green-badge: #21ba45; --color-green-badge-bg: #21ba451a; - --color-green-badge-hover-bg: #4E5D94; + --color-green-badge-hover-bg: #21ba454d; --color-yellow-badge: #fbbd08; --color-yellow-badge-bg: #fbbd081a; --color-yellow-badge-hover-bg: #fbbd084d; diff --git a/public/img/404.svg b/public/img/404.svg index e21d915..9739f01 100644 --- a/public/img/404.svg +++ b/public/img/404.svg @@ -1 +1,34 @@ - \ No newline at end of file + + + + + + + + + + + + + diff --git a/public/img/500.svg b/public/img/500.svg index 9fa2cb9..3a96dc5 100644 --- a/public/img/500.svg +++ b/public/img/500.svg @@ -1 +1,34 @@ - \ No newline at end of file + + + + + + + + + + + + + diff --git a/public/img/favicon.svg b/public/img/favicon.svg index b9a00d4..2e2f8ec 100644 --- a/public/img/favicon.svg +++ b/public/img/favicon.svg @@ -1 +1,43 @@ - \ No newline at end of file + + diff --git a/public/img/gitea.svg b/public/img/gitea.svg index b79a402..dc05ff2 100644 --- a/public/img/gitea.svg +++ b/public/img/gitea.svg @@ -1 +1,20 @@ - \ No newline at end of file + + diff --git a/public/img/logo.svg b/public/img/logo.svg index b9a00d4..af8bb18 100644 --- a/public/img/logo.svg +++ b/public/img/logo.svg @@ -1 +1,46 @@ - \ No newline at end of file + + diff --git a/templates/loading/info.txt b/templates/loading/info.txt deleted file mode 100644 index 49fb314..0000000 --- a/templates/loading/info.txt +++ /dev/null @@ -1,3 +0,0 @@ -I have provided the svg files for the loading image located in /public/img/loading.png - -You can change the colors to your liking and then compile them with a GIF maker such as ezgif.com/maker, then change the .gif to .png \ No newline at end of file