From e3a55576ee48de2baac51ab366906c562164c46f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=ED=98=80=EB=8A=90=ED=98=84=EC=8A=A4?= Date: Wed, 23 Feb 2022 15:34:16 +0900 Subject: [PATCH] =?UTF-8?q?=EB=85=B8=EC=85=98=20=EB=8B=A4=ED=81=AC?= =?UTF-8?q?=EB=AA=A8=EB=93=9C=20=EC=97=85=EB=8D=B0=EC=9D=B4=ED=8A=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- block/imglink/index.html | 2 +- block/style.css | 2 +- block/table/index.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/block/imglink/index.html b/block/imglink/index.html index a6af872..8c443b4 100644 --- a/block/imglink/index.html +++ b/block/imglink/index.html @@ -37,7 +37,7 @@ } .black { - background-color: rgb(47, 52, 55); + background-color: #191919; } .white { diff --git a/block/style.css b/block/style.css index 632abe1..674bff8 100644 --- a/block/style.css +++ b/block/style.css @@ -12,7 +12,7 @@ body { } .night { - background-color: rgb(47, 52, 55); + background-color: #191919; color: rgba(255, 255, 255, 0.9); } diff --git a/block/table/index.html b/block/table/index.html index fa9878d..b3ccfba 100644 --- a/block/table/index.html +++ b/block/table/index.html @@ -19,7 +19,7 @@