renamed discreteCards to paperCards, discreteTags to buttonTags; got rid of discrete class in favor of pure hugo conditional styling
This commit is contained in:
parent
74132d5083
commit
c896fcb147
8 changed files with 25 additions and 30 deletions
|
|
@ -2,7 +2,7 @@ default: dark # light
|
|||
auto_switch: false # set to true to respect the user preference
|
||||
dark:
|
||||
bg: '#242629' # main site background
|
||||
hl_bg: '#34363b' # card and circle navigation background color for discrete card mode
|
||||
hl_bg: '#34363b' # card and circle navigation background color for paper card mode
|
||||
fg: 'white' # font color
|
||||
dim_fg: '#bababa' # will be used for secondary information like dates and tags
|
||||
stroke: '#4f4f4f' # stroke/border color used mostly in the icon menu tooltip
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue