Compare commits

..

No commits in common. "49c43f6ceb78fb66c9e806fbe0d97d59652b3221" and "6198d7e811a5642d06b0ed2e77b88b98edad15a8" have entirely different histories.

2 changed files with 2 additions and 3 deletions

View File

@ -51,7 +51,7 @@
rel="noreferer">site</a> was written in plain
Typescript, and this
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
hand-written assembly in the browser at native speed.
</p>

View File

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