summaryrefslogtreecommitdiff
path: root/wwwroot
diff options
context:
space:
mode:
authorJake Mannens <jake@asger.xyz>2023-09-01 13:03:57 +1000
committerJake Mannens <jake@asger.xyz>2023-09-01 13:03:57 +1000
commit11f8eac60abfd52d59e84ba7b3c1c1c042c03941 (patch)
tree5801c55afd9682f7fd6a0e2480417ee87af9465e /wwwroot
parent9d4c33a4cdd1b82db831ca6c71e8fdc2f9f63f58 (diff)
Merged OCR functionality
Diffstat (limited to 'wwwroot')
-rw-r--r--wwwroot/styles/global.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/wwwroot/styles/global.css b/wwwroot/styles/global.css
index c0dbe3f..b694fe4 100644
--- a/wwwroot/styles/global.css
+++ b/wwwroot/styles/global.css
@@ -59,6 +59,17 @@ a.nondecorated:hover {
color: #999;
}
+code {
+ background: #222;
+ border-radius: 10px;
+ box-sizing: border-box;
+ font-family: 'Lucida Console';
+ font-size: 8pt;
+ overflow-y: auto;
+ padding: 20px;
+ white-space: pre-line;
+}
+
button, input[type=submit] {
color: white;
background: var(--col-button-pri);