aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/google-voice/darkmode.css
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 /recipes/google-voice/darkmode.css
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)
Diffstat (limited to 'recipes/google-voice/darkmode.css')
-rw-r--r--recipes/google-voice/darkmode.css3
1 files changed, 2 insertions, 1 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;