body {
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    background: #fff;
    color: #1f3449;
    font-family: -apple-system, "Helvetica Neue", "Lucida Grande", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.65;
}

code {
	color: rgb(38, 130, 15);
	font-family: "SFMono-Regular", "Consolas", "Liberation Mono", Menlo, "Ubuntu Mono", "DejaVu Sans Mono", "Courier New", monospace;
	font-size: 1.0em;
	font-weight: bold;
}

@media (prefers-color-scheme: light)
{
  body
  {
    background: #fff;
    color: #1f3449;
  }
}

@media (prefers-color-scheme: dark)
{
  body
  {
    background: #444;
    color: #ebebeb;
  }
  code
  {
	color: #ff9656;
  }
}

header, main {
    padding: 0.5rem 1.0rem;
    max-width: 560px;
    margin: 0 auto;
}

a {
    color: inherit;
    font-weight: 600;
}

/* Header */
h2 {
    padding: 0;
    margin: 0;
    font-size: 1.5rem;
    font-weight: 300;
    border-bottom: 1px solid rgba(136, 136, 136, 0.5);
}

h2+ul
{
    display: none;
}

/* Sections */
h3 {
    margin: 1.5em 0 0.5em 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1.125rem;
    font-weight: 600;
    padding-left: 2.5em;
    background: left center no-repeat;
    background-size: 2em;
    line-height: 2em;
}

h3#fixed              { background-image: url(/images/release-fixed.svg); }
h3#improved           { background-image: url(/images/release-improved.svg); }
h3#new                { background-image: url(/images/release-new.svg); }
h3#new-for-extensions { background-image: url(/images/release-new-extension.svg); }
h3#added              { background-image: url(/images/release-new.svg); }
h3#removed            { background-image: url(/images/release-removed.svg); }
h3#important          { background-image: url(/images/release-note.svg); }

div:nth-of-type( 1 ) h2 {
    margin-top: 0.5rem;
}

p, ul {
    margin-top: 0;
    padding-top: 0;
    font-size: 1.0rem;
}

ul {

    padding-left: 2.75em;
    line-height: 1.4em;
}

li + li {
    margin-top: 0.25rem;
}
