diff options
| author | Volpeon <git@volpeon.ink> | 2023-01-11 07:29:51 +0100 |
|---|---|---|
| committer | Volpeon <git@volpeon.ink> | 2023-01-11 07:29:51 +0100 |
| commit | 3ddc2d6c0efc560318b971a2180eb74a0d06d219 (patch) | |
| tree | b74d1401f01deb4cfaa1553e21930537f82cc72f | |
| parent | Merged art and projects (diff) | |
| download | volpeon.ink-3ddc2d6c0efc560318b971a2180eb74a0d06d219.tar.gz volpeon.ink-3ddc2d6c0efc560318b971a2180eb74a0d06d219.tar.bz2 volpeon.ink-3ddc2d6c0efc560318b971a2180eb74a0d06d219.zip | |
Update
| -rw-r--r-- | assets/css/components/_subheader.scss | 3 | ||||
| -rw-r--r-- | content/index.md | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/assets/css/components/_subheader.scss b/assets/css/components/_subheader.scss index 768ff84..1157c82 100644 --- a/assets/css/components/_subheader.scss +++ b/assets/css/components/_subheader.scss | |||
| @@ -5,7 +5,7 @@ | |||
| 5 | @include iro.props-namespace('subheader') { | 5 | @include iro.props-namespace('subheader') { |
| 6 | @include iro.props-store(( | 6 | @include iro.props-store(( |
| 7 | --colors: ( | 7 | --colors: ( |
| 8 | --fg: fn.global-color(--fg), | 8 | --fg: fn.global-color(--fg-hi), |
| 9 | --strong: fn.global-color(--fg-lo), | 9 | --strong: fn.global-color(--fg-lo), |
| 10 | ), | 10 | ), |
| 11 | ), 'colors'); | 11 | ), 'colors'); |
| @@ -32,7 +32,6 @@ | |||
| 32 | @include iro.bem-elem('title') { | 32 | @include iro.bem-elem('title') { |
| 33 | margin-right: .2em; | 33 | margin-right: .2em; |
| 34 | font-size: inherit; | 34 | font-size: inherit; |
| 35 | font-weight: 800; | ||
| 36 | letter-spacing: 1px; | 35 | letter-spacing: 1px; |
| 37 | text-transform: uppercase; | 36 | text-transform: uppercase; |
| 38 | } | 37 | } |
diff --git a/content/index.md b/content/index.md index d388342..6353cf1 100644 --- a/content/index.md +++ b/content/index.md | |||
| @@ -2,4 +2,4 @@ | |||
| 2 | title: Volpeon | 2 | title: Volpeon |
| 3 | --- | 3 | --- |
| 4 | 4 | ||
| 5 | Red fox and part-time dragon disguised as a software developer. I create vector art and experiment with AI. :drgn_smol: | 5 | Red fox and part-time dragon disguised as a software developer. I create vector art and experiment with AI. |
