diff --git a/base.css b/base.css index 0c3b028..2301a7b 100644 --- a/base.css +++ b/base.css @@ -1,3 +1,3 @@ -/*! style-forge.base v5.3.2 | MIT License | https://github.com/sarmaged/style-forge.base */ +/*! style-forge.base v5.3.3 | MIT License | https://github.com/sarmaged/style-forge.base */ :root{--sf-ff:system-ui,'Segoe UI',Roboto,Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol';--sf-lh:0.8;--sf-lh-txt:1.5;--sf-h1:3rem;--sf-h2:2.5rem;--sf-h3:2rem;--sf-h4:1.5rem;--sf-h5:1.25rem;--sf-h6:1rem;--sf-fw-h1:700;--sf-fw-h2:700;--sf-fw-h3:700;--sf-fw-h4:600;--sf-fw-h5:600;--sf-fw-h6:600;--sf-fz:1rem;--sf-fz-bold:1rem;--sf-fz-small:0.75rem;--sf-fw:400;--sf-fw-bold:600;--sf-fw-small:300;--sf-disabled:0.4;--sf-c-link:225 73% 57%;--sf-c-mark-bg:60 100% 50%;--sf-c-mark-txt:0 0% 10%;--sf-c-txt:0 0% 10%;--sf-c-bg:0 0% 100%;--sf-c-shape-bg:0 0% 90%;--sf-c-backdrop:0 0% 10%;--sf-table-c-bd:0 0% 75%;--sf-fieldset-c-bd:0 0% 10%}*,*::before,*::after{box-sizing:inherit}::backdrop{background:hsl(var(--sf-c-backdrop)/20%)}html{display:flex;font-family:var(--sf-ff);font-size:var(--sf-fz);font-weight:var(--sf-fw);line-height:var(--sf-lh);color:hsl(var(--sf-c-txt));background:hsl(var(--sf-c-bg));min-width:320px;min-height:100%;box-sizing:border-box;font-synthesis:none;-webkit-text-size-adjust:none;-moz-text-size-adjust:none;text-size-adjust:none}html>body{display:flex;flex:1}body,figure{margin:0}hr{width:100%;margin:1em 0}pre{overflow:auto;padding:1.25em 1.5em;background:hsl(var(--sf-c-shape-bg))}ol,ul{margin:0 0 0 2em;padding:0}dt{font-weight:700}dd{margin-left:2em}blockquote{margin:0 2em}summary{cursor:pointer;display:list-item}img,video{height:auto;max-width:100%}iframe,img{border:0}dialog[open]{z-index:1000}main,details{display:block}template,[hidden]{display:none}h1,h2,h3,h4,h5,h6{line-height:normal}h1{font-weight:var(--sf-fw-h1)}h2{font-weight:var(--sf-fw-h2)}h3{font-weight:var(--sf-fw-h3)}h4{font-weight:var(--sf-fw-h4)}h5{font-weight:var(--sf-fw-h5)}h6{font-weight:var(--sf-fw-h6)}address,blockquote,dd,dt,li,p{font-size:inherit;line-height:var(--sf-lh-txt)}small,sub,sup{font-size:var(--sf-fz-small);font-weight:var(--sf-fw-small)}h1{font-size:var(--sf-h1);margin:0.8em 0 0.4em}h2{font-size:var(--sf-h2);margin:0.9em 0 0.45em}h3{font-size:var(--sf-h3);margin:1em 0 0.5em}h4{font-size:var(--sf-h4);margin:1.1em 0 0.55em}h5{font-size:var(--sf-h5);margin:1.2em 0 0.6em}h6{font-size:var(--sf-h6);margin:1.3em 0 0.65em}p{margin:0}pre,code,kbd,samp,time{font-family:monospace,monospace}b,strong{font-weight:var(--sf-fw-bold)}mark{color:hsl(var(--sf-c-mark-txt));background:hsl(var(--sf-c-mark-bg))}a{color:hsl(var(--sf-c-link));text-decoration:underline;background:none}a:not([href]){cursor:not-allowed;text-decoration:none;opacity:var(--sf-disabled);-webkit-tap-highlight-color:transparent}::file-selector-button,button,input,optgroup,option,select,textarea{font-size:inherit;font-family:inherit;font-weight:400;line-height:1;text-transform:none}button,:where(input:not([type='checkbox'],[type='color'],[type='file'],[type='hidden'],[type='image'],[type='radio'],[type='range'])),optgroup,option,select,textarea{padding:0.25em 0.5em}::file-selector-button,:where(button,select),:where(input):where([type='button'],[type='checkbox'],[type='color'],[type='file'],[type='image'],[type='radio'],[type='range'],[type='reset'],[type='submit']){cursor:pointer}:disabled,:disabled::file-selector-button{cursor:not-allowed;-webkit-tap-highlight-color:transparent}fieldset{padding:1em;border:1px solid hsl(var(--sf-fieldset-c-bd))}legend{color:inherit;padding:0 0.5em}progress{vertical-align:baseline}textarea{overflow:auto}table{display:table;border-collapse:collapse;border-spacing:0}tbody,tfoot,thead{background:none}td,th{padding:0.5em 0.75em;border:1px solid hsl(var(--sf-table-c-bd))}td:not([align]),th:not([align]){text-align:start}td:not([valign]),th:not([valign]){vertical-align:top} diff --git a/package.json b/package.json index b4f2f08..316c927 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "style-forge.base", - "version": "5.3.2", + "version": "5.3.3", "description": "Style-Forge.Base: foundational CSS variables, base styles, typography, colors, utilities for consistent design.", "type": "module", "main": "base.css",