aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/landing/sections/Hero.module.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/landing/sections/Hero.module.css')
-rw-r--r--src/components/landing/sections/Hero.module.css13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/components/landing/sections/Hero.module.css b/src/components/landing/sections/Hero.module.css
index 01a5b7b..d8aa99a 100644
--- a/src/components/landing/sections/Hero.module.css
+++ b/src/components/landing/sections/Hero.module.css
@@ -112,3 +112,16 @@
112 width: 2rem; 112 width: 2rem;
113 height: 2rem; 113 height: 2rem;
114} 114}
115
116@media (forced-colors: active) {
117 .avatar__holder {
118 border: 2px solid CanvasText;
119 }
120
121 .contacts__icon:hover,
122 .contacts__icon:focus {
123 color: HighlightText;
124 background: Highlight;
125 transition: none;
126 }
127}