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

Darken some text emphasis and syntax colors

This commit is contained in:
Mark Otto
2022-12-29 12:11:40 -08:00
committed by Mark Otto
parent a9810ece61
commit fabe074199
3 changed files with 10 additions and 8 deletions

View File

@@ -3,6 +3,8 @@
//
.bd-callout {
--#{$prefix}link-color-rgb: #{to-rgb($blue-600)};
padding: 1.25rem;
margin-top: 1.25rem;
margin-bottom: 1.25rem;

View File

@@ -19,7 +19,7 @@
<div class="d-md-flex flex-md-row-reverse align-items-center justify-content-between">
<div class="mb-3 mb-md-0 d-flex">
{{- if .Page.Params.added -}}
<small class="d-inline-flex px-2 py-1 fw-semibold text-success bg-success bg-opacity-10 border border-success border-opacity-10 rounded-2 me-2">Added in v{{ .Page.Params.added }}</small>
<small class="d-inline-flex px-2 py-1 fw-semibold text-success-emphasis bg-success-subtle border border-success-subtle rounded-2 me-2">Added in v{{ .Page.Params.added }}</small>
{{- end -}}
<a class="btn btn-sm btn-bd-light rounded-2" href="{{ .Site.Params.repo }}/blob/v{{ .Site.Params.current_version }}/site/content/{{ .Page.File.Path | replaceRE `\\` "/" }}" title="View and edit this file on GitHub" target="_blank" rel="noopener">
View on GitHub