xaoxuu 6 years ago
parent 13b8ccf8b0
commit 204fbe4b21
  1. 4
      source/less/_article.less

@ -415,6 +415,7 @@
vertical-align: top; vertical-align: top;
border: 0px solid darken(@theme_bg_main, 2%); border: 0px solid darken(@theme_bg_main, 2%);
&:before{ &:before{
content: "";
position: absolute; position: absolute;
top: 0; top: 0;
right: 0; right: 0;
@ -458,6 +459,9 @@
&.python .code:before{ &.python .code:before{
content: "python"; content: "python";
} }
&.plain .code:before{
content: "";
}
&::-webkit-scrollbar { &::-webkit-scrollbar {
height: @border_radius_code_block; height: @border_radius_code_block;

Loading…
Cancel
Save