Skip to content

Commit 4c701c1

Browse files
committed
Issue #350 , Make lightbulb and arrow dark gray
1 parent e94ae17 commit 4c701c1

File tree

1 file changed

+7
-1
lines changed
  • webcompat/static/css/development/components

1 file changed

+7
-1
lines changed

webcompat/static/css/development/components/hero.css

+7-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
height: 1.15em;
7272
line-height: 1.15em;
7373
margin-left:.3em;
74-
background-color: #fff;
74+
background-color: #414042;
7575
color: var(--wc-background-dark);
7676
border-radius: 50%;
7777
transition: all 0.3s linear 0s;
@@ -105,6 +105,12 @@
105105
.wc-Hero-light {
106106
height:20em;
107107
}
108+
.wc-Hero-light > * {
109+
fill : #414042;
110+
}
111+
.wc-Hero-lightFilament {
112+
fill: #fff;
113+
}
108114
/* contributors */
109115
.wc-Hero--contributors .wc-Hero-light {
110116
height:15em;

0 commit comments

Comments
 (0)