summaryrefslogtreecommitdiffstats
path: root/styles/admin.css
diff options
context:
space:
mode:
Diffstat (limited to 'styles/admin.css')
-rw-r--r--styles/admin.css28
1 files changed, 15 insertions, 13 deletions
diff --git a/styles/admin.css b/styles/admin.css
index da2ebe9..ce19507 100644
--- a/styles/admin.css
+++ b/styles/admin.css
@@ -1,17 +1,19 @@
-/* Admin-specific styles */
-
-body.admin {
- --color-bg: #f8f8f8;
+form {
+ display: block;
+ width: 300px;
}
-.admin-nav {
- max-width: var(--max-width);
- margin: 0 auto 2rem;
- padding-bottom: 0.5rem;
- border-bottom: 1px solid #ddd;
- font-size: 0.9em;
+#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;
}
-.admin-nav a {
- margin-right: 1rem;
-}
+#editor.crepe-editor {
+ border-color: #2d5fc4;
+ box-shadow: 0 0 0 2px rgba(45, 95, 196, .15);
+} \ No newline at end of file