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/partials/_article.scss | |
| parent | f6fb145a6a806df5b28ee811e1dd6eca8cf29aaa (diff) | |
Update font styles and accent colors in CSS files
Diffstat (limited to 'assets/css/partials/_article.scss')
| -rw-r--r-- | assets/css/partials/_article.scss | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/assets/css/partials/_article.scss b/assets/css/partials/_article.scss index 86d1fc3..7d99b92 100644 --- a/assets/css/partials/_article.scss +++ b/assets/css/partials/_article.scss @@ -3,21 +3,21 @@ main { margin: 0.75rem 1rem 3rem; padding: 1.5rem 2.5rem; border-radius: $floatingRadius; - box-shadow: var(--shadow); + box-shadow: $shadow; align-self: center; max-width: 82ch; font-size: 1.25rem; - background-color: var(--header-background); + background-color: $lightAlt; a { - color: var(--accent-1); + color: $accentDark; transition: color 0.2s ease-in-out; &:hover { - color: var(--accent-2); + color: $accent; } } @@ -30,7 +30,7 @@ main { word-break: break-word; font-family: $monoFontStack; - color: var(--accent-1); + color: $accentDark; background-color: #f6f6f6; } |
