# HG changeset patch # User Goffi # Date 1687444286 -7200 # Node ID e44c0627d00b35b21ef9998851e6d3817a8a69d0 # Parent c98a0a4a3fd09f92e2c7eecc35cd757670ee18f4 bulma (css): use current color for SVG icons diff -r c98a0a4a3fd0 -r e44c0627d00b sat_templates/templates/bulma/static/styles.css --- a/sat_templates/templates/bulma/static/styles.css Thu Jun 01 20:50:47 2023 +0200 +++ b/sat_templates/templates/bulma/static/styles.css Thu Jun 22 16:31:26 2023 +0200 @@ -586,6 +586,10 @@ * icons * *********/ +.svg-icon { + fill: currentColor; +} + .icon_animate_spin { animation: spin 2s infinite linear; display: inline-block;