From a6564588567a14ebc4bfa4e50358f1c32e3b10d7 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 13 Jun 2020 15:40:28 -0700 Subject: Run dist on latest --- dist/css/bootstrap-reboot.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'dist/css/bootstrap-reboot.css') diff --git a/dist/css/bootstrap-reboot.css b/dist/css/bootstrap-reboot.css index 0dec2624f..6f8b0b25d 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; } -- cgit v1.2.3