diff options
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; + +} |
