mirror of
https://github.com/ForkAwesome/Fork-Awesome.git
synced 2024-12-27 22:11:32 +08:00
14 lines
292 B
Plaintext
14 lines
292 B
Plaintext
|
div.bsap {
|
||
|
margin-bottom: 20px;
|
||
|
a {
|
||
|
display: inline-block !important;
|
||
|
border-bottom: inherit !important;
|
||
|
}
|
||
|
a.adhere {
|
||
|
background: inherit !important;
|
||
|
border: 1px solid #ccc !important;
|
||
|
&:hover {
|
||
|
background: mix(#000,@jumbotron-bg,15%) !important;
|
||
|
}
|
||
|
}
|
||
|
}
|