Improved keyboard controls

This commit is contained in:
Devine Lu Linvega
2018-02-20 09:20:05 +13:00
parent 49612e1df1
commit d8a2fa4403
3 changed files with 21 additions and 9 deletions

View File

@@ -55,4 +55,5 @@ body { background:var(--background) !important; }
#dotgrid svg.vector #mirror_layer_3 { stroke:var(--f_low) !important; }
#dotgrid #preview { stroke:var(--f_high) !important; }
#dotgrid #cursor { border-color:var(--f_med); }
#dotgrid #cursor.keyboard { border-color:var(--f_high) !Important; }