aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar oc013 <101832295+oc013@users.noreply.github.com>2024-02-29 12:02:30 -0500
committerLibravatar GitHub <noreply@github.com>2024-02-29 22:32:30 +0530
commit341948ae572832848207c63faefaf6648707c942 (patch)
tree5c1513546ae9affc3eb72a164976b7b5eb8fdf4d
parentadd pwsimon as a contributor for code [skip ci] (#514) (diff)
downloadferdium-recipes-341948ae572832848207c63faefaf6648707c942.tar.gz
ferdium-recipes-341948ae572832848207c63faefaf6648707c942.tar.zst
ferdium-recipes-341948ae572832848207c63faefaf6648707c942.zip
Google Voice Dark Mode update (#515)
-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 e025551..29e9453 100644
--- a/recipes/google-voice/darkmode.css
+++ b/recipes/google-voice/darkmode.css
@@ -65,7 +65,8 @@ gv-availability-view,
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.gb_se, /* top search results */
69.message-input /* text input for sms */
69{ 70{
70 background-color: var(--dark-grey)!important; 71 background-color: var(--dark-grey)!important;
71 border-color: var(--light-medium-grey)!important; 72 border-color: var(--light-medium-grey)!important;
diff --git a/recipes/google-voice/package.json b/recipes/google-voice/package.json
index 8989664..7987462 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.4", 4 "version": "0.6.5",
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/",