This repository has been archived on 2025-09-29. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
drupalcampbristol/core/themes/bartik/css/components/feed-icon.css

15 lines
218 B
CSS

/**
* @file
* Feed icon styles for Bartik.
*/
.feed-icon {
border-bottom: 1px solid transparent;
display: inline-block;
padding-bottom: 2px;
}
.feed-icon:focus,
.feed-icon:hover {
border-color: #018fe2;
}