forked from public/fvtt-cthulhu-eternal
		
	Fix #25 : Change color of WP warning displays
This commit is contained in:
		| @@ -112,6 +112,7 @@ | ||||
|   --logo-standard: url("../assets/logos/reanimated-ce-logo.webp"); | ||||
|   --color-success: darkgreen; | ||||
|   --color-failure: darkred; | ||||
|   --color-warning: darkorange; | ||||
|   --color-critical-success: lightgreen; | ||||
|   --color-critical-failure: lightcoral; | ||||
|   --img-icon-color-filter: brightness(0) saturate(100%) invert(52%) sepia(9%) saturate(2368%) hue-rotate(360deg) brightness(86%) contrast(84%); | ||||
| @@ -1568,6 +1569,12 @@ i.fvtt-cthulhu-eternal { | ||||
|   width: 60px; | ||||
|   text-align: center; | ||||
| } | ||||
| .red-warning { | ||||
|   color: var(--color-failure); | ||||
| } | ||||
| .orange-warning { | ||||
|   color: var(--color-warning); | ||||
| } | ||||
| .dialog-damage { | ||||
|   display: flex; | ||||
|   justify-content: center; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user