commit bfe1ca49c4b477410fcb379a573ba4fb45535a4f
parent 95bf408a254e5fed6eb1118f147771c8ed20dc6b
Author: oscarbenedito <oscar@obenedito.org>
Date:   Sun, 13 Oct 2019 13:48:42 +0200

Edited resources

Diffstat:
Massets/css/style.scss | 4++--
Mcontent/blog/2019-10-06-dark-theme.md | 1-
Mcontent/resources.md | 3++-
3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/assets/css/style.scss b/assets/css/style.scss @@ -590,9 +590,9 @@ article { border-radius: 0; } .post-content blockquote { - margin: 0 0 0 calc(var(--gap) * -1); padding: 0 0 0 21px; - border-left: 3px solid var(--text-color); + border-left: 3px solid var(--secondary-text-color); + color: var(--secondary-text-color); } .post-content hr { height: 2px; diff --git a/content/blog/2019-10-06-dark-theme.md b/content/blog/2019-10-06-dark-theme.md @@ -2,7 +2,6 @@ title: "Creating a dark theme" categories: technology tags: ["CSS", "Website"] -#draft: true # Remember to state the date in file name before commiting! --- The first contact I had with HTML and CSS was about two years ago, when I created my first website along with a friend who already had some experience with them, as well as with JavaScript. We used a premade theme (based on [Bootstrap](https://getbootstrap.com/)), so I didn't really learn much CSS, but I started understanding what was HTML and how it worked. One year later, I wanted to design my own website and I decided to build my own theme. I looked up many CSS frameworks and ended up using [Bulma](https://bulma.io/) because of how simple it is (I didn't need many features for a personal website). It worked pretty well and I had a first contact with CSS and SASS, but when I finally finished my page and released it under my domain, I soon wanted another feature: the possibility to change to a dark theme. diff --git a/content/resources.md b/content/resources.md @@ -24,9 +24,10 @@ Blogs I have found interesting, alphabetically sorted. - [Dave Lane](https://davelane.nz/blog) — [RSS feed](https://davelane.nz/rss.xml) - [Emanuel Pina](https://emanuelpina.pt/) — [RSS feed](https://emanuelpina.pt/index.xml) - [InfoSec Handbook](https://infosec-handbook.eu/blog/) — [RSS feed](https://infosec-handbook.eu/blog/index.xml) + - [Jan-Lukas Else](https://jlelse.blog/) — [RSS feed](https://jlelse.blog/index.xml) + - [Justin Vollmer](https://www.justinvollmer.com/) — [RSS feed](https://www.justinvollmer.com/feed/) - [Matthias Ott](https://matthiasott.com/articles/) — [RSS feed](https://matthiasott.com/articles/rss) - [Mike Babb](https://mikebabb.com/blog/) — [RSS feed](https://mikebabb.com/feed.xml) - NCSC Guidance Feed — [RSS feed](https://www.ncsc.gov.uk/feeds/guidance.xml) - - [Planet F-Droid](https://fdroid.gitlab.io/planet/) — [RSS feed](https://fdroid.gitlab.io/planet/atom.xml) - [privacytools.io](https://blog.privacytools.io/) — [RSS feed](https://blog.privacytools.io/feed.xml) - [Uncertain Jatan](https://jatan.blog/) — [RSS feed](https://jatan.blog/feed/)