File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 1
- <!DOCTYPE html>
1
+ <!doctype html>
2
2
< html lang ="en-us " dir ="ltr ">
3
3
< head >
4
4
< base href ="/ " />
7
7
< meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
8
8
< title > Umbraco</ title >
9
9
< script src ="node_modules/msw/lib/iife/index.js "> </ script >
10
+ < link rel ="stylesheet " href ="src/css/user-defined.css " />
10
11
< link rel ="stylesheet " href ="node_modules/@umbraco-ui/uui-css/dist/uui-css.css " />
11
12
< link rel ="stylesheet " href ="src/css/umb-css.css " />
12
13
< script type ="module " src ="index.ts "> </ script >
Original file line number Diff line number Diff line change
1
+ /* This file can be overridden by placing a file with the same name in the /wwwroot/umbraco/backoffice/css folder of the website */
Original file line number Diff line number Diff line change @@ -50,6 +50,7 @@ export default {
50
50
window.__UMBRACO_TEST_RUN_A11Y_TEST = ${ ( ! devMode ) . toString ( ) } ;
51
51
</script>
52
52
<script src="/node_modules/msw/lib/iife/index.js"></script>
53
+ <link rel="stylesheet" href="src/css/user-defined.css">
53
54
<link rel="stylesheet" href="node_modules/@umbraco-ui/uui-css/dist/uui-css.css">
54
55
<link rel="stylesheet" href="src/css/umb-css.css">
55
56
</head>
You can’t perform that action at this time.
0 commit comments