This commit is contained in:
Aevann1 2022-01-02 19:34:20 +02:00
parent 05a03b8e3c
commit 05a91869a5
8 changed files with 45 additions and 9 deletions

View file

@ -32,6 +32,15 @@
background-color: var(--red);
}
.nav-link.active {
color: var(--white) !important;
box-shadow: inset 0 -2px 0 var(--white) !important;
}
.nav-link {
color: var(--grey) !important;
}
/*common*/
body, .card, #main-content-row {
background-color: var(--white) !important;
@ -57,6 +66,14 @@ body, .card, #main-content-row {
color: var(--downvote) !important;
}
.arrow-up::before, .arrow-down::before, .score {
color: var(--black1);
}
.controversial {
color: var(--red) !important;
}
a {
color: var(--blue);
}
@ -119,8 +136,8 @@ a {
font-size: 1.3rem;
}
#frontpage i.fas.mr-1 {
color:yellow;
#frontpage .dropdown-toggle, #frontpage i.fas.mr-1 {
color:yellow !important;
}
/*post*/
@ -162,6 +179,10 @@ blockquote {
border-color: var(--black1) !important;
}
.text-info.new-comments {
color: #ff4500 !important;
}
#thread #dropdownMenuButton {
background-color: var(--red) !important;
color: white !important;
@ -241,3 +262,18 @@ blockquote {
#submit .row.fixed-bottom {
background-color: var(--white) !important
}
/*settings*/
#settings .text-small, #settings .text-small-extra {
color: var(--black1) !important;
}
#settings .custom-control-label::before {
background-color: var(--grey) !important;
}
#settings .custom-control-input:checked ~ .custom-control-label::before {
opacity: 1;
background-color: var(--black1) !important;
border: var(--blue) solid 0.1px;
}

View file

@ -15,7 +15,7 @@
{% if v %}
<style>:root{--primary:#{{v.themecolor}}}</style>
<link rel="stylesheet" href="/static/assets/css/main.css?a=59"><link rel="stylesheet" href="/static/assets/css/{{v.theme}}.css?a=7">
<link rel="stylesheet" href="/static/assets/css/main.css?a=59"><link rel="stylesheet" href="/static/assets/css/{{v.theme}}.css?a=8">
{% if v.agendaposter %}
<style>
html {

View file

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

View file

@ -6,7 +6,7 @@
{% block content %}
{% if v %}
<style>:root{--primary:#{{v.themecolor}}}</style>
<link rel="stylesheet" href="/static/assets/css/main.css?a=59"><link rel="stylesheet" href="/static/assets/css/{{v.theme}}.css?a=7">
<link rel="stylesheet" href="/static/assets/css/main.css?a=59"><link rel="stylesheet" href="/static/assets/css/{{v.theme}}.css?a=8">
{% if v.agendaposter %}
<style>
html {

View file

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

View file

@ -39,7 +39,7 @@
{% if v %}
<style>:root{--primary:#{{v.themecolor}}}</style>
<link rel="stylesheet" href="/static/assets/css/main.css?a=59"><link rel="stylesheet" href="/static/assets/css/{{v.theme}}.css?a=7">
<link rel="stylesheet" href="/static/assets/css/main.css?a=59"><link rel="stylesheet" href="/static/assets/css/{{v.theme}}.css?a=8">
{% else %}
<style>:root{--primary:#{{'DEFAULT_COLOR' | app_config}}</style>
<link rel="stylesheet" href="/static/assets/css/main.css?a=59"><link rel="stylesheet" href="/static/assets/css/{{'DEFAULT_THEME' | app_config}}.css?a=3">

View file

@ -26,7 +26,7 @@
{% block stylesheets %}
{% if v %}
<style>:root{--primary:#{{v.themecolor}}}</style>
<link rel="stylesheet" href="/static/assets/css/main.css?a=59"><link rel="stylesheet" href="/static/assets/css/{{v.theme}}.css?a=7">
<link rel="stylesheet" href="/static/assets/css/main.css?a=59"><link rel="stylesheet" href="/static/assets/css/{{v.theme}}.css?a=8">
{% if v.agendaposter %}
<style>
html {

View file

@ -386,7 +386,7 @@
<a href="/@{{u.username}}/followers" class="font-weight-bold">{{u.stored_subscriber_count}} follower{{'s' if u.stored_subscriber_count != 1 else ''}}</a>&nbsp;&nbsp;
<a href="/@{{u.username}}/following" class="font-weight-bold">follows {{u.follow_count}} user{{'s' if u.follow_count != 1 else ''}}</a>&nbsp;&nbsp;
<a href="/@{{u.username}}/following" class="font-weight-bold" style="display:block">follows {{u.follow_count}} user{{'s' if u.follow_count != 1 else ''}}</a>&nbsp;&nbsp;
{% if u.basedcount %}
<br>Based count: {{u.basedcount}}