Commit b6d5f26e authored by Randall Leeds's avatar Randall Leeds

Use color variables

parent b8e09c4e
......@@ -162,14 +162,14 @@ privacy {
&:after {
border-color: rgba(255, 255, 255, 0);
border-top-color: #fff;
border-top-color: $white;
border-width: 5px;
margin-right: -5px;
}
&:before {
border-color: rgba(211, 211, 211, 0);
border-top-color: #d3d3d3;
border-top-color: $gray-lighter;
border-width: 6px;
margin-right: -6px;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment