Lighthouse accessibility improvements

This commit is contained in:
video-prize-ranch 2022-11-18 12:14:11 -05:00
parent 5c2962d34d
commit bc0c2d8008
No known key found for this signature in database
3 changed files with 8 additions and 4 deletions

View File

@ -32,7 +32,11 @@ ul {
text-align: center;
}
.badge h3,
.badge h2 {
font-size: 1.35rem;
}
.badge h2,
.badge p,
.largeIcon {
margin: 0;

View File

@ -1,6 +1,6 @@
<nav>
<a href="/">
<img src="/static/img/rimgo.svg" width="64" height="64" class="logo" alt="">
<img src="/static/img/rimgo.svg" width="64" height="64" class="logo" alt="Logo">
</a>
<a href="/">
<h2>rimgo</h2>

View File

@ -29,7 +29,7 @@
<div class="badgeWrapper">
<div class="badge">
<img class="icon largeIcon" src="/static/icons/check-circle.svg" alt="">
<h3>Data Not Collected</h3>
<h2>Data Not Collected</h2>
<p>The instance operator does not collect any data from this instance.</p>
</div>
</div>
@ -49,7 +49,7 @@
<div class="badgeWrapper">
<div class="badge">
<img class="icon largeIcon" src="/static/icons/alert-circle.svg" alt="">
<h3>Data Collected</h3>
<h2>Data Collected</h2>
<p>The following data may be collected:</p>
<ul>
{{#if config.Privacy.ip}}