diff options
| author | Yuval Adam <_@yuv.al> | 2024-07-19 12:19:04 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2024-07-19 12:19:04 +0200 |
| commit | ecaca4fe4d669e64121d7107f810543bf85bf26a (patch) | |
| tree | 06389c3e95f0c0776a56a6444c1fe8534f561707 /bsod.css | |
| parent | 92484c965cab2415e5057a07cdacfeabc7c23c83 (diff) | |
Add footer
Diffstat (limited to 'bsod.css')
| -rw-r--r-- | bsod.css | 57 |
1 files changed, 35 insertions, 22 deletions
@@ -1,35 +1,40 @@ @font-face { - font-family: Segoe UI; - src: - local("Segoe UI Light"), - url(https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff2) format("woff2"), - url(https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff) format("woff"), - url(https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.ttf) format("truetype"); - font-weight: 100; + font-family: Segoe UI; + src: + local("Segoe UI Light"), + url(https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff2) format("woff2"), + url(https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff) format("woff"), + url(https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.ttf) format("truetype"); + font-weight: 100; } @font-face { - font-family: Segoe UI; - src: - local("Segoe UI Semilight"), - url(https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff2) format("woff2"), - url(https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff) format("woff"), - url(https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.ttf) format("truetype"); - font-weight: 200; + font-family: Segoe UI; + src: + local("Segoe UI Semilight"), + url(https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff2) format("woff2"), + url(https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff) format("woff"), + url(https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.ttf) format("truetype"); + font-weight: 200; } @font-face { - font-family: Segoe UI; - src: - local("Segoe UI"), - url(https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff2) format("woff2"), - url(https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff) format("woff"), - url(https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.ttf) format("truetype"); - font-weight: 400; + font-family: Segoe UI; + src: + local("Segoe UI"), + url(https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff2) format("woff2"), + url(https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff) format("woff"), + url(https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.ttf) format("truetype"); + font-weight: 400; } -h1, h2, h3, h4, h5, h6 { +h1, +h2, +h3, +h4, +h5, +h6 { font-family: "Segoe UI Light"; font-weight: 300; } @@ -41,6 +46,14 @@ body { margin: 0; } +a { + color: #CCC; +} + +a:visited { + color: #CCC; +} + main { margin: 5% 8%; margin-right: 30%; |
