assets/css/appscms-blog.css in appscms-tools-theme-4.1.2 vs assets/css/appscms-blog.css in appscms-tools-theme-4.1.3

- old
+ new

@@ -116,11 +116,11 @@ align-items: center; display: inline-block; margin-top: 8px; } .post-date { - color: rgba(0, 0, 0, 0.44); + color: var(--black-color); font-size: 13px; } /* close */ /* BLOG-Categories stlying */ @@ -345,23 +345,27 @@ display: flex; padding-left: 0; list-style: none; border-radius: 0.25rem; display: block; - color: green; + + color: var(--primary-color); font-size: 15px; margin-bottom: 30px; } .pageUrl { - color: green; - font-size: 12px; - font-weight: 900; + + color: var(--primary-color); + font-size: 15px; + font-weight: 600; text-decoration: none; margin-right: 10px; + } .pageUrl:hover { text-decoration: none; - color: green; + + color: var(--primary-color); } .lunrsearchresult { font-size: 15px; } .lunrsearchresult .title {