From 32a6ffc0c117b4ef28ea9f74517de77f8fafff1a Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Fri, 5 Nov 2021 09:02:55 +0200 Subject: Styling --- global.css | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 global.css (limited to 'global.css') diff --git a/global.css b/global.css new file mode 100644 index 0000000..10a5b1b --- /dev/null +++ b/global.css @@ -0,0 +1,35 @@ +body { + margin: 0 auto; +} + +img { + width: 100%; +} + +a { + text-decoration: none; +} + +a:visited { + color: initial; +} + +a:hover *, +a:active * { + color: orange !important; +} + +a, +h1, +h2, +h3 { + color: #454545; +} + +input { + padding: 5px; +} + +button { + cursor: pointer; +} \ No newline at end of file -- cgit v1.3