summaryrefslogtreecommitdiffstats
path: root/global.css
diff options
context:
space:
mode:
authorJan Tuomi <jan.tuomi@valuemotive.com>2021-11-05 09:02:55 +0200
committerJan Tuomi <jan.tuomi@valuemotive.com>2021-11-05 09:02:55 +0200
commit32a6ffc0c117b4ef28ea9f74517de77f8fafff1a (patch)
treef2f27d060b9f4f1b2a71684ce5e43e6a65b1a9ab /global.css
parent0f0f194cef76a5c1b815a793314e0aca745dd311 (diff)
Styling
Diffstat (limited to 'global.css')
-rw-r--r--global.css35
1 files changed, 35 insertions, 0 deletions
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