Skip to content

Commit 515a4d8

Browse files
authored
💄 UI(bo): add border and background on tab links (#902)
1 parent 9fe812e commit 515a4d8

File tree

1 file changed

+5
-0
lines changed
  • dossierfacile-bo/src/main/resources/static/css

1 file changed

+5
-0
lines changed

‎dossierfacile-bo/src/main/resources/static/css/fix.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -318,4 +318,9 @@ span.ocr-result {
318318

319319
.w-600 {
320320
max-width: 600px;
321+
}
322+
323+
.nav-link {
324+
border: 1px solid var(--bs-border-color);
325+
background-color: var(--bs-dark-bg-subtle);
321326
}

0 commit comments

Comments
 (0)