Compare commits
1 Commits
1.19.0+dev
...
main
Author | SHA1 | Date | |
---|---|---|---|
54c0c7930d |
@ -1,5 +0,0 @@
|
|||||||
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)
|
* [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
|
||||||
|
@ -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 {
|
||||||
|
@ -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;
|
|
||||||
}
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user