Version 1
[yaffs-website] / web / core / themes / bartik / css / components / feed-icon.css
diff --git a/web/core/themes/bartik/css/components/feed-icon.css b/web/core/themes/bartik/css/components/feed-icon.css
new file mode 100644 (file)
index 0000000..7b4ac76
--- /dev/null
@@ -0,0 +1,15 @@
+/**
+ * @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;
+}