diff --git a/files/assets/style/dark_ff66ac.css b/files/assets/style/dark_ff66ac.css index ffa820117..6bbf4dd10 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: #ff1a83; + color: #ff66ac; text-decoration: underline; } @@ -2012,7 +2012,7 @@ pre code { background-color: #E1E1E1; border-color: #ffe6f1; outline: 0; - box-shadow: 0 0 0 0.2rem rgba(255, 102, 172, 0.25); + box-shadow: 0 0 0 0.2rem ff66ac; } .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 rgba(255, 102, 172, 0.25); + box-shadow: 0 0 0 0.2rem ff66ac; } .btn.disabled, .btn:disabled { opacity: 0.65; @@ -2435,13 +2435,13 @@ fieldset:disabled a.btn { } .btn-primary:hover { color: #E1E1E1; - background-color: #ff4097; - border-color: #ff3390; + background-color: #ff66ac; + border-color: #ff66ac; } .btn-primary:focus, .btn-primary.focus { color: #E1E1E1; - background-color: #ff4097; - border-color: #ff3390; + background-color: #ff66ac; + border-color: #ff66ac; 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: #ff3390; + background-color: #ff66ac; 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: #ff1a83; + color: #ff66ac; 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 rgba(255, 102, 172, 0.25); + box-shadow: 0 0 0 0.2rem ff66ac; } .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 rgba(255, 102, 172, 0.25); + box-shadow: 0 0 0 0.2rem ff66ac; } .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 rgba(255, 102, 172, 0.25); + box-shadow: 0 0 0 0.2rem ff66ac; } .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 rgba(255, 102, 172, 0.25); + box-shadow: 0 0 0 1px #E1E1E1, 0 0 0 0.2rem ff66ac; } .custom-range:focus::-moz-range-thumb { - box-shadow: 0 0 0 1px #E1E1E1, 0 0 0 0.2rem rgba(255, 102, 172, 0.25); + box-shadow: 0 0 0 1px #E1E1E1, 0 0 0 0.2rem ff66ac; } .custom-range:focus::-ms-thumb { - box-shadow: 0 0 0 1px #E1E1E1, 0 0 0 0.2rem rgba(255, 102, 172, 0.25); + box-shadow: 0 0 0 1px #E1E1E1, 0 0 0 0.2rem ff66ac; } .custom-range::-moz-focus-outer { border: 0; @@ -4541,7 +4541,7 @@ input[type=button].btn-block { } .page-link:hover { z-index: 2; - color: #ff1a83; + color: #ff66ac; 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 rgba(255, 102, 172, 0.25); + box-shadow: 0 0 0 0.2rem ff66ac; } .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: #ff3390; + background-color: #ff66ac; } 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: #ff3390 !important; + background-color: #ff66ac !important; } .bg-secondary { @@ -9677,7 +9677,7 @@ button.bg-dark:focus { } a.text-primary:hover, a.text-primary:focus { - color: #ff1a83 !important; + color: #ff66ac !important; } .text-secondary { @@ -10152,7 +10152,7 @@ a { background-color: transparent; } a:hover { - color: #ff1a83; + color: #ff66ac; text-decoration: underline; } @@ -12387,7 +12387,7 @@ pre code { background-color: #E1E1E1; border-color: #ffe6f1; outline: 0; - box-shadow: 0 0 0 0.2rem rgba(255, 102, 172, 0.25); + box-shadow: 0 0 0 0.2rem ff66ac; } .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 rgba(255, 102, 172, 0.25); + box-shadow: 0 0 0 0.2rem ff66ac; } .btn.disabled, .btn:disabled { opacity: 0.65; @@ -12810,13 +12810,13 @@ fieldset:disabled a.btn { } .btn-primary:hover { color: #E1E1E1; - background-color: #ff4097; - border-color: #ff3390; + background-color: #ff66ac; + border-color: #ff66ac; } .btn-primary:focus, .btn-primary.focus { color: #E1E1E1; - background-color: #ff4097; - border-color: #ff3390; + background-color: #ff66ac; + border-color: #ff66ac; 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: #ff3390; + background-color: #ff66ac; 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: #ff4097; - border-color: #ff3390; + background-color: #ff66ac; + border-color: #ff66ac; } .btn-upvote:focus, .btn-upvote.focus { color: #E1E1E1; - background-color: #ff4097; - border-color: #ff3390; + background-color: #ff66ac; + border-color: #ff66ac; 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: #ff3390; + background-color: #ff66ac; 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: #ff4097; - border-color: #ff3390; + background-color: #ff66ac; + border-color: #ff66ac; } .btn-purple:focus, .btn-purple.focus { color: #E1E1E1; - background-color: #ff4097; - border-color: #ff3390; + background-color: #ff66ac; + border-color: #ff66ac; 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: #ff3390; + background-color: #ff66ac; 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: #ff4097; - border-color: #ff3390; + background-color: #ff66ac; + border-color: #ff66ac; } .btn-admin:focus, .btn-admin.focus { color: #E1E1E1; - background-color: #ff4097; - border-color: #ff3390; + background-color: #ff66ac; + border-color: #ff66ac; 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: #ff3390; + background-color: #ff66ac; 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: #ff1a83; + color: #ff66ac; 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 rgba(255, 102, 172, 0.25); + box-shadow: 0 0 0 0.2rem ff66ac; } .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 rgba(255, 102, 172, 0.25); + box-shadow: 0 0 0 0.2rem ff66ac; } .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 rgba(255, 102, 172, 0.25); + box-shadow: 0 0 0 0.2rem ff66ac; } .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 rgba(255, 102, 172, 0.25); + box-shadow: 0 0 0 1px #E1E1E1, 0 0 0 0.2rem ff66ac; } .custom-range:focus::-moz-range-thumb { - box-shadow: 0 0 0 1px #E1E1E1, 0 0 0 0.2rem rgba(255, 102, 172, 0.25); + box-shadow: 0 0 0 1px #E1E1E1, 0 0 0 0.2rem ff66ac; } .custom-range:focus::-ms-thumb { - box-shadow: 0 0 0 1px #E1E1E1, 0 0 0 0.2rem rgba(255, 102, 172, 0.25); + box-shadow: 0 0 0 1px #E1E1E1, 0 0 0 0.2rem ff66ac; } .custom-range::-moz-focus-outer { border: 0; @@ -15961,7 +15961,7 @@ input[type=button].btn-block { } .page-link:hover { z-index: 2; - color: #ff1a83; + color: #ff66ac; 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 rgba(255, 102, 172, 0.25); + box-shadow: 0 0 0 0.2rem ff66ac; } .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: #ff3390; + background-color: #ff66ac; } 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: #ff3390; + background-color: #ff66ac; } 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: #ff3390; + background-color: #ff66ac; } 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: #ff3390; + background-color: #ff66ac; } 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: #ff3390 !important; + background-color: #ff66ac !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: #ff3390 !important; + background-color: #ff66ac !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: #ff3390 !important; + background-color: #ff66ac !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: #ff3390 !important; + background-color: #ff66ac !important; } .bg-gray { @@ -23208,7 +23208,7 @@ button.bg-reddit:focus { } a.text-primary:hover, a.text-primary:focus { - color: #ff1a83 !important; + color: #ff66ac !important; } .text-secondary { @@ -23304,7 +23304,7 @@ a.text-downvote:hover, a.text-downvote:focus { } a.text-upvote:hover, a.text-upvote:focus { - color: #ff1a83 !important; + color: #ff66ac !important; } .text-purple { @@ -23312,7 +23312,7 @@ a.text-upvote:hover, a.text-upvote:focus { } a.text-purple:hover, a.text-purple:focus { - color: #ff1a83 !important; + color: #ff66ac !important; } .text-gold { @@ -23328,7 +23328,7 @@ a.text-gold:hover, a.text-gold:focus { } a.text-admin:hover, a.text-admin:focus { - color: #ff1a83 !important; + color: #ff66ac !important; } .text-gray { diff --git a/files/assets/style/midnight_ff66ac.css b/files/assets/style/midnight_ff66ac.css index 213b5ed02..853ca4063 100644 --- a/files/assets/style/midnight_ff66ac.css +++ b/files/assets/style/midnight_ff66ac.css @@ -13170,13 +13170,13 @@ fieldset:disabled a.btn { } .btn-upvote:hover { color: #c9d1d9; - background-color: #ff4097; - border-color: #ff3390; + background-color: #ff66ac; + border-color: #ff66ac; } .btn-upvote:focus, .btn-upvote.focus { color: #c9d1d9; - background-color: #ff4097; - border-color: #ff3390; + background-color: #ff66ac; + border-color: #ff66ac; 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: #ff3390; + background-color: #ff66ac; 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 { @@ -13260,13 +13260,13 @@ fieldset:disabled a.btn { } .btn-admin:hover { color: #c9d1d9; - background-color: #ff4097; - border-color: #ff3390; + background-color: #ff66ac; + border-color: #ff66ac; } .btn-admin:focus, .btn-admin.focus { color: #c9d1d9; - background-color: #ff4097; - border-color: #ff3390; + background-color: #ff66ac; + border-color: #ff66ac; 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: #ff3390; + background-color: #ff66ac; 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 { @@ -16221,7 +16221,7 @@ a.badge-downvote:focus, a.badge-downvote.focus { } a.badge-upvote:hover, a.badge-upvote:focus { color: #0d1117; - background-color: #ff3390; + background-color: #ff66ac; } a.badge-upvote:focus, a.badge-upvote.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: #ff3390; + background-color: #ff66ac; } a.badge-admin:focus, a.badge-admin.focus { outline: 0; @@ -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: #ff3390 !important; + background-color: #ff66ac !important; } .bg-purple { @@ -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: #ff3390 !important; + background-color: #ff66ac !important; } .bg-gray { @@ -23304,7 +23304,7 @@ a.text-downvote:hover, a.text-downvote:focus { } a.text-upvote:hover, a.text-upvote:focus { - color: #ff1a83 !important; + color: #ff66ac !important; } .text-purple { @@ -23328,7 +23328,7 @@ a.text-gold:hover, a.text-gold:focus { } a.text-admin:hover, a.text-admin:focus { - color: #ff1a83 !important; + color: #ff66ac !important; } .text-gray {