aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--public/app.css10
-rw-r--r--templates/layout.html1
2 files changed, 11 insertions, 0 deletions
diff --git a/public/app.css b/public/app.css
new file mode 100644
index 0000000..72df7ca
--- /dev/null
+++ b/public/app.css
@@ -0,0 +1,10 @@
+@viewpoer {
+ width: device-width;
+ initial-scale: 1.0;
+}
+
+body {
+ background-color: #233;
+ color: #ccc;
+ font-size: 10pt;
+}
diff --git a/templates/layout.html b/templates/layout.html
index 9aa8781..67a2ade 100644
--- a/templates/layout.html
+++ b/templates/layout.html
@@ -19,6 +19,7 @@
<html>
<head>
<title>Ramaskrik Program</title>
+ <link rel="stylesheet" href="/app.css">
</head>
<body>
{% block content %}{% endblock %}