diff options
| author | Jake Mannens <jake@asger.xyz> | 2023-09-01 13:03:57 +1000 |
|---|---|---|
| committer | Jake Mannens <jake@asger.xyz> | 2025-08-20 00:48:44 +1000 |
| commit | b286a0b0f1fcdb511d2dbb8886039cfb0182c89b (patch) | |
| tree | 83d8d8ec7a575c36f22bfab01fa2708881c3f086 /wwwroot/styles | |
| parent | 5b93706343484914370a87fddea29874c8156321 (diff) | |
Merged OCR functionality
Diffstat (limited to 'wwwroot/styles')
| -rw-r--r-- | wwwroot/styles/global.css | 11 |
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); |
