Skip to content

Commit

Permalink
Kleinere Style-Anpassungen
Browse files Browse the repository at this point in the history
z.B. helle Input-Felder
  • Loading branch information
Saphareas committed Nov 29, 2018
1 parent 7023d5f commit 2c66b61
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 15 deletions.
21 changes: 10 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

<!-- TOC -->

- [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)

<!-- /TOC -->

Expand Down Expand Up @@ -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_
3 changes: 1 addition & 2 deletions changelog.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
13 changes: 12 additions & 1 deletion darken_ps.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand All @@ -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;
}
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -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",

Expand Down

0 comments on commit 2c66b61

Please sign in to comment.