summaryrefslogtreecommitdiff
path: root/themes/trek/assets/css/main.css
diff options
context:
space:
mode:
authormms <michal@sapka.me>2024-05-19 15:33:26 +0200
committermms <michal@sapka.me>2024-05-19 15:33:26 +0200
commitf4bb92435d069f84ce41d4ecae51641872de2270 (patch)
treee830735f772bd789473884dafbeabc8cad63dc8f /themes/trek/assets/css/main.css
parente25abc08a5d3e7b94b638d837d26acbc0b79f14b (diff)
feat: themes
Diffstat (limited to 'themes/trek/assets/css/main.css')
-rw-r--r--themes/trek/assets/css/main.css22
1 files changed, 22 insertions, 0 deletions
diff --git a/themes/trek/assets/css/main.css b/themes/trek/assets/css/main.css
new file mode 100644
index 0000000..166ade9
--- /dev/null
+++ b/themes/trek/assets/css/main.css
@@ -0,0 +1,22 @@
+body {
+ color: #222;
+ font-family: sans-serif;
+ line-height: 1.5;
+ margin: 1rem;
+ max-width: 768px;
+}
+
+header {
+ border-bottom: 1px solid #222;
+ margin-bottom: 1rem;
+}
+
+footer {
+ border-top: 1px solid #222;
+ margin-top: 1rem;
+}
+
+a {
+ color: #00e;
+ text-decoration: none;
+}