mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-17 00:21:20 -05:00
only change style for links on page
otherwise, the footer links were getting the new styling
This commit is contained in:
parent
34a3b8b49b
commit
b8a05d9624
1 changed files with 2 additions and 2 deletions
|
@ -15,10 +15,10 @@
|
|||
margin-top: .938em;
|
||||
width: 45%;
|
||||
}
|
||||
.inner a {
|
||||
.gradient1 a {
|
||||
text-decoration: underline;
|
||||
}
|
||||
.inner a:hover {
|
||||
.gradient1 a:hover {
|
||||
text-decoration: underline;
|
||||
color: $ui-light-gray;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue