mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-09 14:40:23 +08:00
37 lines
566 B
Stylus
37 lines
566 B
Stylus
.navbar .home-link .site-name {
|
|
color: #F5712C;
|
|
}
|
|
|
|
.page .custom-block.tip {
|
|
border-color: #F5712C;
|
|
}
|
|
|
|
.theme-container .page .content__default .logo-img {
|
|
margin-top: 3.6rem;
|
|
}
|
|
|
|
.page .content__default .logo-text {
|
|
padding-top: 2.6rem;
|
|
padding-bottom: 2rem;
|
|
}
|
|
|
|
.icon.outbound {
|
|
display: none;
|
|
}
|
|
|
|
a {
|
|
word-break: break-all;
|
|
}
|
|
|
|
#关于 {
|
|
display: none;
|
|
}
|
|
|
|
#app .global-ui .sw-update-popup {
|
|
border: 1px solid #F5712C;
|
|
}
|
|
|
|
.routes .sidebar-group-items > li > .sidebar-sub-headers > .sidebar-sub-header > a {
|
|
color: $accentColor;
|
|
}
|