mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-19 06:38:55 +08:00
33 lines
384 B
Stylus
33 lines
384 B
Stylus
.navbar .site-name {
|
|
color: #F5712C;
|
|
}
|
|
|
|
.page .custom-block.tip {
|
|
border-color: #F5712C;
|
|
}
|
|
|
|
a.sidebar-link {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.sidebar-sub-header a.sidebar-link {
|
|
font-weight: 400;
|
|
}
|
|
|
|
.page .content .logo {
|
|
padding-top: 2.6rem;
|
|
padding-bottom: 2rem;
|
|
}
|
|
|
|
.icon.outbound {
|
|
display: none;
|
|
}
|
|
|
|
a {
|
|
word-break: break-all;
|
|
}
|
|
|
|
#指南 {
|
|
display: none;
|
|
}
|