Skip to content

iik.ntnu.no - better readability by snacksy13

Details

Authorsnacksy13

LicenseNo License

Categoryiik.ntnu.no

Created

Updated

Size649 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Improve readability by fixing thin fonts and to large margins

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           iik.ntnu.no - 23/01/2023, 15:06:26
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */

@-moz-document domain("iik.ntnu.no") {
    /* Insert code here... */
    p,li,figcaption,a{
        font-family: arial;
        font-size: large;
    }
    
   .figure-caption{
        font-size: 1em;
    }
    
    @media only screen and (min-width: 800px) {
        .page {
      padding-right: 0px;
      }
        aside{
        margin-left: 938px;
    }
    }
    
    h1,h2,h3,h4 {
    font-weight: 500;
    color: #000;
    }
    
    
}

Reviews

No reviews yet.