mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 09:42:36 +02:00
Fix weird green links from bootstrap
This commit is contained in:
parent
0f7c5bd024
commit
edadd279ed
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ body{background:#CCDF9B}
|
||||||
// ----------------------------------------------------------------
|
// ----------------------------------------------------------------
|
||||||
a{
|
a{
|
||||||
color:$c-Link;
|
color:$c-Link;
|
||||||
&:hover, &:active{color:darken($c-Link, 15%)}
|
&:hover, &:active, &:focus{color:darken($c-Link, 15%)}
|
||||||
&:visited{color:#A5424B}
|
&:visited{color:#A5424B}
|
||||||
// &:visited{color:darken($c-Link, 30%)}
|
// &:visited{color:darken($c-Link, 30%)}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue