From 8098506343fc68c9e2434b39729b7fe2572b8cf3 Mon Sep 17 00:00:00 2001 From: ray Date: Sun, 16 Feb 2020 18:57:56 +0000 Subject: [PATCH] add styling to oceanwp icon --- content/posts/stanthams.md | 2 +- static/css/custom.css | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/content/posts/stanthams.md b/content/posts/stanthams.md index 6a80093..f52776e 100644 --- a/content/posts/stanthams.md +++ b/content/posts/stanthams.md @@ -25,7 +25,7 @@ The theme I chose, that would be a starting point for the site, was [OceanWP](ht figure src="/images/logos/oceanwp-blue-icon.png" alt="The OceanWP icon." -class="icon-inline" +class="icon-inline oceanwp-icon" caption="There were a number of reasons why using OceanWP is appropriate for a project such as this:" >}} diff --git a/static/css/custom.css b/static/css/custom.css index bd2f10d..f1e7c80 100644 --- a/static/css/custom.css +++ b/static/css/custom.css @@ -101,6 +101,11 @@ body.colorscheme-light .avatar img { } } +.oceanwp-icon > img { + background-color: #e1f2fa; + border-radius: 6px; +} + /* * logos */