mirror of
https://codeberg.org/keyoxide/keyoxide-web.git
synced 2024-12-22 14:59:29 -07:00
Improve onion URL in footer
This commit is contained in:
parent
8ec72d2cf0
commit
e6b6cb4362
2 changed files with 3 additions and 1 deletions
|
@ -68,6 +68,8 @@ footer {
|
|||
color: #777;
|
||||
margin: 64px 0;
|
||||
padding: 0 32px;
|
||||
font-size: 0.9em;
|
||||
overflow-wrap: break-word;
|
||||
}
|
||||
footer a {
|
||||
color: #777;
|
||||
|
|
|
@ -22,7 +22,7 @@ main.container
|
|||
footer
|
||||
if settings.onion_url
|
||||
p
|
||||
| This website is available via Tor :
|
||||
| This website is available via Tor:
|
||||
a(href=`${settings.onion_url}`) #{settings.onion_url}
|
||||
p
|
||||
| Keyoxide
|
||||
|
|
Loading…
Reference in a new issue