MediaWiki talk:Gadget-colorPalette.css: Difference between revisions

From Portals of Phereon Wiki
Content added Content deleted
(Replaced content with "== Our current color palette == You can use any of these in your CSS styles by using the var() function. ;For example :: color: var(--secondary-lightish) :: background-col...")
Tag: Replaced
No edit summary
Line 2: Line 2:
You can use any of these in your CSS styles by using the var() function.
You can use any of these in your CSS styles by using the var() function.
;For example
;For example
:: color: var(--secondary-lightish)
: color: var(--secondary-lightish)
:: background-color: var(--primary-desaturateder)
: background-color: var(--primary-desaturateder)
----
----
{{#widget:Color palette}}
{{#widget:Color palette}}
----

Revision as of 16:25, 22 December 2019

Our current color palette

You can use any of these in your CSS styles by using the var() function.

For example
color: var(--secondary-lightish)
background-color: var(--primary-desaturateder)

{{#widget:Color palette}}