Skip to content

Commit 45d6447

Browse files
author
Rajkumar Balakrishnan
committed
asset update
1 parent fb59109 commit 45d6447

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

web/src/signalr-web/SignalRMiddleware/EventApp/src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<meta name="viewport" content="width=device-width, initial-scale=1">
1414
<link rel="icon" type="image/x-icon" href="favicon.ico">
1515
</head>
16-
<body background="assets/images/bg.svg">
16+
<body>
1717
<app-root></app-root>
1818
</body>
1919
</html>
Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
1-
/* You can add global styles to this file, and also import other style files */
1+
html {
2+
background: url(assets/images/bg.svg) no-repeat center center fixed;
3+
-webkit-background-size: cover;
4+
-moz-background-size: cover;
5+
-o-background-size: cover;
6+
background-size: cover;
7+
}/* You can add global styles to this file, and also import other style files */

0 commit comments

Comments
 (0)