1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-06 00:13:28 +00:00

add bold font to dt and add margin to dl (#16649)

This commit is contained in:
Bryan Cunningham
2025-09-30 11:59:19 -04:00
committed by GitHub
parent f793c2da09
commit dafbe7db1f

View File

@@ -54,6 +54,14 @@
display: none !important;
}
dl {
@apply tw-mb-4;
}
dt {
@apply tw-font-bold;
}
hr {
border-color: rgba(0, 0, 0, 0.1);
}