1
0
Fork 0
forked from forgejo/forgejo

Reorganize Chroma styles (#13934)

This moves the Chroma styles into separate files with base,light and
dark variants. Should work exactly as before.
This commit is contained in:
silverwind 2020-12-11 17:38:47 +01:00 committed by GitHub
parent 5fdf500ace
commit 160f606a15
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 189 additions and 751 deletions

View file

@ -1416,6 +1416,7 @@ a.ui.basic.label:hover {
}
.lines-code {
background-color: var(--color-code-bg);
padding-left: 5px;
}