
/* "Edit HTML Source" enter this:  <link rel="stylesheet" href="style.css"> before  </head> */


/* StringControl style */
.scoreStringControl {
    --ni-control-background-color: transparent;  /* make background transparent */
    --ni-foreground-color: #067bc2;                  /* text color */
}

/* StringIndicator style */
.scoreStringIndicator {
    --ni-indicator-background-color: rgb(238, 189, 29);  /* background color */
    --ni-foreground-color: #067bc2;               /* text color */
}



/* Numeric style I32 indicator */
.Score .jqx-input {
    background-color: rgba(229, 255, 0, 0.384) !important;   /* change background */
    color: #067bc2 !important;             /* change text color */
}

/* Numeric style I32 indicator */
.Level .jqx-input {
    background-color: rgba(158, 245, 17, 0.178) !important;   /* change background */
    color: #c2065e !important;             /* change text color */
}
