From 5cedcabf0e527de16fe82909e57a509ff26b6ede Mon Sep 17 00:00:00 2001 From: o5pxels Date: Wed, 21 Apr 2021 12:00:52 -0500 Subject: Update age on about, add tv/movies section, add StreamFinder to projects, update website project description, add streamFinder project css, upse custom font for lists on about page --- assets/css/main.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'assets') diff --git a/assets/css/main.css b/assets/css/main.css index 8b4b3db..c509a7d 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -69,7 +69,7 @@ body#about { max-width: 570px; } -ol#vinyls li { +ol#vinyls li, ul.tv li, ul.movies li, ul.web li { font-family: 'Source Code Pro'; } li.nostyle { @@ -96,6 +96,13 @@ section#webthings h2:after { color: #d3d3d3; } +div.project.streamfinder h2:after { + font-style: normal; + content: ' // Node.js, Angular, MongoDB, Puppeteer'; + font-size: 0.82em; + color: #d3d3d3; +} + section#projects h1:after { content: ' // :)'; color: #d3d3d3; -- cgit v1.2.3