コンテンツに進む
- 選択結果を選ぶと、ページが全面的に更新されます。
- 新しいウィンドウで開きます。
/* Button tweaks */
.button--primary {
background-color: #753a50;
color: #d8b5ab;
}
/* Background & typography */
body {
background-color: #1a1a1a;
color: #a8a095;
}
/* Links */
a {
color: #9b4f54;
}
a:hover {
color: #753a50;
}
/* Section title styling */
h2.section-title {
color: #d8b5ab;
}
/* Footer */
.footer {
background-color: #3c1c30;
color: #d8b5ab;
}