Skip to content

Commit 0ca93ac

Browse files
committed
Improved contrast in socials
1 parent a1dad30 commit 0ca93ac

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/css/wpa-styles.css

+9
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,11 @@
155155
display: block;
156156
padding: 3px;
157157
border-radius: 3px;
158+
background: #fffa;
159+
}
160+
161+
.wpa-flex.wpa-social svg {
162+
display: block;
158163
}
159164

160165
#wpa-sidebar .postbox .wpa-affiliate-notice {
@@ -193,6 +198,10 @@
193198
text-shadow: none;
194199
}
195200

201+
.wpa-support-me a:has(svg):hover, .wpa-support-me a:has(svg):focus {
202+
outline: 2px solid #000;
203+
}
204+
196205
#wpa_settings_page ul ul {
197206
margin: 1em 2em;
198207
}

0 commit comments

Comments
 (0)