This commit is contained in:
2026-06-03 18:42:08 +01:00
parent 2bd19a8b7b
commit e48c6366d0
4 changed files with 558 additions and 554 deletions

14
flake.lock generated
View File

@@ -3,11 +3,11 @@
"beaker-src": { "beaker-src": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1775244490, "lastModified": 1780436704,
"narHash": "sha256-4TJv7X6D0l4rEbTRKf47gU43L8G5uJgxxtsqMkVixQY=", "narHash": "sha256-3aMH1YblnpiXKdkQVMRLmMZ5/8G7vB4HAfLg7+izyHg=",
"ref": "refs/heads/master", "ref": "refs/heads/master",
"rev": "3fab89ecf8f4c664477a82add660d28db87357b4", "rev": "360d6271e1a20d128430e52637d5d35f4c706ca5",
"revCount": 27, "revCount": 34,
"shallow": false, "shallow": false,
"type": "git", "type": "git",
"url": "https://git.bwaaa.monster/beaker" "url": "https://git.bwaaa.monster/beaker"
@@ -20,11 +20,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1773734432, "lastModified": 1780243769,
"narHash": "sha256-IF5ppUWh6gHGHYDbtVUyhwy/i7D261P7fWD1bPefOsw=", "narHash": "sha256-x5UQuRsH3MqI0U9afaXSNqzTPSeZlRLvFAav2Ux1pNw=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "cda48547b432e8d3b18b4180ba07473762ec8558", "rev": "331800de5053fcebacf6813adb5db9c9dca22a0c",
"type": "github" "type": "github"
}, },
"original": { "original": {

File diff suppressed because it is too large Load Diff

View File

@@ -1,10 +1,10 @@
:root { :root {
--bg-main: #181825; --bg-main: #1e1e2e;
--bg-card: #1e1e2e; --bg-card: #313244;
--border: #313244; --border: #6c7086;
--text-primary: #cdd6f4; --text-primary: #cdd6f4;
--text-secondary: #a6adc8; --text-secondary: #a6adc8;
--text-muted: #6c7086; --text-muted: #6c7086;
--accent: #cba6f7; --accent: #cba6f7;
--accent-glow: rgba(255,255,255,0.1); --accent-glow: rgba(255, 255, 255, 0.1);
} }

View File

@@ -18,7 +18,7 @@
<body class="results-view"> <body class="results-view">
<header> <header>
<a href="/" class="logo-link"><h1> <a href="/" class="logo-link"><h1>
Omni<span>Search</span> VOID<span>ARC</span>
</h1></a> </h1></a>
<form action="/search" method="GET" class="search-form"> <form action="/search" method="GET" class="search-form">
<input name="engine" type="hidden" value="{{selected_engine}}"> <input name="engine" type="hidden" value="{{selected_engine}}">