Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/pjbakker/flexible-seo-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul <paul@brainspark.nl>2020-03-10 23:08:11 +0300
committerPaul <paul@brainspark.nl>2020-03-10 23:15:47 +0300
commit20861d9868d631d45479590d7bafd0814c7c73fa (patch)
tree0bc33dadd16afe2834f133dd06848c76f805e90e
parent859b8aeec56ef313ef8bad49372056bc64b5e9df (diff)
Fix for generated list commit
-rw-r--r--static/css/theme.css43
1 files changed, 43 insertions, 0 deletions
diff --git a/static/css/theme.css b/static/css/theme.css
index 0802296..c861aaf 100644
--- a/static/css/theme.css
+++ b/static/css/theme.css
@@ -34,3 +34,46 @@
{
font-weight: 400;
}
+
+.list-preview a {
+ text-decoration: none;
+ color: #404040;
+}
+
+.list-preview a:focus,
+.list-preview a:hover {
+ text-decoration: none;
+ color: #0085a1;
+}
+
+.list-preview .item-title
+{
+ font-size: 30px;
+ margin-top: 0;
+}
+
+.list-preview .item-subtitle
+{
+ margin: 0;
+ font-weight: 300;
+ margin-bottom: 10px;
+}
+
+.list-preview .item-meta
+{
+ color: #808080;
+ font-size: 18px;
+ font-style: italic;
+ margin: 0 0 10px;
+}
+
+.list-preview .item-meta a
+{,
+ color: #404040;
+ text-decoration: none;
+}
+
+.list-preview .item-entry
+{
+ font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
+}