diff options
author | lonkaars <loek@pipeframe.xyz> | 2024-04-13 13:50:54 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2024-04-13 13:50:54 +0200 |
commit | dee0b16c1cdf18d205ffcb738eda0e9049396fd0 (patch) | |
tree | b905daa11c075ef6a112b4ac65aec759ea0566a3 /css/globals.css | |
parent | ce37824c5260dd370c61cf174ea80ca7deeb1058 (diff) |
fix more stuff
Diffstat (limited to 'css/globals.css')
-rw-r--r-- | css/globals.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/css/globals.css b/css/globals.css index 5ccd71f..81c0b75 100644 --- a/css/globals.css +++ b/css/globals.css @@ -47,3 +47,8 @@ li { margin-bottom: 6px; } +.icon svg { + width: 24px; + height: 24px; + fill: currentColor; +} |