diff options
author | lonkaars <loek@pipeframe.xyz> | 2023-04-25 15:08:02 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2023-04-25 15:08:02 +0200 |
commit | 8fc79074f2a40e5c1917be90b234df9de8831ca9 (patch) | |
tree | 712b3dc6e6d14b7e908338593b18605e3d14bca6 /public/global.css | |
parent | 7eecf6d9577eb81498fcf35bdd7ae375b227b69c (diff) |
fix products style
Diffstat (limited to 'public/global.css')
-rw-r--r-- | public/global.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/public/global.css b/public/global.css index 9120a5f..82dc446 100644 --- a/public/global.css +++ b/public/global.css @@ -16,3 +16,7 @@ body, html { padding: 0 12px; } +.nolinkstyle { + text-decoration: none !important; + color: currentColor; +} |