Text Decoration
vel-src: typography.css
Utilities for controlling the decoration of text.
| Class | Properties |
|---|---|
| vel-underline | text-decoration-line: underline |
| vel-no-underline | text-decoration-line: none |
| vel-line-through | text-decoration-line: line-through |
| vel-overline | text-decoration-line: overline |
| vel-decoration-solid | text-decoration-style: solid |
| vel-decoration-double | text-decoration-style: double |
| vel-decoration-dotted | text-decoration-style: dotted |
| vel-decoration-dashed | text-decoration-style: dashed |
| vel-decoration-wavy | text-decoration-style: wavy |
| vel-decoration-0 | text-decoration-thickness: 0px |
| vel-decoration-1 | text-decoration-thickness: 1px |
| vel-decoration-2 | text-decoration-thickness: 2px |
| vel-decoration-4 | text-decoration-thickness: 4px |
| vel-decoration-8 | text-decoration-thickness: 8px |
| vel-underline-offset-0 | text-underline-offset: 0px |
| vel-underline-offset-1 | text-underline-offset: 1px |
| vel-underline-offset-2 | text-underline-offset: 2px |
| vel-underline-offset-4 | text-underline-offset: 4px |
| vel-underline-offset-8 | text-underline-offset: 8px |
Examples
Basic decoration styles
Underline
Line-through
Overline
No underline (override)
Decoration styles with color
Wavy violet underline
Dotted green with offset
Thick dashed red
Remove underline from links