diff options
| author | Ariel Costas <94913521+arielcostas@users.noreply.github.com> | 2023-11-24 23:51:48 +0100 |
|---|---|---|
| committer | Ariel Costas <94913521+arielcostas@users.noreply.github.com> | 2023-11-24 23:51:48 +0100 |
| commit | a82f0919d535ba5d86abfbe653bad8ba0fdcf51f (patch) | |
| tree | 7df1d0bc1898d52bcca159854da48524e95c548d /assets/css/markup/render-heading.scss | |
| parent | df5575079b87aeab1e1f14a6912ff3388f16e50a (diff) | |
More development
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 |
