Lighthouse accessibility improvements
This commit is contained in:
		
							parent
							
								
									5c2962d34d
								
							
						
					
					
						commit
						bc0c2d8008
					
				| 
						 | 
				
			
			@ -32,7 +32,11 @@ ul {
 | 
			
		|||
  text-align: center;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.badge h3,
 | 
			
		||||
.badge h2 {
 | 
			
		||||
  font-size: 1.35rem;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.badge h2,
 | 
			
		||||
.badge p,
 | 
			
		||||
.largeIcon {
 | 
			
		||||
  margin: 0;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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}}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue