diff options
| author | netop://ウィビ <paul@webb.page> | 2026-04-13 22:26:07 -0700 |
|---|---|---|
| committer | netop://ウィビ <paul@webb.page> | 2026-04-13 22:26:07 -0700 |
| commit | 117c2bc4c43655e2ced7c385812e2ca7b62809ed (patch) | |
| tree | 78aaf4d69fd33e0993546d2c2d657051ff5f2e2f /var | |
| parent | 4c4167fcedf065c6fa4139e143cfed5a2037bee9 (diff) | |
| download | cgit-117c2bc4c43655e2ced7c385812e2ca7b62809ed.tar.gz cgit-117c2bc4c43655e2ced7c385812e2ca7b62809ed.zip | |
adds selection styling
Diffstat (limited to 'var')
| -rw-r--r-- | var/www/cgit/cgit.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/var/www/cgit/cgit.css b/var/www/cgit/cgit.css index 272b24f..a058e34 100644 --- a/var/www/cgit/cgit.css +++ b/var/www/cgit/cgit.css @@ -207,6 +207,11 @@ body { font-size: 1.5rem; } +::selection { + background-color: oklch(var(--uchu-yellow-1-raw) / 50%); + color: var(--uchu-yellow-8); +} + div#cgit { border-bottom: 3px solid var(--uchu-gray-2); color: var(--uchu-yin-8); |