diff options
| author | yo momma <shutup@oops.wtf> | 2026-02-01 10:52:49 +0000 |
|---|---|---|
| committer | yo momma <shutup@oops.wtf> | 2026-02-01 10:52:49 +0000 |
| commit | 155e9aaa76aad66185c6a20c18a3b8586561f9fb (patch) | |
| tree | d92b94b883dcfec6c9adac30277b7d6409057fe3 /static/css/index.css | |
| parent | fff745efe30e767118c5c28a6feddc14d15c7e19 (diff) | |
Refactor: remove remaining inline styles
Diffstat (limited to 'static/css/index.css')
| -rwxr-xr-x | static/css/index.css | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/static/css/index.css b/static/css/index.css index 01bce1d..a8549c8 100755 --- a/static/css/index.css +++ b/static/css/index.css @@ -64,6 +64,13 @@ body { background-position:top; } +.no-underline { + text-decoration: none; +} +.no-underline:hover { + text-decoration: none; +} + #video{ display:none; } @@ -436,4 +443,4 @@ z-index:-1; #register-spinner { display: none; -}
\ No newline at end of file +} |
