Cool-Y.github.io/themes/next/source/css/_common/components/sidebar/sidebar-feed-link.styl

24 lines
363 B
Stylus
Raw Normal View History

2019-04-02 08:28:32 +00:00
.feed-link {
margin-top: 20px;
a {
display: inline-block;
padding: 0 15px;
color: rgb(252, 100, 35);
border: 1px solid rgb(252, 100, 35);
border-radius: 4px;
i {
color: rgb(252, 100, 35);
font-size: 14px;
}
&:hover {
color:white;
background: rgb(252, 100, 35);
i { color: white; }
}
}
}