fathom/assets/sass/styles.scss

32 lines
326 B
SCSS
Raw Normal View History

2016-11-21 12:31:06 +00:00
body {
font-family: Arial, Verdana, sans-serif;
font-size: 14px;
color: #333;
}
h1, h2, h3 {
color: #111;
2016-11-21 12:31:06 +00:00
}
.container {
max-width: 1020px;
padding: 0 20px;
}
table {
border-collapse: collapse;
th, td {
border: 1px solid #eee;
padding: 4px 8px;
}
}
2016-11-21 16:36:25 +00:00
.count {
font-size: 24px;
}
.subtitle {
}