git.berlin/custom/templates/custom/header.tmpl

43 lines
1.2 KiB
Cheetah

<link rel="mask-icon" href="/img/gitea-safari.svg" color="#BA5B81">
<style>
a,
.ui.breadcrumb a,
.repository.file.list #repo-files-table tbody .octicon.octicon-file-directory,
.repository.file.list #repo-files-table tbody .octicon.octicon-file-submodule,
.ui.labeled.button:not([class*="left labeled"])>.label,
.ui[class*="left labeled"].button>.button,
.ui.card>.extra a:not(.ui),
.ui.cards>.card>.extra a:not(.ui) {
color: #BA5B81;
}
a:hover,
.ui.breadcrumb a:hover,
.ui.card>.extra a:not(.ui):hover,
.ui.cards>.card>.extra a:not(.ui):hover {
color: #BA5B81;
text-decoration: underline;
}
.ui.green.button,
.ui.green.buttons .button,
.ui.blue.button,
.ui.blue.buttons .button,
.ui.green.button:hover,
.ui.green.buttons .button:hover,
.ui.blue.button:hover,
.ui.blue.buttons .button:hover {
background-color: #BA5B81;
}
.ui.basic.blue.button,
.ui.basic.blue.buttons .button {
box-shadow: 0 0 0 1px #BA5B81 inset !important;
color: #BA5B81 !important;
}
.feeds .list ul li.private {
background: rgba(186, 91, 129, 0.1);
}
</style>