diff options
author | cyfraeviolae <cyfraeviolae> | 2024-01-18 22:24:00 -0500 |
---|---|---|
committer | cyfraeviolae <cyfraeviolae> | 2024-01-18 22:24:00 -0500 |
commit | be3cb976adb02247b6bc92371e89c26c9d0806fb (patch) | |
tree | 49fcbb5e034af7c67e5661002e6c809066f7c3ff | |
parent | 61f4eebd9f39b59a822a427e70deba89a30e3193 (diff) |
src font
-rw-r--r-- | static/styles.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/styles.css b/static/styles.css index 8b277f9..23a689d 100644 --- a/static/styles.css +++ b/static/styles.css @@ -175,5 +175,6 @@ a:hover { .source { float: right; font-size: small !important; + font-family: monospace; font-style: normal; } |