1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-30 00:29:52 +02:00

Run dist on latest

This commit is contained in:
Mark Otto
2020-06-13 15:40:28 -07:00
committed by Mark Otto
parent cde53a85d1
commit a656458856
56 changed files with 291 additions and 798 deletions

View File

@@ -13,7 +13,7 @@
body {
margin: 0;
font-family: var(--bs-font-sans-serif);
font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
@@ -186,7 +186,7 @@ a:hover {
color: #024dbc;
}
a:not([href]), a:not([href]):hover {
a:not([href]):not([class]), a:not([href]):not([class]):hover {
color: inherit;
text-decoration: none;
}
@@ -195,7 +195,7 @@ pre,
code,
kbd,
samp {
font-family: var(--bs-font-monospace);
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
font-size: 1em;
}