-
-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
@homepageURL https://github.com/vednoc/dark-whatsapp | ||
@supportURL https://github.com/vednoc/dark-whatsapp/issues | ||
@author vednoc <[email protected]> (https://github.com/vednoc) | ||
@version 3.4.0 | ||
@version 3.5.0 | ||
@license MIT | ||
==/UserStyle== */ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,15 +6,15 @@ | |
@supportURL https://github.com/vednoc/dark-whatsapp/issues | ||
@updateURL https://raw.githubusercontent.com/vednoc/dark-whatsapp/master/wa.user.css | ||
@author vednoc <[email protected]> (https://github.com/vednoc) | ||
@version 3.4.0 | ||
@version 3.5.0 | ||
@license MIT | ||
==/UserStyle== */ | ||
|
||
@-moz-document domain('web.whatsapp.com') { | ||
:root:not(#z), | ||
.dark:not(#z) { | ||
--version: '🌚 Dark-WhatsApp Lite 3.4.0 — November 21st, 2020'; | ||
--message: 'The v3 is here! 🎉 I wrote a blog post about it here: https://vednoc.me/blog/next-gen-of-dark-whatsapp \A\AI started working on an alternative to USo, currently in very early stages: https://userstyles.world 👀 \A\AMore about v3.4.0 update, as always, in the changelog:'; | ||
--version: '🌚 Dark-WhatsApp Lite 3.5.0 — December 10th, 2020'; | ||
--message: 'The v3 is here! 🎉 I wrote a blog post about it here: https://vednoc.me/blog/next-gen-of-dark-whatsapp \A\AI started working on an alternative to USo, currently in very early stages: https://userstyles.world 👀 \A\AMore about v3.5.0 update, as always, in the changelog:'; | ||
--changes: '\A https://github.com/vednoc/dark-whatsapp\A\A\AP.S. CSS can not add links, only fake/pseudo text.'; | ||
--ui-font: 'font_name', Segoe UI, Helvetica Neue, Helvetica, Lucida Grande, Arial, Ubuntu, Cantarell, Fira Sans, sans-serif; | ||
--r-menus: 4px; | ||
|
@@ -838,7 +838,7 @@ | |
border-bottom: 1px solid var(--bg-5) !important; | ||
background-color: var(--bg-2) !important; | ||
} | ||
.overlay ._3Pwfx { | ||
.overlay ._3Pwfx._2jw57 { | ||
background-color: transparent !important; | ||
} | ||
.overlay [data-animate-modal-popup] { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
@supportURL https://github.com/vednoc/dark-whatsapp/issues | ||
@updateURL https://raw.githubusercontent.com/vednoc/dark-whatsapp/master/wa.user.styl | ||
@author vednoc <[email protected]> (https://github.com/vednoc) | ||
@version 3.4.0 | ||
@version 3.5.0 | ||
@license MIT | ||
@preprocessor stylus | ||
|
@@ -352,12 +352,12 @@ OM = _omsg | |
@-moz-document domain('web.whatsapp.com') { | ||
:root:not(#z), .dark:not(#z) { | ||
/// Userstyle info and announcements. | ||
--version: '🌚 Dark-WhatsApp 3.4.0 — November 21st, 2020' | ||
--version: '🌚 Dark-WhatsApp 3.5.0 — December 10th, 2020' | ||
--message: 'The v3 is here! 🎉 I wrote a blog post about it here: ' + \ | ||
'https://vednoc.me/blog/next-gen-of-dark-whatsapp \A\A' + \ | ||
'I started working on an alternative to USo, currently' + \ | ||
' in very early stages: https://userstyles.world 👀 \A\A' + \ | ||
'More about v3.4.0 update, as always, in the changelog:' | ||
'More about v3.5.0 update, as always, in the changelog:' | ||
--changes: '\A https://github.com/vednoc/dark-whatsapp\A\A\A' + \ | ||
'P.S. CSS can not add links, only fake/pseudo text.' | ||
|
||
|