summaryrefslogtreecommitdiffstats
path: root/global.css
diff options
context:
space:
mode:
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