diff options
author | Devine Lu Linvega <[email protected]> | 2018-02-16 09:02:43 +1300 |
---|---|---|
committer | Devine Lu Linvega <[email protected]> | 2018-02-16 09:02:43 +1300 |
commit | 123b3d56efaf369465224a9ceb1ea5d5add01a93 (patch) | |
tree | c9a0e2af8b5521f8cd1e550a8088bb04c9989916 /desktop/sources/links | |
parent | 4961f84da65bf3ac30c1b4760bfa424427e38b0c (diff) | |
download | Orca-123b3d56efaf369465224a9ceb1ea5d5add01a93.tar.gz Orca-123b3d56efaf369465224a9ceb1ea5d5add01a93.zip |
Improved canvas drawing
Diffstat (limited to 'desktop/sources/links')
-rw-r--r-- | desktop/sources/links/main.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/sources/links/main.css b/desktop/sources/links/main.css index c261a79..3613c7c 100644 --- a/desktop/sources/links/main.css +++ b/desktop/sources/links/main.css @@ -1,4 +1,4 @@ body { background:black; color:white; font-family: 'input_mono_regular'; padding:30px; overflow: hidden; } -grid { display: block;white-space: pre;font-size: 11px;line-height: 10px; text-transform: uppercase; width:300px; margin:30px auto; } +canvas { display: block;white-space: pre;font-size: 11px;line-height: 10px; text-transform: uppercase; width:300px; margin:30px auto; } grid c { background:#fff; color:#000; } grid l { background:#f00; color:#000; }
\ No newline at end of file |