css für shortcode highlight

This commit is contained in:
edi 2024-01-23 01:08:50 +01:00
parent 8a3d45a8e9
commit 0a1987283a

View file

@ -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);}
</style>