19 lines
362 B
CSS
19 lines
362 B
CSS
/* Miscellaneous extra styles */
|
|
|
|
.social-icons svg {
|
|
@apply bg-transparent fill-white rounded-full block;
|
|
}
|
|
|
|
.post-title h1 {
|
|
@apply mb-8 text-cwc-blue-01 leading-none;
|
|
|
|
&::after {
|
|
background: var(--color-secondary);
|
|
content: "";
|
|
display: block;
|
|
height: 4px;
|
|
margin-top: 0.45rem;
|
|
width: 3rem;
|
|
}
|
|
}
|