Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zwbetz-gh/papercss-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorZachary Betz <zwbetz@gmail.com>2019-02-26 05:53:45 +0300
committerZachary Betz <zwbetz@gmail.com>2019-02-26 05:53:45 +0300
commit9e6d56cb855ac610c26ef04ad87385b7338392ad (patch)
treec26d9c1cf78820eb4fab14d093de2b4083b65e7a /assets
parentbed26272852b7771378f9228a2e66a2bc93fa20c (diff)
Base layout, favicons, CSS, content
Diffstat (limited to 'assets')
-rw-r--r--assets/css/custom.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/assets/css/custom.css b/assets/css/custom.css
new file mode 100644
index 0000000..d947aa3
--- /dev/null
+++ b/assets/css/custom.css
@@ -0,0 +1,10 @@
+body {
+ background-image: url('{{ "img/geometry2.png" | absURL }}');
+}
+a,
+a:visited {
+ color: rgb(0, 0, 238);
+}
+blockquote {
+ font-style: italic;
+} \ No newline at end of file