diff options
Diffstat (limited to 'lulua/data')
-rw-r--r-- | lulua/data/render-svg.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lulua/data/render-svg.css b/lulua/data/render-svg.css index 714c56d..b67b75d 100644 --- a/lulua/data/render-svg.css +++ b/lulua/data/render-svg.css @@ -20,6 +20,10 @@ font-size: 40%; font-family: sans-serif; .button .cap { fill: #eee8d5; } +.button .highlight { + fill: #dc322f; /* red */ + filter: blur(0.5em); +} .button.finger-little .shadow { fill: #dc322f; /* red */ } |