diff options
| author | Fuwn <[email protected]> | 2024-01-05 18:41:31 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-01-05 18:41:31 -0800 |
| commit | e56842add6c748624a1210907fb25c958da7ffaf (patch) | |
| tree | 69ece73b1bd7cc8560f0942d73d5170102c192a1 /src/app.css | |
| parent | feat(css): blurred shadows (diff) | |
| download | due.moe-e56842add6c748624a1210907fb25c958da7ffaf.tar.xz due.moe-e56842add6c748624a1210907fb25c958da7ffaf.zip | |
refactor(css): no underline anchor
Diffstat (limited to 'src/app.css')
| -rw-r--r-- | src/app.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/app.css b/src/app.css index e4add81c..c92cc14e 100644 --- a/src/app.css +++ b/src/app.css @@ -279,3 +279,7 @@ html { height: auto; width: 10vh; } + +a:hover { + text-decoration: none !important; +} |