Compare commits
No commits in common. "4a848a70c1f9e7615d839913185d6d37bafc87b4" and "6f4827a7a23b540f10425aedf22ad35c4168f1f6" have entirely different histories.
4a848a70c1
...
6f4827a7a2
@ -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
|
||||
|
||||
* [Installation](#installation)
|
||||
* [Using automatic theme switching](#using-automatic-theme-switching)
|
||||
* [default Gitea theme](#default-gitea-theme)
|
||||
* [Helm chart](#helm-chart)
|
||||
* [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)
|
||||
* [Screenshots](#screenshots)
|
||||
---
|
||||
## Installation
|
||||
|
@ -346,7 +346,7 @@
|
||||
.ui.negative.buttons .button,
|
||||
.ui.negative.button {
|
||||
background-color: none;
|
||||
color: #fff;
|
||||
color: #db2828;
|
||||
}
|
||||
|
||||
.ui.green.button {
|
||||
@ -399,15 +399,6 @@
|
||||
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: #fff;
|
||||
color: #db2828;
|
||||
}
|
||||
|
||||
.ui.green.button {
|
||||
@ -394,13 +394,3 @@ 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