1
0
mirror of https://github.com/franjsco/tick3t synced 2025-01-14 10:26:17 +01:00
tick3t/src/App.css
2019-07-30 19:09:56 +02:00

28 lines
476 B
CSS

@import url('https://fonts.googleapis.com/css?family=DM+Sans&display=swap');
@import url('https://fonts.googleapis.com/css?family=Comfortaa&display=swap');
.app {
font-family: 'Comfortaa', sans-serif;
color: #45474b;
max-width: 1000px;
margin: auto;
margin-top: 85px;
}
a {
color: #8346f6;
font-weight: 600
}
.page-item.active .page-link {
z-index: 1;
color: #fff;
background-color: #8346f6;
border-color:#8346f6;
}
.page-link {
color: #8346f6;
}