mirror of
https://github.com/Llewellynvdm/starship.git
synced 2024-11-17 02:25:17 +00:00
docs: Increase docs dark-mode contrast ratio
This commit is contained in:
parent
f166797076
commit
bd62b82d95
@ -16,6 +16,10 @@
|
|||||||
.hero
|
.hero
|
||||||
margin: 150px 25px 70px
|
margin: 150px 25px 70px
|
||||||
|
|
||||||
|
.action-button
|
||||||
|
background-color: #dd0b78 !important
|
||||||
|
border-bottom: #c6096b !important
|
||||||
|
|
||||||
@font-face
|
@font-face
|
||||||
font-family: 'Nerd Font';
|
font-family: 'Nerd Font';
|
||||||
src: url("/nerd-font.woff2") format("woff2");
|
src: url("/nerd-font.woff2") format("woff2");
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
$accentColor = #DD0B78
|
$accentColor = #DD0B78
|
||||||
$accentDarkColor = #e50a6c
|
$accentDarkColor = #ff33b8
|
||||||
$textColor = #2c3e50
|
$textColor = #2c3e50
|
||||||
$borderColor = #eaecef
|
$borderColor = #eaecef
|
||||||
$codeBgColor = #282c34
|
$codeBgColor = #282c34
|
||||||
|
Loading…
Reference in New Issue
Block a user