aboutsummaryrefslogtreecommitdiff
path: root/assets/scss/_branding.scss
blob: 2efdc4db1ff9c0a912ffd7506bcc33a77d977f86 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
/**
 * Branding
 **/

span.ps {
    background: url(../img/logo-ps.svg) top left / 3rem no-repeat;
    opacity: 0.75;
    color: transparent;
    padding: 0.25rem;
}

body {
    font-family: $sans-serif;
    font-size: 1em; /* No rem here, bug workaround */

    > header, > footer {
	:link, :visited {
	    color: $fg-main;
	}
    }

    :visited {
	text-decoration: underline;
    }
}