diff options
Diffstat (limited to 'css/root.css')
-rw-r--r-- | css/root.css | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/css/root.css b/css/root.css deleted file mode 100644 index 258c4ea..0000000 --- a/css/root.css +++ /dev/null @@ -1,31 +0,0 @@ -:root { - --black: #202020; - --darkgrey: #2B2B2B; - --lightgrey:#EAEAEA; - --white: #F4F4F4; - --red: #A50034; /* 207 C */ - --yellow: #FFA400; /* 137 C */ - --green: #00965E; /* 340 C */ - --blue: #006BA6; /* 307 C */ - - --backgroundColour0:var(--black); - --backgroundColour1:var(--darkgrey); - --foregroundColour: var(--white); - --colour: var(--red); - - --minimumPageWidth:12rem; - --maximumPageWidth:52rem; - - font-family:"Liberation Serif","serif"; - font-size: calc(1000mm / 1728 * 8); -} - -* { - margin: 0; - padding:0; -} - -body { - background-color:var(--backgroundColour0); - color: var(--foregroundColour); -} |