Global-2026-07-17
This commit is contained in:
parent
2f3f5bb98e
commit
17fa35edc3
@ -0,0 +1,174 @@
|
||||
/*!
|
||||
* WordPress Block Library — Global Styles
|
||||
*
|
||||
* Extracted from inline <style id="global-styles-inline-css">
|
||||
* to external file for performance (reduce HTML head size, enable caching).
|
||||
*
|
||||
* These are default WordPress preset CSS custom properties and block styles.
|
||||
* Theme is custom (no block editor), but variables kept for compatibility.
|
||||
*/
|
||||
|
||||
:root {
|
||||
--wp--preset--aspect-ratio--square: 1;
|
||||
--wp--preset--aspect-ratio--4-3: 4/3;
|
||||
--wp--preset--aspect-ratio--3-4: 3/4;
|
||||
--wp--preset--aspect-ratio--3-2: 3/2;
|
||||
--wp--preset--aspect-ratio--2-3: 2/3;
|
||||
--wp--preset--aspect-ratio--16-9: 16/9;
|
||||
--wp--preset--aspect-ratio--9-16: 9/16;
|
||||
--wp--preset--color--black: #000000;
|
||||
--wp--preset--color--cyan-bluish-gray: #abb8c3;
|
||||
--wp--preset--color--white: #ffffff;
|
||||
--wp--preset--color--pale-pink: #f78da7;
|
||||
--wp--preset--color--vivid-red: #cf2e2e;
|
||||
--wp--preset--color--luminous-vivid-orange: #ff6900;
|
||||
--wp--preset--color--luminous-vivid-amber: #fcb900;
|
||||
--wp--preset--color--light-green-cyan: #7bdcb5;
|
||||
--wp--preset--color--vivid-green-cyan: #00d084;
|
||||
--wp--preset--color--pale-cyan-blue: #8ed1fc;
|
||||