Add Post.news

This commit is contained in:
Kevin M. Cox
2022-12-23 20:45:36 -06:00
parent 86c137a0df
commit 6b3208d501
3 changed files with 15 additions and 0 deletions

View File

@ -465,6 +465,16 @@ button:hover,
filter: brightness(90%);
}
/* Post.news */
.button.button-post-news {
color: #ffffff;
background-color: #678BFF;
}
.button.button-post-news:hover,
.button.button-post-news:focus {
filter: brightness(90%);
}
/* Producthunt */
.button.button-producthunt {
color: #da552f;