Update web/diagnosis.html
Browse files- web/diagnosis.html +10 -0
web/diagnosis.html
CHANGED
|
@@ -274,6 +274,16 @@
|
|
| 274 |
.alert-light strong {
|
| 275 |
color: #212529 !important;
|
| 276 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 277 |
</style>
|
| 278 |
</head>
|
| 279 |
<body class="vertical light">
|
|
|
|
| 274 |
.alert-light strong {
|
| 275 |
color: #212529 !important;
|
| 276 |
}
|
| 277 |
+
|
| 278 |
+
.patient-results {
|
| 279 |
+
color: #212529 !important;
|
| 280 |
+
}
|
| 281 |
+
|
| 282 |
+
.patient-item,
|
| 283 |
+
.patient-item strong,
|
| 284 |
+
.patient-item small {
|
| 285 |
+
color: #212529 !important;
|
| 286 |
+
}
|
| 287 |
</style>
|
| 288 |
</head>
|
| 289 |
<body class="vertical light">
|