Lighthouse accessibility improvements
This commit is contained in:
parent
5c2962d34d
commit
bc0c2d8008
|
@ -32,7 +32,11 @@ ul {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.badge h3,
|
.badge h2 {
|
||||||
|
font-size: 1.35rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.badge h2,
|
||||||
.badge p,
|
.badge p,
|
||||||
.largeIcon {
|
.largeIcon {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<nav>
|
<nav>
|
||||||
<a href="/">
|
<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>
|
||||||
<a href="/">
|
<a href="/">
|
||||||
<h2>rimgo</h2>
|
<h2>rimgo</h2>
|
||||||
|
|
|
@ -29,7 +29,7 @@
|
||||||
<div class="badgeWrapper">
|
<div class="badgeWrapper">
|
||||||
<div class="badge">
|
<div class="badge">
|
||||||
<img class="icon largeIcon" src="/static/icons/check-circle.svg" alt="">
|
<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>
|
<p>The instance operator does not collect any data from this instance.</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -49,7 +49,7 @@
|
||||||
<div class="badgeWrapper">
|
<div class="badgeWrapper">
|
||||||
<div class="badge">
|
<div class="badge">
|
||||||
<img class="icon largeIcon" src="/static/icons/alert-circle.svg" alt="">
|
<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>
|
<p>The following data may be collected:</p>
|
||||||
<ul>
|
<ul>
|
||||||
{{#if config.Privacy.ip}}
|
{{#if config.Privacy.ip}}
|
||||||
|
|
Loading…
Reference in New Issue