Caution
This is the documentation for the current development branch of the CometVisu. It is possible that some of the described features are not yet available in the current release.
Also there might be lots of errors in this documentation as some parts of the content have been translated by an online translation service.
CSS-Style
Description
The style element allows the direct embedding of CSS rules. This makes it easy to manipulate the UI with just a few lines to suit personal needs.
<cv-meta>
<style>
:root {
--primaryColor: #4869aa;
}
</style>
</cv-meta>
The <style>
element is a standard HTML style element.
To see which variables the tile design uses and what effects it has when you change them, it is recommended to open
the browser’s developer tools and play with the values there.