mirror of
https://github.com/michivonah/website-v2.git
synced 2025-12-22 20:46:29 +01:00
Create style.css
This commit is contained in:
parent
c6bf0aa157
commit
de1cfb73e8
1 changed files with 18 additions and 0 deletions
18
style.css
Normal file
18
style.css
Normal 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;}
|
||||
Loading…
Add table
Add a link
Reference in a new issue