diff options
| author | Ariel Costas <94913521+arielcostas@users.noreply.github.com> | 2024-02-05 19:27:58 +0100 |
|---|---|---|
| committer | Ariel Costas <94913521+arielcostas@users.noreply.github.com> | 2024-02-05 19:27:58 +0100 |
| commit | 8ccc47294e213c44139d90e4971a6ae40ff4a74a (patch) | |
| tree | 062209d707f3e0a791a70b98f8cf99dce4507dff /assets/css/markup/_render-heading.scss | |
| parent | e587b6f6d721033b3e4b648a732457425a2ad409 (diff) | |
Refactor CSS imports and remove unused styles
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 |
