diff options
| author | MagicalDemon <mubashirayaz44@gmail.com> | 2026-03-19 20:49:14 +0400 |
|---|---|---|
| committer | frosty <gabriel@bwaaa.monster> | 2026-03-19 15:17:44 -0400 |
| commit | db130cb08d2d34b730c024e61ef1624605eb5495 (patch) | |
| tree | 1cfe97f2f617242b66bc75cfbe4e89c3d41e601a /static | |
| parent | c64913b13728cb4f95e0b640778945c76fcda7c0 (diff) | |
| download | omnisearch-db130cb08d2d34b730c024e61ef1624605eb5495.tar.gz | |
added cached for results with web.archive.org
Diffstat (limited to 'static')
| -rw-r--r-- | static/main.css | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/static/main.css b/static/main.css index f2a8048..e289e9d 100644 --- a/static/main.css +++ b/static/main.css @@ -301,7 +301,7 @@ h1 span { .result { margin-bottom:32px; } -.result a { +.result > a { color:var(--accent); text-decoration:none; font-size:1.25rem; @@ -319,6 +319,12 @@ h1 span { line-height:1.6; margin:0; } +.cached { + color: var(--text-secondary); + font-size:0.85rem; + display:inline-block; + text-decoration:none; +} .infobox { grid-column:3; background:var(--bg-card); @@ -480,7 +486,7 @@ h1 span { .engine-warning { padding:12px 14px; } - .result a { + .result > a { font-size:1.1rem; word-break:break-word; } @@ -491,6 +497,9 @@ h1 span { .desc { font-size:0.9rem; } + .cached { + font-size:0.8rem; + } .infobox { margin-bottom:16px; } |
