aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/google-voice/darkmode.css
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 /recipes/google-voice/darkmode.css
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)
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 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;