diff options
| author | frosty <gabriel@bwaaa.monster> | 2026-04-03 15:26:01 -0400 |
|---|---|---|
| committer | frosty <gabriel@bwaaa.monster> | 2026-04-03 15:26:01 -0400 |
| commit | 627a219bea8029107fcee77fbeea7eb79f0a79b2 (patch) | |
| tree | 48f3b39bb02853191462e7873cd4beef0fded73d /static | |
| parent | db02c4cc8028606fa57fd50424491008990ef6fd (diff) | |
| download | omnisearch-627a219bea8029107fcee77fbeea7eb79f0a79b2.tar.gz | |
feat: made version on homepage link to repo
Diffstat (limited to 'static')
| -rw-r--r-- | static/main.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/static/main.css b/static/main.css index 2ef60c3..5811468 100644 --- a/static/main.css +++ b/static/main.css @@ -145,6 +145,13 @@ img[src=""] { color: var(--text-muted); text-align: center; } +.version-link { + color: var(--text-muted); + text-decoration: underline; +} +.version-link:hover { + color: var(--text-primary); +} .nav-settings-icon { width:24px; height:24px; |
