diff options
| author | 2022-06-21 10:48:42 +0200 | |
|---|---|---|
| committer | 2022-06-21 10:48:42 +0200 | |
| commit | 7c6c0cd547f356d5309bda2478a69ea9346c74b6 (patch) | |
| tree | acc2d165a17626a4264b5765464b7ab895725f32 /web/template/header.tmpl | |
| parent | [bugfix] Account self finger fix (#658) (diff) | |
| download | gotosocial-7c6c0cd547f356d5309bda2478a69ea9346c74b6.tar.xz | |
[frontend] Profile pages upgrade (#640)
* fix css indentation
* profile styling update
* update status styling to match profile
* empty header fix
* generate random avatars for thread views
* appease the linter gods
* upgrade deps
* turn profile accent into border + $bg background
* upgrade deps
* small accessibility tweaks
Co-authored-by: tobi <31960611+tsmethurst@users.noreply.github.com>
Diffstat (limited to 'web/template/header.tmpl')
| -rw-r--r-- | web/template/header.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/template/header.tmpl b/web/template/header.tmpl index 86f5cca89..b355c83be 100644 --- a/web/template/header.tmpl +++ b/web/template/header.tmpl @@ -18,7 +18,7 @@ </head> <body> <div class="page"> - <a href="/" class="nounderline"> + <a aria-label="instance homepage" href="/" class="nounderline header"> <header> <img src="/assets/logo.png" alt="Instance Logo"/> <div> |
