diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-05-06 02:32:07 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-05-06 02:32:07 -0400 |
| commit | 31c4472a52a4c483a893e70f8ed5332bfea614c3 (patch) | |
| tree | aae54977462b82c2b9217f85cdd9f549ca0b7f0b /css | |
| parent | 8145d3c66de349cb3aa4ef50d43af371ffc206fb (diff) | |
css
Diffstat (limited to 'css')
| -rw-r--r-- | css/sally.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/css/sally.css b/css/sally.css index b7e3cab..1d76398 100644 --- a/css/sally.css +++ b/css/sally.css @@ -72,7 +72,7 @@ body.loading { opacity: 0; } body { transition: 0.1s linear; } .focused { box-shadow: inset 1px 0 2px white, inset -1px 0 2px white, inset 0 1px 2px white, inset 0 -1px 2px white; } #import_textarea { font-size: 9pt; } -textarea { font-size:12pt; width: 37%; height: 300px; background: #333; color: #0f0; border: 0; font-family: 'FixedsysExcelsior301Regular'; outline: 0; border: 1px solid #333; background:#010;} +textarea { font-size:12pt; width: 37vw; height: 300px; background: #333; color: #0f0; border: 0; font-family: 'FixedsysExcelsior301Regular'; outline: 0; border: 1px solid #333; background:#010;} #shader_rapper { display: none; } #import_rapper { display: none; } #canvas_rapper { |
