aboutsummaryrefslogtreecommitdiffstats
path: root/spring-front/src/index.css
diff options
context:
space:
mode:
Diffstat (limited to 'spring-front/src/index.css')
-rw-r--r--spring-front/src/index.css37
1 files changed, 37 insertions, 0 deletions
diff --git a/spring-front/src/index.css b/spring-front/src/index.css
new file mode 100644
index 0000000..c788cb4
--- /dev/null
+++ b/spring-front/src/index.css
@@ -0,0 +1,37 @@
+body {
+ color: #005f87;
+ background: #000000;
+ font-family: "DejaVuSansMono NF", Helvetica, monospace;
+ height: 95vh;
+ width: 95vw;
+}
+
+a {
+ color: #005f87;
+ text-decoration: none;
+}
+
+hr {
+ color: #005f87;
+}
+
+.left-footer {
+ float: left;
+}
+
+.right-footer {
+ float: right;
+}
+
+.editor {
+ background: #000000;
+ color: #ffffff;
+ width: 40%;
+ max-width: 40%;
+ height: 90%;
+ max-height: 90%;
+}
+
+div.code {
+ white-space: pre;
+}