mirror of
https://github.com/pat-s/gitea-github-theme.git
synced 2024-11-21 13:00:58 +00:00
dark theme: repo timeline svg icon coloring and warning messages block
This commit is contained in:
parent
e3e77d5262
commit
8fb6ad6f6e
1 changed files with 20 additions and 0 deletions
|
@ -329,3 +329,23 @@ textarea,
|
|||
.repo-buttons .ui.labeled.button.disabled>.label {
|
||||
color: #adbac7;
|
||||
}
|
||||
|
||||
/* border color of warning message */
|
||||
.ui.warning.message {
|
||||
background-color: #22272e;
|
||||
color: var(--color-text);
|
||||
}
|
||||
.ui.warning.message, .ui.attached.warning.message {
|
||||
box-shadow: null;
|
||||
}
|
||||
.ui.warning.message, .ui.attached.warning.message {
|
||||
box-shadow: 0 0 0 0px #c9ba9b inset, 0 0 #0000;
|
||||
}
|
||||
|
||||
/* repo svg icons */
|
||||
.repository.view.issue .comment-list .timeline-item .badge .svg {
|
||||
fill: black;
|
||||
}
|
||||
.repository.view.issue .comment-list .timeline-item .badge.badge-commit {
|
||||
background: radial-gradient(var(--color-timeline) 40%,transparent 40%) no-repeat;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue