/* 
 This CSS file is used to override the existing styles of the theme.
 You can change the article headings, fonts, colors, etc.
*/

.tags a, .tags .tag {
    color: #fff !important;
}

.intro-header.style-text .tags a,
.intro-header.style-text .tags .tag {
    color: #404040 !important;
}

footer .container ul li a .icon,
.short-about ul li a .icon {
    background: #404040;
    border-radius: 50%;
    height: 2.5em;
    width: 2.5em;
    display: flex;
    align-items: center;
    justify-content: center;
}
