Cool-Y.github.io/themes/next/source/css/_common/components/sidebar/sidebar-feed-link.styl
2019-04-02 16:28:32 +08:00

24 lines
363 B
Stylus

.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; }
}
}
}