From 0dd9e8ed0cf4336862e7033ddd9b7c2befa7fed8 Mon Sep 17 00:00:00 2001
From: Aevann1
Date: Fri, 13 Aug 2021 02:58:41 +0200
Subject: [PATCH] sneed
---
files/assets/style/coffee_ff66ac.css | 176 ++++++++++++-------------
files/assets/style/dark_ff66ac.css | 128 +++++++++---------
files/assets/style/light_ff66ac.css | 88 ++++++-------
files/assets/style/midnight_ff66ac.css | 128 +++++++++---------
files/helpers/sanitize.py | 6 +-
5 files changed, 263 insertions(+), 263 deletions(-)
diff --git a/files/assets/style/coffee_ff66ac.css b/files/assets/style/coffee_ff66ac.css
index b3432bd3c..454ab1ab4 100644
--- a/files/assets/style/coffee_ff66ac.css
+++ b/files/assets/style/coffee_ff66ac.css
@@ -158,7 +158,7 @@ a {
background-color: transparent;
}
a:hover {
- color: #ff66ac;
+ color: #ff1a83;
text-decoration: underline;
}
@@ -2013,7 +2013,7 @@ pre code {
background-color: #F1E7D0;
border-color: #ffe6f1;
outline: 0;
- box-shadow: 0 0 0 0.2rem ff66ac;
+ box-shadow: 0 0 0 0.2rem rgba(255, 102, 172, 0.25);
}
.form-control::placeholder {
color: #DDD2C4;
@@ -2191,7 +2191,7 @@ textarea.form-control {
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
border-color: #ff66ac;
- box-shadow: 0 0 0 0.2rem ff66ac;
+ box-shadow: 0 0 0 0.2rem rgba(255, 102, 172, 0.25);
}
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
@@ -2206,7 +2206,7 @@ textarea.form-control {
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
border-color: #ff66ac;
- box-shadow: 0 0 0 0.2rem ff66ac;
+ box-shadow: 0 0 0 0.2rem rgba(255, 102, 172, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
@@ -2229,7 +2229,7 @@ textarea.form-control {
background-color: #ff99c8;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
- box-shadow: 0 0 0 0.2rem ff66ac;
+ box-shadow: 0 0 0 0.2rem rgba(255, 102, 172, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
border-color: #ff66ac;
@@ -2240,7 +2240,7 @@ textarea.form-control {
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
border-color: #ff66ac;
- box-shadow: 0 0 0 0.2rem ff66ac;
+ box-shadow: 0 0 0 0.2rem rgba(255, 102, 172, 0.25);
}
.invalid-feedback {
@@ -2419,7 +2419,7 @@ textarea.form-control {
}
.btn:focus, .btn.focus {
outline: 0;
- box-shadow: 0 0 0 0.2rem ff66ac;
+ box-shadow: 0 0 0 0.2rem rgba(255, 102, 172, 0.25);
}
.btn.disabled, .btn:disabled {
opacity: 0.65;
@@ -2436,13 +2436,13 @@ fieldset:disabled a.btn {
}
.btn-primary:hover {
color: #F1E7D0;
- background-color: #ff66ac;
- border-color: #ff66ac;
+ background-color: #ff4097;
+ border-color: #ff3390;
}
.btn-primary:focus, .btn-primary.focus {
color: #F1E7D0;
- background-color: #ff66ac;
- border-color: #ff66ac;
+ background-color: #ff4097;
+ border-color: #ff3390;
box-shadow: 0 0 0 0.2rem rgba(250, 118, 176, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
@@ -2452,7 +2452,7 @@ fieldset:disabled a.btn {
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
color: #F1E7D0;
- background-color: #ff66ac;
+ background-color: #ff3390;
border-color: #ff2689;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
@@ -2496,13 +2496,13 @@ fieldset:disabled a.btn {
}
.btn-success:hover {
color: #F1E7D0;
- background-color: #ff66ac;
- border-color: #ff66ac;
+ background-color: #ff4097;
+ border-color: #ff3390;
}
.btn-success:focus, .btn-success.focus {
color: #F1E7D0;
- background-color: #ff66ac;
- border-color: #ff66ac;
+ background-color: #ff4097;
+ border-color: #ff3390;
box-shadow: 0 0 0 0.2rem rgba(250, 118, 176, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
@@ -2512,7 +2512,7 @@ fieldset:disabled a.btn {
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
color: #F1E7D0;
- background-color: #ff66ac;
+ background-color: #ff3390;
border-color: #ff2689;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
@@ -2875,7 +2875,7 @@ fieldset:disabled a.btn {
text-decoration: none;
}
.btn-link:hover {
- color: #ff66ac;
+ color: #ff1a83;
text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
@@ -3478,7 +3478,7 @@ input[type=button].btn-block {
background-color: #ff66ac;
}
.custom-control-input:focus ~ .custom-control-label::before {
- box-shadow: 0 0 0 0.2rem ff66ac;
+ box-shadow: 0 0 0 0.2rem rgba(255, 102, 172, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
border-color: #ffe6f1;
@@ -3602,7 +3602,7 @@ input[type=button].btn-block {
.custom-select:focus {
border-color: #ffe6f1;
outline: 0;
- box-shadow: 0 0 0 0.2rem ff66ac;
+ box-shadow: 0 0 0 0.2rem rgba(255, 102, 172, 0.25);
}
.custom-select:focus::-ms-value {
color: #DDD2C4;
@@ -3659,7 +3659,7 @@ input[type=button].btn-block {
}
.custom-file-input:focus ~ .custom-file-label {
border-color: #ffe6f1;
- box-shadow: 0 0 0 0.2rem ff66ac;
+ box-shadow: 0 0 0 0.2rem rgba(255, 102, 172, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
background-color: #433434;
@@ -3714,13 +3714,13 @@ input[type=button].btn-block {
outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
- box-shadow: 0 0 0 1px #F1E7D0, 0 0 0 0.2rem ff66ac;
+ box-shadow: 0 0 0 1px #F1E7D0, 0 0 0 0.2rem rgba(255, 102, 172, 0.25);
}
.custom-range:focus::-moz-range-thumb {
- box-shadow: 0 0 0 1px #F1E7D0, 0 0 0 0.2rem ff66ac;
+ box-shadow: 0 0 0 1px #F1E7D0, 0 0 0 0.2rem rgba(255, 102, 172, 0.25);
}
.custom-range:focus::-ms-thumb {
- box-shadow: 0 0 0 1px #F1E7D0, 0 0 0 0.2rem ff66ac;
+ box-shadow: 0 0 0 1px #F1E7D0, 0 0 0 0.2rem rgba(255, 102, 172, 0.25);
}
.custom-range::-moz-focus-outer {
border: 0;
@@ -4542,7 +4542,7 @@ input[type=button].btn-block {
}
.page-link:hover {
z-index: 2;
- color: #ff66ac;
+ color: #ff1a83;
text-decoration: none;
background-color: #433434;
border-color: #433434;
@@ -4550,7 +4550,7 @@ input[type=button].btn-block {
.page-link:focus {
z-index: 3;
outline: 0;
- box-shadow: 0 0 0 0.2rem ff66ac;
+ box-shadow: 0 0 0 0.2rem rgba(255, 102, 172, 0.25);
}
.page-item:first-child .page-link {
@@ -4646,7 +4646,7 @@ a.badge:hover, a.badge:focus {
}
a.badge-primary:hover, a.badge-primary:focus {
color: #DDD2C4;
- background-color: #ff66ac;
+ background-color: #ff3390;
}
a.badge-primary:focus, a.badge-primary.focus {
outline: 0;
@@ -4672,7 +4672,7 @@ a.badge-secondary:focus, a.badge-secondary.focus {
}
a.badge-success:hover, a.badge-success:focus {
color: #DDD2C4;
- background-color: #ff66ac;
+ background-color: #ff3390;
}
a.badge-success:focus, a.badge-success.focus {
outline: 0;
@@ -6001,7 +6001,7 @@ a.close.disabled {
a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
- background-color: #ff66ac !important;
+ background-color: #ff3390 !important;
}
.bg-secondary {
@@ -6021,7 +6021,7 @@ button.bg-secondary:focus {
a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
- background-color: #ff66ac !important;
+ background-color: #ff3390 !important;
}
.bg-info {
@@ -9678,7 +9678,7 @@ button.bg-dark:focus {
}
a.text-primary:hover, a.text-primary:focus {
- color: #ff66ac !important;
+ color: #ff1a83 !important;
}
.text-secondary {
@@ -9694,7 +9694,7 @@ a.text-secondary:hover, a.text-secondary:focus {
}
a.text-success:hover, a.text-success:focus {
- color: #ff66ac !important;
+ color: #ff1a83 !important;
}
.text-info {
@@ -10153,7 +10153,7 @@ a {
background-color: transparent;
}
a:hover {
- color: #ff66ac;
+ color: #ff1a83;
text-decoration: underline;
}
@@ -12388,7 +12388,7 @@ pre code {
background-color: #F1E7D0;
border-color: #ffe6f1;
outline: 0;
- box-shadow: 0 0 0 0.2rem ff66ac;
+ box-shadow: 0 0 0 0.2rem rgba(255, 102, 172, 0.25);
}
.form-control::placeholder {
color: #DDD2C4;
@@ -12566,7 +12566,7 @@ textarea.form-control {
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
border-color: #ff66ac;
- box-shadow: 0 0 0 0.2rem ff66ac;
+ box-shadow: 0 0 0 0.2rem rgba(255, 102, 172, 0.25);
}
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
@@ -12581,7 +12581,7 @@ textarea.form-control {
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
border-color: #ff66ac;
- box-shadow: 0 0 0 0.2rem ff66ac;
+ box-shadow: 0 0 0 0.2rem rgba(255, 102, 172, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
@@ -12604,7 +12604,7 @@ textarea.form-control {
background-color: #ff99c8;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
- box-shadow: 0 0 0 0.2rem ff66ac;
+ box-shadow: 0 0 0 0.2rem rgba(255, 102, 172, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
border-color: #ff66ac;
@@ -12615,7 +12615,7 @@ textarea.form-control {
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
border-color: #ff66ac;
- box-shadow: 0 0 0 0.2rem ff66ac;
+ box-shadow: 0 0 0 0.2rem rgba(255, 102, 172, 0.25);
}
.invalid-feedback {
@@ -12794,7 +12794,7 @@ textarea.form-control {
}
.btn:focus, .btn.focus {
outline: 0;
- box-shadow: 0 0 0 0.2rem ff66ac;
+ box-shadow: 0 0 0 0.2rem rgba(255, 102, 172, 0.25);
}
.btn.disabled, .btn:disabled {
opacity: 0.65;
@@ -12811,13 +12811,13 @@ fieldset:disabled a.btn {
}
.btn-primary:hover {
color: #F1E7D0;
- background-color: #ff66ac;
- border-color: #ff66ac;
+ background-color: #ff4097;
+ border-color: #ff3390;
}
.btn-primary:focus, .btn-primary.focus {
color: #F1E7D0;
- background-color: #ff66ac;
- border-color: #ff66ac;
+ background-color: #ff4097;
+ border-color: #ff3390;
box-shadow: 0 0 0 0.2rem rgba(250, 118, 176, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
@@ -12827,7 +12827,7 @@ fieldset:disabled a.btn {
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
color: #F1E7D0;
- background-color: #ff66ac;
+ background-color: #ff3390;
border-color: #ff2689;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
@@ -12871,13 +12871,13 @@ fieldset:disabled a.btn {
}
.btn-success:hover {
color: #F1E7D0;
- background-color: #ff66ac;
- border-color: #ff66ac;
+ background-color: #ff4097;
+ border-color: #ff3390;
}
.btn-success:focus, .btn-success.focus {
color: #F1E7D0;
- background-color: #ff66ac;
- border-color: #ff66ac;
+ background-color: #ff4097;
+ border-color: #ff3390;
box-shadow: 0 0 0 0.2rem rgba(250, 118, 176, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
@@ -12887,7 +12887,7 @@ fieldset:disabled a.btn {
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
color: #F1E7D0;
- background-color: #ff66ac;
+ background-color: #ff3390;
border-color: #ff2689;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
@@ -13171,13 +13171,13 @@ fieldset:disabled a.btn {
}
.btn-upvote:hover {
color: #F1E7D0;
- background-color: #ff66ac;
- border-color: #ff66ac;
+ background-color: #ff4097;
+ border-color: #ff3390;
}
.btn-upvote:focus, .btn-upvote.focus {
color: #F1E7D0;
- background-color: #ff66ac;
- border-color: #ff66ac;
+ background-color: #ff4097;
+ border-color: #ff3390;
box-shadow: 0 0 0 0.2rem rgba(250, 118, 176, 0.5);
}
.btn-upvote.disabled, .btn-upvote:disabled {
@@ -13187,7 +13187,7 @@ fieldset:disabled a.btn {
}
.btn-upvote:not(:disabled):not(.disabled):active, .btn-upvote:not(:disabled):not(.disabled).active, .show > .btn-upvote.dropdown-toggle {
color: #F1E7D0;
- background-color: #ff66ac;
+ background-color: #ff3390;
border-color: #ff2689;
}
.btn-upvote:not(:disabled):not(.disabled):active:focus, .btn-upvote:not(:disabled):not(.disabled).active:focus, .show > .btn-upvote.dropdown-toggle:focus {
@@ -13201,13 +13201,13 @@ fieldset:disabled a.btn {
}
.btn-purple:hover {
color: #F1E7D0;
- background-color: #ff66ac;
- border-color: #ff66ac;
+ background-color: #ff4097;
+ border-color: #ff3390;
}
.btn-purple:focus, .btn-purple.focus {
color: #F1E7D0;
- background-color: #ff66ac;
- border-color: #ff66ac;
+ background-color: #ff4097;
+ border-color: #ff3390;
box-shadow: 0 0 0 0.2rem rgba(250, 118, 176, 0.5);
}
.btn-purple.disabled, .btn-purple:disabled {
@@ -13217,7 +13217,7 @@ fieldset:disabled a.btn {
}
.btn-purple:not(:disabled):not(.disabled):active, .btn-purple:not(:disabled):not(.disabled).active, .show > .btn-purple.dropdown-toggle {
color: #F1E7D0;
- background-color: #ff66ac;
+ background-color: #ff3390;
border-color: #ff2689;
}
.btn-purple:not(:disabled):not(.disabled):active:focus, .btn-purple:not(:disabled):not(.disabled).active:focus, .show > .btn-purple.dropdown-toggle:focus {
@@ -13261,13 +13261,13 @@ fieldset:disabled a.btn {
}
.btn-admin:hover {
color: #F1E7D0;
- background-color: #ff66ac;
- border-color: #ff66ac;
+ background-color: #ff4097;
+ border-color: #ff3390;
}
.btn-admin:focus, .btn-admin.focus {
color: #F1E7D0;
- background-color: #ff66ac;
- border-color: #ff66ac;
+ background-color: #ff4097;
+ border-color: #ff3390;
box-shadow: 0 0 0 0.2rem rgba(250, 118, 176, 0.5);
}
.btn-admin.disabled, .btn-admin:disabled {
@@ -13277,7 +13277,7 @@ fieldset:disabled a.btn {
}
.btn-admin:not(:disabled):not(.disabled):active, .btn-admin:not(:disabled):not(.disabled).active, .show > .btn-admin.dropdown-toggle {
color: #F1E7D0;
- background-color: #ff66ac;
+ background-color: #ff3390;
border-color: #ff2689;
}
.btn-admin:not(:disabled):not(.disabled):active:focus, .btn-admin:not(:disabled):not(.disabled).active:focus, .show > .btn-admin.dropdown-toggle:focus {
@@ -14295,7 +14295,7 @@ fieldset:disabled a.btn {
text-decoration: none;
}
.btn-link:hover {
- color: #ff66ac;
+ color: #ff1a83;
text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
@@ -14898,7 +14898,7 @@ input[type=button].btn-block {
background-color: #ff66ac;
}
.custom-control-input:focus ~ .custom-control-label::before {
- box-shadow: 0 0 0 0.2rem ff66ac;
+ box-shadow: 0 0 0 0.2rem rgba(255, 102, 172, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
border-color: #ffe6f1;
@@ -15022,7 +15022,7 @@ input[type=button].btn-block {
.custom-select:focus {
border-color: #ffe6f1;
outline: 0;
- box-shadow: 0 0 0 0.2rem ff66ac;
+ box-shadow: 0 0 0 0.2rem rgba(255, 102, 172, 0.25);
}
.custom-select:focus::-ms-value {
color: #DDD2C4;
@@ -15079,7 +15079,7 @@ input[type=button].btn-block {
}
.custom-file-input:focus ~ .custom-file-label {
border-color: #ffe6f1;
- box-shadow: 0 0 0 0.2rem ff66ac;
+ box-shadow: 0 0 0 0.2rem rgba(255, 102, 172, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
background-color: #433434;
@@ -15134,13 +15134,13 @@ input[type=button].btn-block {
outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
- box-shadow: 0 0 0 1px #F1E7D0, 0 0 0 0.2rem ff66ac;
+ box-shadow: 0 0 0 1px #F1E7D0, 0 0 0 0.2rem rgba(255, 102, 172, 0.25);
}
.custom-range:focus::-moz-range-thumb {
- box-shadow: 0 0 0 1px #F1E7D0, 0 0 0 0.2rem ff66ac;
+ box-shadow: 0 0 0 1px #F1E7D0, 0 0 0 0.2rem rgba(255, 102, 172, 0.25);
}
.custom-range:focus::-ms-thumb {
- box-shadow: 0 0 0 1px #F1E7D0, 0 0 0 0.2rem ff66ac;
+ box-shadow: 0 0 0 1px #F1E7D0, 0 0 0 0.2rem rgba(255, 102, 172, 0.25);
}
.custom-range::-moz-focus-outer {
border: 0;
@@ -15962,7 +15962,7 @@ input[type=button].btn-block {
}
.page-link:hover {
z-index: 2;
- color: #ff66ac;
+ color: #ff1a83;
text-decoration: none;
background-color: #433434;
border-color: #433434;
@@ -15970,7 +15970,7 @@ input[type=button].btn-block {
.page-link:focus {
z-index: 3;
outline: 0;
- box-shadow: 0 0 0 0.2rem ff66ac;
+ box-shadow: 0 0 0 0.2rem rgba(255, 102, 172, 0.25);
}
.page-item:first-child .page-link {
@@ -16066,7 +16066,7 @@ a.badge:hover, a.badge:focus {
}
a.badge-primary:hover, a.badge-primary:focus {
color: #DDD2C4;
- background-color: #ff66ac;
+ background-color: #ff3390;
}
a.badge-primary:focus, a.badge-primary.focus {
outline: 0;
@@ -16092,7 +16092,7 @@ a.badge-secondary:focus, a.badge-secondary.focus {
}
a.badge-success:hover, a.badge-success:focus {
color: #DDD2C4;
- background-color: #ff66ac;
+ background-color: #ff3390;
}
a.badge-success:focus, a.badge-success.focus {
outline: 0;
@@ -16222,7 +16222,7 @@ a.badge-downvote:focus, a.badge-downvote.focus {
}
a.badge-upvote:hover, a.badge-upvote:focus {
color: #DDD2C4;
- background-color: #ff66ac;
+ background-color: #ff3390;
}
a.badge-upvote:focus, a.badge-upvote.focus {
outline: 0;
@@ -16235,7 +16235,7 @@ a.badge-upvote:focus, a.badge-upvote.focus {
}
a.badge-purple:hover, a.badge-purple:focus {
color: #DDD2C4;
- background-color: #ff66ac;
+ background-color: #ff3390;
}
a.badge-purple:focus, a.badge-purple.focus {
outline: 0;
@@ -16261,7 +16261,7 @@ a.badge-gold:focus, a.badge-gold.focus {
}
a.badge-admin:hover, a.badge-admin:focus {
color: #DDD2C4;
- background-color: #ff66ac;
+ background-color: #ff3390;
}
a.badge-admin:focus, a.badge-admin.focus {
outline: 0;
@@ -18162,7 +18162,7 @@ a.close.disabled {
a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
- background-color: #ff66ac !important;
+ background-color: #ff3390 !important;
}
.bg-secondary {
@@ -18182,7 +18182,7 @@ button.bg-secondary:focus {
a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
- background-color: #ff66ac !important;
+ background-color: #ff3390 !important;
}
.bg-info {
@@ -18282,7 +18282,7 @@ button.bg-downvote:focus {
a.bg-upvote:hover, a.bg-upvote:focus,
button.bg-upvote:hover,
button.bg-upvote:focus {
- background-color: #ff66ac !important;
+ background-color: #ff3390 !important;
}
.bg-purple {
@@ -18292,7 +18292,7 @@ button.bg-upvote:focus {
a.bg-purple:hover, a.bg-purple:focus,
button.bg-purple:hover,
button.bg-purple:focus {
- background-color: #ff66ac !important;
+ background-color: #ff3390 !important;
}
.bg-gold {
@@ -18312,7 +18312,7 @@ button.bg-gold:focus {
a.bg-admin:hover, a.bg-admin:focus,
button.bg-admin:hover,
button.bg-admin:focus {
- background-color: #ff66ac !important;
+ background-color: #ff3390 !important;
}
.bg-gray {
@@ -23209,7 +23209,7 @@ button.bg-reddit:focus {
}
a.text-primary:hover, a.text-primary:focus {
- color: #ff66ac !important;
+ color: #ff1a83 !important;
}
.text-secondary {
@@ -23225,7 +23225,7 @@ a.text-secondary:hover, a.text-secondary:focus {
}
a.text-success:hover, a.text-success:focus {
- color: #ff66ac !important;
+ color: #ff1a83 !important;
}
.text-info {
@@ -23305,7 +23305,7 @@ a.text-downvote:hover, a.text-downvote:focus {
}
a.text-upvote:hover, a.text-upvote:focus {
- color: #ff66ac !important;
+ color: #ff1a83 !important;
}
.text-purple {
@@ -23313,7 +23313,7 @@ a.text-upvote:hover, a.text-upvote:focus {
}
a.text-purple:hover, a.text-purple:focus {
- color: #ff66ac !important;
+ color: #ff1a83 !important;
}
.text-gold {
@@ -23329,7 +23329,7 @@ a.text-gold:hover, a.text-gold:focus {
}
a.text-admin:hover, a.text-admin:focus {
- color: #ff66ac !important;
+ color: #ff1a83 !important;
}
.text-gray {
diff --git a/files/assets/style/dark_ff66ac.css b/files/assets/style/dark_ff66ac.css
index d0d9db10a..49b3e53da 100644
--- a/files/assets/style/dark_ff66ac.css
+++ b/files/assets/style/dark_ff66ac.css
@@ -157,7 +157,7 @@ a {
background-color: transparent;
}
a:hover {
- color: #ff66ac;
+ color: #ff1a83;
text-decoration: underline;
}
@@ -2012,7 +2012,7 @@ pre code {
background-color: #E1E1E1;
border-color: #ffe6f1;
outline: 0;
- box-shadow: 0 0 0 0.2rem ff66ac;
+ box-shadow: 0 0 0 0.2rem rgba(255, 102, 172, 0.25);
}
.form-control::placeholder {
color: #000000;
@@ -2418,7 +2418,7 @@ textarea.form-control {
}
.btn:focus, .btn.focus {
outline: 0;
- box-shadow: 0 0 0 0.2rem ff66ac;
+ box-shadow: 0 0 0 0.2rem rgba(255, 102, 172, 0.25);
}
.btn.disabled, .btn:disabled {
opacity: 0.65;
@@ -2435,13 +2435,13 @@ fieldset:disabled a.btn {
}
.btn-primary:hover {
color: #E1E1E1;
- background-color: #ff66ac;
- border-color: #ff66ac;
+ background-color: #ff4097;
+ border-color: #ff3390;
}
.btn-primary:focus, .btn-primary.focus {
color: #E1E1E1;
- background-color: #ff66ac;
- border-color: #ff66ac;
+ background-color: #ff4097;
+ border-color: #ff3390;
box-shadow: 0 0 0 0.2rem rgba(217, 87, 146, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
@@ -2451,7 +2451,7 @@ fieldset:disabled a.btn {
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
color: #E1E1E1;
- background-color: #ff66ac;
+ background-color: #ff3390;
border-color: #ff2689;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
@@ -2874,7 +2874,7 @@ fieldset:disabled a.btn {
text-decoration: none;
}
.btn-link:hover {
- color: #ff66ac;
+ color: #ff1a83;
text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
@@ -3477,7 +3477,7 @@ input[type=button].btn-block {
background-color: #ff66ac;
}
.custom-control-input:focus ~ .custom-control-label::before {
- box-shadow: 0 0 0 0.2rem ff66ac;
+ box-shadow: 0 0 0 0.2rem rgba(255, 102, 172, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
border-color: #ffe6f1;
@@ -3601,7 +3601,7 @@ input[type=button].btn-block {
.custom-select:focus {
border-color: #ffe6f1;
outline: 0;
- box-shadow: 0 0 0 0.2rem ff66ac;
+ box-shadow: 0 0 0 0.2rem rgba(255, 102, 172, 0.25);
}
.custom-select:focus::-ms-value {
color: #000000;
@@ -3658,7 +3658,7 @@ input[type=button].btn-block {
}
.custom-file-input:focus ~ .custom-file-label {
border-color: #ffe6f1;
- box-shadow: 0 0 0 0.2rem ff66ac;
+ box-shadow: 0 0 0 0.2rem rgba(255, 102, 172, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
background-color: #E1E1E1;
@@ -3713,13 +3713,13 @@ input[type=button].btn-block {
outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
- box-shadow: 0 0 0 1px #E1E1E1, 0 0 0 0.2rem ff66ac;
+ box-shadow: 0 0 0 1px #E1E1E1, 0 0 0 0.2rem rgba(255, 102, 172, 0.25);
}
.custom-range:focus::-moz-range-thumb {
- box-shadow: 0 0 0 1px #E1E1E1, 0 0 0 0.2rem ff66ac;
+ box-shadow: 0 0 0 1px #E1E1E1, 0 0 0 0.2rem rgba(255, 102, 172, 0.25);
}
.custom-range:focus::-ms-thumb {
- box-shadow: 0 0 0 1px #E1E1E1, 0 0 0 0.2rem ff66ac;
+ box-shadow: 0 0 0 1px #E1E1E1, 0 0 0 0.2rem rgba(255, 102, 172, 0.25);
}
.custom-range::-moz-focus-outer {
border: 0;
@@ -4541,7 +4541,7 @@ input[type=button].btn-block {
}
.page-link:hover {
z-index: 2;
- color: #ff66ac;
+ color: #ff1a83;
text-decoration: none;
background-color: #E1E1E1;
border-color: #383838;
@@ -4549,7 +4549,7 @@ input[type=button].btn-block {
.page-link:focus {
z-index: 3;
outline: 0;
- box-shadow: 0 0 0 0.2rem ff66ac;
+ box-shadow: 0 0 0 0.2rem rgba(255, 102, 172, 0.25);
}
.page-item:first-child .page-link {
@@ -4645,7 +4645,7 @@ a.badge:hover, a.badge:focus {
}
a.badge-primary:hover, a.badge-primary:focus {
color: #000000;
- background-color: #ff66ac;
+ background-color: #ff3390;
}
a.badge-primary:focus, a.badge-primary.focus {
outline: 0;
@@ -6000,7 +6000,7 @@ a.close.disabled {
a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
- background-color: #ff66ac !important;
+ background-color: #ff3390 !important;
}
.bg-secondary {
@@ -9677,7 +9677,7 @@ button.bg-dark:focus {
}
a.text-primary:hover, a.text-primary:focus {
- color: #ff66ac !important;
+ color: #ff1a83 !important;
}
.text-secondary {
@@ -10152,7 +10152,7 @@ a {
background-color: transparent;
}
a:hover {
- color: #ff66ac;
+ color: #ff1a83;
text-decoration: underline;
}
@@ -12387,7 +12387,7 @@ pre code {
background-color: #E1E1E1;
border-color: #ffe6f1;
outline: 0;
- box-shadow: 0 0 0 0.2rem ff66ac;
+ box-shadow: 0 0 0 0.2rem rgba(255, 102, 172, 0.25);
}
.form-control::placeholder {
color: #000000;
@@ -12793,7 +12793,7 @@ textarea.form-control {
}
.btn:focus, .btn.focus {
outline: 0;
- box-shadow: 0 0 0 0.2rem ff66ac;
+ box-shadow: 0 0 0 0.2rem rgba(255, 102, 172, 0.25);
}
.btn.disabled, .btn:disabled {
opacity: 0.65;
@@ -12810,13 +12810,13 @@ fieldset:disabled a.btn {
}
.btn-primary:hover {
color: #E1E1E1;
- background-color: #ff66ac;
- border-color: #ff66ac;
+ background-color: #ff4097;
+ border-color: #ff3390;
}
.btn-primary:focus, .btn-primary.focus {
color: #E1E1E1;
- background-color: #ff66ac;
- border-color: #ff66ac;
+ background-color: #ff4097;
+ border-color: #ff3390;
box-shadow: 0 0 0 0.2rem rgba(217, 87, 146, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
@@ -12826,7 +12826,7 @@ fieldset:disabled a.btn {
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
color: #E1E1E1;
- background-color: #ff66ac;
+ background-color: #ff3390;
border-color: #ff2689;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
@@ -13170,13 +13170,13 @@ fieldset:disabled a.btn {
}
.btn-upvote:hover {
color: #E1E1E1;
- background-color: #ff66ac;
- border-color: #ff66ac;
+ background-color: #ff4097;
+ border-color: #ff3390;
}
.btn-upvote:focus, .btn-upvote.focus {
color: #E1E1E1;
- background-color: #ff66ac;
- border-color: #ff66ac;
+ background-color: #ff4097;
+ border-color: #ff3390;
box-shadow: 0 0 0 0.2rem rgba(217, 87, 146, 0.5);
}
.btn-upvote.disabled, .btn-upvote:disabled {
@@ -13186,7 +13186,7 @@ fieldset:disabled a.btn {
}
.btn-upvote:not(:disabled):not(.disabled):active, .btn-upvote:not(:disabled):not(.disabled).active, .show > .btn-upvote.dropdown-toggle {
color: #E1E1E1;
- background-color: #ff66ac;
+ background-color: #ff3390;
border-color: #ff2689;
}
.btn-upvote:not(:disabled):not(.disabled):active:focus, .btn-upvote:not(:disabled):not(.disabled).active:focus, .show > .btn-upvote.dropdown-toggle:focus {
@@ -13200,13 +13200,13 @@ fieldset:disabled a.btn {
}
.btn-purple:hover {
color: #E1E1E1;
- background-color: #ff66ac;
- border-color: #ff66ac;
+ background-color: #ff4097;
+ border-color: #ff3390;
}
.btn-purple:focus, .btn-purple.focus {
color: #E1E1E1;
- background-color: #ff66ac;
- border-color: #ff66ac;
+ background-color: #ff4097;
+ border-color: #ff3390;
box-shadow: 0 0 0 0.2rem rgba(217, 87, 146, 0.5);
}
.btn-purple.disabled, .btn-purple:disabled {
@@ -13216,7 +13216,7 @@ fieldset:disabled a.btn {
}
.btn-purple:not(:disabled):not(.disabled):active, .btn-purple:not(:disabled):not(.disabled).active, .show > .btn-purple.dropdown-toggle {
color: #E1E1E1;
- background-color: #ff66ac;
+ background-color: #ff3390;
border-color: #ff2689;
}
.btn-purple:not(:disabled):not(.disabled):active:focus, .btn-purple:not(:disabled):not(.disabled).active:focus, .show > .btn-purple.dropdown-toggle:focus {
@@ -13260,13 +13260,13 @@ fieldset:disabled a.btn {
}
.btn-admin:hover {
color: #E1E1E1;
- background-color: #ff66ac;
- border-color: #ff66ac;
+ background-color: #ff4097;
+ border-color: #ff3390;
}
.btn-admin:focus, .btn-admin.focus {
color: #E1E1E1;
- background-color: #ff66ac;
- border-color: #ff66ac;
+ background-color: #ff4097;
+ border-color: #ff3390;
box-shadow: 0 0 0 0.2rem rgba(217, 87, 146, 0.5);
}
.btn-admin.disabled, .btn-admin:disabled {
@@ -13276,7 +13276,7 @@ fieldset:disabled a.btn {
}
.btn-admin:not(:disabled):not(.disabled):active, .btn-admin:not(:disabled):not(.disabled).active, .show > .btn-admin.dropdown-toggle {
color: #E1E1E1;
- background-color: #ff66ac;
+ background-color: #ff3390;
border-color: #ff2689;
}
.btn-admin:not(:disabled):not(.disabled):active:focus, .btn-admin:not(:disabled):not(.disabled).active:focus, .show > .btn-admin.dropdown-toggle:focus {
@@ -14294,7 +14294,7 @@ fieldset:disabled a.btn {
text-decoration: none;
}
.btn-link:hover {
- color: #ff66ac;
+ color: #ff1a83;
text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
@@ -14897,7 +14897,7 @@ input[type=button].btn-block {
background-color: #ff66ac;
}
.custom-control-input:focus ~ .custom-control-label::before {
- box-shadow: 0 0 0 0.2rem ff66ac;
+ box-shadow: 0 0 0 0.2rem rgba(255, 102, 172, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
border-color: #ffe6f1;
@@ -15021,7 +15021,7 @@ input[type=button].btn-block {
.custom-select:focus {
border-color: #ffe6f1;
outline: 0;
- box-shadow: 0 0 0 0.2rem ff66ac;
+ box-shadow: 0 0 0 0.2rem rgba(255, 102, 172, 0.25);
}
.custom-select:focus::-ms-value {
color: #000000;
@@ -15078,7 +15078,7 @@ input[type=button].btn-block {
}
.custom-file-input:focus ~ .custom-file-label {
border-color: #ffe6f1;
- box-shadow: 0 0 0 0.2rem ff66ac;
+ box-shadow: 0 0 0 0.2rem rgba(255, 102, 172, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
background-color: #E1E1E1;
@@ -15133,13 +15133,13 @@ input[type=button].btn-block {
outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
- box-shadow: 0 0 0 1px #E1E1E1, 0 0 0 0.2rem ff66ac;
+ box-shadow: 0 0 0 1px #E1E1E1, 0 0 0 0.2rem rgba(255, 102, 172, 0.25);
}
.custom-range:focus::-moz-range-thumb {
- box-shadow: 0 0 0 1px #E1E1E1, 0 0 0 0.2rem ff66ac;
+ box-shadow: 0 0 0 1px #E1E1E1, 0 0 0 0.2rem rgba(255, 102, 172, 0.25);
}
.custom-range:focus::-ms-thumb {
- box-shadow: 0 0 0 1px #E1E1E1, 0 0 0 0.2rem ff66ac;
+ box-shadow: 0 0 0 1px #E1E1E1, 0 0 0 0.2rem rgba(255, 102, 172, 0.25);
}
.custom-range::-moz-focus-outer {
border: 0;
@@ -15961,7 +15961,7 @@ input[type=button].btn-block {
}
.page-link:hover {
z-index: 2;
- color: #ff66ac;
+ color: #ff1a83;
text-decoration: none;
background-color: #E1E1E1;
border-color: #383838;
@@ -15969,7 +15969,7 @@ input[type=button].btn-block {
.page-link:focus {
z-index: 3;
outline: 0;
- box-shadow: 0 0 0 0.2rem ff66ac;
+ box-shadow: 0 0 0 0.2rem rgba(255, 102, 172, 0.25);
}
.page-item:first-child .page-link {
@@ -16065,7 +16065,7 @@ a.badge:hover, a.badge:focus {
}
a.badge-primary:hover, a.badge-primary:focus {
color: #000000;
- background-color: #ff66ac;
+ background-color: #ff3390;
}
a.badge-primary:focus, a.badge-primary.focus {
outline: 0;
@@ -16221,7 +16221,7 @@ a.badge-downvote:focus, a.badge-downvote.focus {
}
a.badge-upvote:hover, a.badge-upvote:focus {
color: #000000;
- background-color: #ff66ac;
+ background-color: #ff3390;
}
a.badge-upvote:focus, a.badge-upvote.focus {
outline: 0;
@@ -16234,7 +16234,7 @@ a.badge-upvote:focus, a.badge-upvote.focus {
}
a.badge-purple:hover, a.badge-purple:focus {
color: #000000;
- background-color: #ff66ac;
+ background-color: #ff3390;
}
a.badge-purple:focus, a.badge-purple.focus {
outline: 0;
@@ -16260,7 +16260,7 @@ a.badge-gold:focus, a.badge-gold.focus {
}
a.badge-admin:hover, a.badge-admin:focus {
color: #000000;
- background-color: #ff66ac;
+ background-color: #ff3390;
}
a.badge-admin:focus, a.badge-admin.focus {
outline: 0;
@@ -18161,7 +18161,7 @@ a.close.disabled {
a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
- background-color: #ff66ac !important;
+ background-color: #ff3390 !important;
}
.bg-secondary {
@@ -18281,7 +18281,7 @@ button.bg-downvote:focus {
a.bg-upvote:hover, a.bg-upvote:focus,
button.bg-upvote:hover,
button.bg-upvote:focus {
- background-color: #ff66ac !important;
+ background-color: #ff3390 !important;
}
.bg-purple {
@@ -18291,7 +18291,7 @@ button.bg-upvote:focus {
a.bg-purple:hover, a.bg-purple:focus,
button.bg-purple:hover,
button.bg-purple:focus {
- background-color: #ff66ac !important;
+ background-color: #ff3390 !important;
}
.bg-gold {
@@ -18311,7 +18311,7 @@ button.bg-gold:focus {
a.bg-admin:hover, a.bg-admin:focus,
button.bg-admin:hover,
button.bg-admin:focus {
- background-color: #ff66ac !important;
+ background-color: #ff3390 !important;
}
.bg-gray {
@@ -23208,7 +23208,7 @@ button.bg-reddit:focus {
}
a.text-primary:hover, a.text-primary:focus {
- color: #ff66ac !important;
+ color: #ff1a83 !important;
}
.text-secondary {
@@ -23304,7 +23304,7 @@ a.text-downvote:hover, a.text-downvote:focus {
}
a.text-upvote:hover, a.text-upvote:focus {
- color: #ff66ac !important;
+ color: #ff1a83 !important;
}
.text-purple {
@@ -23312,7 +23312,7 @@ a.text-upvote:hover, a.text-upvote:focus {
}
a.text-purple:hover, a.text-purple:focus {
- color: #ff66ac !important;
+ color: #ff1a83 !important;
}
.text-gold {
@@ -23328,7 +23328,7 @@ a.text-gold:hover, a.text-gold:focus {
}
a.text-admin:hover, a.text-admin:focus {
- color: #ff66ac !important;
+ color: #ff1a83 !important;
}
.text-gray {
diff --git a/files/assets/style/light_ff66ac.css b/files/assets/style/light_ff66ac.css
index 7860ac6a5..caf3d7aeb 100644
--- a/files/assets/style/light_ff66ac.css
+++ b/files/assets/style/light_ff66ac.css
@@ -261,7 +261,7 @@ a {
background-color: transparent;
}
a:hover {
- color: #ff66ac;
+ color: #ff1a83;
text-decoration: underline;
}
@@ -2436,7 +2436,7 @@ pre code {
background-color: #ffffff;
border-color: #ffe6f1;
outline: 0;
- box-shadow: 0 0 0 0.2rem ff66ac;
+ box-shadow: 0 0 0 0.2rem rgba(255, 102, 172, 0.25);
}
.form-control::placeholder {
color: #718096;
@@ -2842,7 +2842,7 @@ textarea.form-control {
}
.btn:focus, .btn.focus {
outline: 0;
- box-shadow: 0 0 0 0.2rem ff66ac;
+ box-shadow: 0 0 0 0.2rem rgba(255, 102, 172, 0.25);
}
.btn.disabled, .btn:disabled {
opacity: 0.65;
@@ -2859,13 +2859,13 @@ fieldset:disabled a.btn {
}
.btn-primary:hover {
color: #ffffff;
- background-color: #ff66ac;
- border-color: #ff66ac;
+ background-color: #ff4097;
+ border-color: #ff3390;
}
.btn-primary:focus, .btn-primary.focus {
color: #ffffff;
- background-color: #ff66ac;
- border-color: #ff66ac;
+ background-color: #ff4097;
+ border-color: #ff3390;
box-shadow: 0 0 0 0.2rem rgba(255, 125, 184, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
@@ -2875,7 +2875,7 @@ fieldset:disabled a.btn {
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
color: #ffffff;
- background-color: #ff66ac;
+ background-color: #ff3390;
border-color: #ff2689;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
@@ -3219,13 +3219,13 @@ fieldset:disabled a.btn {
}
.btn-upvote:hover {
color: #ffffff;
- background-color: #ff66ac;
- border-color: #ff66ac;
+ background-color: #ff4097;
+ border-color: #ff3390;
}
.btn-upvote:focus, .btn-upvote.focus {
color: #ffffff;
- background-color: #ff66ac;
- border-color: #ff66ac;
+ background-color: #ff4097;
+ border-color: #ff3390;
box-shadow: 0 0 0 0.2rem rgba(255, 125, 184, 0.5);
}
.btn-upvote.disabled, .btn-upvote:disabled {
@@ -3235,7 +3235,7 @@ fieldset:disabled a.btn {
}
.btn-upvote:not(:disabled):not(.disabled):active, .btn-upvote:not(:disabled):not(.disabled).active, .show > .btn-upvote.dropdown-toggle {
color: #ffffff;
- background-color: #ff66ac;
+ background-color: #ff3390;
border-color: #ff2689;
}
.btn-upvote:not(:disabled):not(.disabled):active:focus, .btn-upvote:not(:disabled):not(.disabled).active:focus, .show > .btn-upvote.dropdown-toggle:focus {
@@ -3249,13 +3249,13 @@ fieldset:disabled a.btn {
}
.btn-purple:hover {
color: #ffffff;
- background-color: #ff66ac;
- border-color: #ff66ac;
+ background-color: #ff4097;
+ border-color: #ff3390;
}
.btn-purple:focus, .btn-purple.focus {
color: #ffffff;
- background-color: #ff66ac;
- border-color: #ff66ac;
+ background-color: #ff4097;
+ border-color: #ff3390;
box-shadow: 0 0 0 0.2rem rgba(255, 125, 184, 0.5);
}
.btn-purple.disabled, .btn-purple:disabled {
@@ -3265,7 +3265,7 @@ fieldset:disabled a.btn {
}
.btn-purple:not(:disabled):not(.disabled):active, .btn-purple:not(:disabled):not(.disabled).active, .show > .btn-purple.dropdown-toggle {
color: #ffffff;
- background-color: #ff66ac;
+ background-color: #ff3390;
border-color: #ff2689;
}
.btn-purple:not(:disabled):not(.disabled):active:focus, .btn-purple:not(:disabled):not(.disabled).active:focus, .show > .btn-purple.dropdown-toggle:focus {
@@ -3309,13 +3309,13 @@ fieldset:disabled a.btn {
}
.btn-admin:hover {
color: #ffffff;
- background-color: #ff66ac;
- border-color: #ff66ac;
+ background-color: #ff4097;
+ border-color: #ff3390;
}
.btn-admin:focus, .btn-admin.focus {
color: #ffffff;
- background-color: #ff66ac;
- border-color: #ff66ac;
+ background-color: #ff4097;
+ border-color: #ff3390;
box-shadow: 0 0 0 0.2rem rgba(255, 125, 184, 0.5);
}
.btn-admin.disabled, .btn-admin:disabled {
@@ -3325,7 +3325,7 @@ fieldset:disabled a.btn {
}
.btn-admin:not(:disabled):not(.disabled):active, .btn-admin:not(:disabled):not(.disabled).active, .show > .btn-admin.dropdown-toggle {
color: #ffffff;
- background-color: #ff66ac;
+ background-color: #ff3390;
border-color: #ff2689;
}
.btn-admin:not(:disabled):not(.disabled):active:focus, .btn-admin:not(:disabled):not(.disabled).active:focus, .show > .btn-admin.dropdown-toggle:focus {
@@ -4178,7 +4178,7 @@ fieldset:disabled a.btn {
text-decoration: none;
}
.btn-link:hover {
- color: #ff66ac;
+ color: #ff1a83;
text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
@@ -4781,7 +4781,7 @@ input[type=button].btn-block {
background-color: #ff66ac;
}
.custom-control-input:focus ~ .custom-control-label::before {
- box-shadow: 0 0 0 0.2rem ff66ac;
+ box-shadow: 0 0 0 0.2rem rgba(255, 102, 172, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
border-color: #ffe6f1;
@@ -4905,7 +4905,7 @@ input[type=button].btn-block {
.custom-select:focus {
border-color: #ffe6f1;
outline: 0;
- box-shadow: 0 0 0 0.2rem ff66ac;
+ box-shadow: 0 0 0 0.2rem rgba(255, 102, 172, 0.25);
}
.custom-select:focus::-ms-value {
color: #495057;
@@ -4962,7 +4962,7 @@ input[type=button].btn-block {
}
.custom-file-input:focus ~ .custom-file-label {
border-color: #ffe6f1;
- box-shadow: 0 0 0 0.2rem ff66ac;
+ box-shadow: 0 0 0 0.2rem rgba(255, 102, 172, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
background-color: #EDF2F7;
@@ -5017,13 +5017,13 @@ input[type=button].btn-block {
outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
- box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem ff66ac;
+ box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(255, 102, 172, 0.25);
}
.custom-range:focus::-moz-range-thumb {
- box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem ff66ac;
+ box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(255, 102, 172, 0.25);
}
.custom-range:focus::-ms-thumb {
- box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem ff66ac;
+ box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(255, 102, 172, 0.25);
}
.custom-range::-moz-focus-outer {
border: 0;
@@ -5845,7 +5845,7 @@ input[type=button].btn-block {
}
.page-link:hover {
z-index: 2;
- color: #ff66ac;
+ color: #ff1a83;
text-decoration: none;
background-color: #EDF2F7;
border-color: #E2E8F0;
@@ -5853,7 +5853,7 @@ input[type=button].btn-block {
.page-link:focus {
z-index: 3;
outline: 0;
- box-shadow: 0 0 0 0.2rem ff66ac;
+ box-shadow: 0 0 0 0.2rem rgba(255, 102, 172, 0.25);
}
.page-item:first-child .page-link {
@@ -5949,7 +5949,7 @@ a.badge:hover, a.badge:focus {
}
a.badge-primary:hover, a.badge-primary:focus {
color: #ffffff;
- background-color: #ff66ac;
+ background-color: #ff3390;
}
a.badge-primary:focus, a.badge-primary.focus {
outline: 0;
@@ -6105,7 +6105,7 @@ a.badge-downvote:focus, a.badge-downvote.focus {
}
a.badge-upvote:hover, a.badge-upvote:focus {
color: #ffffff;
- background-color: #ff66ac;
+ background-color: #ff3390;
}
a.badge-upvote:focus, a.badge-upvote.focus {
outline: 0;
@@ -6118,7 +6118,7 @@ a.badge-upvote:focus, a.badge-upvote.focus {
}
a.badge-purple:hover, a.badge-purple:focus {
color: #ffffff;
- background-color: #ff66ac;
+ background-color: #ff3390;
}
a.badge-purple:focus, a.badge-purple.focus {
outline: 0;
@@ -6144,7 +6144,7 @@ a.badge-gold:focus, a.badge-gold.focus {
}
a.badge-admin:hover, a.badge-admin:focus {
color: #ffffff;
- background-color: #ff66ac;
+ background-color: #ff3390;
}
a.badge-admin:focus, a.badge-admin.focus {
outline: 0;
@@ -7928,7 +7928,7 @@ a.close.disabled {
a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
- background-color: #ff66ac !important;
+ background-color: #ff3390 !important;
}
.bg-secondary {
@@ -8048,7 +8048,7 @@ button.bg-downvote:focus {
a.bg-upvote:hover, a.bg-upvote:focus,
button.bg-upvote:hover,
button.bg-upvote:focus {
- background-color: #ff66ac !important;
+ background-color: #ff3390 !important;
}
.bg-purple {
@@ -8058,7 +8058,7 @@ button.bg-upvote:focus {
a.bg-purple:hover, a.bg-purple:focus,
button.bg-purple:hover,
button.bg-purple:focus {
- background-color: #ff66ac !important;
+ background-color: #ff3390 !important;
}
.bg-gold {
@@ -8078,7 +8078,7 @@ button.bg-gold:focus {
a.bg-admin:hover, a.bg-admin:focus,
button.bg-admin:hover,
button.bg-admin:focus {
- background-color: #ff66ac !important;
+ background-color: #ff3390 !important;
}
.bg-gray {
@@ -12917,7 +12917,7 @@ button.bg-reddit:focus {
}
a.text-primary:hover, a.text-primary:focus {
- color: #ff66ac !important;
+ color: #ff1a83 !important;
}
.text-secondary {
@@ -13013,7 +13013,7 @@ a.text-downvote:hover, a.text-downvote:focus {
}
a.text-upvote:hover, a.text-upvote:focus {
- color: #ff66ac !important;
+ color: #ff1a83 !important;
}
.text-purple {
@@ -13021,7 +13021,7 @@ a.text-upvote:hover, a.text-upvote:focus {
}
a.text-purple:hover, a.text-purple:focus {
- color: #ff66ac !important;
+ color: #ff1a83 !important;
}
.text-gold {
@@ -13037,7 +13037,7 @@ a.text-gold:hover, a.text-gold:focus {
}
a.text-admin:hover, a.text-admin:focus {
- color: #ff66ac !important;
+ color: #ff1a83 !important;
}
.text-gray {
diff --git a/files/assets/style/midnight_ff66ac.css b/files/assets/style/midnight_ff66ac.css
index 08550c12a..280a74050 100644
--- a/files/assets/style/midnight_ff66ac.css
+++ b/files/assets/style/midnight_ff66ac.css
@@ -157,7 +157,7 @@ a {
background-color: transparent;
}
a:hover {
- color: #ff66ac;
+ color: #ff1a83;
text-decoration: underline;
}
@@ -2012,7 +2012,7 @@ pre code {
background-color: #c9d1d9;
border-color: #ffe6f1;
outline: 0;
- box-shadow: 0 0 0 0.2rem ff66ac;
+ box-shadow: 0 0 0 0.2rem rgba(255, 102, 172, 0.25);
}
.form-control::placeholder {
color: #21262d;
@@ -2418,7 +2418,7 @@ textarea.form-control {
}
.btn:focus, .btn.focus {
outline: 0;
- box-shadow: 0 0 0 0.2rem ff66ac;
+ box-shadow: 0 0 0 0.2rem rgba(255, 102, 172, 0.25);
}
.btn.disabled, .btn:disabled {
opacity: 0.65;
@@ -2435,13 +2435,13 @@ fieldset:disabled a.btn {
}
.btn-primary:hover {
color: #c9d1d9;
- background-color: #ff66ac;
- border-color: #ff66ac;
+ background-color: #ff4097;
+ border-color: #ff3390;
}
.btn-primary:focus, .btn-primary.focus {
color: #c9d1d9;
- background-color: #ff66ac;
- border-color: #ff66ac;
+ background-color: #ff4097;
+ border-color: #ff3390;
box-shadow: 0 0 0 0.2rem rgba(219, 89, 150, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
@@ -2451,7 +2451,7 @@ fieldset:disabled a.btn {
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
color: #c9d1d9;
- background-color: #ff66ac;
+ background-color: #ff3390;
border-color: #ff2689;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
@@ -2874,7 +2874,7 @@ fieldset:disabled a.btn {
text-decoration: none;
}
.btn-link:hover {
- color: #ff66ac;
+ color: #ff1a83;
text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
@@ -3477,7 +3477,7 @@ input[type=button].btn-block {
background-color: #ff66ac;
}
.custom-control-input:focus ~ .custom-control-label::before {
- box-shadow: 0 0 0 0.2rem ff66ac;
+ box-shadow: 0 0 0 0.2rem rgba(255, 102, 172, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
border-color: #ffe6f1;
@@ -3601,7 +3601,7 @@ input[type=button].btn-block {
.custom-select:focus {
border-color: #ffe6f1;
outline: 0;
- box-shadow: 0 0 0 0.2rem ff66ac;
+ box-shadow: 0 0 0 0.2rem rgba(255, 102, 172, 0.25);
}
.custom-select:focus::-ms-value {
color: #21262d;
@@ -3658,7 +3658,7 @@ input[type=button].btn-block {
}
.custom-file-input:focus ~ .custom-file-label {
border-color: #ffe6f1;
- box-shadow: 0 0 0 0.2rem ff66ac;
+ box-shadow: 0 0 0 0.2rem rgba(255, 102, 172, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
background-color: #b1bac4;
@@ -3713,13 +3713,13 @@ input[type=button].btn-block {
outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
- box-shadow: 0 0 0 1px #c9d1d9, 0 0 0 0.2rem ff66ac;
+ box-shadow: 0 0 0 1px #c9d1d9, 0 0 0 0.2rem rgba(255, 102, 172, 0.25);
}
.custom-range:focus::-moz-range-thumb {
- box-shadow: 0 0 0 1px #c9d1d9, 0 0 0 0.2rem ff66ac;
+ box-shadow: 0 0 0 1px #c9d1d9, 0 0 0 0.2rem rgba(255, 102, 172, 0.25);
}
.custom-range:focus::-ms-thumb {
- box-shadow: 0 0 0 1px #c9d1d9, 0 0 0 0.2rem ff66ac;
+ box-shadow: 0 0 0 1px #c9d1d9, 0 0 0 0.2rem rgba(255, 102, 172, 0.25);
}
.custom-range::-moz-focus-outer {
border: 0;
@@ -4541,7 +4541,7 @@ input[type=button].btn-block {
}
.page-link:hover {
z-index: 2;
- color: #ff66ac;
+ color: #ff1a83;
text-decoration: none;
background-color: #b1bac4;
border-color: #8b949e;
@@ -4549,7 +4549,7 @@ input[type=button].btn-block {
.page-link:focus {
z-index: 3;
outline: 0;
- box-shadow: 0 0 0 0.2rem ff66ac;
+ box-shadow: 0 0 0 0.2rem rgba(255, 102, 172, 0.25);
}
.page-item:first-child .page-link {
@@ -4645,7 +4645,7 @@ a.badge:hover, a.badge:focus {
}
a.badge-primary:hover, a.badge-primary:focus {
color: #0d1117;
- background-color: #ff66ac;
+ background-color: #ff3390;
}
a.badge-primary:focus, a.badge-primary.focus {
outline: 0;
@@ -6000,7 +6000,7 @@ a.close.disabled {
a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
- background-color: #ff66ac !important;
+ background-color: #ff3390 !important;
}
.bg-secondary {
@@ -9677,7 +9677,7 @@ button.bg-dark:focus {
}
a.text-primary:hover, a.text-primary:focus {
- color: #ff66ac !important;
+ color: #ff1a83 !important;
}
.text-secondary {
@@ -10152,7 +10152,7 @@ a {
background-color: transparent;
}
a:hover {
- color: #ff66ac;
+ color: #ff1a83;
text-decoration: underline;
}
@@ -12387,7 +12387,7 @@ pre code {
background-color: #c9d1d9;
border-color: #ffe6f1;
outline: 0;
- box-shadow: 0 0 0 0.2rem ff66ac;
+ box-shadow: 0 0 0 0.2rem rgba(255, 102, 172, 0.25);
}
.form-control::placeholder {
color: #21262d;
@@ -12793,7 +12793,7 @@ textarea.form-control {
}
.btn:focus, .btn.focus {
outline: 0;
- box-shadow: 0 0 0 0.2rem ff66ac;
+ box-shadow: 0 0 0 0.2rem rgba(255, 102, 172, 0.25);
}
.btn.disabled, .btn:disabled {
opacity: 0.65;
@@ -12810,13 +12810,13 @@ fieldset:disabled a.btn {
}
.btn-primary:hover {
color: #c9d1d9;
- background-color: #ff66ac;
- border-color: #ff66ac;
+ background-color: #ff4097;
+ border-color: #ff3390;
}
.btn-primary:focus, .btn-primary.focus {
color: #c9d1d9;
- background-color: #ff66ac;
- border-color: #ff66ac;
+ background-color: #ff4097;
+ border-color: #ff3390;
box-shadow: 0 0 0 0.2rem rgba(219, 89, 150, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
@@ -12826,7 +12826,7 @@ fieldset:disabled a.btn {
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
color: #c9d1d9;
- background-color: #ff66ac;
+ background-color: #ff3390;
border-color: #ff2689;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
@@ -13170,13 +13170,13 @@ fieldset:disabled a.btn {
}
.btn-upvote:hover {
color: #c9d1d9;
- background-color: #ff66ac;
- border-color: #ff66ac;
+ background-color: #ff4097;
+ border-color: #ff3390;
}
.btn-upvote:focus, .btn-upvote.focus {
color: #c9d1d9;
- background-color: #ff66ac;
- border-color: #ff66ac;
+ background-color: #ff4097;
+ border-color: #ff3390;
box-shadow: 0 0 0 0.2rem rgba(219, 89, 150, 0.5);
}
.btn-upvote.disabled, .btn-upvote:disabled {
@@ -13186,7 +13186,7 @@ fieldset:disabled a.btn {
}
.btn-upvote:not(:disabled):not(.disabled):active, .btn-upvote:not(:disabled):not(.disabled).active, .show > .btn-upvote.dropdown-toggle {
color: #c9d1d9;
- background-color: #ff66ac;
+ background-color: #ff3390;
border-color: #ff2689;
}
.btn-upvote:not(:disabled):not(.disabled):active:focus, .btn-upvote:not(:disabled):not(.disabled).active:focus, .show > .btn-upvote.dropdown-toggle:focus {
@@ -13200,13 +13200,13 @@ fieldset:disabled a.btn {
}
.btn-purple:hover {
color: #c9d1d9;
- background-color: #ff66ac;
- border-color: #ff66ac;
+ background-color: #ff4097;
+ border-color: #ff3390;
}
.btn-purple:focus, .btn-purple.focus {
color: #c9d1d9;
- background-color: #ff66ac;
- border-color: #ff66ac;
+ background-color: #ff4097;
+ border-color: #ff3390;
box-shadow: 0 0 0 0.2rem rgba(219, 89, 150, 0.5);
}
.btn-purple.disabled, .btn-purple:disabled {
@@ -13216,7 +13216,7 @@ fieldset:disabled a.btn {
}
.btn-purple:not(:disabled):not(.disabled):active, .btn-purple:not(:disabled):not(.disabled).active, .show > .btn-purple.dropdown-toggle {
color: #c9d1d9;
- background-color: #ff66ac;
+ background-color: #ff3390;
border-color: #ff2689;
}
.btn-purple:not(:disabled):not(.disabled):active:focus, .btn-purple:not(:disabled):not(.disabled).active:focus, .show > .btn-purple.dropdown-toggle:focus {
@@ -13260,13 +13260,13 @@ fieldset:disabled a.btn {
}
.btn-admin:hover {
color: #c9d1d9;
- background-color: #ff66ac;
- border-color: #ff66ac;
+ background-color: #ff4097;
+ border-color: #ff3390;
}
.btn-admin:focus, .btn-admin.focus {
color: #c9d1d9;
- background-color: #ff66ac;
- border-color: #ff66ac;
+ background-color: #ff4097;
+ border-color: #ff3390;
box-shadow: 0 0 0 0.2rem rgba(219, 89, 150, 0.5);
}
.btn-admin.disabled, .btn-admin:disabled {
@@ -13276,7 +13276,7 @@ fieldset:disabled a.btn {
}
.btn-admin:not(:disabled):not(.disabled):active, .btn-admin:not(:disabled):not(.disabled).active, .show > .btn-admin.dropdown-toggle {
color: #c9d1d9;
- background-color: #ff66ac;
+ background-color: #ff3390;
border-color: #ff2689;
}
.btn-admin:not(:disabled):not(.disabled):active:focus, .btn-admin:not(:disabled):not(.disabled).active:focus, .show > .btn-admin.dropdown-toggle:focus {
@@ -14294,7 +14294,7 @@ fieldset:disabled a.btn {
text-decoration: none;
}
.btn-link:hover {
- color: #ff66ac;
+ color: #ff1a83;
text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
@@ -14897,7 +14897,7 @@ input[type=button].btn-block {
background-color: #ff66ac;
}
.custom-control-input:focus ~ .custom-control-label::before {
- box-shadow: 0 0 0 0.2rem ff66ac;
+ box-shadow: 0 0 0 0.2rem rgba(255, 102, 172, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
border-color: #ffe6f1;
@@ -15021,7 +15021,7 @@ input[type=button].btn-block {
.custom-select:focus {
border-color: #ffe6f1;
outline: 0;
- box-shadow: 0 0 0 0.2rem ff66ac;
+ box-shadow: 0 0 0 0.2rem rgba(255, 102, 172, 0.25);
}
.custom-select:focus::-ms-value {
color: #21262d;
@@ -15078,7 +15078,7 @@ input[type=button].btn-block {
}
.custom-file-input:focus ~ .custom-file-label {
border-color: #ffe6f1;
- box-shadow: 0 0 0 0.2rem ff66ac;
+ box-shadow: 0 0 0 0.2rem rgba(255, 102, 172, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
background-color: #b1bac4;
@@ -15133,13 +15133,13 @@ input[type=button].btn-block {
outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
- box-shadow: 0 0 0 1px #c9d1d9, 0 0 0 0.2rem ff66ac;
+ box-shadow: 0 0 0 1px #c9d1d9, 0 0 0 0.2rem rgba(255, 102, 172, 0.25);
}
.custom-range:focus::-moz-range-thumb {
- box-shadow: 0 0 0 1px #c9d1d9, 0 0 0 0.2rem ff66ac;
+ box-shadow: 0 0 0 1px #c9d1d9, 0 0 0 0.2rem rgba(255, 102, 172, 0.25);
}
.custom-range:focus::-ms-thumb {
- box-shadow: 0 0 0 1px #c9d1d9, 0 0 0 0.2rem ff66ac;
+ box-shadow: 0 0 0 1px #c9d1d9, 0 0 0 0.2rem rgba(255, 102, 172, 0.25);
}
.custom-range::-moz-focus-outer {
border: 0;
@@ -15961,7 +15961,7 @@ input[type=button].btn-block {
}
.page-link:hover {
z-index: 2;
- color: #ff66ac;
+ color: #ff1a83;
text-decoration: none;
background-color: #b1bac4;
border-color: #8b949e;
@@ -15969,7 +15969,7 @@ input[type=button].btn-block {
.page-link:focus {
z-index: 3;
outline: 0;
- box-shadow: 0 0 0 0.2rem ff66ac;
+ box-shadow: 0 0 0 0.2rem rgba(255, 102, 172, 0.25);
}
.page-item:first-child .page-link {
@@ -16065,7 +16065,7 @@ a.badge:hover, a.badge:focus {
}
a.badge-primary:hover, a.badge-primary:focus {
color: #0d1117;
- background-color: #ff66ac;
+ background-color: #ff3390;
}
a.badge-primary:focus, a.badge-primary.focus {
outline: 0;
@@ -16221,7 +16221,7 @@ a.badge-downvote:focus, a.badge-downvote.focus {
}
a.badge-upvote:hover, a.badge-upvote:focus {
color: #0d1117;
- background-color: #ff66ac;
+ background-color: #ff3390;
}
a.badge-upvote:focus, a.badge-upvote.focus {
outline: 0;
@@ -16234,7 +16234,7 @@ a.badge-upvote:focus, a.badge-upvote.focus {
}
a.badge-purple:hover, a.badge-purple:focus {
color: #0d1117;
- background-color: #ff66ac;
+ background-color: #ff3390;
}
a.badge-purple:focus, a.badge-purple.focus {
outline: 0;
@@ -16260,7 +16260,7 @@ a.badge-gold:focus, a.badge-gold.focus {
}
a.badge-admin:hover, a.badge-admin:focus {
color: #0d1117;
- background-color: #ff66ac;
+ background-color: #ff3390;
}
a.badge-admin:focus, a.badge-admin.focus {
outline: 0;
@@ -18161,7 +18161,7 @@ a.close.disabled {
a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
- background-color: #ff66ac !important;
+ background-color: #ff3390 !important;
}
.bg-secondary {
@@ -18281,7 +18281,7 @@ button.bg-downvote:focus {
a.bg-upvote:hover, a.bg-upvote:focus,
button.bg-upvote:hover,
button.bg-upvote:focus {
- background-color: #ff66ac !important;
+ background-color: #ff3390 !important;
}
.bg-purple {
@@ -18291,7 +18291,7 @@ button.bg-upvote:focus {
a.bg-purple:hover, a.bg-purple:focus,
button.bg-purple:hover,
button.bg-purple:focus {
- background-color: #ff66ac !important;
+ background-color: #ff3390 !important;
}
.bg-gold {
@@ -18311,7 +18311,7 @@ button.bg-gold:focus {
a.bg-admin:hover, a.bg-admin:focus,
button.bg-admin:hover,
button.bg-admin:focus {
- background-color: #ff66ac !important;
+ background-color: #ff3390 !important;
}
.bg-gray {
@@ -23208,7 +23208,7 @@ button.bg-reddit:focus {
}
a.text-primary:hover, a.text-primary:focus {
- color: #ff66ac !important;
+ color: #ff1a83 !important;
}
.text-secondary {
@@ -23304,7 +23304,7 @@ a.text-downvote:hover, a.text-downvote:focus {
}
a.text-upvote:hover, a.text-upvote:focus {
- color: #ff66ac !important;
+ color: #ff1a83 !important;
}
.text-purple {
@@ -23312,7 +23312,7 @@ a.text-upvote:hover, a.text-upvote:focus {
}
a.text-purple:hover, a.text-purple:focus {
- color: #ff66ac !important;
+ color: #ff1a83 !important;
}
.text-gold {
@@ -23328,7 +23328,7 @@ a.text-gold:hover, a.text-gold:focus {
}
a.text-admin:hover, a.text-admin:focus {
- color: #ff66ac !important;
+ color: #ff1a83 !important;
}
.text-gray {
diff --git a/files/helpers/sanitize.py b/files/helpers/sanitize.py
index 84f9275d9..f594c59a7 100644
--- a/files/helpers/sanitize.py
+++ b/files/helpers/sanitize.py
@@ -180,9 +180,9 @@ def sanitize(text, linkgen=False, flair=False):
if flair: emojisize = 20
else: emojisize = 30
- for i in re.finditer(':(.{1,30}?):
', sanitized):
- if path.isfile(f'./files/assets/images/emojis/{i.group(1)}.gif'):
- sanitized = sanitized.replace(f':{i.group(1)}:', f'
')
+ # for i in re.finditer(':(.{1,30}?):', sanitized):
+ # if path.isfile(f'./files/assets/images/emojis/{i.group(1)}.gif'):
+ # sanitized = sanitized.replace(f':{i.group(1)}:', f'
')
for i in re.finditer(':(.{1,30}?):', sanitized):
if path.isfile(f'./files/assets/images/emojis/{i.group(1)}.gif'):
sanitized = sanitized.replace(f':{i.group(1)}:', f'
')