File size: 328 Bytes
d3e9649
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
div[data-testid="element-container"]:has(button[kind="primary"]) button[kind="primary"] {
    background-color: #9f1b4d;
    color: white;
    font-weight: bold;
    border: none;
}
div[data-testid="element-container"]:has(button[kind="primary"]) button[kind="primary"]:hover {
    background-color: #e83277;
    color: white;
}