diff options
Diffstat (limited to 'assets/css/objects')
| -rw-r--r-- | assets/css/objects/_icon.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/css/objects/_icon.scss b/assets/css/objects/_icon.scss index 7c5d03a..15389f5 100644 --- a/assets/css/objects/_icon.scss +++ b/assets/css/objects/_icon.scss | |||
| @@ -9,7 +9,7 @@ | |||
| 9 | display: block; | 9 | display: block; |
| 10 | width: 1em; | 10 | width: 1em; |
| 11 | height: 1em; | 11 | height: 1em; |
| 12 | stroke-width: 1.5px; | 12 | stroke-width: var(--icon-stroke-width, 1.5px); |
| 13 | stroke-linecap: round; | 13 | stroke-linecap: round; |
| 14 | stroke-linejoin: round; | 14 | stroke-linejoin: round; |
| 15 | 15 | ||
