summaryrefslogtreecommitdiffstats
path: root/assets/styles/admin.css
diff options
context:
space:
mode:
authorivar <i@oiee.no>2026-04-04 16:34:46 +0200
committerivar <i@oiee.no>2026-04-04 16:34:46 +0200
commita6355e7a6530af3335c4cd8af05f1e9c8b978169 (patch)
treec9d920d1e996ef1c42d3455825731598df6b56c2 /assets/styles/admin.css
parent8a093aacd162d3fd9f142b53aab9edfa061fd66a (diff)
downloadnebbet.no-a6355e7a6530af3335c4cd8af05f1e9c8b978169.tar.xz
nebbet.no-a6355e7a6530af3335c4cd8af05f1e9c8b978169.zip
.
Diffstat (limited to 'assets/styles/admin.css')
-rw-r--r--assets/styles/admin.css19
1 files changed, 19 insertions, 0 deletions
diff --git a/assets/styles/admin.css b/assets/styles/admin.css
new file mode 100644
index 0000000..ce19507
--- /dev/null
+++ b/assets/styles/admin.css
@@ -0,0 +1,19 @@
+form {
+ display: block;
+ width: 300px;
+}
+
+#editor {
+ background: #fff;
+ border: 1px solid #ccc;
+ border-radius: 4px;
+ padding: 0.5rem;
+ min-height: 340px;
+ font-family: 'Menlo', 'Consolas', monospace;
+ font-size: 0.85rem;
+}
+
+#editor.crepe-editor {
+ border-color: #2d5fc4;
+ box-shadow: 0 0 0 2px rgba(45, 95, 196, .15);
+} \ No newline at end of file