Create style.css

This commit is contained in:
Michi 2022-05-10 07:51:54 +02:00 committed by GitHub
parent c6bf0aa157
commit de1cfb73e8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

18
style.css Normal file
View file

@ -0,0 +1,18 @@
html{scroll-behavior: smooth;}
body{
margin: 0;
padding: 0;
color: var(--color);
background: var(--background);
text-align: left;
font-family: "open sans", sans-serif;
scroll-behavior: smooth;
--maincolor: #e67e22;
--secondcolor: #d35400;
--background: #eaf2f8;
--color: #000;
}
::selection {background: var(--maincolor); color: #ffffff; border-radius: 12px;}
::-moz-selection {background: var(--maincolor); color: #ffffff; border-radius: 12px;}