10 lines
126 B
CSS
10 lines
126 B
CSS
/**
|
|
* @file
|
|
* Contextual links styles for Bartik.
|
|
*/
|
|
|
|
.contextual-links a {
|
|
border-bottom: none;
|
|
text-shadow: 0 0 0;
|
|
}
|