mirror of
https://github.com/lxsang/antd-web-apps
synced 2025-02-07 03:42:48 +01:00
commit
3af5abdf87
@ -277,3 +277,23 @@ a:hover{
|
|||||||
form.search-form {
|
form.search-form {
|
||||||
display: contents;
|
display: contents;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
td.hljs-ln-numbers {
|
||||||
|
-webkit-touch-callout: none;
|
||||||
|
-webkit-user-select: none;
|
||||||
|
-khtml-user-select: none;
|
||||||
|
-moz-user-select: none;
|
||||||
|
-ms-user-select: none;
|
||||||
|
user-select: none;
|
||||||
|
|
||||||
|
text-align: center;
|
||||||
|
color: #ccc;
|
||||||
|
vertical-align: top;
|
||||||
|
font-size: 13;
|
||||||
|
/* your custom style here */
|
||||||
|
}
|
||||||
|
|
||||||
|
/* for block of code */
|
||||||
|
#container .blogentry .hljs-ln td.hljs-ln-code {
|
||||||
|
padding-left: 10px;
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user