-html {
- font-size: 10px;
-}
-
-body {
- margin: 0;
- background-color: white;
- font-family: times, 'Times New Roman', serif;
-}
-
-header a, header a:visited {
- color: black;
-}
-
-h2,
-h3 {
- margin-left: 10px;
- font-weight: 300;
-}
-
-h1 {
- margin: -0.3em 0 0 -0.1em;
- font-size: 9.6em;
- font-style: italic;
- text-transform: uppercase;
-}
-
-h2 {
- font-size: 4.8em;
-}
-
-a {
- color: blue;
-}
-
-a:visited {
- color: purple;
-}
-
-ul, p {
- font-size: 1.8em;
- line-height: 1.28em;
- margin-left: 1em;
- max-width: 50em;
- font-family: 'Helvetica Neue', Arial, sans-serif;
+h1 canvas {
+ width: 64px;
+ height: 64px;
+ display: inline-block;
+ background-color: gainsboro;
}
ul {
list-style: square;
}
-li {
- line-height: 1.82em;
-}
-
-aside {
- display: inline;
- color: grey;
-}
-
-img,
-video {
- max-width: 100vw;
-}
-
-/* Dark mode overrides */
@media (prefers-color-scheme: dark) {
body {
- background-color: black;
- color: white;
- }
-
- h1 a, h1 a:visited {
color: white;
+ background-color: black;
}
a {
- color: #53FFFF;
+ color: #5dc1fd;
}
a:visited {
- color: #FF55FF;
- }
-
- a[href^="telnet"] {
- color: #55FF55;
- }
-
- aside {
- color: #FFEC27;
+ color: #ed6eff;
}
}