Compare commits
2 Commits
1bd49c8216
...
9acb2d7d4e
Author | SHA1 | Date | |
---|---|---|---|
|
9acb2d7d4e | ||
|
deffdd44ff |
@ -49,10 +49,11 @@ Lieben Dank, [Thomas](https://git.retronerd.at/schiwagoa), für deine Unterstüt
|
||||
## Changelog:
|
||||
|
||||
|
||||
|Datum|Änderung |
|
||||
|--|--|
|
||||
|2024-03-23|Transparente Bilder haben nun keinen Rahmen mehr|
|
||||
|2024-03-23|".markup code: background-color" hinzugefuegt|
|
||||
| Datum | Änderung |
|
||||
| -- | -- |
|
||||
| 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,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;
|
||||
@ -681,4 +681,4 @@ pre.code-block {
|
||||
background-color: #282828
|
||||
}
|
||||
|
||||
@import url("/assets/css/index.css");
|
||||
@import url("/assets/css/index.css");
|
||||
|
Loading…
Reference in New Issue
Block a user