Default background color

This commit is contained in:
Henri Bergius 2017-12-06 16:10:15 +01:00
parent 090a894c8b
commit 088565b6c3

View file

@ -6,6 +6,7 @@
<link rel="stylesheet" href="../theme/c-base.css">
<style>
body {
background-color: hsl(0, 98%, 46%);
animation: color 0.6s infinite linear alternate;
}
h1 {