Upload app/static/css/print.css with huggingface_hub
Browse files- app/static/css/print.css +9 -0
app/static/css/print.css
CHANGED
|
@@ -683,6 +683,15 @@ table.programs td:nth-child(5) {
|
|
| 683 |
width: 18%;
|
| 684 |
}
|
| 685 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 686 |
/* career list inside programs table */
|
| 687 |
.hb-career-list,
|
| 688 |
.career-list {
|
|
|
|
| 683 |
width: 18%;
|
| 684 |
}
|
| 685 |
|
| 686 |
+
.hb-programs td a,
|
| 687 |
+
table.programs td a {
|
| 688 |
+
color: #0263A3;
|
| 689 |
+
text-decoration: underline;
|
| 690 |
+
text-decoration-thickness: 0.5pt;
|
| 691 |
+
text-underline-offset: 2pt;
|
| 692 |
+
text-decoration-color: #0263A3;
|
| 693 |
+
}
|
| 694 |
+
|
| 695 |
/* career list inside programs table */
|
| 696 |
.hb-career-list,
|
| 697 |
.career-list {
|