From dedec235336a42669c45f8c48d9725c28cc73134 Mon Sep 17 00:00:00 2001 From: Jared Hanson Date: Fri, 21 Jun 2024 14:22:09 -0700 Subject: [PATCH] Update styles. --- assets/styles/all.css | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/assets/styles/all.css b/assets/styles/all.css index ac6d52be..8bb56fb6 100644 --- a/assets/styles/all.css +++ b/assets/styles/all.css @@ -4866,18 +4866,13 @@ body.is-search .search-con { } } .markdown-alert { - border-left-width: 3px; - border-left-style: solid; - x-background-color: #fff; - margin-bottom: 16px; padding: 8px 16px; -} -.markdown-alert.markdown-alert-note { - border-color: #2d68d3; + margin-bottom: 16px; + border-left: 0.25em solid; } .markdown-alert .markdown-alert-title { - font-weight: 500; display: flex; + font-weight: 500; align-items: center; line-height: 1; } @@ -4887,6 +4882,9 @@ body.is-search .search-con { .markdown-alert > :last-child { margin-bottom: 0; } +.markdown-alert.markdown-alert-note { + border-color: #2d68d3; +} .markdown-alert.markdown-alert-note .markdown-alert-title { color: #2d68d3; } @@ -4915,8 +4913,14 @@ body.is-search .search-con { color: #be3536; } .octicon { + display: inline-block; + overflow: visible !important; + vertical-align: text-bottom; fill: currentColor; } +.mr-2 { + margin-right: 8px !important; +} @-moz-keyframes blink { to { visibility: hidden;