diff options
| author | Ariel Costas Guerrero <94913521+arielcostas@users.noreply.github.com> | 2024-05-02 01:09:24 +0200 |
|---|---|---|
| committer | Ariel Costas Guerrero <94913521+arielcostas@users.noreply.github.com> | 2024-05-02 01:09:24 +0200 |
| commit | 66937bbf6e6b191ecd2cb87b270910ac0f5dadda (patch) | |
| tree | 35bea1f7c904e6234fe63973d3739340faa0eb96 /assets/css/markup | |
| parent | f6fb145a6a806df5b28ee811e1dd6eca8cf29aaa (diff) | |
Update font styles and accent colors in CSS files
Diffstat (limited to 'assets/css/markup')
| -rw-r--r-- | assets/css/markup/_render-heading.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/css/markup/_render-heading.scss b/assets/css/markup/_render-heading.scss index e93e4e6..87506a2 100644 --- a/assets/css/markup/_render-heading.scss +++ b/assets/css/markup/_render-heading.scss @@ -1,7 +1,7 @@ main { h1, h2, h3, h4, h5, h6 { a.anchor { - color: var(--accent-1); + color: $accentDark; font-weight: 700; text-decoration: none; |
