This commit is contained in:
Aevann1 2022-04-15 18:53:48 +02:00
parent 42f70bc64e
commit 8de4d61e5b
20 changed files with 55 additions and 44 deletions

View file

@ -78,10 +78,6 @@ blockquote p {
background: None !important;
}
#frontpage .post-title a:visited, .visited {
color: #949494 !important;
}
.btn {
color: var(--primary) !important;
}
@ -148,4 +144,8 @@ blockquote a {
.comment-anchor:target, .unread {
background: #ffffff88 !important;
}
#frontpage .post-title a:visited, .visited {
color: #949494 !important;
}

View file

@ -517,4 +517,8 @@ a.nav-link:hover {
.chat-message {
color: var(--black2) !important;
}
#frontpage .post-title a:visited, .visited {
color: #6e6e6e !important;
}

View file

@ -1,4 +1,4 @@
@import 'classic.css?v=22';
@import 'classic.css?v=55';
/*navbar*/
.navbar-light, .navbar .container-fluid, #mobile-bottom-navigation-bar {
@ -200,3 +200,7 @@ a.nav-link:hover {
.chat-message {
color: var(--white) !important;
}
#frontpage .post-title a:visited, .visited {
color: #6e6e6e !important;
}

View file

@ -82,10 +82,6 @@ blockquote {
background: None !important;
}
#frontpage .post-title a:visited, .visited {
color: #949494 !important;
}
.btn {
color: var(--primary) !important;
}
@ -100,4 +96,8 @@ blockquote {
.comment-anchor:target, .unread {
background: #ffffff88 !important;
}
#frontpage .post-title a:visited, .visited {
color: #949494 !important;
}

View file

@ -132,4 +132,8 @@ color: var(--gray-700);
.dropdown-menu {
background-color: var(--gray-800);
}
#frontpage .post-title a:visited, .visited {
color: #6e6e6e !important;
}

View file

@ -68,10 +68,6 @@ pre {
background: None !important;
}
#frontpage .post-title a:visited, .visited {
color: #7a7a7a !important;
}
blockquote {
color: var(--gray-400);
}
@ -82,4 +78,8 @@ blockquote {
.comment-anchor:target, .unread {
background: #00000055 !important;
}
#frontpage .post-title a:visited, .visited {
color: #7a7a7a !important;
}

View file

@ -30,10 +30,6 @@ body, .navbar-light, .navbar-dark, .card, .modal-content, .comment-write textare
background: None !important;
}
#frontpage .post-title a:visited, .visited {
color: #6e6e6e !important;
}
.tooltip-inner {
color: #383838 !important;
}
@ -44,4 +40,8 @@ body, .navbar-light, .navbar-dark, .card, .modal-content, .comment-write textare
.page-link {
background-color: #ccc;
}
#frontpage .post-title a:visited, .visited {
color: #6e6e6e !important;
}

View file

@ -59,11 +59,6 @@ pre {
border-radius: 0 !important;
}
#frontpage .post-title a:visited, .visited {
color: #7a7a7a !important;
}
.dropdown-menu {
background-color: var(--gray-500);
}
@ -74,4 +69,8 @@ pre {
.form-control:focus, .form-control:active {
background-color: var(--gray-500);
}
#frontpage .post-title a:visited, .visited {
color: #7a7a7a !important;
}

View file

@ -210,10 +210,6 @@
color: var(--primary) !important;
}
#frontpage .post-title a:visited, .visited {
color: #b0b0b0 !important;
}
.followsyou {
background-color: var(--dark) !important;
border: 1px solid var(--primary) !important;
@ -221,4 +217,8 @@
#frontpage .pseudo-submit-form.card, .form-inline.search .form-control, .form-control[readonly] {
border: 2px solid var(--gray-200) !important;
}
#frontpage .post-title a:visited, .visited {
color: #b0b0b0 !important;
}

View file

@ -127,10 +127,6 @@ blockquote {
padding: 20px !important;
}
#frontpage .post-title a:visited, .visited {
color: #5c5c5c !important;
}
.post-actions a, .post-actions button {
color: var(--muted) !important;
}
@ -162,4 +158,8 @@ blockquote {
.comment-anchor:target, .unread {
background: #ffffffaa !important;
}
#frontpage .post-title a:visited, .visited {
color: #5c5c5c !important;
}

View file

@ -15,7 +15,7 @@
{% if v %}
<style>:root{--primary:#{{v.themecolor}}}</style>
<link rel="stylesheet" href="/assets/css/main.css?v=233"><link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=54">
<link rel="stylesheet" href="/assets/css/main.css?v=233"><link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=55">
{% if v.agendaposter %}
<style>
html {
@ -39,7 +39,7 @@
{% endif %}
{% else %}
<style>:root{--primary:#{{config('DEFAULT_COLOR')}}</style>
<link rel="stylesheet" href="/assets/css/main.css?v=233"><link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=54">
<link rel="stylesheet" href="/assets/css/main.css?v=233"><link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=55">
{% endif %}
</head>

View file

@ -15,7 +15,7 @@
<style>:root{--primary:#{{v.themecolor}}}</style>
<link rel="stylesheet" href="/assets/css/main.css?v=233">
<link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=54">
<link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=55">
{% if v.css %}
<link rel="stylesheet" href="/@{{v.username}}/css">
{% endif %}

View file

@ -8,7 +8,7 @@
{% if v %}
<style>:root{--primary:#{{v.themecolor}}}</style>
<link rel="stylesheet" href="/assets/css/main.css?v=233">
<link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=54">
<link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=55">
{% if v.agendaposter %}
<style>
html {
@ -33,7 +33,7 @@
{% else %}
<style>:root{--primary:#{{config('DEFAULT_COLOR')}}</style>
<link rel="stylesheet" href="/assets/css/main.css?v=233">
<link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=54">
<link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=55">
{% endif %}
{% if sub and sub.css and not request.path.endswith('settings') %}

View file

@ -6,7 +6,7 @@
{% block content %}
{% if v %}
<style>:root{--primary:#{{v.themecolor}}}</style>
<link rel="stylesheet" href="/assets/css/main.css?v=233"><link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=54">
<link rel="stylesheet" href="/assets/css/main.css?v=233"><link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=55">
{% if v.agendaposter %}
<style>
html {
@ -30,7 +30,7 @@
{% endif %}
{% else %}
<style>:root{--primary:#{{config('DEFAULT_COLOR')}}</style>
<link rel="stylesheet" href="/assets/css/main.css?v=233"><link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=54">
<link rel="stylesheet" href="/assets/css/main.css?v=233"><link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=55">
{% endif %}
<div class="row justify-content-around">

View file

@ -19,7 +19,7 @@
<style>:root{--primary:#{{config('DEFAULT_COLOR')}}</style>
<link rel="stylesheet" href="/assets/css/main.css?v=233">
<link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=54">
<link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=55">
</head>

View file

@ -14,7 +14,7 @@
<title>2-Step Login - {{SITE_NAME}}</title>
<style>:root{--primary:#{{config('DEFAULT_COLOR')}}</style>
<link rel="stylesheet" href="/assets/css/main.css?v=233"><link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=54">
<link rel="stylesheet" href="/assets/css/main.css?v=233"><link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=55">
</head>

View file

@ -34,7 +34,7 @@
<style>:root{--primary:#{{v.themecolor}}}</style>
<link rel="stylesheet" href="/assets/css/main.css?v=233"><link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=54">
<link rel="stylesheet" href="/assets/css/main.css?v=233"><link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=55">
{% if v.agendaposter %}
<style>
html {

View file

@ -39,10 +39,10 @@
{% if v %}
<style>:root{--primary:#{{v.themecolor}}}</style>
<link rel="stylesheet" href="/assets/css/main.css?v=233"><link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=54">
<link rel="stylesheet" href="/assets/css/main.css?v=233"><link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=55">
{% else %}
<style>:root{--primary:#{{config('DEFAULT_COLOR')}}</style>
<link rel="stylesheet" href="/assets/css/main.css?v=233"><link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=54">
<link rel="stylesheet" href="/assets/css/main.css?v=233"><link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=55">
{% endif %}
</head>

View file

@ -31,7 +31,7 @@
<title>{% if ref_user %}{{ref_user.username}} invites you to {{SITE_NAME}}{% else %}Sign up - {{SITE_NAME}}{% endif %}</title>
<style>:root{--primary:#{{config('DEFAULT_COLOR')}}</style>
<link rel="stylesheet" href="/assets/css/main.css?v=233"><link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=54">
<link rel="stylesheet" href="/assets/css/main.css?v=233"><link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=55">
</head>

View file

@ -32,7 +32,7 @@
<title>{% if ref_user %}{{ref_user.username}} invites you to {{SITE_NAME}}{% else %}{{SITE_NAME}}{% endif %}</title>
<style>:root{--primary:#{{config('DEFAULT_COLOR')}}</style>
<link rel="stylesheet" href="/assets/css/main.css?v=233"><link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=54">
<link rel="stylesheet" href="/assets/css/main.css?v=233"><link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=55">
</head>