Skip to content

Commit

Permalink
add theme name and version on the landing page
Browse files Browse the repository at this point in the history
  • Loading branch information
vednoc committed Jan 28, 2019
1 parent 7289221 commit 2596b6f
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions WhatsApp.user.css
Original file line number Diff line number Diff line change
Expand Up @@ -327,8 +327,14 @@
/* Accent bar. */
.app ._1Iexl ._3qlW9:after {
border-top-color: var(--accent); }


/* Version. */
.app ._1Iexl ._1ClcF::after {
display: block;
margin-top: 10px;
padding-top: 10px;
content: "WhatsApp by Mew v1.2.4" !important;
border-top: 1px solid var(--darker);
}

/* Left drawer. */
#app .app #side {
Expand Down

0 comments on commit 2596b6f

Please sign in to comment.