From 55b6956c84b391e2dda1e6044910b7c471cb5c46 Mon Sep 17 00:00:00 2001 From: Aevann Date: Wed, 7 Jun 2023 06:31:10 +0300 Subject: [PATCH] use a better pink color than ff66ac --- files/assets/browserconfig.xml | 2 +- files/assets/css/casino/game_screen.css | 2 +- files/assets/css/main.css | 2 +- files/assets/manifest_rDrama.json | 2 +- files/helpers/config/const.py | 4 ++-- files/templates/email/default.html | 12 ++++++------ files/templates/errors/WPD/404.html | 6 +++--- files/templates/errors/WPD/502.html | 6 +++--- files/templates/errors/rDrama/404.html | 6 +++--- files/templates/errors/rDrama/502.html | 6 +++--- files/templates/util/html_head.html | 4 ++-- seed-users.sql | 2 +- 12 files changed, 27 insertions(+), 27 deletions(-) diff --git a/files/assets/browserconfig.xml b/files/assets/browserconfig.xml index c0927ba85..bd913c964 100644 --- a/files/assets/browserconfig.xml +++ b/files/assets/browserconfig.xml @@ -3,7 +3,7 @@ - #FF66AC + #FA2D8B diff --git a/files/assets/css/casino/game_screen.css b/files/assets/css/casino/game_screen.css index fec1c53ff..372dadf0a 100644 --- a/files/assets/css/casino/game_screen.css +++ b/files/assets/css/casino/game_screen.css @@ -52,7 +52,7 @@ height: 150px; border-radius: 4px; border: 1px solid #21262C; - background-color: #FF66AC; + background-color: #FA2D8B; transform: scale(0.7); } diff --git a/files/assets/css/main.css b/files/assets/css/main.css index b89b54ab1..f1c66fa90 100644 --- a/files/assets/css/main.css +++ b/files/assets/css/main.css @@ -5415,7 +5415,7 @@ video { margin-bottom: 0.5rem !important; } .text-pink { - color: #ff66ac !important; + color: #fa2d8b !important; } .text-purple { color: #805ad5 !important; diff --git a/files/assets/manifest_rDrama.json b/files/assets/manifest_rDrama.json index 5aaa06bba..48b4351a1 100644 --- a/files/assets/manifest_rDrama.json +++ b/files/assets/manifest_rDrama.json @@ -3,7 +3,7 @@ "short_name": "rDrama", "start_url": "https://rdrama.net", "display": "standalone", - "background_color": "#FF66AC", + "background_color": "#FA2D8B", "theme_color": "#805AD5", "description": "rDrama", "icons": [ diff --git a/files/helpers/config/const.py b/files/helpers/config/const.py index 74faf5ab4..2651e30c7 100644 --- a/files/helpers/config/const.py +++ b/files/helpers/config/const.py @@ -140,7 +140,7 @@ if not IS_LOCALHOST: TAGLINES = () if SITE_NAME == 'rDrama': - DEFAULT_COLOR = "ff66ac" + DEFAULT_COLOR = "fa2d8b" patron = "Paypig" @@ -953,7 +953,7 @@ HOUSES = ("None","Furry","Femboy","Vampire","Racist") if FEATURES['HOUSES'] else BOT_IDs = {AUTOJANNY_ID, SNAPPY_ID, LONGPOSTBOT_ID, ZOZBOT_ID} -COLORS = {'ff66ac','805ad5','62ca56','38a169','80ffff','2a96f3','eb4963','ff0000','f39731','30409f','3e98a7','e4432d','7b9ae4','ec72de','7f8fa6', 'f8db58','8cdbe6', DEFAULT_COLOR} +COLORS = {'fa2d8b','805ad5','62ca56','38a169','80ffff','2a96f3','eb4963','ff0000','f39731','30409f','3e98a7','e4432d','7b9ae4','ec72de','7f8fa6', 'f8db58','8cdbe6', DEFAULT_COLOR} ### COMMENT NOTIFICATIONS ### diff --git a/files/templates/email/default.html b/files/templates/email/default.html index 547231b8d..e2d7f80a2 100644 --- a/files/templates/email/default.html +++ b/files/templates/email/default.html @@ -19,7 +19,7 @@ -webkit-text-size-adjust: none; } a { - color: #FF66AC!important; + color: #FA2D8B!important; } a img { border: none; @@ -92,11 +92,11 @@ } .button { - background-color: #FF66AC; - border-top: 10px solid #FF66AC; - border-right: 18px solid #FF66AC; - border-bottom: 10px solid #FF66AC; - border-left: 18px solid #FF66AC; + background-color: #FA2D8B; + border-top: 10px solid #FA2D8B; + border-right: 18px solid #FA2D8B; + border-bottom: 10px solid #FA2D8B; + border-left: 18px solid #FA2D8B; display: inline-block; color: #FFF!important; text-decoration: none; diff --git a/files/templates/errors/WPD/404.html b/files/templates/errors/WPD/404.html index 79064a54b..2429ee26c 100644 --- a/files/templates/errors/WPD/404.html +++ b/files/templates/errors/WPD/404.html @@ -25,9 +25,9 @@ - - - + + + diff --git a/files/templates/errors/WPD/502.html b/files/templates/errors/WPD/502.html index 02cf488c9..278e557e3 100644 --- a/files/templates/errors/WPD/502.html +++ b/files/templates/errors/WPD/502.html @@ -25,9 +25,9 @@ - - - + + + diff --git a/files/templates/errors/rDrama/404.html b/files/templates/errors/rDrama/404.html index b240dc9e8..47690ba44 100644 --- a/files/templates/errors/rDrama/404.html +++ b/files/templates/errors/rDrama/404.html @@ -25,9 +25,9 @@ - - - + + + diff --git a/files/templates/errors/rDrama/502.html b/files/templates/errors/rDrama/502.html index c3d20fcc3..7abe8cf4b 100644 --- a/files/templates/errors/rDrama/502.html +++ b/files/templates/errors/rDrama/502.html @@ -25,9 +25,9 @@ - - - + + + diff --git a/files/templates/util/html_head.html b/files/templates/util/html_head.html index 25025d037..5712a0fd3 100644 --- a/files/templates/util/html_head.html +++ b/files/templates/util/html_head.html @@ -163,13 +163,13 @@ - + - + {% for size in ('320x480', '640x960', '640x1136', '750x1334', '768x1004', '828x1792', diff --git a/seed-users.sql b/seed-users.sql index 15bac71d4..63ab37844 100644 --- a/seed-users.sql +++ b/seed-users.sql @@ -5,7 +5,7 @@ INSERT INTO public.users ( marsify, last_viewed_post_notifs, last_viewed_log_notifs, last_viewed_reddit_notifs ) VALUES ('AutoJanny', '', extract(epoch from now()), 0, true, true, - 'AutoJanny', 'hot', 'top', 'day', 'ff66ac', 'ff66ac', 'dark', 'ff66ac', + 'AutoJanny', 'hot', 'top', 'day', 'fa2d8b', 'fa2d8b', 'dark', 'fa2d8b', 'old.reddit.com', 'clean/itup', 'Verified', '/i/pfps/1.webp', '/i/pfps/1.webp', 0, 0, 0, 0), ('Snappy', '', extract(epoch from now()), 0, true, true,