mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-03-22 19:05:56 -04:00
Ensure dropdown links are always white
Add state pseudo classes to make the style more ‘specific’
This commit is contained in:
parent
0841dc93e7
commit
404dc4b04c
1 changed files with 6 additions and 2 deletions
|
@ -24,8 +24,12 @@
|
|||
}
|
||||
|
||||
a {
|
||||
background-color: transparent;
|
||||
color: $type-white;
|
||||
&:link,
|
||||
&:visited,
|
||||
&:active {
|
||||
background-color: transparent;
|
||||
color: $type-white;
|
||||
}
|
||||
}
|
||||
|
||||
input {
|
||||
|
|
Loading…
Reference in a new issue