diff options
author | hellekin <how@cepheide.org> | 2023-04-24 14:44:27 +0200 |
---|---|---|
committer | hellekin <how@cepheide.org> | 2023-04-24 14:44:27 +0200 |
commit | 1664fb9dc8d85a0e3e0dad4895197e1970136f3d (patch) | |
tree | f8e50975b14106300410f47a8d2c7eff6a1c35e6 /assets/scss/_txt.scss | |
parent | b1f9d3b7e61bbe2edd013bc2bb86f71e6af02d58 (diff) | |
download | lesoiseaux.io-1664fb9dc8d85a0e3e0dad4895197e1970136f3d.tar.gz |
New version of /txt/
Diffstat (limited to 'assets/scss/_txt.scss')
-rw-r--r-- | assets/scss/_txt.scss | 30 |
1 files changed, 20 insertions, 10 deletions
diff --git a/assets/scss/_txt.scss b/assets/scss/_txt.scss index 19bf047..e3d9a5a 100644 --- a/assets/scss/_txt.scss +++ b/assets/scss/_txt.scss @@ -1,14 +1,14 @@ body.txt { - background-color: $bg-txt-on; - - > aside { - &:hover, &:focus { - background-color: $bg-txt-on; - nav ul li:nth-child(2) { - background: $bg-txt-on; - } - } - } + background-color: $bg-txt-on; + + > aside { + &:hover, &:focus { + background-color: $bg-txt-on; + nav ul li:nth-child(2) { + background: $bg-txt-on; + } + } + } > header { h1 { min-height: 10rem; @@ -29,4 +29,14 @@ body.txt { height: 22.55rem; /* 1:1.41 for books */ } + #lang-switch { + position: absolute; + top: 0.1rem; + right: 0.1rem; + z-index: 1000; + } +} + +.phonetic { + font-family: "Noto Sans"; } |