Horizontal Rule
Configure horizontal rules in the theme
Navigation
Style Settings
|-- ...
|-- Flexcyon Style Settings
| |-- Editor
| | |-- ...
| | |-- Horizontal Rule
| | |-- ...
| |-- ...
|-- ...
Configuration Options
Disable horizontal rules in reading mode
CSS Classe(s) targeted: .flexcyon-hr-no-reading
Default: false (class toggle)
Horizontal Rule Colour
CSS Variable(s) targeted: var(--hr-color)
Default: #393e48
Example hr colour
Add custom string inside horizontal rules
CSS Classe(s) targeted: .flexcyon-cust-str-hr
Default: false (class toggle)
Horizontal rule custom string content
CSS Variable(s) targeted: var(--flexcyon-cust-hr-str)
Default: "f"
Horizontal rule custom string font size
CSS Variable(s) targeted: var(--flexcyon-cust-hr-str-font-size)
Default: 1.11803 (em)
Horizontal rule custom string horizontal padding
CSS Variable(s) targeted: var(--flexcyon-cust-hr-str-horiz-padding)
Default: 8 (px)