From c58f5e7711657f437d085f636b6d5d8137f7fee6 Mon Sep 17 00:00:00 2001 From: Maciej Caderek Date: Wed, 27 Apr 2022 03:06:56 +0200 Subject: [PATCH] Modified paper-style boards --- src/board/styles-board/pic/lines_alabaster.ts | 4 ++-- src/board/styles-board/pic/lines_parchment.ts | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/board/styles-board/pic/lines_alabaster.ts b/src/board/styles-board/pic/lines_alabaster.ts index 58be63d..5e93b6b 100644 --- a/src/board/styles-board/pic/lines_alabaster.ts +++ b/src/board/styles-board/pic/lines_alabaster.ts @@ -5,7 +5,7 @@ const style: Style = { background: { type: "solid", data: { - color: "transparent", + color: "#EDEDED", }, }, dark: { @@ -27,7 +27,7 @@ const style: Style = { border: { type: "solid", data: { - color: "#EDEDED", + color: "#dcdcdc", }, }, coords: { diff --git a/src/board/styles-board/pic/lines_parchment.ts b/src/board/styles-board/pic/lines_parchment.ts index 026d28d..5e1fa62 100644 --- a/src/board/styles-board/pic/lines_parchment.ts +++ b/src/board/styles-board/pic/lines_parchment.ts @@ -5,7 +5,7 @@ const style: Style = { background: { type: "solid", data: { - color: "transparent", + color: "#EFDEB1", }, }, dark: { @@ -27,7 +27,7 @@ const style: Style = { border: { type: "solid", data: { - color: "#EFDEB1", + color: "#decea5", }, }, coords: {