@import url("https://theme-park.dev/css/base/filebrowser/nord.css");

/* 
   Safeguard: Ensure the logo retains its original color/visibility.
   The theme might force all SVGs to the accent color. 
   This attempts to revert it for the logo specifically.
*/
div[class*="logo"] svg, 
a[class*="logo"] svg, 
#logo svg {
    fill: initial !important; 
}
