add overflow wrapping and monospaced not-quite-code

This commit is contained in:
Aminda Suomalainen 2024-05-29 09:27:54 +03:00
parent 1a8c68477c
commit cf67a14a43
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
2 changed files with 8 additions and 0 deletions

View File

@ -22,6 +22,7 @@ $monospace-font-family: "Liberation Mono", "Cousine", "Courier New", monospace;
* { * {
color: revert !important; color: revert !important;
background-color: revert !important; background-color: revert !important;
overflow-wrap: break-word !important;
} }
// Fitting to text and monospace preferred // Fitting to text and monospace preferred
@ -126,3 +127,9 @@ img {
border: 1px solid; border: 1px solid;
//black; //black;
} }
.monospaced {
font-family: $monospace-font-family;
font-size: 0.8em;
//overflow-wrap: break-word;
}

View File

@ -130,6 +130,7 @@ excerpt: "I am a Highly Sensitive Autistic Pirate with Linux experience since 20
<li id="ssh"> <li id="ssh">
SSH: SSH:
<a <a
class="monospaced"
href="https://gitea.blesmrt.net/mikaela/ssh-allowed_signers/src/branch/cxefa/aminda/aminda.pub" href="https://gitea.blesmrt.net/mikaela/ssh-allowed_signers/src/branch/cxefa/aminda/aminda.pub"
>SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q, >SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q,
SHA256:y2OpGEbett3Fqn8XFrP0X4mWfCVKf4rWkxERzqPY81U</a SHA256:y2OpGEbett3Fqn8XFrP0X4mWfCVKf4rWkxERzqPY81U</a