Skip to content

Commit

Permalink
Google Voice Dark background for search results (#488)
Browse files Browse the repository at this point in the history
  • Loading branch information
oc013 authored Jan 5, 2024
1 parent 56ef89a commit 2d6b973
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion recipes/google-voice/darkmode.css
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ gv-availability-view,
.gb_te, /* search box dropdown */
div.mat-mdc-select-panel, /* settings recharge notification amount */
.gvBillingView-header, /* billing header */
.full-panel /* audio settings menu */
.full-panel, /* audio settings menu */
.gb_se /* top search results */
{
background-color: var(--dark-grey)!important;
border-color: var(--light-medium-grey)!important;
Expand Down
2 changes: 1 addition & 1 deletion recipes/google-voice/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "google-voice",
"name": "Google Voice",
"version": "0.6.3",
"version": "0.6.4",
"license": "MIT",
"config": {
"serviceURL": "https://voice.google.com/u/0/",
Expand Down

0 comments on commit 2d6b973

Please sign in to comment.