From ed55e0810cc73aac18288b2e82ebd0772a019718 Mon Sep 17 00:00:00 2001 From: Sophia Atkinson Date: Mon, 19 Feb 2024 14:35:42 -0800 Subject: [PATCH] removed censor stuff, used during testing :) --- css/debian-theme.css | 13 ------------- css/default-theme.css | 13 ------------- css/discord-theme.css | 13 ------------- css/halloween-theme.css | 13 ------------- css/jse-theme.css | 13 ------------- css/noctua-theme.css | 13 ------------- css/pink-theme.css | 13 ------------- css/purple-theme.css | 13 ------------- css/retro-theme.css | 13 ------------- css/steam-theme.css | 13 ------------- css/tor-theme.css | 13 ------------- css/trans-theme.css | 13 ------------- css/ubuntu-theme.css | 13 ------------- scss/_base.scss | 12 ------------ 14 files changed, 181 deletions(-) diff --git a/css/debian-theme.css b/css/debian-theme.css index f80f221..b05c9af 100644 --- a/css/debian-theme.css +++ b/css/debian-theme.css @@ -739,19 +739,6 @@ code, filter: invert(1); } -.censor { - background-color: #000 !important; - color: #000 !important; - transition: all 0.3s ease-in-out; - -webkit-transition: all 0.3s ease-in-out; - -moz-transition: all 0.3s ease-in-out; -} - -.censor:hover { - background-color: transparent !important; - color: var(--text-color) !important; -} - :root { --text-color:#fff; --background:#333333; diff --git a/css/default-theme.css b/css/default-theme.css index 37bff8b..d2af05b 100644 --- a/css/default-theme.css +++ b/css/default-theme.css @@ -739,19 +739,6 @@ code, filter: invert(1); } -.censor { - background-color: #000 !important; - color: #000 !important; - transition: all 0.3s ease-in-out; - -webkit-transition: all 0.3s ease-in-out; - -moz-transition: all 0.3s ease-in-out; -} - -.censor:hover { - background-color: transparent !important; - color: var(--text-color) !important; -} - :root { --text-color:#fff; --background:#383C4A; diff --git a/css/discord-theme.css b/css/discord-theme.css index 1504f54..93b0687 100644 --- a/css/discord-theme.css +++ b/css/discord-theme.css @@ -739,19 +739,6 @@ code, filter: invert(1); } -.censor { - background-color: #000 !important; - color: #000 !important; - transition: all 0.3s ease-in-out; - -webkit-transition: all 0.3s ease-in-out; - -moz-transition: all 0.3s ease-in-out; -} - -.censor:hover { - background-color: transparent !important; - color: var(--text-color) !important; -} - :root { --text-color:#fff; --background:#2E3035; diff --git a/css/halloween-theme.css b/css/halloween-theme.css index c73b22e..d65ab87 100644 --- a/css/halloween-theme.css +++ b/css/halloween-theme.css @@ -739,19 +739,6 @@ code, filter: invert(1); } -.censor { - background-color: #000 !important; - color: #000 !important; - transition: all 0.3s ease-in-out; - -webkit-transition: all 0.3s ease-in-out; - -moz-transition: all 0.3s ease-in-out; -} - -.censor:hover { - background-color: transparent !important; - color: var(--text-color) !important; -} - :root { --text-color:#FEFEFE; --background:#2E3035; diff --git a/css/jse-theme.css b/css/jse-theme.css index 6c5839d..57b7ca6 100644 --- a/css/jse-theme.css +++ b/css/jse-theme.css @@ -739,19 +739,6 @@ code, filter: invert(1); } -.censor { - background-color: #000 !important; - color: #000 !important; - transition: all 0.3s ease-in-out; - -webkit-transition: all 0.3s ease-in-out; - -moz-transition: all 0.3s ease-in-out; -} - -.censor:hover { - background-color: transparent !important; - color: var(--text-color) !important; -} - :root { --text-color: #fff; --background: #191b19; diff --git a/css/noctua-theme.css b/css/noctua-theme.css index 9dd9321..17a6fca 100644 --- a/css/noctua-theme.css +++ b/css/noctua-theme.css @@ -739,19 +739,6 @@ code, filter: invert(1); } -.censor { - background-color: #000 !important; - color: #000 !important; - transition: all 0.3s ease-in-out; - -webkit-transition: all 0.3s ease-in-out; - -moz-transition: all 0.3s ease-in-out; -} - -.censor:hover { - background-color: transparent !important; - color: var(--text-color) !important; -} - :root { --text-color:#fff; --background:#653024; diff --git a/css/pink-theme.css b/css/pink-theme.css index 856a2a7..b56df5b 100644 --- a/css/pink-theme.css +++ b/css/pink-theme.css @@ -739,19 +739,6 @@ code, filter: invert(1); } -.censor { - background-color: #000 !important; - color: #000 !important; - transition: all 0.3s ease-in-out; - -webkit-transition: all 0.3s ease-in-out; - -moz-transition: all 0.3s ease-in-out; -} - -.censor:hover { - background-color: transparent !important; - color: var(--text-color) !important; -} - :root { --text-color: #fff; --background: #191919; diff --git a/css/purple-theme.css b/css/purple-theme.css index 622fc96..1a694a3 100644 --- a/css/purple-theme.css +++ b/css/purple-theme.css @@ -739,19 +739,6 @@ code, filter: invert(1); } -.censor { - background-color: #000 !important; - color: #000 !important; - transition: all 0.3s ease-in-out; - -webkit-transition: all 0.3s ease-in-out; - -moz-transition: all 0.3s ease-in-out; -} - -.censor:hover { - background-color: transparent !important; - color: var(--text-color) !important; -} - :root { --text-color:#fff; --background:#2E3035; diff --git a/css/retro-theme.css b/css/retro-theme.css index 6924787..1a7eee6 100644 --- a/css/retro-theme.css +++ b/css/retro-theme.css @@ -739,19 +739,6 @@ code, filter: invert(1); } -.censor { - background-color: #000 !important; - color: #000 !important; - transition: all 0.3s ease-in-out; - -webkit-transition: all 0.3s ease-in-out; - -moz-transition: all 0.3s ease-in-out; -} - -.censor:hover { - background-color: transparent !important; - color: var(--text-color) !important; -} - :root { --text-color: #fff; --background: #212121; diff --git a/css/steam-theme.css b/css/steam-theme.css index 95ed093..cbe5813 100644 --- a/css/steam-theme.css +++ b/css/steam-theme.css @@ -739,19 +739,6 @@ code, filter: invert(1); } -.censor { - background-color: #000 !important; - color: #000 !important; - transition: all 0.3s ease-in-out; - -webkit-transition: all 0.3s ease-in-out; - -moz-transition: all 0.3s ease-in-out; -} - -.censor:hover { - background-color: transparent !important; - color: var(--text-color) !important; -} - :root { --text-color:#fff; --background:#1B2838; diff --git a/css/tor-theme.css b/css/tor-theme.css index d8b0150..1534403 100644 --- a/css/tor-theme.css +++ b/css/tor-theme.css @@ -739,19 +739,6 @@ code, filter: invert(1); } -.censor { - background-color: #000 !important; - color: #000 !important; - transition: all 0.3s ease-in-out; - -webkit-transition: all 0.3s ease-in-out; - -moz-transition: all 0.3s ease-in-out; -} - -.censor:hover { - background-color: transparent !important; - color: var(--text-color) !important; -} - :root { --text-color:#fff; --background:#333A41; diff --git a/css/trans-theme.css b/css/trans-theme.css index 98d778a..d67b995 100644 --- a/css/trans-theme.css +++ b/css/trans-theme.css @@ -739,19 +739,6 @@ code, filter: invert(1); } -.censor { - background-color: #000 !important; - color: #000 !important; - transition: all 0.3s ease-in-out; - -webkit-transition: all 0.3s ease-in-out; - -moz-transition: all 0.3s ease-in-out; -} - -.censor:hover { - background-color: transparent !important; - color: var(--text-color) !important; -} - :root { --text-color:#fff; --background:#2E3035; diff --git a/css/ubuntu-theme.css b/css/ubuntu-theme.css index 4523e13..495f619 100644 --- a/css/ubuntu-theme.css +++ b/css/ubuntu-theme.css @@ -739,19 +739,6 @@ code, filter: invert(1); } -.censor { - background-color: #000 !important; - color: #000 !important; - transition: all 0.3s ease-in-out; - -webkit-transition: all 0.3s ease-in-out; - -moz-transition: all 0.3s ease-in-out; -} - -.censor:hover { - background-color: transparent !important; - color: var(--text-color) !important; -} - :root { --text-color: #fff; --background: #333333; diff --git a/scss/_base.scss b/scss/_base.scss index e1d04f6..8408711 100644 --- a/scss/_base.scss +++ b/scss/_base.scss @@ -594,16 +594,4 @@ code, .invert img { -webkit-filter: invert(1); filter: invert(1); -} -.censor{ - background-color: #000!important; - color:#000!important; - transition: all 0.3s ease-in-out; - -webkit-transition: all 0.3s ease-in-out; - -moz-transition: all 0.3s ease-in-out; -} -.censor:hover{ - background-color: transparent!important; - color:var(--text-color)!important; - } \ No newline at end of file