12 lines
267 B
Plaintext
12 lines
267 B
Plaintext
|
extends ./_layout.pug
|
||
|
|
||
|
block adminContent
|
||
|
#page-type-admin-settings
|
||
|
.hero
|
||
|
h1.title#title= t('nav.theme')
|
||
|
h2.subtitle= t('admin:theme.subtitle')
|
||
|
.form-sections
|
||
|
section
|
||
|
label.label= t('admin:theme.primarycolor')
|
||
|
color-picker
|