add styling to oceanwp icon

This commit is contained in:
ray 2020-02-16 18:57:56 +00:00
parent 0fea1cd2cd
commit 8098506343
2 changed files with 6 additions and 1 deletions

View File

@ -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:"
>}}

View File

@ -101,6 +101,11 @@ body.colorscheme-light .avatar img {
}
}
.oceanwp-icon > img {
background-color: #e1f2fa;
border-radius: 6px;
}
/*
* logos
*/