summaryrefslogtreecommitdiff
path: root/wwwroot
diff options
context:
space:
mode:
authorJake Mannens <jake@asger.xyz>2023-09-02 11:10:03 +1000
committerJake Mannens <jake@asger.xyz>2023-09-02 11:10:03 +1000
commit693357f3e35e4141f17c55e182e89f05ae8d0ecb (patch)
tree624badcf11b20fa77a773ecf480191a6d225ab49 /wwwroot
parentcf26fe6d6883a8603303ff39969b068b7902858a (diff)
parent11f8eac60abfd52d59e84ba7b3c1c1c042c03941 (diff)
Merge branch 'dev' of gitlab.com:plasmicplexus/HyperBooru-Server into dev
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);