Root Zanli
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
o5t6x7pgljbm
/
public_html
/
intuitionexchange.com
/
assets
/
scss
/
components
/
Filename :
_type.scss
back
Copy
// // Typography // -------------------------------------------------- // Headings line height h4, .h4, .fs-4, h5, .h5, .fs-5, h6, .h6, .fs-6 { line-height: $line-height-sm; } // Link inside headings h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 { > a { color: var(--#{$prefix}heading-link-color); text-decoration: none; &:hover { color: var(--#{$prefix}heading-link-hover-color); } } } // Description lists dt { color: var(--#{$prefix}heading-color); } // Dark mode for general type colors @if $enable-dark-mode { body .dark-mode { p, ul, ol, span:not(.badge), dd { color: var(--#{$prefix}body-color); } } }