Changes

no edit summary
Line 1: Line 1:  
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
   −
:root {
+
.trigger-style {
   --trigger-color: #AC2424;
+
   background-color: #AC2424;
   --action-color: #1665B0;
+
   color: white;
   --constraint-color: green;
+
   border-radius: 10px;
 +
  padding: 10px;
 
}
 
}