aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar oc013 <101832295+oc013@users.noreply.github.com>2024-01-04 23:30:15 -0500
committerLibravatar GitHub <noreply@github.com>2024-01-04 21:30:15 -0700
commit2d6b973b477fe261fdb4e0dc560df36b03a2935b (patch)
tree92c19c114fe301dc53244bd667ed32ad899b2270
parentGitHub recipe - fix unread count retrieval from new notififications link (#486) (diff)
downloadferdium-recipes-2d6b973b477fe261fdb4e0dc560df36b03a2935b.tar.gz
ferdium-recipes-2d6b973b477fe261fdb4e0dc560df36b03a2935b.tar.zst
ferdium-recipes-2d6b973b477fe261fdb4e0dc560df36b03a2935b.zip
Google Voice Dark background for search results (#488)
-rw-r--r--recipes/google-voice/darkmode.css3
-rw-r--r--recipes/google-voice/package.json2
2 files changed, 3 insertions, 2 deletions
diff --git a/recipes/google-voice/darkmode.css b/recipes/google-voice/darkmode.css
index f90837a..e025551 100644
--- a/recipes/google-voice/darkmode.css
+++ b/recipes/google-voice/darkmode.css
@@ -64,7 +64,8 @@ gv-availability-view,
64.gb_te, /* search box dropdown */ 64.gb_te, /* search box dropdown */
65div.mat-mdc-select-panel, /* settings recharge notification amount */ 65div.mat-mdc-select-panel, /* settings recharge notification amount */
66.gvBillingView-header, /* billing header */ 66.gvBillingView-header, /* billing header */
67.full-panel /* audio settings menu */ 67.full-panel, /* audio settings menu */
68.gb_se /* top search results */
68{ 69{
69 background-color: var(--dark-grey)!important; 70 background-color: var(--dark-grey)!important;
70 border-color: var(--light-medium-grey)!important; 71 border-color: var(--light-medium-grey)!important;
diff --git a/recipes/google-voice/package.json b/recipes/google-voice/package.json
index 18f4ea7..8989664 100644
--- a/recipes/google-voice/package.json
+++ b/recipes/google-voice/package.json
@@ -1,7 +1,7 @@
1{ 1{
2 "id": "google-voice", 2 "id": "google-voice",
3 "name": "Google Voice", 3 "name": "Google Voice",
4 "version": "0.6.3", 4 "version": "0.6.4",
5 "license": "MIT", 5 "license": "MIT",
6 "config": { 6 "config": {
7 "serviceURL": "https://voice.google.com/u/0/", 7 "serviceURL": "https://voice.google.com/u/0/",