10 lines
221 B
CSS
10 lines
221 B
CSS
|
|
.appsmith-light-theme {
|
||
|
|
/* Syntax of style naming */
|
||
|
|
/* --appsmith-<entity name>-<style-name> */
|
||
|
|
/* --------------------- */
|
||
|
|
|
||
|
|
/* input */
|
||
|
|
--appsmith-input-focus-border-color: var(--appsmith-color-black-900);
|
||
|
|
|
||
|
|
}
|