mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2024-11-22 03:59:31 +01:00
add overflow wrapping and monospaced not-quite-code
This commit is contained in:
parent
1a8c68477c
commit
cf67a14a43
@ -22,6 +22,7 @@ $monospace-font-family: "Liberation Mono", "Cousine", "Courier New", monospace;
|
||||
* {
|
||||
color: revert !important;
|
||||
background-color: revert !important;
|
||||
overflow-wrap: break-word !important;
|
||||
}
|
||||
|
||||
// Fitting to text and monospace preferred
|
||||
@ -126,3 +127,9 @@ img {
|
||||
border: 1px solid;
|
||||
//black;
|
||||
}
|
||||
|
||||
.monospaced {
|
||||
font-family: $monospace-font-family;
|
||||
font-size: 0.8em;
|
||||
//overflow-wrap: break-word;
|
||||
}
|
||||
|
@ -130,6 +130,7 @@ excerpt: "I am a Highly Sensitive Autistic Pirate with Linux experience since 20
|
||||
<li id="ssh">
|
||||
SSH:
|
||||
<a
|
||||
class="monospaced"
|
||||
href="https://gitea.blesmrt.net/mikaela/ssh-allowed_signers/src/branch/cxefa/aminda/aminda.pub"
|
||||
>SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q,
|
||||
SHA256:y2OpGEbett3Fqn8XFrP0X4mWfCVKf4rWkxERzqPY81U</a
|
||||
|
Loading…
Reference in New Issue
Block a user