1
0
Fork 0
mirror of https://github.com/em-squared/5e-drs.git synced 2025-10-30 13:14:20 +00:00

readme + style

This commit is contained in:
Maxime Moraine 2020-04-22 15:18:29 +02:00
parent 6caa69cc11
commit 17da5c63b3
3 changed files with 36 additions and 0 deletions

View file

@ -34,6 +34,10 @@ table {
text-decoration: none;
}
thead {
font-family: 'Spectral SC', serif;
}
tr {
}

View file

@ -1,3 +1,5 @@
@import url('https://fonts.googleapis.com/css2?family=Spectral+SC:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
.home-logo {
max-width: 300px;
width: 100%;
@ -15,6 +17,12 @@
font-size: 0.8rem;
}
.v-application {
h1, h2, h3, h4, h5, h6, .title, .subtitle, .subtitle-2, .site-title {
font-family: 'Spectral SC', serif !important;
}
}
.theme--light {
h1, h2, .v-card__title {
color: $color-dragon;
@ -36,3 +44,7 @@
margin-bottom: 12px;
}
}
ul {
margin-bottom: 16px;
}