diff --git a/README.md b/README.md index d19d62f..26e4858 100644 --- a/README.md +++ b/README.md @@ -2,15 +2,15 @@ -- [Pietsmiet Dark Mode](#pietsmiet-dark-mode) - - [Motivation](#motivation) - - [Vorschau](#vorschau) - - [Wie funktioniert's?](#wie-funktionierts) - - [Installation](#installation) - - [Manuell](#manuell) - - [Chrome ![Chrome](.github/chrome-logo-small.png)](#chrome-chromegithubchrome-logo-smallpng) - - [Edge ![Edge](.github/edge-logo-small.png)](#edge-edgegithubedge-logo-smallpng) - - [Bei Problemen/Vorschlägen](#bei-problemenvorschlägen) +- [Motivation](#motivation) +- [Vorschau](#vorschau) +- [Wie funktioniert's?](#wie-funktionierts) +- [Installation](#installation) +- [Manuell](#manuell) + - [Chrome ![Chrome](.github/chrome-logo-small.png)](#chrome-chromegithubchrome-logo-smallpng) + - [Edge ![Edge](.github/edge-logo-small.png)](#edge-edgegithubedge-logo-smallpng) +- [Bei Problemen/Vorschlägen](#bei-problemenvorschlägen) +- [Lizenz](#lizenz) @@ -67,5 +67,4 @@ Einfach [hier auf Github](https://github.com/Saphareas/pietsmiet.de-Dark-Mode/is Sämtlicher Code in diesem Repository unterliegt der beiliegenden [MIT-Lizenz](LICENSE). Für eine Zusammenfassung der Lizenz siehe https://www.tldrlegal.com/l/mit. -_Die Rechte in den Bildern liegen bei Pietsmiet._ -_The copyrights for the images are owned by Pietsmiet._ +_PietSmiet, PietSmittie, Br4mm3n, der PietSmiet Controller und das PietSmiet Logo sind eingetragene Marken der PietSmiet UG (haftungsbeschränkt) & Co. KG_ diff --git a/changelog.js b/changelog.js index 9d1b25b..4483335 100644 --- a/changelog.js +++ b/changelog.js @@ -8,8 +8,7 @@ function handleOnInstalled(details) { type: "basic", title: `Version ${manifest.version} Changelog`, message: `${manifest.name} wurde aktualisiert. Das hat sich geändert: -• Alles wurde komplett neu geschrieben, d.h. alle alten Bugs wurden behoben und (hoffentlich bessere Performance) -• Diese Benachrichtigung wurde eingeführt`, +• Ein paar kleinere Style-Anpassungen, z.B. helle Input-Felder`, iconUrl: "icons/icon-48.png" }; browser.notifications.create(notificationOptions); diff --git a/darken_ps.css b/darken_ps.css index de1f16f..d40be55 100644 --- a/darken_ps.css +++ b/darken_ps.css @@ -12,7 +12,8 @@ body, #app { background: var(--background-darker) !important; } main.container, -.bg-white { +.bg-white, +#cookie-consent-flexible { background: var(--background-dark) !important; color: white !important; } @@ -36,3 +37,13 @@ main.container, .text-muted { color: dimgray !important; } +a.hover\:bg-grey-lightest:hover { + color: var(--background-dark); +} +[id^='comment'] h4 span.text-grey-darkest { + color: var(--pietsmiet-green-dark); +} +.input:not([placeholder="Suchbegriff"]), +.select select { + background-color: whitesmoke !important; +} \ No newline at end of file diff --git a/manifest.json b/manifest.json index de42b05..9578ec5 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Pietsmiet.de Dark Mode", - "version": "17.6", + "version": "17.6.1", "author": "Fabian Große/Saphareas", "homepage_url": "https://github.com/Saphareas/pietsmiet.de-Dark-Mode",