Files
comfychan/web/static/index.css
T

17 lines
174 B
CSS

body {
background: #EEF2FF;
}
#boardList {
font-size: 12px;
}
#boardList a {
cursor: pointer;
color: #575F68;
}
#boardList a:hover {
color: #ff0000;
}