#blogTitle h1 a { background: #FF5722; background: linear-gradient(45deg, #FF5722, orange, #FFEB3B); -webkit-background-clip: text; color: transparent;}

#blogTitle h2 { margin-left: 2em; color:#FF9800; }

.postTitle a:link, .postTitle a:visited, .postTitle a:active { color: #ff9800; }
.postTitle a:hover { color: #f60; }

.postBody h3 { display: inline-block; padding: 2px 15px; background: #FF5722; background: linear-gradient(45deg, #FF5722, orange, #FFEB3B);  border-radius: 40px 5px; color: #fff;}
.postBody a:link, .postBody a:visited, .postBody a:active { color: cornflowerblue; }


.entrylist .entrylistPosttitle a { position: relative; }
.entrylist .entrylistPosttitle a::before { content: " "; position: absolute; right: 0;  bottom: 0; width: 0; height: 2px; background: linear-gradient(45deg, #FF5722, orange, #FFEB3B); transition: width .5s; }
.entrylist .entrylistPosttitle a:hover::before { right: unset; left: 50px; width: calc(100% - 50px); }