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

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

Loading…
Cancel
Save