--- a/example/content/public/css/site.css Thu Dec 13 14:21:10 2018 +0100
+++ b/example/content/public/css/site.css Thu Dec 13 15:15:13 2018 +0100
@@ -170,6 +170,12 @@
text-decoration: none;
}
+a.list-group-item {
+ color: #006634;
+}
+
+a:hover, a:focus,
+a.list-group-item:hover, a.list-group-item:focus,
a.tile-category-body:hover, a.tile-category-body:focus {
color: #693e11;
}
@@ -194,6 +200,26 @@
text-transform: none;
}
-.tag {
+a.tag {
margin-right: 1em;
-}
\ No newline at end of file
+ display: inline-block;
+ min-width: 10px;
+ padding-top: 3px;
+ padding-bottom: 5px;
+ padding-left: 7px;
+ padding-right: 7px;
+ font-size: 12px;
+ font-weight: 700;
+ line-height: 1;
+ color: #006634;
+ text-align: center;
+ white-space: nowrap;
+ vertical-align: middle;
+ background-color: #eedece;
+ border-radius: 10px;
+}
+
+a.tag:hover, a.tag:focus {
+ color: #693e11;
+ text-decoration: none;
+}