Compare commits
8 Commits
main
...
1.19.0+dev
Author | SHA1 | Date | |
---|---|---|---|
4a848a70c1 | |||
3cdd23d6fa | |||
540f30c317 | |||
|
f9f3462610 | ||
|
0543439b47 | ||
7ddf0d8de8 | |||
|
52e563e2c7 | ||
|
59b09324ec |
5
.woodpecker.yml
Normal file
5
.woodpecker.yml
Normal file
@ -0,0 +1,5 @@
|
||||
pipeline:
|
||||
first-job:
|
||||
image: busybox
|
||||
commands:
|
||||
- echo "first run"
|
@ -13,9 +13,9 @@ I might update the theme over time to fix oversights and other issues - no guara
|
||||
###### Index
|
||||
|
||||
* [Installation](#installation)
|
||||
* [Using automatic theme switching](#using-automatic-theme-switching-based-on-system-preference)
|
||||
* [Changes to default Gitea theme](#changes-to-default-gitea-theme)
|
||||
* [Helm chart instructions](#helm-chart-instructions)
|
||||
* [Using automatic theme switching](#using-automatic-theme-switching)
|
||||
* [default Gitea theme](#default-gitea-theme)
|
||||
* [Helm chart](#helm-chart)
|
||||
* [Screenshots](#screenshots)
|
||||
---
|
||||
## Installation
|
||||
|
@ -346,7 +346,7 @@
|
||||
.ui.negative.buttons .button,
|
||||
.ui.negative.button {
|
||||
background-color: none;
|
||||
color: #db2828;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.ui.green.button {
|
||||
@ -399,6 +399,15 @@
|
||||
background-color: #afb8c133;
|
||||
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) {
|
||||
:root {
|
||||
|
@ -335,7 +335,7 @@ a.muted {
|
||||
.ui.negative.buttons .button,
|
||||
.ui.negative.button {
|
||||
background-color: none;
|
||||
color: #db2828;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.ui.green.button {
|
||||
@ -394,3 +394,13 @@ ui.basic.blue.button:hover,
|
||||
background-color: #afb8c133;
|
||||
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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user