Skip to content

kellydeanhansen.com by gyrosofwar

Details

Authorgyrosofwar

LicenseMIT

Categorykellydeanhansen.com

Created

Updated

Code size1.2 kB

Code checksum863cfaad

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

A user style to make the website slightly more readable.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         kellydeanhansen.com
@version      20210908.15.34
@namespace    userstyles.world/user/gyrosofwar
@description  A user style to make the website slightly more readable.
@author       gyrosofwar
@license      MIT
==/UserStyle== */

@-moz-document domain("kellydeanhansen.com") {
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap');

html {
    font-size: 16px;
    line-height: 1.5rem;
}

a {
    color: #2563EB;
    text-decoration: underline;
}

a:hover {
    color: #3B82F6;
}

@media (min-width: 640px) {
    body {
        max-width: 640px;
    }
}

@media (min-width: 768px) {
    body {
        max-width: 768px;
    }
}

@media (min-width: 1024px) {
    body {
        max-width: 1024px;
    }
}

@media (min-width: 1280px) {
    body {
        max-width: 1280px;
    }
}

@media (min-width: 1536px) {
    body {
        max-width: 1536px;
    }
}

body {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0.25rem;
    padding-right: 0.25rem;

    font-family: 'Roboto', sans-serif;
}

font {
    font-size: 16px;
}

@media (prefers-color-scheme: dark) {
    body {
        background-color: #111827;
        color: #F9FAFB;
    }
}
}

Reviews

No reviews yet.