aboutsummaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorKumar Damani <me@kumardamani.net>2022-07-03 16:15:12 +0000
committerKumar Damani <me@kumardamani.net>2022-07-03 16:15:12 +0000
commitfd3aeb65cab826e377befe45cf71ec2be4a21b1d (patch)
tree0b039d042fa43a4f3d26865fc7ab52e624ae3b36 /style.css
parente09d431e216eb8e52e7706f4e45a51a770476dc3 (diff)
added styling to xmr address
Diffstat (limited to 'style.css')
-rw-r--r--style.css13
1 files changed, 12 insertions, 1 deletions
diff --git a/style.css b/style.css
index ae46aca..27e7e5b 100644
--- a/style.css
+++ b/style.css
@@ -149,4 +149,15 @@ a:hover {
color: var(--linkalt);
}
-
+pre code {
+ font-size: small;
+ display: block;
+ background: none;
+ background-color: black;
+ white-space: pre;
+ -webkit-overflow-scrolling: touch;
+ overflow-x: scroll;
+ max-width: 75%;
+ min-width: 100px;
+ padding: 0;
+}