mirror of
https://github.com/vladocar/Basic.css.git
synced 2024-11-14 07:41:10 +01:00
Merge branch 'master' of https://github.com/vladocar/Basic.css
This commit is contained in:
commit
cd9c3deb39
1 changed files with 3 additions and 2 deletions
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
* {box-sizing: border-box}
|
* {box-sizing: border-box}
|
||||||
:root{
|
:root{
|
||||||
|
--sans:1em/1.6 system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue, Fira Sans, sans-serif;
|
||||||
--mono:'Courier New', Courier, 'Ubuntu Mono', 'Liberation Mono', monospace;
|
--mono:'Courier New', Courier, 'Ubuntu Mono', 'Liberation Mono', monospace;
|
||||||
--c1:#0074d9;
|
--c1:#0074d9;
|
||||||
--c2:#eee;
|
--c2:#eee;
|
||||||
|
@ -30,13 +31,13 @@ html {
|
||||||
|
|
||||||
body {
|
body {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
font: 1em/1.6 system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue, Fira Sans, sans-serif;
|
font: var(--sans);
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
text-rendering: optimizeLegibility;
|
text-rendering: optimizeLegibility;
|
||||||
-webkit-font-smoothing: antialiased;
|
-webkit-font-smoothing: antialiased;
|
||||||
background-color: var(--c3);
|
background-color: var(--c3);
|
||||||
color: var(--c4)
|
color: var(--c4);
|
||||||
}
|
}
|
||||||
img, iframe {border: none; max-width: 100%}
|
img, iframe {border: none; max-width: 100%}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue