1
0
Fork 0
mirror of https://github.com/em-squared/5e-drs.git synced 2025-10-29 12:44:20 +00:00
5e-drs/docs/.vuepress/theme/styles/main.scss
Maxime Moraine d872002ee9 style
2020-03-30 14:26:19 +02:00

10 lines
100 B
SCSS

@import "colors";
@import "anchors";
.srd {
.content {
a {
color: #9b1c47;
}
}
}