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
|
###### Index
|
||||||
|
|
||||||
* [Installation](#installation)
|
* [Installation](#installation)
|
||||||
* [Using automatic theme switching](#using-automatic-theme-switching-based-on-system-preference)
|
* [Using automatic theme switching](#using-automatic-theme-switching)
|
||||||
* [Changes to default Gitea theme](#changes-to-default-gitea-theme)
|
* [default Gitea theme](#default-gitea-theme)
|
||||||
* [Helm chart instructions](#helm-chart-instructions)
|
* [Helm chart](#helm-chart)
|
||||||
* [Screenshots](#screenshots)
|
* [Screenshots](#screenshots)
|
||||||
---
|
---
|
||||||
## Installation
|
## Installation
|
||||||
|
@ -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: #db2828;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ui.green.button {
|
.ui.green.button {
|
||||||
@ -399,6 +399,15 @@
|
|||||||
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 {
|
||||||
|
@ -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: #db2828;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ui.green.button {
|
.ui.green.button {
|
||||||
@ -394,3 +394,13 @@ 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;
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user