add styling to oceanwp icon
This commit is contained in:
parent
0fea1cd2cd
commit
8098506343
|
@ -25,7 +25,7 @@ The theme I chose, that would be a starting point for the site, was [OceanWP](ht
|
||||||
figure
|
figure
|
||||||
src="/images/logos/oceanwp-blue-icon.png"
|
src="/images/logos/oceanwp-blue-icon.png"
|
||||||
alt="The OceanWP icon."
|
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:"
|
caption="There were a number of reasons why using OceanWP is appropriate for a project such as this:"
|
||||||
>}}
|
>}}
|
||||||
|
|
||||||
|
|
|
@ -101,6 +101,11 @@ body.colorscheme-light .avatar img {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.oceanwp-icon > img {
|
||||||
|
background-color: #e1f2fa;
|
||||||
|
border-radius: 6px;
|
||||||
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* logos
|
* logos
|
||||||
*/
|
*/
|
||||||
|
|
Reference in New Issue