docs: Increase docs dark-mode contrast ratio
This commit is contained in:
parent
f166797076
commit
bd62b82d95
|
@ -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");
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$accentColor = #DD0B78
|
||||
$accentDarkColor = #e50a6c
|
||||
$accentDarkColor = #ff33b8
|
||||
$textColor = #2c3e50
|
||||
$borderColor = #eaecef
|
||||
$codeBgColor = #282c34
|
||||
|
|
Loading…
Reference in New Issue