Compare commits
No commits in common. "49c43f6ceb78fb66c9e806fbe0d97d59652b3221" and "6198d7e811a5642d06b0ed2e77b88b98edad15a8" have entirely different histories.
49c43f6ceb
...
6198d7e811
|
@ -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>
|
||||||
|
|
|
@ -46,8 +46,7 @@
|
||||||
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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue