/*
Theme Name: JuneNaija Pro
Theme URI: https://www.junenaija.com
Author: junenaija.com Media
Description: Custom WordPress music theme.
Version: 1.0
Text Domain: junenaija-pro
*/

body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    background: #ffffff;
    color: #222;
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    max-width: 100%;
    height: auto;
}
/* Style for native WordPress get_next_posts_link output */
a.nextpostslink {
    display: inline-block;
    border: 2px solid #000000;
    font-weight: 800;
    letter-spacing: 0.05em;
    font-size: 0.75rem;
    padding: 0.5rem 2rem;
    text-transform: uppercase;
    border-radius: 0.25rem;
    transition: background-color 0.2s, color 0.2s;
}
a.nextpostslink:hover {
    background-color: #000000;
    color: #ffffff;
}
