
/* override for selected item in toolbar to make it clearer */
:is(.dark .bard-fixed-toolbar .bard-toolbar-button.active) {
	background-color: rgb(43 45 48) !important;
	color: rgb(56 148 254) !important;
}

:is(.dark .bard-fixed-toolbar .bard-toolbar-button:hover) {
    background-color: rgb(43 45 48) !important;
}

/* valid external icon */
.bard-editor a:not([href^="https://www.notateslaapp.com"]):not([href^="https://www.rivianwave.com"])[rel="nofollow"][target="_blank"]::after {
    content: "\02197";
    display: inline-block;
    text-decoration: none;
    color: #269c77 !important;
}

/* valid external link color */
.bard-editor a:not([href^="https://www.notateslaapp.com"]):not([href^="https://www.rivianwave.com"])[rel="nofollow"][target="_blank"] {
    color: #269c77 !important;
}

/* valid internal */
.bard-editor a[href^="https://www.notateslaapp.com"]:not([rel="nofollow"]):not([target="_blank"]) {
    
}

/* invalid internal link */
.bard-editor a[href^="https://www.notateslaapp.com"][rel="nofollow"], 
.bard-editor a[href^="https://www.notateslaapp.com"][target="_blank"], 
.bard-editor a[href^="https://www.rivianwave.com"][rel="nofollow"], 
.bard-editor a[href^="https://www.rivianwave.com"][target="_blank"]
{
    text-decoration-line: spelling-error;
    color: #ef4444 !important;
}

/* invalid external */
.bard-editor a:not([href^="https://www.notateslaapp.com"]):not([href^="https://www.rivianwave.com"]):not([rel="nofollow"]), 
.bard-editor a:not([href^="https://www.notateslaapp.com"]):not([href^="https://www.rivianwave.com"]):not([target="_blank"])

/*
.bard-editor a:not([href^="https://www.rivianwave.com"]):not([rel="nofollow"]), 
.bard-editor a:not([href^="https://www.rivianwave.com"]):not([target="_blank"])  
*/
{
    text-decoration-line: spelling-error;
    color: #ef4444 !important;
}
