From 8c8b5e10d4e95e8df2bb5071c4f21df358c81924 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=83=86=E3=82=AF=E3=83=8B=E3=82=AB=E3=83=AB=E8=AB=8F?= =?UTF-8?q?=E8=A8=AA=E5=AD=90?= Date: Sun, 27 Mar 2022 01:57:57 +0900 Subject: [PATCH] css --- public/static/style.css | 34 +--------------------------------- 1 file changed, 1 insertion(+), 33 deletions(-) diff --git a/public/static/style.css b/public/static/style.css index acd09e9..9a91357 100644 --- a/public/static/style.css +++ b/public/static/style.css @@ -1,41 +1,9 @@ body { - --mainColor: #ea81e8; - --mainColorLighter: #d68ad5; - --mainColorLightest: #fdd1fc; - --mainHoverColor: #fc54f9; --mainBackgroundColor: #301a30; --mainForegroundColor: #fcfcfc; - --secondaryColor: #421a46; - --submenuBackgroundColor: #5e3c62; - --channelBackgroundColor: #5e3c62; - --actionButtonColor: #ea81e8; - --supportButtonBackgroundColor: #971195; - --supportButtonColor: var(--actionButtonColor); - --supportButtonHeartColor: #ec1818; - --submenuColor: #272727; - --inputColor: #272727; - --inputPlaceholderColor: rgba(195,195,195,0.878431); - --menuAndHeaderBackgroundColor: #272727; - --menuForegroundColor: rgba(195,195,195,0.878431); - --menuBackgroundColor: #272727; - --whiteColor: #ffffff; - --dangerBackgroundColor: #d9534f; - font-family: "Open Sans",sans-serif; - --greyForegroundColor: #585858; - --greyBackgroundColor: #e5e5e5; - --inputForegroundColor: #000; - --inputBackgroundColor: #fff; - --textareaForegroundColor: #000; - --textareaBackgroundColor: #fff; - --markdownTextareaBackgroundColor: #efefef; - --activatedActionButtonColor: #000; - --horizontalMarginContent: 30px; - --videosHorizontalMarginContent: 6vw; - --mainColWidth: calc(100vw - 240px); + font-family: "Open Sans", sans-serif; font-weight: 400; color: var(--mainForegroundColor); background-color: var(--mainBackgroundColor); font-size: 14px; - overflow-y: scroll; - text-align: start; }