hinamizawa/public/css/flavour.css

39 lines
490 B
CSS

/* background */
body {
background: url(../img/shirakawa.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
background-color: #704214;
color: #fff;
text-shadow: 1px 1px #000;
text-align: center;
}
/* colours */
#hinamizawa {
color: #e00;
}
#furude {
stroke: #637bc0;
}
#maebara {
stroke: #835e4c;
}
#houjou {
stroke: #ebd076;
}
#ryuuguu {
stroke: #faaa66;
}
#sonozaki {
stroke: #86c9a8;
}
#hanyuu {
color: #d1d0e3;
}