i18n
xaoxuu 6 years ago
parent 4607d83bbc
commit c0e2ca4fc5
  1. 12
      source/less/_article.less

@ -171,7 +171,6 @@
border-top: 1px solid fade(@theme-bg-quote, 50%); border-top: 1px solid fade(@theme-bg-quote, 50%);
border-bottom: 1px solid fade(@theme-bg-quote, 50%); border-bottom: 1px solid fade(@theme-bg-quote, 50%);
} }
footer { footer {
strong { strong {
margin-right: 7px; margin-right: 7px;
@ -338,7 +337,7 @@
&:hover{ &:hover{
border: 1px solid fade(@theme-bg-quote, 50%); border: 1px solid fade(@theme-bg-quote, 50%);
} }
.gutter{ .gutter{
color: #999999; color: #999999;
width: 24px; width: 24px;
@ -362,27 +361,26 @@
&::-webkit-scrollbar { &::-webkit-scrollbar {
height: 6px; height: 6px;
width: 6px; width: 6px;
border-radius: 6px;
} }
// /* Track */ // /* Track */
&::-webkit-scrollbar-track-piece { &::-webkit-scrollbar-track-piece {
background: transparent; background: transparent;
} }
/* Handle */ /* Handle */
&::-webkit-scrollbar-thumb { &::-webkit-scrollbar-thumb {
background: #ddd; background: darken(@theme-bg-code, 5%);
cursor: pointer; cursor: pointer;
border-radius: 3px;
.enable-trans(); .enable-trans();
&:hover { &:hover {
background: darken(#ddd, 15%); background: darken(@theme-bg-code, 12%);
} }
} }
} }
.article { .article {

Loading…
Cancel
Save