1
0
Fork 0
mirror of https://github.com/em-squared/5e-drs.git synced 2025-10-29 20:54:19 +00:00
5e-drs/docs/.vuepress/theme/styles/_typography.scss
2020-04-22 11:17:05 +02:00

38 lines
443 B
SCSS

.home-logo {
max-width: 300px;
width: 100%;
}
.srd {
.content {
a {
//color: #9b1c47;
}
}
}
.source {
font-size: 0.8rem;
}
.theme--light {
h1, h2, .v-card__title {
color: $color-dragon;
}
h2 {
border-bottom: 1px solid $color-dragon;
margin-bottom: 12px;
}
h3, h4, h5, h6 {
color: $color-hero;
}
}
.theme--dark {
h2 {
border-bottom: 1px solid #fff;
margin-bottom: 12px;
}
}