Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Kiwka/5973590a65bf675d8772 to your computer and use it in GitHub Desktop.
Save Kiwka/5973590a65bf675d8772 to your computer and use it in GitHub Desktop.
currentColor as a first available CSS variable
<div class="main">
Test text
</div>
.main {
color: blue;
border: 3px solid black;
padding: 10px;
display: inline-block;
font: 20px bold Helvetica, Arial, serif;
box-shadow: 5px 5px currentColor;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment