mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 07:47:54 +00:00
syntaxhighlight: fix table background on overflow #569
This commit is contained in:
parent
74e31cae1a
commit
e1b2388a18
1 changed files with 4 additions and 0 deletions
|
@ -671,6 +671,10 @@ div.highlight > div{
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
border-width: 1px;
|
border-width: 1px;
|
||||||
}
|
}
|
||||||
|
/* remove default style for usual markdown tables */
|
||||||
|
div.highlight > div table{
|
||||||
|
background-color: transparent;
|
||||||
|
}
|
||||||
/* disable selection for lineno cells */
|
/* disable selection for lineno cells */
|
||||||
div.highlight > div td:first-child:not(:last-child){
|
div.highlight > div td:first-child:not(:last-child){
|
||||||
user-select: none;
|
user-select: none;
|
||||||
|
|
Loading…
Reference in a new issue