Compare commits
2 Commits
6198d7e811
...
49c43f6ceb
Author | SHA1 | Date |
---|---|---|
august kline | 49c43f6ceb | |
august kline | dd7ecaaf46 |
|
@ -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,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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue