/* body[data-active-category="Astronomy"] .top-bar {
    background-color: rgba(15, 10, 25, 0.9);
    background-image: url('../../../../../../../Assets/Graphics/Pictures/Astro/noao-ngc7023.jpg');
    background-size: cover;
    background-position: center;
}

body[data-active-category="Astronomy"] .franxx-standby {
    border-left: 2px solid rgba(255, 200, 60, 0.5); 
    border-right: 2px solid rgba(200, 60, 255, 0.5);
}

body[data-active-category="Astronomy"] .franxx-thread-red {
    background: linear-gradient(180deg, transparent, rgba(255, 200, 60, 0.8), transparent);
} */


body[data-active-category="Astronomy"] {
    box-shadow: none;
    background-image: url("https://plus.unsplash.com/premium_photo-1675715923850-b5be1d5d71a7?q=80&w=1170&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D");
}
body[data-active-category="Astronomy"] .top-bar {
    background-color: rgba(124, 129, 151, 0.179);
    box-shadow: none;
    outline: none;
}
body[data-active-category="Astronomy"] .left-bar, body[data-active-category="Astronomy"] .right-bar {
    background-color: rgba(253, 255, 254, 0.391);
}
body[data-active-category="Astronomy"] .node-label:hover { 
    color: rgb(255, 255, 255);
    text-shadow: 1px 1px 3px white;
    background-color: rgba(184, 184, 184, 0.1);
    /* background-color: rgba(109, 175, 133, 0.1); */
 }
body[data-active-category="Astronomy"] .right-bar .tree-node-switch{
    color: rgb(101, 109, 122);
}