Design Configuration
This section covers the design customization of the Ped Dialog. With minimal CSS knowledge, you can adjust colors, font sizes, and other design elements to match your server's theme.
{
"css": {
"position-bottom": "3vw",
"name-color": "#fff",
"name-font-size": "2.6em",
"group-color": "#212121",
"group-font-size": ".8em",
"group-background": "#CFFE6C",
"message-color": "#fff",
"message-width": "30vw",
"message-font-size": ".95em",
"button-background": "#0000008C",
"button-text-color": "#fff",
"button-border": "1px solid transparent",
"button-hover-background": "#CFFE6C",
"button-hover-text-color": "#212121",
"button-hover-border": "1px solid transparent",
"button-radius": "0"
}
}Last updated