Skip to content

Commit 75768fe

Browse files
committed
fix(a11y): lighter accent color
- accompanies #1089 - mirrors TACC/tup-ui@9cad63c
1 parent 18695ab commit 75768fe

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

apps/search_page/static/search_page/css/google-search.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#google-search {
22

3-
&:is(#cms-content-container > *:last-child) {
3+
&:is(#cms-content-container > *:last-child) {
44
margin-bottom: var(--global-space--section-gap, 60px);
55
}
66

@@ -54,7 +54,7 @@
5454
padding: unset;
5555
}
5656
& .gs-spelling a {
57-
color: var(--global-color-accent--normal);
57+
color: var(--global-color-accent--light);
5858

5959
/* to undo core-styles.base */
6060
/* https://github.com/TACC/Core-Styles/blob/8ab89d3/src/lib/_imports/elements/links.css */
@@ -80,7 +80,7 @@
8080

8181
/* (search result titles) */
8282
& a.gs-title:link {
83-
color: var(--global-color-accent--normal);
83+
color: var(--global-color-accent--light);
8484
text-decoration: none;
8585
text-decoration-thickness: var(--global-border-width--normal);
8686
text-underline-offset: 0.2em;
@@ -114,7 +114,7 @@
114114
}
115115

116116
& .gsc-cursor-current-page {
117-
color: var(--global-color-accent--normal);
117+
color: var(--global-color-accent--light);
118118
text-decoration: none;
119119
text-decoration-thickness: var(--global-border-width--normal);
120120
text-underline-offset: 0.2em;
@@ -130,7 +130,7 @@
130130
/* GOOGLE BRANDING */
131131

132132
& .gcsc-find-more-on-google {
133-
color: var(--global-color-accent--normal);
133+
color: var(--global-color-accent--light);
134134
text-decoration: none;
135135
text-decoration-thickness: var(--global-border-width--normal);
136136
text-underline-offset: 0.2em;

0 commit comments

Comments
 (0)