forked from MarseyWorld/MarseyWorld
change #fa2d8b to #ff459a
parent
55b6956c84
commit
9cd64d8595
|
@ -3,7 +3,7 @@
|
||||||
<msapplication>
|
<msapplication>
|
||||||
<tile>
|
<tile>
|
||||||
<square150x150logo src="/icon.webp?x=2">
|
<square150x150logo src="/icon.webp?x=2">
|
||||||
<TileColor>#FA2D8B</TileColor>
|
<TileColor>#FF459A</TileColor>
|
||||||
</tile>
|
</tile>
|
||||||
</msapplication>
|
</msapplication>
|
||||||
</browserconfig>
|
</browserconfig>
|
||||||
|
|
|
@ -52,7 +52,7 @@
|
||||||
height: 150px;
|
height: 150px;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
border: 1px solid #21262C;
|
border: 1px solid #21262C;
|
||||||
background-color: #FA2D8B;
|
background-color: #FF459A;
|
||||||
transform: scale(0.7);
|
transform: scale(0.7);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -5415,7 +5415,7 @@ video {
|
||||||
margin-bottom: 0.5rem !important;
|
margin-bottom: 0.5rem !important;
|
||||||
}
|
}
|
||||||
.text-pink {
|
.text-pink {
|
||||||
color: #fa2d8b !important;
|
color: #ff459a !important;
|
||||||
}
|
}
|
||||||
.text-purple {
|
.text-purple {
|
||||||
color: #805ad5 !important;
|
color: #805ad5 !important;
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
"short_name": "rDrama",
|
"short_name": "rDrama",
|
||||||
"start_url": "https://rdrama.net",
|
"start_url": "https://rdrama.net",
|
||||||
"display": "standalone",
|
"display": "standalone",
|
||||||
"background_color": "#FA2D8B",
|
"background_color": "#FF459A",
|
||||||
"theme_color": "#805AD5",
|
"theme_color": "#805AD5",
|
||||||
"description": "rDrama",
|
"description": "rDrama",
|
||||||
"icons": [
|
"icons": [
|
||||||
|
|
|
@ -140,7 +140,7 @@ if not IS_LOCALHOST:
|
||||||
TAGLINES = ()
|
TAGLINES = ()
|
||||||
|
|
||||||
if SITE_NAME == 'rDrama':
|
if SITE_NAME == 'rDrama':
|
||||||
DEFAULT_COLOR = "fa2d8b"
|
DEFAULT_COLOR = "ff459a"
|
||||||
|
|
||||||
patron = "Paypig"
|
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}
|
BOT_IDs = {AUTOJANNY_ID, SNAPPY_ID, LONGPOSTBOT_ID, ZOZBOT_ID}
|
||||||
|
|
||||||
COLORS = {'fa2d8b','805ad5','62ca56','38a169','80ffff','2a96f3','eb4963','ff0000','f39731','30409f','3e98a7','e4432d','7b9ae4','ec72de','7f8fa6', 'f8db58','8cdbe6', DEFAULT_COLOR}
|
COLORS = {'ff459a','805ad5','62ca56','38a169','80ffff','2a96f3','eb4963','ff0000','f39731','30409f','3e98a7','e4432d','7b9ae4','ec72de','7f8fa6', 'f8db58','8cdbe6', DEFAULT_COLOR}
|
||||||
|
|
||||||
### COMMENT NOTIFICATIONS ###
|
### COMMENT NOTIFICATIONS ###
|
||||||
|
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
-webkit-text-size-adjust: none;
|
-webkit-text-size-adjust: none;
|
||||||
}
|
}
|
||||||
a {
|
a {
|
||||||
color: #FA2D8B!important;
|
color: #FF459A!important;
|
||||||
}
|
}
|
||||||
a img {
|
a img {
|
||||||
border: none;
|
border: none;
|
||||||
|
@ -92,11 +92,11 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.button {
|
.button {
|
||||||
background-color: #FA2D8B;
|
background-color: #FF459A;
|
||||||
border-top: 10px solid #FA2D8B;
|
border-top: 10px solid #FF459A;
|
||||||
border-right: 18px solid #FA2D8B;
|
border-right: 18px solid #FF459A;
|
||||||
border-bottom: 10px solid #FA2D8B;
|
border-bottom: 10px solid #FF459A;
|
||||||
border-left: 18px solid #FA2D8B;
|
border-left: 18px solid #FF459A;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
color: #FFF!important;
|
color: #FFF!important;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
|
|
@ -25,9 +25,9 @@
|
||||||
<link rel="shortcut icon" href="/icon.webp?x=2">
|
<link rel="shortcut icon" href="/icon.webp?x=2">
|
||||||
<meta name="apple-mobile-web-app-title" content="WPD">
|
<meta name="apple-mobile-web-app-title" content="WPD">
|
||||||
<meta name="application-name" content="WPD">
|
<meta name="application-name" content="WPD">
|
||||||
<meta name="msapplication-TileColor" content="#fa2d8b">
|
<meta name="msapplication-TileColor" content="#ff459a">
|
||||||
<meta name="msapplication-config" content="/assets/browserconfig.xml?x=3">
|
<meta name="msapplication-config" content="/assets/browserconfig.xml?x=3">
|
||||||
<meta name="theme-color" content="#fa2d8b">
|
<meta name="theme-color" content="#ff459a">
|
||||||
|
|
||||||
<link rel="apple-touch-startup-image" sizes="320x480" href="/icon.webp?x=2">
|
<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">
|
<link rel="apple-touch-startup-image" sizes="640x960" href="/icon.webp?x=2">
|
||||||
|
|
|
@ -25,9 +25,9 @@
|
||||||
<link rel="shortcut icon" href="/icon.webp?x=2">
|
<link rel="shortcut icon" href="/icon.webp?x=2">
|
||||||
<meta name="apple-mobile-web-app-title" content="WPD">
|
<meta name="apple-mobile-web-app-title" content="WPD">
|
||||||
<meta name="application-name" content="WPD">
|
<meta name="application-name" content="WPD">
|
||||||
<meta name="msapplication-TileColor" content="#fa2d8b">
|
<meta name="msapplication-TileColor" content="#ff459a">
|
||||||
<meta name="msapplication-config" content="/assets/browserconfig.xml?x=3">
|
<meta name="msapplication-config" content="/assets/browserconfig.xml?x=3">
|
||||||
<meta name="theme-color" content="#fa2d8b">
|
<meta name="theme-color" content="#ff459a">
|
||||||
|
|
||||||
<link rel="apple-touch-startup-image" sizes="320x480" href="/icon.webp?x=2">
|
<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">
|
<link rel="apple-touch-startup-image" sizes="640x960" href="/icon.webp?x=2">
|
||||||
|
|
|
@ -25,9 +25,9 @@
|
||||||
<link rel="shortcut icon" href="/icon.webp?x=2">
|
<link rel="shortcut icon" href="/icon.webp?x=2">
|
||||||
<meta name="apple-mobile-web-app-title" content="rDrama">
|
<meta name="apple-mobile-web-app-title" content="rDrama">
|
||||||
<meta name="application-name" content="rDrama">
|
<meta name="application-name" content="rDrama">
|
||||||
<meta name="msapplication-TileColor" content="#fa2d8b">
|
<meta name="msapplication-TileColor" content="#ff459a">
|
||||||
<meta name="msapplication-config" content="/assets/browserconfig.xml?x=3">
|
<meta name="msapplication-config" content="/assets/browserconfig.xml?x=3">
|
||||||
<meta name="theme-color" content="#fa2d8b">
|
<meta name="theme-color" content="#ff459a">
|
||||||
|
|
||||||
<link rel="apple-touch-startup-image" sizes="320x480" href="/icon.webp?x=2">
|
<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">
|
<link rel="apple-touch-startup-image" sizes="640x960" href="/icon.webp?x=2">
|
||||||
|
|
|
@ -25,9 +25,9 @@
|
||||||
<link rel="shortcut icon" href="/icon.webp?x=2">
|
<link rel="shortcut icon" href="/icon.webp?x=2">
|
||||||
<meta name="apple-mobile-web-app-title" content="rDrama">
|
<meta name="apple-mobile-web-app-title" content="rDrama">
|
||||||
<meta name="application-name" content="rDrama">
|
<meta name="application-name" content="rDrama">
|
||||||
<meta name="msapplication-TileColor" content="#fa2d8b">
|
<meta name="msapplication-TileColor" content="#ff459a">
|
||||||
<meta name="msapplication-config" content="/assets/browserconfig.xml?x=3">
|
<meta name="msapplication-config" content="/assets/browserconfig.xml?x=3">
|
||||||
<meta name="theme-color" content="#fa2d8b">
|
<meta name="theme-color" content="#ff459a">
|
||||||
|
|
||||||
<link rel="apple-touch-startup-image" sizes="320x480" href="/icon.webp?x=2">
|
<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">
|
<link rel="apple-touch-startup-image" sizes="640x960" href="/icon.webp?x=2">
|
||||||
|
|
|
@ -5,7 +5,7 @@ INSERT INTO public.users (
|
||||||
marsify, last_viewed_post_notifs, last_viewed_log_notifs, last_viewed_reddit_notifs
|
marsify, last_viewed_post_notifs, last_viewed_log_notifs, last_viewed_reddit_notifs
|
||||||
) VALUES
|
) VALUES
|
||||||
('AutoJanny', '', extract(epoch from now()), 0, true, true,
|
('AutoJanny', '', extract(epoch from now()), 0, true, true,
|
||||||
'AutoJanny', 'hot', 'top', 'day', 'fa2d8b', 'fa2d8b', 'dark', 'fa2d8b',
|
'AutoJanny', 'hot', 'top', 'day', 'ff459a', 'ff459a', 'dark', 'ff459a',
|
||||||
'old.reddit.com', 'clean/itup', 'Verified', '/i/pfps/1.webp', '/i/pfps/1.webp',
|
'old.reddit.com', 'clean/itup', 'Verified', '/i/pfps/1.webp', '/i/pfps/1.webp',
|
||||||
0, 0, 0, 0),
|
0, 0, 0, 0),
|
||||||
('Snappy', '', extract(epoch from now()), 0, true, true,
|
('Snappy', '', extract(epoch from now()), 0, true, true,
|
||||||
|
|
Loading…
Reference in New Issue