mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-07-26 05:43:21 -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…
Add table
Add a link
Reference in a new issue