Skip to content
Snippets Groups Projects
Commit ba8fb2fd authored by Yamagishi Kazutoshi's avatar Yamagishi Kazutoshi Committed by Eugen Rochko
Browse files

Add text color style for noscript link (#4772)

parent 6fd2e8c3
No related branches found
No related tags found
No related merge requests found
......@@ -3893,6 +3893,15 @@ noscript {
margin: 30px auto;
color: $ui-secondary-color;
max-width: 400px;
a {
color: $ui-highlight-color;
text-decoration: underline;
&:hover {
text-decoration: none;
}
}
}
}
......
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