Changes

try use currentColor for shadow
Line 4: Line 4:  
  border-color: transparent;
 
  border-color: transparent;
 
  border-left-width: 0.5em;
 
  border-left-width: 0.5em;
  box-shadow: 0 0 0.2em #cccccc;
+
  box-shadow: 0 0 0.2em currentColor;
 
  background: inherit;
 
  background: inherit;
  width: 60%;
+
  width: 70%;
 
  margin: 0.5em auto;
 
  margin: 0.5em auto;
 
  display: flex;
 
  display: flex;
297

edits