HTML defaults variables
variables applied to defaults HTML elements
$html-font-family
Default font family applied to html content
Type: string
Default value: $theme-font-family
Computed value: "Droid Sans, sans-serif"
$html-font-family-monospace
Monospaced font family applied to html content
Type: string
Default value: $theme-font-family-monospace
Computed value: "Droid Sans Mono, monospace"
$html-font-size-ratio
Font size ratio applied to html content
Type: number
Default value: $theme-font-size-ratio
Computed value: "0.8"
$html-anchor-color
Color applied to html links
Type: color
Default value: $theme-primary-background-color
Computed value: "#1976d2"
$html-anchor-active-color
Color applied to active html links
Type: color
Default value: $theme-primary-emphasis-background-color
Computed value: "#1e88e5"
$html-separator-color
Color applied to html separator
Type: color
Default value: $theme-separator-color
Computed value: "#e0e0e0"