@charset "UTF-8";
@import url("advent2.css");

html {
    background-color: #fee6c0;
}
h1,
h1 + p {
    background-color: #f79604;
}
h2 {
    border-color: sandybrown;
}
h3 {
    border-color: gold;
}
dl.chart dt {
    border-bottom-color: darkorange;
}
figure {
    padding-top: 1em;
}
.editor button[name="add"]:before {
    content: "+ ";
}
.editor button[name="add"]:after {
    content: "個めのリンクを設定";
}
.editor button[name="del"] { 
    font-size: x-small;
}
.editor button[name="del"]:before {
    content: "- ";
}
.editor button[name="del"]:after {
    content: "個めのリンクを削除";
}
.editor div hr {
    border: none;
    border-bottom: 2px dashed silver;
    margin: 1em 1em 0;
}