Using Callouts to style your Properties

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;
}

Screenshot 2023-09-27 145309

1 Like