aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2018-08-10 12:10:34 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2018-08-10 12:10:34 +0200
commita5136daace5e983a9269d3cce6cc18e2c74af28f (patch)
tree7fc858cb7b2f1ee613ce3d58bfa883844d3b75d5 /tools
parent7f1d4d782ac667e40630bd6ebe02912529ff703d (diff)
downloadmitjafelicijan.com-a5136daace5e983a9269d3cce6cc18e2c74af28f.tar.gz
content update
Diffstat (limited to 'tools')
-rw-r--r--tools/editor/index.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/editor/index.html b/tools/editor/index.html
index e214d03..158c472 100644
--- a/tools/editor/index.html
+++ b/tools/editor/index.html
@@ -27,11 +27,13 @@
27 width: 100%; 27 width: 100%;
28 height: 100%; 28 height: 100%;
29 padding: 20px; 29 padding: 20px;
30 font: 16px monospace;
31 outline: none; 30 outline: none;
32 border: 0; 31 border: 0;
33 background: #333; 32 background: #333;
34 color: #fff; 33 color: #fff;
34 font-size: 28px;
35 font-family: "Lucida Console", Monaco, monospace;
36 font-weight: 200;
35 } 37 }
36 </style> 38 </style>
37 39