diff --git a/gtk-3.0/gtk-dark.css b/gtk-3.0/gtk-dark.css index 2767324..d19989e 100755 --- a/gtk-3.0/gtk-dark.css +++ b/gtk-3.0/gtk-dark.css @@ -290,7 +290,7 @@ button { transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } notebook > header > tabs > arrow.image-button:hover, button.flat.image-button:hover { - background-color: #00D3A7; + background-color: #f7b922; color: #fefefe; } notebook > header > tabs > arrow:hover, button:hover { diff --git a/gtk-3.0/gtk.css b/gtk-3.0/gtk.css index 5b5e667..cadca4e 100755 --- a/gtk-3.0/gtk.css +++ b/gtk-3.0/gtk.css @@ -290,7 +290,7 @@ button { transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } notebook > header > tabs > arrow.image-button:hover, button.flat.image-button:hover { - background-color: #00D3A7; + background-color: #f7b922; color: #fefefe; } notebook > header > tabs > arrow:hover, button:hover {