1 parent fa93ec6 commit d8bedaeCopy full SHA for d8bedae
1 file changed
03_labour_main.qmd
@@ -27,7 +27,11 @@ include-in-header:
27
display: flex !important;
28
flex-direction: column !important;
29
flex-wrap: nowrap !important;
30
- border: none !important;
+ border: solid transparent !important;
31
+ }
32
+ .nav-tabs .nav-link:hover {
33
+ text-decoration: underline !important;
34
35
}
36
37
.nav-item {
@@ -40,7 +44,7 @@ include-in-header:
40
44
.nav-link {
41
45
font-size: 0.75rem !important;
42
46
text-align: right !important;
43
- padding: 0 2px !important;
47
+ padding: 0 2px;
48
margin: 0 1px !important;
49
line-height: normal !important;
50
0 commit comments