inverted colours so more friendly on eyes

main
Matt Clark 2022-02-10 22:26:21 +00:00
parent ce4bc323b9
commit ac2183871b
1 changed files with 7 additions and 4 deletions

View File

@ -2,7 +2,7 @@
:root { :root {
--header: #333; --header: #333;
--border: #C0C0C0; --border: #C0C0C0;
--text: #333; --text: #ed3f3e;
--visited: #660066; --visited: #660066;
--link: ##0000FF; --link: ##0000FF;
--bg: #fff; --bg: #fff;
@ -287,9 +287,11 @@ html, body{
padding: 0px; padding: 0px;
} }
body { /*new crimson gradient*/ body { /*new crimson gradient*/
background: linear-gradient(-45deg, #da0f13, #e61f20, #ed3f3e); /*#ed3f3e); */
background-size: 400% 400%; background-color: #000000;
animation: gradient 20s ease infinite; background-image: linear-gradient(-45deg, #000000 0%, #414141 74%);
background-size: 100% 100%;
/* animation: gradient 40s ease infinite;
} }
@ -304,3 +306,4 @@ body { /*new crimson gradient*/
background-position: 0% 50%; background-position: 0% 50%;
} }
} }
*/