diff --git a/_layouts/post.html b/_layouts/post.html index 3fc2baa..c206cbf 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -64,10 +64,7 @@ layout: default
diff --git a/assets/main.scss b/assets/main.scss index 17ee009..4c7df2e 100644 --- a/assets/main.scss +++ b/assets/main.scss @@ -496,16 +496,20 @@ table.image caption { &__after-content { #rss-sign-up { color: rgba(141, 191, 66, 0.97); - font-weight: bolder; + font-weight: bold; font-size: xx-large; text-align: center; - border-top: 1px solid rgba(141, 191, 66, 0.97); - padding: 1rem; margin: 1rem; } + // #rss-sign-up a, + #rss-sign-up em { + color: rgba(141, 191, 66, 1); + } + #rss-sign-up a { text-decoration: underline; + color: #ee4a03; } } }