<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * @file
 * Feed icon styles for Bartik.
 */

.feed-icon {
  display: inline-block;
  padding-bottom: 2px;
  border-bottom: 1px solid transparent;
}

.feed-icon:focus,
.feed-icon:hover {
  border-color: #018fe2;
}
</pre></body></html>