Skip to content

Commit

Permalink
add overflow wrapping and monospaced not-quite-code
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikaela committed May 29, 2024
1 parent 1a8c684 commit cf67a14
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions assets/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -126,3 +127,9 @@ img {
border: 1px solid;
//black;
}

.monospaced {
font-family: $monospace-font-family;
font-size: 0.8em;
//overflow-wrap: break-word;
}
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@
<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
Expand Down

0 comments on commit cf67a14

Please sign in to comment.