diff options
author | hellekin <how@cepheide.org> | 2023-05-11 16:57:32 +0200 |
---|---|---|
committer | hellekin <how@cepheide.org> | 2023-05-11 17:01:55 +0200 |
commit | c85215f7576f64b78ed5dd087ac4277347578be0 (patch) | |
tree | adf32fd4129b3882e1a4d11ce0a054169935d4ba /assets/scss/_txt.scss | |
parent | 19a5ed66133bdc12a1351ff6f734a0bb2a02b5a0 (diff) | |
download | lesoiseaux.io-c85215f7576f64b78ed5dd087ac4277347578be0.tar.gz |
Make sine wave compliant with RGAA v4 (2021)
Diffstat (limited to 'assets/scss/_txt.scss')
-rw-r--r-- | assets/scss/_txt.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/assets/scss/_txt.scss b/assets/scss/_txt.scss index e3d9a5a..293a0b9 100644 --- a/assets/scss/_txt.scss +++ b/assets/scss/_txt.scss @@ -1,5 +1,7 @@ body.txt { background-color: $bg-txt-on; + + @import 'header-nav'; > aside { &:hover, &:focus { |