mirror of
https://github.com/prymitive/karma
synced 2026-05-11 03:46:48 +00:00
Using bootstrap means that we don't need to worry about browser compatibility, which in this case means Edge where this wasn't enough
11 lines
191 B
CSS
11 lines
191 B
CSS
.components-grid-annotation {
|
|
font-size: 90%;
|
|
}
|
|
|
|
.components-grid-annotation-link {
|
|
text-decoration: underline;
|
|
}
|
|
.components-grid-annotation-link:hover {
|
|
text-decoration: underline;
|
|
}
|