We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee9932a commit 667fbdbCopy full SHA for 667fbdb
ExtentReports/Views/Html/Partials/Head.cshtml
@@ -3,7 +3,7 @@
3
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
4
<title>@Model.MasterConfig.GetValue("documentTitle")</title>
5
<link rel="shortcut icon" href="https://cdn.rawgit.com/extent-framework/extent-github-cdn/d74480e/commons/img/logo.png">
6
- <link rel="stylesheet" href="https://cdn.rawgit.com/extent-framework/extent-github-cdn/a5d09a4/spark/css/styles.css" />
+ <link rel="stylesheet" href="https://cdn.rawgit.com/extent-framework/extent-github-cdn/6cbbfb3/spark/css/styles.css" />
7
<link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
8
<style>@Model.MasterConfig.GetValue("css") @Model.MasterConfig.GetValue("styles")</style>
9
</head>
0 commit comments