This commit is contained in:
Matt Borgerson 2023-01-18 17:05:50 -07:00
parent a22bada566
commit 03b9cc7982

View File

@ -174,8 +174,8 @@ $progress-bg: $gray-700 !default;
// List group
$list-group-bg: $gray-800 !default;
$list-group-border-color: $gray-700 !default;
$list-group-bg: #181818 !default;
$list-group-border-color: #0e0e0e !default;
$list-group-hover-bg: $gray-700 !default;
@ -424,7 +424,8 @@ $pre-color: inherit !default;
}
.img-thumbnail {
border-color: $gray-700;
background-color: #181818;
border-color: #0e0e0e;
border-radius: 0.75rem;
}
@ -460,6 +461,6 @@ $pre-color: inherit !default;
transition: background-color 200ms linear;
}
h1, h2, h3, h4, h5 {
h1, h2, h3, h4 {
font-family: "Chakra Petch", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}