theming
This commit is contained in:
14
flake.lock
generated
14
flake.lock
generated
@@ -3,11 +3,11 @@
|
||||
"beaker-src": {
|
||||
"flake": false,
|
||||
"locked": {
|
||||
"lastModified": 1775244490,
|
||||
"narHash": "sha256-4TJv7X6D0l4rEbTRKf47gU43L8G5uJgxxtsqMkVixQY=",
|
||||
"lastModified": 1780436704,
|
||||
"narHash": "sha256-3aMH1YblnpiXKdkQVMRLmMZ5/8G7vB4HAfLg7+izyHg=",
|
||||
"ref": "refs/heads/master",
|
||||
"rev": "3fab89ecf8f4c664477a82add660d28db87357b4",
|
||||
"revCount": 27,
|
||||
"rev": "360d6271e1a20d128430e52637d5d35f4c706ca5",
|
||||
"revCount": 34,
|
||||
"shallow": false,
|
||||
"type": "git",
|
||||
"url": "https://git.bwaaa.monster/beaker"
|
||||
@@ -20,11 +20,11 @@
|
||||
},
|
||||
"nixpkgs": {
|
||||
"locked": {
|
||||
"lastModified": 1773734432,
|
||||
"narHash": "sha256-IF5ppUWh6gHGHYDbtVUyhwy/i7D261P7fWD1bPefOsw=",
|
||||
"lastModified": 1780243769,
|
||||
"narHash": "sha256-x5UQuRsH3MqI0U9afaXSNqzTPSeZlRLvFAav2Ux1pNw=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "cda48547b432e8d3b18b4180ba07473762ec8558",
|
||||
"rev": "331800de5053fcebacf6813adb5db9c9dca22a0c",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
||||
1080
static/main.css
1080
static/main.css
File diff suppressed because it is too large
Load Diff
@@ -1,10 +1,10 @@
|
||||
:root {
|
||||
--bg-main: #181825;
|
||||
--bg-card: #1e1e2e;
|
||||
--border: #313244;
|
||||
--text-primary: #cdd6f4;
|
||||
--text-secondary: #a6adc8;
|
||||
--text-muted: #6c7086;
|
||||
--accent: #cba6f7;
|
||||
--accent-glow: rgba(255,255,255,0.1);
|
||||
--bg-main: #1e1e2e;
|
||||
--bg-card: #313244;
|
||||
--border: #6c7086;
|
||||
--text-primary: #cdd6f4;
|
||||
--text-secondary: #a6adc8;
|
||||
--text-muted: #6c7086;
|
||||
--accent: #cba6f7;
|
||||
--accent-glow: rgba(255, 255, 255, 0.1);
|
||||
}
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
<body class="results-view">
|
||||
<header>
|
||||
<a href="/" class="logo-link"><h1>
|
||||
Omni<span>Search</span>
|
||||
VOID<span>ARC</span>
|
||||
</h1></a>
|
||||
<form action="/search" method="GET" class="search-form">
|
||||
<input name="engine" type="hidden" value="{{selected_engine}}">
|
||||
|
||||
Reference in New Issue
Block a user