use a better pink color than ff66ac

pull/152/head
Aevann 2023-06-07 06:31:10 +03:00
parent 343abd5fe2
commit 55b6956c84
12 changed files with 27 additions and 27 deletions

View File

@ -3,7 +3,7 @@
<msapplication>
<tile>
<square150x150logo src="/icon.webp?x=2">
<TileColor>#FF66AC</TileColor>
<TileColor>#FA2D8B</TileColor>
</tile>
</msapplication>
</browserconfig>

View File

@ -52,7 +52,7 @@
height: 150px;
border-radius: 4px;
border: 1px solid #21262C;
background-color: #FF66AC;
background-color: #FA2D8B;
transform: scale(0.7);
}

View File

@ -5415,7 +5415,7 @@ video {
margin-bottom: 0.5rem !important;
}
.text-pink {
color: #ff66ac !important;
color: #fa2d8b !important;
}
.text-purple {
color: #805ad5 !important;

View File

@ -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": [

View File

@ -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 ###

View File

@ -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;

View File

@ -25,9 +25,9 @@
<link rel="shortcut icon" href="/icon.webp?x=2">
<meta name="apple-mobile-web-app-title" content="WPD">
<meta name="application-name" content="WPD">
<meta name="msapplication-TileColor" content="#ff66ac">
<meta name="msapplication-config" content="/assets/browserconfig.xml?x=2">
<meta name="theme-color" content="#ff66ac">
<meta name="msapplication-TileColor" content="#fa2d8b">
<meta name="msapplication-config" content="/assets/browserconfig.xml?x=3">
<meta name="theme-color" content="#fa2d8b">
<link rel="apple-touch-startup-image" sizes="320x480" href="/icon.webp?x=2">
<link rel="apple-touch-startup-image" sizes="640x960" href="/icon.webp?x=2">

View File

@ -25,9 +25,9 @@
<link rel="shortcut icon" href="/icon.webp?x=2">
<meta name="apple-mobile-web-app-title" content="WPD">
<meta name="application-name" content="WPD">
<meta name="msapplication-TileColor" content="#ff66ac">
<meta name="msapplication-config" content="/assets/browserconfig.xml?x=2">
<meta name="theme-color" content="#ff66ac">
<meta name="msapplication-TileColor" content="#fa2d8b">
<meta name="msapplication-config" content="/assets/browserconfig.xml?x=3">
<meta name="theme-color" content="#fa2d8b">
<link rel="apple-touch-startup-image" sizes="320x480" href="/icon.webp?x=2">
<link rel="apple-touch-startup-image" sizes="640x960" href="/icon.webp?x=2">

View File

@ -25,9 +25,9 @@
<link rel="shortcut icon" href="/icon.webp?x=2">
<meta name="apple-mobile-web-app-title" content="rDrama">
<meta name="application-name" content="rDrama">
<meta name="msapplication-TileColor" content="#ff66ac">
<meta name="msapplication-config" content="/assets/browserconfig.xml?x=2">
<meta name="theme-color" content="#ff66ac">
<meta name="msapplication-TileColor" content="#fa2d8b">
<meta name="msapplication-config" content="/assets/browserconfig.xml?x=3">
<meta name="theme-color" content="#fa2d8b">
<link rel="apple-touch-startup-image" sizes="320x480" href="/icon.webp?x=2">
<link rel="apple-touch-startup-image" sizes="640x960" href="/icon.webp?x=2">

View File

@ -25,9 +25,9 @@
<link rel="shortcut icon" href="/icon.webp?x=2">
<meta name="apple-mobile-web-app-title" content="rDrama">
<meta name="application-name" content="rDrama">
<meta name="msapplication-TileColor" content="#ff66ac">
<meta name="msapplication-config" content="/assets/browserconfig.xml?x=2">
<meta name="theme-color" content="#ff66ac">
<meta name="msapplication-TileColor" content="#fa2d8b">
<meta name="msapplication-config" content="/assets/browserconfig.xml?x=3">
<meta name="theme-color" content="#fa2d8b">
<link rel="apple-touch-startup-image" sizes="320x480" href="/icon.webp?x=2">
<link rel="apple-touch-startup-image" sizes="640x960" href="/icon.webp?x=2">

View File

@ -163,13 +163,13 @@
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="apple-touch-icon" sizes="180x180" href="/icon.webp?x=2">
<link rel="manifest" href="/assets/manifest_{{SITE_NAME}}.json?x=6">
<link rel="manifest" href="/assets/manifest_{{SITE_NAME}}.json?x=7">
<link rel="mask-icon" href="/icon.webp?x=2">
<link rel="shortcut icon" href="/icon.webp?x=2">
<meta name="apple-mobile-web-app-title" content="{{SITE_NAME}}">
<meta name="application-name" content="{{SITE_NAME}}">
<meta name="msapplication-TileColor" content="#{% if v %}{{v.themecolor}}{% else %}{{DEFAULT_COLOR}}{% endif %}">
<meta name="msapplication-config" content="/assets/browserconfig.xml?x=2">
<meta name="msapplication-config" content="/assets/browserconfig.xml?x=3">
<meta name="theme-color" content="#{% if v %}{{v.themecolor}}{% else %}{{DEFAULT_COLOR}}{% endif %}">
{% for size in ('320x480', '640x960', '640x1136', '750x1334', '768x1004', '828x1792',

View File

@ -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,