summaryrefslogtreecommitdiff
path: root/http/public/index.css
diff options
context:
space:
mode:
authorTyler Hoang <tyler@tylerhoang.xyz>2024-01-13 01:10:07 -0800
committerTyler Hoang <tyler@tylerhoang.xyz>2024-01-13 01:10:07 -0800
commitc39de958ace0d6dc0abdf5667bb50a43d9930927 (patch)
treef756c50e9ed36a79b76eef911969cd76285093ea /http/public/index.css
initial
Diffstat (limited to 'http/public/index.css')
-rw-r--r--http/public/index.css38
1 files changed, 38 insertions, 0 deletions
diff --git a/http/public/index.css b/http/public/index.css
new file mode 100644
index 0000000..ea30843
--- /dev/null
+++ b/http/public/index.css
@@ -0,0 +1,38 @@
+p {
+ color: white;
+ display: block;
+}
+
+/* p code {display: block;} */
+
+code {
+ background: #4e4e4e;
+ font-family: monospace;
+ color: #e3e3e3;
+ margin: 30px;
+}
+
+body, input, select, textarea {
+ color: #333;
+ font-size: 10pt;
+ line-height: 1.65em;
+ letter-spacing: -0.015em;
+}
+
+body {
+ background:#040304;
+}
+
+h1, h2 {
+ color: #e3e3e3;
+}
+.left {
+ position: absolute;
+ top: 0;
+ right: 30px;
+ border-left-color: #333;
+ border-left-width: 2px;
+ border-left-style: solid;
+ padding: 10px;
+
+}