Compare commits

...

2 Commits

Author SHA1 Message Date
august kline 49c43f6ceb Set email styling 2024-09-12 23:13:19 -04:00
august kline dd7ecaaf46 Fix typo 2024-09-12 23:12:17 -04:00
2 changed files with 3 additions and 2 deletions

View File

@ -51,7 +51,7 @@
rel="noreferer">site</a> was written in plain rel="noreferer">site</a> was written in plain
Typescript, and this Typescript, and this
demo is an <a href="https://git.augustkline.com/august/george-emu" target="_blank" demo is an <a href="https://git.augustkline.com/august/george-emu" target="_blank"
rel="noreferer">emulator</a> i wrote from rel="noreferer">emulator</a> I wrote from
scratch in Rust that was compiled to WASM and runs scratch in Rust that was compiled to WASM and runs
hand-written assembly in the browser at native speed. hand-written assembly in the browser at native speed.
</p> </p>

View File

@ -46,7 +46,8 @@
background-color: color-mix(in srgb, white, transparent 70%); background-color: color-mix(in srgb, white, transparent 70%);
} }
a[href^='http'] { a[href^='http'],
a[href^='mailto'] {
text-decoration: none; text-decoration: none;
font-weight: 700; font-weight: 700;