Skip to content

Commit 4bcb08e

Browse files
committed
#20 update style.css
1 parent 73f6ea8 commit 4bcb08e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ExtentReports/Views/Html/Partials/Head.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<title>@Model.MasterConfig.GetValue("documentTitle")</title>
55
<link rel="apple-touch-icon" href="https://cdn.rawgit.com/extent-framework/extent-github-cdn/d74480e/commons/img/logo.png">
66
<link rel="shortcut icon" href="https://cdn.rawgit.com/extent-framework/extent-github-cdn/d74480e/commons/img/logo.png">
7-
<link href="https://cdn.rawgit.com/extent-framework/extent-github-cdn/7cc78ce/spark/css/style.css" rel="stylesheet" />
7+
<link href="https://cdn.rawgit.com/extent-framework/extent-github-cdn/62584df/spark/css/style.css" rel="stylesheet" />
88
<link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
99
<style>@Model.MasterConfig.GetValue("css") @Model.MasterConfig.GetValue("styles")</style>
1010
</head>

0 commit comments

Comments
 (0)