Skip to content

Commit 75ead36

Browse files
committed
changing dr background color
1 parent 52c0c6e commit 75ead36

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

dr-patient-view.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<script src="https://api.pryv.com/lib-js/pryv-socket.io.js"></script>
1616
<script type="module" src="dr-patient-view-controler.js"></script>
1717

18-
<body>
18+
<body style="background-color:powderblue;">
1919
<div class="container">
2020
<a href="https://healthdatasafe.org" target="_hds"><img src="https://healthdatasafe.github.io/style/images/Horizontal/hds-logo-hz-1024x400-hz-color.png" alt="Logo" width="300px"></a>
2121
<h1>Demo Form - Dr's Patient View</h1>

dr.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<script src="https://pryv.github.io/lib-js/pryv.js"></script>
1515
<script type="module" src="dr-controler.js"></script>
1616

17-
<body>
17+
<body style="background-color:powderblue;">
1818
<div class="container">
1919
<a href="https://healthdatasafe.org" target="_hds"><a href="https://healthdatasafe.org" target="_hds"><img src="https://healthdatasafe.github.io/style/images/Horizontal/hds-logo-hz-1024x400-hz-color.png" alt="Logo" width="300px"></a></a>
2020
<h1>Demo Form - Dr's page</h1>

0 commit comments

Comments
 (0)