diff options
Diffstat (limited to 'assets/css/markup/render-heading.scss')
| -rw-r--r-- | assets/css/markup/render-heading.scss | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/assets/css/markup/render-heading.scss b/assets/css/markup/render-heading.scss new file mode 100644 index 0000000..4fa23a8 --- /dev/null +++ b/assets/css/markup/render-heading.scss @@ -0,0 +1,13 @@ +main { + h1, h2, h3, h4, h5, h6 { + a { + color: var(--accent-1); + font-weight: 900; + text-decoration: none; + + &:hover { + text-decoration: underline; + } + } + } +}
\ No newline at end of file |
