diff options
author | Alan Pearce | 2024-06-08 20:31:47 +0200 |
---|---|---|
committer | Alan Pearce | 2024-06-08 20:42:48 +0200 |
commit | d40c0e188a7fe1b36887f59c4a9958faa81b3d44 (patch) | |
tree | b6c168adcc3336dd0f6de4b1cbb7bf671f212f53 /frontend/static/style.css | |
parent | ef6c98da84c2327e0a0003fb3b1b64a5d1e2d550 (diff) | |
download | searchix-d40c0e188a7fe1b36887f59c4a9958faa81b3d44.tar.lz searchix-d40c0e188a7fe1b36887f59c4a9958faa81b3d44.tar.zst searchix-d40c0e188a7fe1b36887f59c4a9958faa81b3d44.zip |
feat: add detail pages for packages/options
Diffstat (limited to 'frontend/static/style.css')
-rw-r--r-- | frontend/static/style.css | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/frontend/static/style.css b/frontend/static/style.css index ff4cc6e..8d5977f 100644 --- a/frontend/static/style.css +++ b/frontend/static/style.css @@ -92,10 +92,6 @@ pre { padding: 1ch 1.4ch; } -pre:has(> code) { - background: var(--bg); -} - #pagination { display: flex; justify-content: space-between; |