From 8092f167288b09834f1ca6d4926a536ee29a140d Mon Sep 17 00:00:00 2001 From: Harshank Date: Fri, 29 Sep 2023 11:27:24 -0400 Subject: [PATCH] Fixing on hover color change for Back button --- src/App.jsx | 4 ++-- src/index.css | 10 +++++++++- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/src/App.jsx b/src/App.jsx index f1190daf..8a44a8c9 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -697,8 +697,7 @@ class App extends Component { >
- {/*
*/} -
+
+
{this.state.lang.disclaimer_header}
diff --git a/src/index.css b/src/index.css index 2235fb89..535b4093 100644 --- a/src/index.css +++ b/src/index.css @@ -22,7 +22,15 @@ a:hover, a:focus, a:active, a:focus-visible { } .icon-brand-color { - color: #fff; + color: #25AAE1; +} + +#termsButton .icon-brand-color { + color: white; +} + +#termsButton .icon-brand-color:hover, .icon-brand-color:focus, .icon-brand-color:active { + color: #D7DF21; } .icon-brand-color:hover, .icon-brand-color:focus, .icon-brand-color:active {