diff --git a/index.html b/index.html index 14c193b..48844fb 100644 --- a/index.html +++ b/index.html @@ -170,6 +170,16 @@ +
Serious Sans is a legible monospaced font made to resemble the classic diff --git a/style.css b/style.css index b103d53..0b12192 100644 --- a/style.css +++ b/style.css @@ -49,8 +49,8 @@ body { display: flex; flex-direction: column; align-items: center; - font-family: "Serious Sans", system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, - "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; + font-family: "Serious Sans", system-ui, "Segoe UI", Roboto, Helvetica, Arial, + sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-size: 100%; font-size: 1.2rem; text-align: center; @@ -61,6 +61,13 @@ body { flex-direction: column; } +#nerdFont :link, +#nerdFont :visited { + color: #d4d4d4; + text-decoration-line: underline; + text-decoration-style: dotted; +} + ul, ol { list-style: none;