Compare commits
No commits in common. "9acb2d7d4e96281793ff6b68cd2fe5fd31bbd6dd" and "1bd49c821635e1aca57dc7ee14c80a9d2ef5eeea" have entirely different histories.
9acb2d7d4e
...
1bd49c8216
@ -53,7 +53,6 @@ Lieben Dank, [Thomas](https://git.retronerd.at/schiwagoa), für deine Unterstüt
|
||||
|--|--|
|
||||
|2024-03-23|Transparente Bilder haben nun keinen Rahmen mehr|
|
||||
|2024-03-23|".markup code: background-color" hinzugefuegt|
|
||||
| 2024-06-15 | Anpassung auf 1.22.0 |
|
||||
|
||||
|
||||
|
||||
|
@ -161,6 +161,9 @@ footer:hover {
|
||||
color: var(--color-text);
|
||||
background-color: var(--color-text-muted) !important;
|
||||
}
|
||||
/* .tippy-svg-arrow-outer {
|
||||
fill:var(--color-text-muted) !important;
|
||||
} */
|
||||
.tippy-svg-arrow-inner {
|
||||
fill: var(--color-text-muted) !important;
|
||||
}
|
||||
@ -288,14 +291,11 @@ tr.del-code > td:nth-child(2) {
|
||||
.issue-item-top-row .ui.label:hover {
|
||||
opacity: 1;
|
||||
}
|
||||
::selection {
|
||||
background: var(--color-primary);
|
||||
color: var(--color-text-light);
|
||||
}
|
||||
|
||||
::-moz-selection {
|
||||
background: var(--color-primary);
|
||||
color: var(--color-text-light);
|
||||
background: var(--color-text-light-2) !important;
|
||||
}
|
||||
::selection {
|
||||
background: var(--color-text-light-2) !important;
|
||||
}
|
||||
.feeds .list .repo-owner-name-list .item-name {
|
||||
max-width: 90% !important;
|
||||
|
Loading…
Reference in New Issue
Block a user