From f27765a0c66cdfa4d4c264f058ee4372e9fcae6c Mon Sep 17 00:00:00 2001 From: FivePixels Date: Sun, 18 Jul 2021 14:37:18 -0500 Subject: Update Vinyls on About page, add new TV shows, add books section, update formatting on both index.html and about.html. --- assets/css/main.css | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'assets') diff --git a/assets/css/main.css b/assets/css/main.css index 594e274..5de4372 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -73,7 +73,7 @@ body#about { max-width: 570px; } -ol#vinyls li, ul.tv li, ul.movies li, ul.web li { +ol#vinyls li, ul.tv li, ul.movies li, ul.web li, ul.currentread li { font-family: 'Source Code Pro'; } li.nostyle { @@ -95,11 +95,6 @@ section#intro h1:after { color: #d3d3d3; } -section#webthings h2:after { - content: ' // <3'; - color: #d3d3d3; -} - div.project.streamfinder h2:after { font-style: normal; content: ' // Node.js, Angular, MongoDB, Puppeteer'; @@ -107,11 +102,6 @@ div.project.streamfinder h2:after { color: #d3d3d3; } -section#projects h1:after { - content: ' // :)'; - color: #d3d3d3; -} - div.project.js h2:after { font-style: normal; content: ' // JavaScript'; -- cgit v1.2.3