ariehen
2
Have a look at the CSS variables for Properties view as well as:
Not as fun or versatile as callouts, but you can change the look quite a bit using only the custom variables mentioned above.
body {
--metadata-background: #ffc04d;
--metadata-border-width: 3px;
--metadata-border-color: #005aff;
--metadata-border-radius: 20px;
--metadata-divider-color: yellow;
--metadata-divider-width: 1px;
}
1 Like