Compare commits

..

1 Commits

Author SHA1 Message Date
54c0c7930d Merge pull request '1.19.0+dev' (#1) from 1.19.0+dev into main
Reviewed-on: #1
2023-01-19 02:13:18 +01:00
4 changed files with 5 additions and 29 deletions

View File

@ -1,5 +0,0 @@
pipeline:
first-job:
image: busybox
commands:
- echo "first run"

View File

@ -13,9 +13,9 @@ I might update the theme over time to fix oversights and other issues - no guara
###### Index ###### Index
* [Installation](#installation) * [Installation](#installation)
* [Using automatic theme switching](#using-automatic-theme-switching) * [Using automatic theme switching](#using-automatic-theme-switching-based-on-system-preference)
* [default Gitea theme](#default-gitea-theme) * [Changes to default Gitea theme](#changes-to-default-gitea-theme)
* [Helm chart](#helm-chart) * [Helm chart instructions](#helm-chart-instructions)
* [Screenshots](#screenshots) * [Screenshots](#screenshots)
--- ---
## Installation ## Installation

View File

@ -346,7 +346,7 @@
.ui.negative.buttons .button, .ui.negative.buttons .button,
.ui.negative.button { .ui.negative.button {
background-color: none; background-color: none;
color: #fff; color: #db2828;
} }
.ui.green.button { .ui.green.button {
@ -399,15 +399,6 @@
background-color: #afb8c133; background-color: #afb8c133;
border-radius: 6px; border-radius: 6px;
} }
// branch display in PRs
.issue.list .branches .branch {
background-color: #afb8c133;
border-radius: 6px;
}
.issue.list .branches .truncated-name {
color: #24292f;
padding: 2px;
}
} }
@media (prefers-color-scheme: dark) { @media (prefers-color-scheme: dark) {
:root { :root {

View File

@ -335,7 +335,7 @@ a.muted {
.ui.negative.buttons .button, .ui.negative.buttons .button,
.ui.negative.button { .ui.negative.button {
background-color: none; background-color: none;
color: #fff; color: #db2828;
} }
.ui.green.button { .ui.green.button {
@ -394,13 +394,3 @@ ui.basic.blue.button:hover,
background-color: #afb8c133; background-color: #afb8c133;
border-radius: 6px; border-radius: 6px;
} }
// branch display in PRs
.issue.list .branches .branch {
background-color: #afb8c133;
border-radius: 6px;
}
.issue.list .branches .truncated-name {
color: #24292f;
padding: 2px;
}