test primary focus
This commit is contained in:
		| @@ -4,16 +4,12 @@ | ||||
| :root { | ||||
| 	--primary: #189ad6; | ||||
| 	--primary-hover: #0288d1; | ||||
| 	--primary-focus: rgba(3, 155, 229, 0.125); | ||||
| 	--primary-focus: #c99a2c; | ||||
| 	--primary-inverse: #fff; | ||||
| 	--form-element-active-border-color: var(--primary); | ||||
| 	--form-element-focus-color: var(--primary-focus); | ||||
| 	--switch-color: var(--primary-inverse); | ||||
| 	--switch-checked-background-color: var(--primary); | ||||
|  | ||||
| 	::selection{ | ||||
| 		background: #c99a2c; | ||||
| 	} | ||||
| } | ||||
|  | ||||
| :root:not([data-theme='dark']) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user