aboutsummaryrefslogtreecommitdiffstats
path: root/spring-front/src/index.css
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2022-03-24 12:36:31 +0000
committerterminaldweller <thabogre@gmail.com>2022-03-24 12:36:31 +0000
commit7679fce6563bccd9d3c77038477671ba950d1481 (patch)
tree5c22115becbb37293e98eeb1fb32115e951d33fb /spring-front/src/index.css
parentwip (diff)
downloadmdrtl-7679fce6563bccd9d3c77038477671ba950d1481.tar.gz
mdrtl-7679fce6563bccd9d3c77038477671ba950d1481.zip
wip
Diffstat (limited to 'spring-front/src/index.css')
-rw-r--r--spring-front/src/index.css30
1 files changed, 16 insertions, 14 deletions
diff --git a/spring-front/src/index.css b/spring-front/src/index.css
index 3423aee..aace5c0 100644
--- a/spring-front/src/index.css
+++ b/spring-front/src/index.css
@@ -1,6 +1,6 @@
body {
- color: #005f87;
- background: #000000;
+ /* color: #005f87; */
+ /* background: #000000; */
font-family: "DejaVuSansMono NF", Helvetica, monospace;
height: 95vh;
width: 95vw;
@@ -32,27 +32,29 @@ div.code {
.left {
left: 0;
background-color: #000000;
+ color: #ffffff;
}
.right {
right: 0;
background-color: #000000;
+ color: #ffffff;
}
-#editing, #highlighting {
- margin: 10px;
- padding: 10px;
- border: 0;
- width: calc(100% - 32px);
- height: 150px;
-}
+/* #editor, #highlighting { */
+/* margin: 10px; */
+/* padding: 10px; */
+/* border: 0; */
+/* width: calc(100% - 32px); */
+/* height: 150px; */
+/* } */
-#editing, #highlighting, #highlighting * {
+#editor, #highlight, #highlight * {
font-size: 15pt;
font-family: monospace;
line-height: 20pt;
}
-#editing, #highlighting {
+#editor, #highlight {
position: absolute;
top: 0;
left: 0;
@@ -60,7 +62,7 @@ div.code {
white-space: nowrap;
}
-#editing {
+#editor {
z-index: 1;
color: transparent;
background: transparent;
@@ -68,10 +70,10 @@ div.code {
resize: none;
}
-#highlighting {
+#highlight {
z-index: 0;
}
-#editing, #highlighting, #highlighting * {
+#editor, #highlight, #highlight * {
tab-size: 2;
}