mal-importer/static/stylesheet.css

31 lines
353 B
CSS

body {
background: #FFF;
color: #333;
}
a {
text-decoration: none;
color: #7331e8;
}
a:visited {
color: #7331e8;
}
a:hover {
color: #a06cfc;
}
#list {
margin: auto;
border-collapse:collapse;
box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
#list tr:nth-child(odd) {
background: #F5F5F5;
}
h1 {
text-align: center;
}