diff options
| author | yo momma <shutup@oops.wtf> | 2026-01-30 19:30:37 +0000 |
|---|---|---|
| committer | yo momma <shutup@oops.wtf> | 2026-01-30 19:30:37 +0000 |
| commit | 35e248d8861576b9928d904eb25c5cf1436e6cf2 (patch) | |
| tree | d169c6af13468aa63c0f73947997b374dcbb35c0 /static/css/simplerlog.css | |
| parent | 11f8e6abdddfd60a4514dd30cb4d198780dd84c5 (diff) | |
Refactor: shared CSS utilities + fewer inline stylesrefactor
Diffstat (limited to 'static/css/simplerlog.css')
| -rw-r--r-- | static/css/simplerlog.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/static/css/simplerlog.css b/static/css/simplerlog.css index 784253d..a158fd8 100644 --- a/static/css/simplerlog.css +++ b/static/css/simplerlog.css @@ -202,6 +202,7 @@ img { #footer a { text-decoration: none; color: #333; + word-spacing: normal; } #footer a:hover { @@ -301,6 +302,7 @@ a#disregister:hover { text-align: center; left: 0; z-index: 1000; + background-color: white; } #inpage-search-results #search-results-images { |
