Commit 0997a3c9 authored by Connor Shea's avatar Connor Shea

Use existing color variables.

parent b118fccb
...@@ -404,16 +404,16 @@ a.deploy-project-label { ...@@ -404,16 +404,16 @@ a.deploy-project-label {
} }
li.missing { li.missing {
border: 1px dashed #dce0e5; border: 1px dashed $border-gray-light;
border-radius: 2px; border-radius: $border-radius-default;
a { a {
color: #5a6069; color: $notes-light-color;
display: block; display: block;
} }
&:hover { &:hover {
background-color: #f0f2f5; background-color: $gray-normal;
} }
} }
......
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