diff options
| author | Tyler Hoang <tyler@tylerhoang.xyz> | 2024-01-13 01:10:07 -0800 |
|---|---|---|
| committer | Tyler Hoang <tyler@tylerhoang.xyz> | 2024-01-13 01:10:07 -0800 |
| commit | c39de958ace0d6dc0abdf5667bb50a43d9930927 (patch) | |
| tree | f756c50e9ed36a79b76eef911969cd76285093ea /http/public/index.css | |
initial
Diffstat (limited to 'http/public/index.css')
| -rw-r--r-- | http/public/index.css | 38 |
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; + +} |
