mirror of
https://github.com/seejohnrun/haste-server.git
synced 2026-01-23 21:47:33 +00:00
Rename to haste
This commit is contained in:
25
static/application.css
Normal file
25
static/application.css
Normal file
@@ -0,0 +1,25 @@
|
||||
body {
|
||||
background: #002B36;
|
||||
padding: 0px;
|
||||
margin: 0px;
|
||||
}
|
||||
textarea {
|
||||
background: transparent;
|
||||
border: 0px;
|
||||
color: #fff;
|
||||
padding: 20px;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
font-family: monospace;
|
||||
outline: none;
|
||||
resize: none;
|
||||
font-size: 13px;
|
||||
}
|
||||
#box {
|
||||
padding: 0px;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
#box code {
|
||||
padding: 20px;
|
||||
}
|
||||
Reference in New Issue
Block a user