summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobby Zambito <contact@robbyzambito.me>2020-11-12 19:20:12 -0500
committerRobby Zambito <contact@robbyzambito.me>2020-11-12 19:20:12 -0500
commitd1f5f606691edaa340ebcef4bb022285fe87b443 (patch)
tree38a00e7f60bd8290fd15d2cb0514a0a301b8a1e4
parent434aaa409ca4a267e1a94058987269f5f599d962 (diff)
Added nord theme
-rw-r--r--config.toml4
-rw-r--r--content/other/The-Internets-Own-Boy.md5
-rw-r--r--static/css/custom-dark.css9
-rw-r--r--static/css/custom.css9
4 files changed, 22 insertions, 5 deletions
diff --git a/config.toml b/config.toml
index a7b7331..7665217 100644
--- a/config.toml
+++ b/config.toml
@@ -17,8 +17,8 @@ pygmentscodefencesguesssyntax = true
featherIconsCDN = true
mode = "auto"
- # customCSS = "css/custom.css" # Custom CSS applied to default styles.
- # customDarkCSS = "css/custom-dark.css" # Custom styles applied to dark mode css.
+ customCSS = "css/custom.css" # Custom CSS applied to default styles.
+ customDarkCSS = "css/custom-dark.css" # Custom styles applied to dark mode css.
# customJS = ["js/custom.js", "js/custom1.js"] # Custom JS scripts.
# Nav.
diff --git a/content/other/The-Internets-Own-Boy.md b/content/other/The-Internets-Own-Boy.md
index 444eb11..62c886e 100644
--- a/content/other/The-Internets-Own-Boy.md
+++ b/content/other/The-Internets-Own-Boy.md
@@ -2,9 +2,8 @@
title: "The Internets Own Boy"
date: 2020-11-12T16:03:33-05:00
draft: false
-tags: [documentary, aaron-swartz]
+tags: [documentary, aaron swartz]
description: "The Internet's Own Boy depicts the life of American computer programmer, writer, political organizer and Internet activist Aaron Swartz."
---
-<iframe src="https://archive.org/embed/TheInternetsOwnBoyTheStoryOfAaronSwartz" width="640" height="480" frameborder="0" webkitallowfullscreen="true" mozallowfullscreen="true" allowfullscreen></iframe>
-
+<iframe src="https://archive.org/embed/TheInternetsOwnBoyTheStoryOfAaronSwartz" width="95%" style="min-height: 480px; border: none;" styleframeborder="0" webkitallowfullscreen="true" mozallowfullscreen="true" allowfullscreen></iframe>
diff --git a/static/css/custom-dark.css b/static/css/custom-dark.css
new file mode 100644
index 0000000..e9edd8a
--- /dev/null
+++ b/static/css/custom-dark.css
@@ -0,0 +1,9 @@
+
+html.dark a,
+html.dark .posts .tags a {
+ color: #88c0d0;
+}
+
+html.dark, html.dark body {
+ background-color: #2e3440;
+}
diff --git a/static/css/custom.css b/static/css/custom.css
new file mode 100644
index 0000000..2ce4768
--- /dev/null
+++ b/static/css/custom.css
@@ -0,0 +1,9 @@
+/* test */
+
+a {
+ color: #4c566a;
+}
+
+html {
+ background-color: #e5e9f0 ;
+}