uniScore/public/css/style.css

15 lines
197 B
CSS
Raw Normal View History

2017-03-12 16:17:12 +00:00
body {
font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
}
a {
color: #00B7FF;
}
2017-03-13 09:44:39 +00:00
.team-box {
border-width:1px;
border-color: black;
border-style: solid;
border-radius: 3px;
}