css für shortcode highlight
This commit is contained in:
parent
8a3d45a8e9
commit
0a1987283a
1 changed files with 7 additions and 0 deletions
|
|
@ -145,6 +145,13 @@ h5 {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.highlight {
|
||||||
|
background-color: #fff7;
|
||||||
|
padding: 0.4em;
|
||||||
|
border: 2px dotted var(--ve-light-violett);
|
||||||
|
hyphens: none;
|
||||||
|
}
|
||||||
|
|
||||||
a:hover {color: var(--ve-heavy-violett);}
|
a:hover {color: var(--ve-heavy-violett);}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue