Browse Source

Add text color style for noscript link (#4772)

master
Yamagishi Kazutoshi 7 years ago
committed by Eugen Rochko
parent
commit
ba8fb2fd0f
1 changed files with 9 additions and 0 deletions
  1. +9
    -0
      app/javascript/styles/components.scss

+ 9
- 0
app/javascript/styles/components.scss View File

@ -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;
}
}
}
}

Loading…
Cancel
Save