aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTolmachev Igor <me@igorek.dev>2026-01-08 06:13:24 +0900
committerTolmachev Igor <me@igorek.dev>2026-01-08 06:13:24 +0900
commit16fe71594275752582fb48ba9e0d11649294e686 (patch)
tree6e6e50e5a8ff964d1544b280cf7eda4a2112f1ef
parentc08f2359aff7c9f62100d198ace81f9caa75b8b5 (diff)
downloadcgit_material_docker-16fe71594275752582fb48ba9e0d11649294e686.tar.gz
cgit_material_docker-16fe71594275752582fb48ba9e0d11649294e686.zip
Update css
- Add styles for section
-rw-r--r--www/cgit.css6
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
237div#cgit table.list tr:not(.nohover):hover { 237div#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
266div#cgit table.list td.reposection {
267 text-align: center;
268}
269
266/* 7. Diffs and Code */ 270/* 7. Diffs and Code */
267div#cgit table.blob, 271div#cgit table.blob,
268div#cgit table.bin-blob, 272div#cgit table.bin-blob,