diff options
| author | yo momma <shutup@oops.wtf> | 2026-02-01 19:49:01 +0000 |
|---|---|---|
| committer | yo momma <shutup@oops.wtf> | 2026-02-01 19:49:01 +0000 |
| commit | c83b61db8056bc53d1a1def36915137904c97447 (patch) | |
| tree | fc0cbe4804b3f2380ebbd2306ee1832d0be685ed /static/search/browser.css | |
| parent | d5ecfaf90385e846ce7168b1b18535315b7fcdc4 (diff) | |
Refactor: clean more static inline stylesrefactor
Diffstat (limited to 'static/search/browser.css')
| -rwxr-xr-x | static/search/browser.css | 21 |
1 files changed, 16 insertions, 5 deletions
diff --git a/static/search/browser.css b/static/search/browser.css index 44355a6..2383142 100755 --- a/static/search/browser.css +++ b/static/search/browser.css @@ -1,11 +1,22 @@ /* pichat.css */ body { - font-size:13; - font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; - margin:2%; - -} + font-size:13; + font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; + margin:2%; + + } + + .is-hidden { + display: none; + } + + .browser-heading { + font-size: 30px; + text-shadow: 1px 1px 1px #000, 2px 3px 1px #f0e; + color: #fff; + font-weight: bold; + } #rapper{ } #container { |
