Added sexy dark mode on popup
This commit is contained in:
parent
d2cb1d9492
commit
4cd0f61d80
5 changed files with 8 additions and 1 deletions
|
@ -33,6 +33,7 @@ Hit back and try another one!
|
|||
|
||||
* Version 7
|
||||
* Replaced Google with Cachew (Cache-view)
|
||||
* Added sexy dark mode on popup
|
||||
* Version 6.2.1
|
||||
* Specify openerTabId for opened tabs
|
||||
* Version 6.2
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 7.9 KiB After Width: | Height: | Size: 6.8 KiB |
Binary file not shown.
Before Width: | Height: | Size: 2.6 KiB After Width: | Height: | Size: 6.6 KiB |
|
@ -3,7 +3,7 @@
|
|||
"name": "__MSG_extensionName__",
|
||||
"short_name": "__MSG_extensionName__",
|
||||
"description": "__MSG_extensionDescription__",
|
||||
"version": "6.2.1",
|
||||
"version": "7",
|
||||
"default_locale": "en",
|
||||
"homepage_url": "https://github.com/Albirew/resurrect-pages",
|
||||
|
||||
|
|
|
@ -20,6 +20,12 @@ img {
|
|||
vertical-align: bottom;
|
||||
height: 16px;
|
||||
}
|
||||
@media (prefers-color-scheme: dark){
|
||||
body {
|
||||
filter: hue-rotate(180deg) invert(1);
|
||||
background-color:#102;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
<form>
|
||||
<button data-locale="resurrectCachew" data-gen="genCachewUrl">
|
||||
|
|
Loading…
Reference in a new issue