X-Git-Url: https://git.danix.xyz/?a=blobdiff_plain;f=gitweb-danixland%2Fgitweb.css;h=fca3986c4e56f085de8a51142e8a5b36c41753c7;hb=8eded2c6e3c3f9c214738a669c4a38bf802405d2;hp=dd44335d3c04167d9e60c5cb7c0f32bd2f7f1ba0;hpb=341d7256a710eb112ef3ef79ba59c7a3488545f0;p=gitweb-theme-danix.git diff --git a/gitweb-danixland/gitweb.css b/gitweb-danixland/gitweb.css index dd44335..fca3986 100644 --- a/gitweb-danixland/gitweb.css +++ b/gitweb-danixland/gitweb.css @@ -327,7 +327,8 @@ div.page_header a img.logo { .shortlog th, .tree th, .commit_search th { - color: var(--bluish-grey); + background-color: var(--bluish-grey); + color: var(--fg); font-weight: normal; } @@ -724,12 +725,14 @@ div.chunk_block div.new { td.category { background: var(--accent); /* old browsers */ color: var(--dark-grey); - padding-left: 2em; + padding-left: 3em; font-weight: bold; border-bottom: 1px solid var(--border); border-top: 1px solid var(--border); } - +td.category:before { + content: "Cat.: "; +} /* Age ---------------------------------------------------------------------------- */