From bd62b82d95c804d6bb33dbb600e7196c76dae3c4 Mon Sep 17 00:00:00 2001 From: Matan Kushner Date: Tue, 28 Jan 2020 14:17:18 -0500 Subject: [PATCH] docs: Increase docs dark-mode contrast ratio --- docs/.vuepress/styles/index.styl | 4 ++++ docs/.vuepress/styles/palette.styl | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/.vuepress/styles/index.styl b/docs/.vuepress/styles/index.styl index 7ad51507..53629337 100644 --- a/docs/.vuepress/styles/index.styl +++ b/docs/.vuepress/styles/index.styl @@ -16,6 +16,10 @@ .hero margin: 150px 25px 70px +.action-button + background-color: #dd0b78 !important + border-bottom: #c6096b !important + @font-face font-family: 'Nerd Font'; src: url("/nerd-font.woff2") format("woff2"); diff --git a/docs/.vuepress/styles/palette.styl b/docs/.vuepress/styles/palette.styl index f9ac89f6..7836fb0e 100644 --- a/docs/.vuepress/styles/palette.styl +++ b/docs/.vuepress/styles/palette.styl @@ -1,5 +1,5 @@ $accentColor = #DD0B78 -$accentDarkColor = #e50a6c +$accentDarkColor = #ff33b8 $textColor = #2c3e50 $borderColor = #eaecef $codeBgColor = #282c34