From f69e8b31556a81446fd70684c21fd37fe2e082ca Mon Sep 17 00:00:00 2001 From: vars1ty Date: Mon, 7 Nov 2022 07:04:59 +0100 Subject: [PATCH] Fix invalid CSS --- .idea/.gitignore | 8 ++++++++ .idea/discord.xml | 7 +++++++ .idea/inspectionProfiles/Project_Default.xml | 16 ++++++++++++++++ .idea/librex.iml | 8 ++++++++ .idea/modules.xml | 8 ++++++++ .idea/php.xml | 4 ++++ .idea/vcs.xml | 6 ++++++ static/css/dark.css | 2 +- static/css/discord.css | 6 +++--- static/css/github_night.css | 2 +- static/css/night_owl.css | 6 +++--- static/css/nord.css | 6 +++--- 12 files changed, 68 insertions(+), 11 deletions(-) create mode 100644 .idea/.gitignore create mode 100644 .idea/discord.xml create mode 100644 .idea/inspectionProfiles/Project_Default.xml create mode 100644 .idea/librex.iml create mode 100644 .idea/modules.xml create mode 100644 .idea/php.xml create mode 100644 .idea/vcs.xml diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..13566b8 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,8 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Editor-based HTTP Client requests +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/.idea/discord.xml b/.idea/discord.xml new file mode 100644 index 0000000..d8e9561 --- /dev/null +++ b/.idea/discord.xml @@ -0,0 +1,7 @@ + + + + + \ No newline at end of file diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml new file mode 100644 index 0000000..40c1c60 --- /dev/null +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,16 @@ + + + + \ No newline at end of file diff --git a/.idea/librex.iml b/.idea/librex.iml new file mode 100644 index 0000000..c956989 --- /dev/null +++ b/.idea/librex.iml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..350d2e5 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/php.xml b/.idea/php.xml new file mode 100644 index 0000000..7e5d55a --- /dev/null +++ b/.idea/php.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/static/css/dark.css b/static/css/dark.css index b2ebfee..8ec4a80 100644 --- a/static/css/dark.css +++ b/static/css/dark.css @@ -7,7 +7,7 @@ --button-bg: #333333; - --special-result-border: opacity: 0; + --special-result-border: opacity 0; --special-text-background: #282828; --special-text-color: #F1F3F4; diff --git a/static/css/discord.css b/static/css/discord.css index 807fa29..e88bdf7 100644 --- a/static/css/discord.css +++ b/static/css/discord.css @@ -7,17 +7,17 @@ --button-bg: #36393f; - --special-result-border: opacity: 0; + --special-result-border: opacity 0; --special-text-background: #36393f; --special-text-color: #dcddde; --search-container-text-color: #dcddde; --search-container-background-color: #282b30; - --search-container-background-border: opacity: 0; + --search-container-background-border: opacity 0; --search-form-background-color: #36393f; - --border: opacity: 0; + --border: opacity 0; --footer-fg: #dcddde; --footer-bg: #36393f; diff --git a/static/css/github_night.css b/static/css/github_night.css index 99014c6..a9b346d 100644 --- a/static/css/github_night.css +++ b/static/css/github_night.css @@ -7,7 +7,7 @@ --button-bg: #1f242b; - --special-result-border: opacity: 0; + --special-result-border: opacity 0; --special-text-background: #161b22; --special-text-color: #f0f6fc; diff --git a/static/css/night_owl.css b/static/css/night_owl.css index 5bac9b6..2427bd2 100644 --- a/static/css/night_owl.css +++ b/static/css/night_owl.css @@ -7,17 +7,17 @@ --button-bg: #122d42; - --special-result-border: opacity: 0; + --special-result-border: opacity 0; --special-text-background: #122d42; --special-text-color: #d6deeb; --search-container-text-color: #d6deeb; --search-container-background-color: #535470; - --search-container-background-border: opacity: 0; + --search-container-background-border: opacity 0; --search-form-background-color: #122d42; - --border: opacity: 0; + --border: opacity 0; --footer-fg: #d6deeb; --footer-bg: #535470; diff --git a/static/css/nord.css b/static/css/nord.css index 2a4eb4e..f700033 100644 --- a/static/css/nord.css +++ b/static/css/nord.css @@ -7,17 +7,17 @@ --button-bg: #4C566A; - --special-result-border: opacity: 0; + --special-result-border: opacity 0; --special-text-background: #4C566A; --special-text-color: #E5E9F0; --search-container-text-color: #E5E9F0; --search-container-background-color: #2E3440; - --search-container-background-border: opacity: 0; + --search-container-background-border: opacity 0; --search-form-background-color: #4C566A; - --border: opacity: 0; + --border: opacity 0; --footer-fg: #D8DEE9; --footer-bg: #2E3440;