このコミットが含まれているのは:
守矢諏訪子 2022-03-27 01:57:57 +09:00
コミット 8c8b5e10d4
1個のファイルの変更1行の追加33行の削除

ファイルの表示

@ -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;
}