Compare commits

...

2 Commits

Author SHA1 Message Date
scriptos
9acb2d7d4e Doku gemacht 2024-06-15 12:49:35 +02:00
scriptos
deffdd44ff Selektierter Text wurde nicht mehr angezeigt 2024-06-15 12:18:25 +02:00
2 changed files with 13 additions and 12 deletions

View File

@ -53,6 +53,7 @@ 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 |

View File

@ -161,9 +161,6 @@ 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;
}
@ -291,11 +288,14 @@ tr.del-code > td:nth-child(2) {
.issue-item-top-row .ui.label:hover {
opacity: 1;
}
::-moz-selection {
background: var(--color-text-light-2) !important;
}
::selection {
background: var(--color-text-light-2) !important;
background: var(--color-primary);
color: var(--color-text-light);
}
::-moz-selection {
background: var(--color-primary);
color: var(--color-text-light);
}
.feeds .list .repo-owner-name-list .item-name {
max-width: 90% !important;