Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markdotto@gmail.com>2020-06-14 01:40:28 +0300
committerMark Otto <otto@github.com>2020-06-14 23:52:54 +0300
commita6564588567a14ebc4bfa4e50358f1c32e3b10d7 (patch)
tree37b84533c45e6286d75918c9d0221895ec659ce2 /dist/css/bootstrap-reboot.css
parentcde53a85d14d22b3eba6f96b7e01490848da047e (diff)
Run dist on latest
Diffstat (limited to 'dist/css/bootstrap-reboot.css')
-rw-r--r--dist/css/bootstrap-reboot.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/dist/css/bootstrap-reboot.css b/dist/css/bootstrap-reboot.css
index 0dec2624f5..6f8b0b25db 100644
--- a/dist/css/bootstrap-reboot.css
+++ b/dist/css/bootstrap-reboot.css
@@ -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;
}