﻿/*
    This file is static since Blazor css scoping does not apply to generated HTML tags.
    By having a static CSS file we can target the generated HTML tags.
*/

/* MarkdownText.razor */
.md-component .link {
    color: blue;
    text-decoration: underline;
}
