tweak bg colour (#1307)

This commit is contained in:
pngwn 2022-05-17 14:58:25 +01:00 committed by GitHub
parent 21e42d54b5
commit e535cd8a35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -17,7 +17,7 @@ module.exports = {
},
colors: {
gray: {
950: "#090f1f"
950: "#0b0f19"
},
orange: {
50: "#FFF2E5",

View File

@ -11,7 +11,7 @@
let mounted;
let brush_radius = 50;
let brush_color = "#090f1f";
let brush_color = "#0b0f19";
let catenary_color = "#aaa";
let canvas_width = 400;

View File

@ -4,7 +4,7 @@
@layer base {
.bg-gray-950 {
background-color: #090f1f;
background-color: #0b0f19;
}
.gradio-container .dark:bg-gray-950 {
}

View File

@ -17,7 +17,7 @@ module.exports = {
},
colors: {
gray: {
950: "#090f1f"
950: "#0b0f19"
},
orange: {
50: "#FFF2E5",