diff --git a/files/assets/css/4chan.css b/files/assets/css/4chan.css index 73003bdf2..58a7ea99a 100644 --- a/files/assets/css/4chan.css +++ b/files/assets/css/4chan.css @@ -125,11 +125,11 @@ blockquote a { color: var(--gray-400); } -#srd { +.srd { background-color: var(--gray-700) !important; } -#srd a { +.srd a { color: maroon !important; } diff --git a/files/assets/css/classic_dark.css b/files/assets/css/classic_dark.css index 0794c1c73..5065b4e75 100644 --- a/files/assets/css/classic_dark.css +++ b/files/assets/css/classic_dark.css @@ -1,4 +1,4 @@ -@import 'classic.css?a=19'; +@import 'classic.css?a=20'; /*navbar*/ .navbar-light, .navbar .container-fluid, #mobile-bottom-navigation-bar { @@ -188,6 +188,6 @@ a.nav-link:hover { border-left: 2px solid var(--black1)!important; } -#srd { +.srd { background-color: var(--black3) !important } \ No newline at end of file diff --git a/files/assets/css/dramblr.css b/files/assets/css/dramblr.css index 830a5fe75..d4715b66f 100644 --- a/files/assets/css/dramblr.css +++ b/files/assets/css/dramblr.css @@ -51,11 +51,11 @@ blockquote { color: var(--gray-300) } -#srd { +.srd { background-color: var(--gray-900) !important; } -#srd a { +.srd a { color: var(--gray-200) !important } diff --git a/files/routes/front.py b/files/routes/front.py index edf6dee3c..45c0c811d 100644 --- a/files/routes/front.py +++ b/files/routes/front.py @@ -151,11 +151,11 @@ def front_all(v, sub=None): if v: defaultsorting = v.defaultsorting - if SITE_NAME == '2Much4You': defaulttime = 'all' + if sub or SITE_NAME == '2Much4You': defaulttime = 'all' else: defaulttime = v.defaulttime else: defaultsorting = "hot" - if SITE_NAME == '2Much4You': defaulttime = 'all' + if sub or SITE_NAME == '2Much4You': defaulttime = 'all' else: defaulttime = v.defaulttime sort=request.values.get("sort", defaultsorting) diff --git a/files/templates/authforms.html b/files/templates/authforms.html index ed6d9554a..6d76ad835 100644 --- a/files/templates/authforms.html +++ b/files/templates/authforms.html @@ -15,7 +15,7 @@ {% if v %} - + {% if v.agendaposter %} - + {% endif %} diff --git a/files/templates/default.html b/files/templates/default.html index 1bac5b79d..5ea9e67ef 100644 --- a/files/templates/default.html +++ b/files/templates/default.html @@ -8,7 +8,7 @@ {% if v %} - + {% if v.agendaposter %} - + {% endif %} diff --git a/files/templates/header.html b/files/templates/header.html index 88505544a..58a840f92 100644 --- a/files/templates/header.html +++ b/files/templates/header.html @@ -1,6 +1,15 @@