mirror of
https://github.com/next-theme/hexo-theme-next.git
synced 2026-01-17 18:22:33 +00:00
28 lines
435 B
Stylus
28 lines
435 B
Stylus
.sidebar .sidebar-button {
|
|
&:not(:first-child) {
|
|
margin-top: 15px;
|
|
}
|
|
|
|
a {
|
|
border: 1px solid $orange;
|
|
border-radius: 4px;
|
|
color: $orange;
|
|
display: inline-block;
|
|
padding: 0 15px;
|
|
|
|
.fa, .fab, .far, .fas {
|
|
margin-right: 5px;
|
|
}
|
|
|
|
&:hover {
|
|
background: $orange;
|
|
border: 1px solid $orange;
|
|
color: white;
|
|
|
|
.fa, .fab, .far, .fas {
|
|
color: white;
|
|
}
|
|
}
|
|
}
|
|
}
|