Skip to content

Instantly share code, notes, and snippets.

@boumannm
Created April 21, 2020 14:31
Show Gist options
  • Save boumannm/428d1a0d5773daaa231704112f5f620d to your computer and use it in GitHub Desktop.
Save boumannm/428d1a0d5773daaa231704112f5f620d to your computer and use it in GitHub Desktop.
Gitea theme CSS tweaks
/* ####### Gitea CSS tweaks
Location: /custom/public/index.css
############## */
a, .feeds .list ul li a {
color: black !important;
}
a:hover, .feeds .list ul li a:hover {
color: #4285f4 !important;
}
.feeds .list ul li.private {
background-color: #ebebeb !important;
}
footer {
display: none !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment