From f466c27fedc73e37132259930efad4f25d01f0b9 Mon Sep 17 00:00:00 2001 From: Joris Date: Sat, 4 Mar 2017 12:30:50 +0100 Subject: Transform global style from Scala to CSS --- public/global.css | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 public/global.css (limited to 'public/global.css') diff --git a/public/global.css b/public/global.css new file mode 100644 index 0000000..d9a82c3 --- /dev/null +++ b/public/global.css @@ -0,0 +1,26 @@ +html { + box-sizing: border-box; +} + +body { + position: absolute; + width: 100%; + height: 100%; +} + +a { + color: inherit; +} + +*, *:before, *:after { + box-sizing: inherit; +} + +button { + cursor: pointer; + display: flex; + background-color: initial; + color: black; + border: none; + font-size: inherit; +} -- cgit v1.2.3