change inline code style
This commit is contained in:
parent
9ac20effb7
commit
f58b00eb46
2 changed files with 5 additions and 1 deletions
|
@ -137,5 +137,9 @@ hr {
|
|||
code {
|
||||
/* what a horrible hack*/
|
||||
font-family: monospace, serif;
|
||||
padding: 0.1em 0.2em;
|
||||
background: black;
|
||||
border: 1px solid var(--overlay);
|
||||
border-radius: 4px;
|
||||
white-space: preserve nowrap;
|
||||
}
|
||||
|
|
|
@ -7,4 +7,4 @@ Rust, Erlang, and the venerable C. I want to build high performance and fault
|
|||
tolerant systems, and to help make the web a more free and decentralized place.
|
||||
|
||||
I'm currently looking for work. If you want to talk, you can reach me at
|
||||
[`wires@wires.systems`](mailto:wires@wires.systems).
|
||||
[wires@wires.systems](mailto:wires@wires.systems).
|
||||
|
|
Loading…
Add table
Reference in a new issue