forked from MarseyWorld/MarseyWorld
sate carp whining
parent
3028e9cdc1
commit
e848ac5198
|
@ -3,7 +3,7 @@
|
|||
<msapplication>
|
||||
<tile>
|
||||
<square150x150logo src="/icon.webp?x=8">
|
||||
<TileColor>#FF459A</TileColor>
|
||||
<TileColor>#805ad5</TileColor>
|
||||
</tile>
|
||||
</msapplication>
|
||||
</browserconfig>
|
||||
|
|
|
@ -3,8 +3,8 @@
|
|||
"short_name": "WPD",
|
||||
"start_url": "/",
|
||||
"display": "standalone",
|
||||
"background_color": "#805AD5",
|
||||
"theme_color": "#805AD5",
|
||||
"background_color": "#805ad5",
|
||||
"theme_color": "#805ad5",
|
||||
"description": "WPD",
|
||||
"icons": [
|
||||
{
|
||||
|
|
|
@ -3,8 +3,8 @@
|
|||
"short_name": "rDrama",
|
||||
"start_url": "/",
|
||||
"display": "standalone",
|
||||
"background_color": "#FF459A",
|
||||
"theme_color": "#805AD5",
|
||||
"background_color": "#805ad5",
|
||||
"theme_color": "#805ad5",
|
||||
"description": "rDrama",
|
||||
"icons": [
|
||||
{
|
||||
|
|
|
@ -270,7 +270,7 @@ if SITE_NAME == 'rDrama':
|
|||
FEATURES['BLOCK_MUTE_EXILE_EXPIRY'] = True
|
||||
|
||||
CURSORMARSEY_DEFAULT = True
|
||||
DEFAULT_COLOR = "ff459a"
|
||||
DEFAULT_THEME = "dramblr"
|
||||
|
||||
patron = "Paypig"
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" style="--primary:#ff459a"><head>
|
||||
<html lang="en" style="--primary:#805ad5"><head>
|
||||
<meta charset="utf-8">
|
||||
<title> Not Found - where did it go? - rDrama</title>
|
||||
<link rel="icon" type="image/webp" href="https://rdrama.net/icon.webp?x=8">
|
||||
|
@ -40,9 +40,9 @@
|
|||
<link rel="shortcut icon" href="https://rdrama.net/icon.webp?x=8">
|
||||
<meta name="apple-mobile-web-app-title" content="rDrama">
|
||||
<meta name="application-name" content="rDrama">
|
||||
<meta name="msapplication-TileColor" content="#ff459a">
|
||||
<meta name="msapplication-TileColor" content="#805ad5">
|
||||
<meta name="msapplication-config" content="https://rdrama.net/assets/browserconfig.xml?x=8">
|
||||
<meta name="theme-color" content="#ff459a">
|
||||
<meta name="theme-color" content="#805ad5">
|
||||
<link rel="apple-touch-startup-image" sizes="320x480" href="https://rdrama.net/icon.webp?x=8">
|
||||
<link rel="apple-touch-startup-image" sizes="640x960" href="https://rdrama.net/icon.webp?x=8">
|
||||
<link rel="apple-touch-startup-image" sizes="640x1136" href="https://rdrama.net/icon.webp?x=8">
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" style="--primary:#ff459a"><head>
|
||||
<html lang="en" style="--primary:#805ad5"><head>
|
||||
<meta charset="utf-8">
|
||||
<title>502 Bad Gateway</title>
|
||||
<link rel="icon" type="image/webp" href="https://rdrama.net/icon.webp?x=8">
|
||||
|
@ -40,9 +40,9 @@
|
|||
<link rel="shortcut icon" href="https://rdrama.net/icon.webp?x=8">
|
||||
<meta name="apple-mobile-web-app-title" content="rDrama">
|
||||
<meta name="application-name" content="rDrama">
|
||||
<meta name="msapplication-TileColor" content="#ff459a">
|
||||
<meta name="msapplication-TileColor" content="#805ad5">
|
||||
<meta name="msapplication-config" content="https://rdrama.net/assets/browserconfig.xml?x=8">
|
||||
<meta name="theme-color" content="#ff459a">
|
||||
<meta name="theme-color" content="#805ad5">
|
||||
<link rel="apple-touch-startup-image" sizes="320x480" href="https://rdrama.net/icon.webp?x=8">
|
||||
<link rel="apple-touch-startup-image" sizes="640x960" href="https://rdrama.net/icon.webp?x=8">
|
||||
<link rel="apple-touch-startup-image" sizes="640x1136" href="https://rdrama.net/icon.webp?x=8">
|
||||
|
|
|
@ -5,7 +5,7 @@ INSERT INTO public.users (
|
|||
marsify, last_viewed_modmail_notifs, last_viewed_post_notifs, last_viewed_log_notifs, last_viewed_offsite_notifs, lifetimedonated, lifetimedonated_visible, show_sigs, grinch, imgsed, hole_creation_notifs, group_creation_notifs, effortpost_notifs, house
|
||||
) VALUES
|
||||
('AutoJanny', '', extract(epoch from now()), 0, true,
|
||||
'AutoJanny', 'hot', 'top', 'day', 'ff459a', 'ff459a', 'dark', 'ff459a',
|
||||
'AutoJanny', 'hot', 'top', 'day', '805ad5', '805ad5', 'dark', '805ad5',
|
||||
'old.reddit.com', 'clean/it/up', 'Verified', '/i/pfps/1.webp', '/i/pfps/1.webp',
|
||||
0, 0, 0, 0, 0, 0, false, true, false, false, false, false, false, ''),
|
||||
('Snappy', '', extract(epoch from now()), 0, true,
|
||||
|
|
Loading…
Reference in New Issue