diff options
| author | netop://ウィビ <paul@webb.page> | 2026-04-27 13:38:28 -0700 |
|---|---|---|
| committer | netop://ウィビ <paul@webb.page> | 2026-04-27 13:38:28 -0700 |
| commit | 8bc73ee8315e65b7544550acdbb73fb2dd9877eb (patch) | |
| tree | f5cc03103f76452b6494813470e24d821204c837 /var/www/cgit | |
| parent | 4b26e0ab19cb40a0153d538fb7624add2b2781b4 (diff) | |
| download | cgit-8bc73ee8315e65b7544550acdbb73fb2dd9877eb.tar.gz cgit-8bc73ee8315e65b7544550acdbb73fb2dd9877eb.zip | |
just realized that the `.highlight` code is also used elsewhere in cgit
Diffstat (limited to 'var/www/cgit')
| -rw-r--r-- | var/www/cgit/cgit.css | 66 |
1 files changed, 33 insertions, 33 deletions
diff --git a/var/www/cgit/cgit.css b/var/www/cgit/cgit.css index b76890c..9c388b2 100644 --- a/var/www/cgit/cgit.css +++ b/var/www/cgit/cgit.css @@ -1296,44 +1296,44 @@ div#cgit { background-color: transparent; } } + } - .highlight { - .err, - .gu, - .k, .kd, .kn, .kr, - .m, .mf, - .nf, .nl, .nn, .nt, .nv, - .ow, - .si { - background-color: transparent; - color: inherit; - font-style: inherit; - font-weight: inherit; - } + .highlight { + .err, + .gu, + .k, .kd, .kn, .kr, + .m, .mf, + .nf, .nl, .nn, .nt, .nv, + .ow, + .si { + background-color: transparent; + color: inherit; + font-style: inherit; + font-weight: inherit; + } - .c { - color: var(--uchu-gray-5); - } + .c { + color: var(--uchu-gray-5); + } - .c1, .cm { - background-color: var(--uchu-yellow-1); - color: var(--uchu-yellow-9); - } + .c1, .cm { + background-color: var(--uchu-yellow-1); + color: var(--uchu-yellow-9); + } - .kc, .kt, - .mi, - .nb { - color: var(--uchu-purple-4); - font-weight: inherit; - } + .kc, .kt, + .mi, + .nb { + color: var(--uchu-purple-4); + font-weight: inherit; + } - .l, - .no, - .s1, .s2, .sb { - background-color: var(--uchu-green-1); - color: var(--uchu-green-9); - font-weight: inherit; - } + .l, + .no, + .s1, .s2, .sb { + background-color: var(--uchu-green-1); + color: var(--uchu-green-9); + font-weight: inherit; } } } |