Skip to content

Commit

Permalink
fix: sonarqube issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mistersupri committed Jan 7, 2025
1 parent 4a67842 commit afe1813
Showing 1 changed file with 13 additions and 20 deletions.
33 changes: 13 additions & 20 deletions packages/app-client/public/github-markdown.css
Original file line number Diff line number Diff line change
@@ -1,16 +1,3 @@
.markdown-body {
--base-size-4: 0.25rem;
--base-size-8: 0.5rem;
--base-size-16: 1rem;
--base-size-24: 1.5rem;
--base-size-40: 2.5rem;
--base-text-weight-normal: 400;
--base-text-weight-medium: 500;
--base-text-weight-semibold: 600;
--fontStack-monospace: ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas,
Liberation Mono, monospace;
--fgColor-accent: Highlight;
}
.markdown-body[data-theme="dark"] {
color-scheme: dark;
--focus-outlineColor: #1f6feb;
Expand Down Expand Up @@ -119,6 +106,17 @@
--color-prettylights-syntax-sublimelinter-gutter-mark: #818b98;
}
.markdown-body {
--base-size-4: 0.25rem;
--base-size-8: 0.5rem;
--base-size-16: 1rem;
--base-size-24: 1.5rem;
--base-size-40: 2.5rem;
--base-text-weight-normal: 400;
--base-text-weight-medium: 500;
--base-text-weight-semibold: 600;
--fontStack-monospace: ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas,
Liberation Mono, monospace;
--fgColor-accent: Highlight;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
margin: 0;
Expand All @@ -134,6 +132,7 @@
display: inline-block;
fill: currentColor;
vertical-align: text-bottom;
overflow: visible !important;
}
.markdown-body h1:hover .anchor .octicon-link:before,
.markdown-body h2:hover .anchor .octicon-link:before,
Expand Down Expand Up @@ -446,12 +445,6 @@
font-size: 12px;
word-wrap: normal;
}
.markdown-body .octicon {
display: inline-block;
overflow: visible !important;
vertical-align: text-bottom;
fill: currentColor;
}
.markdown-body input::-webkit-inner-spin-button,
.markdown-body input::-webkit-outer-spin-button {
margin: 0;
Expand Down Expand Up @@ -961,7 +954,7 @@
.markdown-body g-emoji {
display: inline-block;
min-width: 1ch;
font-family: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-family: sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-size: 1em;
font-style: normal !important;
font-weight: var(--base-text-weight-normal, 400);
Expand Down

0 comments on commit afe1813

Please sign in to comment.