Skip to content
Snippets Groups Projects
Commit 8439c81a authored by Tim Kinnane's avatar Tim Kinnane
Browse files

Update action link colors to use theme variables

parent b4c7d26c
No related branches found
No related tags found
No related merge requests found
......@@ -7,14 +7,14 @@
cursor: pointer;
position: relative;
padding-right: 2px;
color: #036;
color: @primary-background-color;
list-style: none;
display: inline;
&:hover {
color: #369;
color: @link-font-color;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment