summaryrefslogtreecommitdiff
path: root/themes/trek/assets
diff options
context:
space:
mode:
Diffstat (limited to 'themes/trek/assets')
-rw-r--r--themes/trek/assets/css/main.css22
-rw-r--r--themes/trek/assets/js/main.js1
2 files changed, 0 insertions, 23 deletions
diff --git a/themes/trek/assets/css/main.css b/themes/trek/assets/css/main.css
deleted file mode 100644
index 166ade9..0000000
--- a/themes/trek/assets/css/main.css
+++ /dev/null
@@ -1,22 +0,0 @@
-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;
-}
diff --git a/themes/trek/assets/js/main.js b/themes/trek/assets/js/main.js
deleted file mode 100644
index e2aac52..0000000
--- a/themes/trek/assets/js/main.js
+++ /dev/null
@@ -1 +0,0 @@
-console.log('This site was generated by Hugo.');