Fixing darkly danger color

This commit is contained in:
Dessalines 2021-07-23 12:13:44 -04:00
parent 1fd6bbc937
commit 782587b1a7
4 changed files with 7 additions and 7 deletions

View file

@ -69,7 +69,7 @@
"husky": "^7.0.1", "husky": "^7.0.1",
"import-sort-style-module": "^6.0.0", "import-sort-style-module": "^6.0.0",
"iso-639-1": "^2.1.9", "iso-639-1": "^2.1.9",
"lemmy-js-client": "0.11.3-rc.2", "lemmy-js-client": "0.11.3-rc.4",
"lint-staged": "^11.0.1", "lint-staged": "^11.0.1",
"mini-css-extract-plugin": "^2.1.0", "mini-css-extract-plugin": "^2.1.0",
"node-fetch": "^2.6.1", "node-fetch": "^2.6.1",

View file

@ -24,7 +24,7 @@ $secondary: $gray-700;
$success: $green; $success: $green;
$info: $cyan; $info: $cyan;
$warning: $yellow; $warning: $yellow;
$danger: #610a01; $danger: $red;
$dark: $gray-300; $dark: $gray-300;
$yiq-contrasted-threshold: 175; $yiq-contrasted-threshold: 175;
$body-bg: $gray-900; $body-bg: $gray-900;

File diff suppressed because one or more lines are too long

View file

@ -5342,10 +5342,10 @@ lcid@^1.0.0:
dependencies: dependencies:
invert-kv "^1.0.0" invert-kv "^1.0.0"
lemmy-js-client@0.11.3-rc.2: lemmy-js-client@0.11.3-rc.4:
version "0.11.3-rc.2" version "0.11.3-rc.4"
resolved "https://registry.yarnpkg.com/lemmy-js-client/-/lemmy-js-client-0.11.3-rc.2.tgz#2debf0e524dbdade7056900ea1f202be8bde1e1c" resolved "https://registry.yarnpkg.com/lemmy-js-client/-/lemmy-js-client-0.11.3-rc.4.tgz#fd6ccad2a959a4ffe243b4a17451159bd8deda44"
integrity sha512-4dMjUxUdEGS9SlxDJDDAwR5CxSEeHWR8tbHAel1tCVPdxJmFWqOlbucjWDGNyAQIUOEC8hhNdtf3dlIftEF2Rw== integrity sha512-BWl5jW9KL+UHrwOjyhtSjG3YgCDoAfv9HCORT2EKTk6cfOG98abNOpnGgwvTt4Z2GxJ+5NShQVa4635TTj3PMw==
levn@^0.4.1: levn@^0.4.1:
version "0.4.1" version "0.4.1"