summaryrefslogtreecommitdiffstats
path: root/docs/.vuepress
diff options
context:
space:
mode:
authorMatan Kushner <hello@matchai.dev>2020-01-28 14:17:18 -0500
committerMatan Kushner <hello@matchai.dev>2020-01-28 14:17:18 -0500
commitbd62b82d95c804d6bb33dbb600e7196c76dae3c4 (patch)
tree98e6f1f73f9bfe57b4857a7ab7df1322efb26c56 /docs/.vuepress
parentf166797076b41fd3e9335729e194a18839971b63 (diff)
docs: Increase docs dark-mode contrast ratio
Diffstat (limited to 'docs/.vuepress')
-rw-r--r--docs/.vuepress/styles/index.styl4
-rw-r--r--docs/.vuepress/styles/palette.styl2
2 files changed, 5 insertions, 1 deletions
diff --git a/docs/.vuepress/styles/index.styl b/docs/.vuepress/styles/index.styl
index 7ad51507c..536293375 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 f9ac89f6a..7836fb0ea 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