aboutsummaryrefslogtreecommitdiff
path: root/static/global.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/global.css')
-rw-r--r--static/global.css24
1 files changed, 24 insertions, 0 deletions
diff --git a/static/global.css b/static/global.css
new file mode 100644
index 0000000..9410a73
--- /dev/null
+++ b/static/global.css
@@ -0,0 +1,24 @@
+body {
+ padding: 3em;
+}
+
+main {
+ font-family: Times, 'Times New Roman', serif;
+ font-size: 4em;
+ font-weight: bold;
+ margin: 0.1em 0;
+}
+
+a {
+ color: #ff00ff;
+}
+
+::selection {
+ color: #fff;
+ background-color: #f0f;
+}
+
+select {
+ padding: 0.1em;
+ margin: 1.2em 0;
+}