diff options
author | domnantas <hello@domnantas.lt> | 2024-03-11 12:24:37 +0200 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2024-03-11 11:09:43 +0000 |
commit | 7852c9ab0747bfeef1c7df3439a25667094c76ef (patch) | |
tree | 73b1ac0c6d0782a9ea109a2fb661420adf8d8006 /static/style.css | |
parent | 95181e11cfcee225b68b8d97b06bba3e43c1281b (diff) | |
download | tour-7852c9ab0747bfeef1c7df3439a25667094c76ef.tar.gz tour-7852c9ab0747bfeef1c7df3439a25667094c76ef.zip |
Add homepage link
Diffstat (limited to 'static/style.css')
-rw-r--r-- | static/style.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css index 1881ea5..260bae8 100644 --- a/static/style.css +++ b/static/style.css @@ -130,6 +130,12 @@ a code { color: var(--color-navbar-link); } +.navbar .nav-right { + display: flex; + align-items: center; + gap: 1em; +} + html.theme-dark .theme-button.-dark { display: none; } |