diff options
Diffstat (limited to 'ufund-ui/src/app/app.component.css')
-rw-r--r-- | ufund-ui/src/app/app.component.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/ufund-ui/src/app/app.component.css b/ufund-ui/src/app/app.component.css index ab1e60f..6841606 100644 --- a/ufund-ui/src/app/app.component.css +++ b/ufund-ui/src/app/app.component.css @@ -61,5 +61,9 @@ } .current { - text-decoration: underline!important; + text-decoration: underline !important; +} + +#darkMode:hover { + text-decoration: none !important; } |