このコミットが含まれているのは:
たかし 2023-07-06 14:06:29 +00:00
コミット 2370146618
1個のファイルの変更13行の追加15行の削除

ファイルの表示

@ -2,7 +2,6 @@
{
border: none;
font-size: 100%;
font-style: normal;
margin: 0;
padding: 0;
}
@ -10,7 +9,7 @@
body
{
background: #393633;
color: white;
color: #fff;
line-height: 150%;
margin: 1em 1em 2em;
padding: 0 1%;
@ -19,34 +18,33 @@ body
h1, h2, h3, h4, h5, h6
{
border-color: gray;
border-style: solid none;
border-width: thin;
border-style: solid;
font-size: 125%;
font-weight: bold;
font-weight: 600;
line-height: 120%;
margin-bottom: 0.8em;
padding: 0.2em 0 0 0.2em;
}
h1, h2
{
border-width: thin 0;
}
h1
{
text-align: center;
padding: 0.2em 0 0;
padding-left: 0;
}
h3
{
border-style: none none solid;
}
h4, h5, h6
{
border-style: none none dotted;
border-width: 0 0 thin;
}
dl, ol, p, pre, ul
{
margin-bottom: 1em;
margin: 0 0 1em;
}
blockquote, dd, ol, ul
@ -54,9 +52,9 @@ blockquote, dd, ol, ul
margin-left: 2em;
}
cite, dt, em, kbd, strong
cite, dt, kbd, strong
{
font-weight: bold;
font-weight: 600;
}
code, kbd, pre, samp