left-ui task
This commit is contained in:
parent
8f42885482
commit
918c7e9688
2 changed files with 12 additions and 9 deletions
|
@ -1892,6 +1892,9 @@ noscript #noscript {
|
|||
.middle-content .post .title a:hover {
|
||||
color: rgb(255, 70, 70) !important;
|
||||
}
|
||||
.left-sidebar-item {
|
||||
border-color: rgb(60, 65, 68);
|
||||
}
|
||||
.left-sidebar-item.active {
|
||||
color: rgb(114, 255, 114);
|
||||
background-color: rgb(40, 111, 17);
|
||||
|
@ -1966,10 +1969,11 @@ noscript #noscript {
|
|||
}
|
||||
@media (min-width: 800px) {
|
||||
.left-sidebar {
|
||||
border-right-color: rgb(60, 65, 68);
|
||||
box-shadow: rgba(0, 0, 0, 0.5) 0px -10px 2px 0px;
|
||||
/* border-right-color: rgb(60, 65, 68); */
|
||||
/* box-shadow: rgba(0, 0, 0, 0.5) 0px -10px 2px 0px; */
|
||||
background-image: initial;
|
||||
background-color: rgb(24, 26, 27);
|
||||
|
||||
/* background-color: rgb(24, 26, 27); */
|
||||
}
|
||||
.blog-box {
|
||||
border-left-color: rgb(60, 65, 68);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue