summaryrefslogtreecommitdiff
path: root/src/css
diff options
context:
space:
mode:
authorElizabeth Hunt <elizabeth.hunt@simponic.xyz>2024-03-04 17:00:28 -0700
committerElizabeth Hunt <elizabeth.hunt@simponic.xyz>2024-03-04 17:00:28 -0700
commitccc1e182cf72916c9cdc4f10043048aa01a63390 (patch)
tree4754cc9fbdb5fbdb8b350b97f6f8cc5fe9cf113d /src/css
parentd74523d15d37a1809a797beda962c957fba181b2 (diff)
downloadthe-abstraction-engine-ccc1e182cf72916c9cdc4f10043048aa01a63390.tar.gz
the-abstraction-engine-ccc1e182cf72916c9cdc4f10043048aa01a63390.zip
update font size
Diffstat (limited to 'src/css')
-rw-r--r--src/css/editor.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/css/editor.css b/src/css/editor.css
new file mode 100644
index 0000000..9b1588e
--- /dev/null
+++ b/src/css/editor.css
@@ -0,0 +1,11 @@
+@import url("./colors.css");
+
+.code {
+ width: 100%;
+ font-size: 1.5rem;
+}
+
+.syntax-error {
+ color: var(--red);
+ background-color: var(--yellow);
+}