diff options
| author | Tolmachev Igor <me@igorek.dev> | 2026-01-08 06:13:24 +0900 |
|---|---|---|
| committer | Tolmachev Igor <me@igorek.dev> | 2026-01-08 06:13:24 +0900 |
| commit | 16fe71594275752582fb48ba9e0d11649294e686 (patch) | |
| tree | 6e6e50e5a8ff964d1544b280cf7eda4a2112f1ef | |
| parent | c08f2359aff7c9f62100d198ace81f9caa75b8b5 (diff) | |
| download | cgit_material_docker-16fe71594275752582fb48ba9e0d11649294e686.tar.gz cgit_material_docker-16fe71594275752582fb48ba9e0d11649294e686.zip | |
Update css
- Add styles for section
| -rw-r--r-- | www/cgit.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/www/cgit.css b/www/cgit.css index 8e1a65b..668605d 100644 --- a/www/cgit.css +++ b/www/cgit.css | |||
| @@ -234,7 +234,7 @@ div#cgit table.list tr:not(.nohover):nth-child(even) { | |||
| 234 | background: var(--color-surface-container-lowest); | 234 | background: var(--color-surface-container-lowest); |
| 235 | } | 235 | } |
| 236 | 236 | ||
| 237 | div#cgit table.list tr:not(.nohover):hover { | 237 | div#cgit table.list tr:not(.nohover):not(.nohover-highlight):hover { |
| 238 | background: var(--color-surface-container-high); | 238 | background: var(--color-surface-container-high); |
| 239 | } | 239 | } |
| 240 | 240 | ||
| @@ -263,6 +263,10 @@ div#cgit table.list td.commitgraph { | |||
| 263 | color: var(--color-on-surface); | 263 | color: var(--color-on-surface); |
| 264 | } | 264 | } |
| 265 | 265 | ||
| 266 | div#cgit table.list td.reposection { | ||
| 267 | text-align: center; | ||
| 268 | } | ||
| 269 | |||
| 266 | /* 7. Diffs and Code */ | 270 | /* 7. Diffs and Code */ |
| 267 | div#cgit table.blob, | 271 | div#cgit table.blob, |
| 268 | div#cgit table.bin-blob, | 272 | div#cgit table.bin-blob, |
