1
0
Fork 0
mirror of https://github.com/em-squared/5e-drs.git synced 2025-10-30 21:24:18 +00:00
5e-drs/docs/.vuepress/theme/styles/_typography.scss

39 lines
427 B
SCSS
Raw Normal View History

2020-04-11 18:01:59 +02:00
.home-logo {
max-width: 300px;
width: 100%;
}
2020-04-05 14:38:20 +02:00
.srd {
.content {
a {
//color: #9b1c47;
}
}
}
2020-04-02 14:33:02 +02:00
.source {
font-size: 0.8rem;
}
2020-04-16 18:08:21 +02:00
.theme--light {
h1, h2 {
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;
}
}