1
0
Fork 0
mirror of https://github.com/em-squared/5e-drs.git synced 2025-10-31 05:24:20 +00:00
This commit is contained in:
Maxime Moraine 2020-03-30 14:26:19 +02:00
parent c9f4aae633
commit d872002ee9
14 changed files with 108 additions and 32 deletions

View file

@ -0,0 +1,22 @@
h1 {
a.header-anchor {
display: none;
}
}
h2, h3, h4, h5, h6 {
a.header-anchor {
display: none;
}
&:hover {
a.header-anchor {
display: inline-block;
color: $color-gray;
&:hover {
color: $color-dragon;
}
}
}
}

View file

@ -0,0 +1,3 @@
$color-hero: #563f5a;
$color-dragon: #9b1c47;
$color-gray: #555;

View file

@ -0,0 +1,10 @@
@import "colors";
@import "anchors";
.srd {
.content {
a {
color: #9b1c47;
}
}
}

View file

@ -1,9 +0,0 @@
$wrapper
max-width $contentWidth
margin 0 auto
padding 2rem 2.5rem
@media (max-width: $MQNarrow)
padding 2rem
@media (max-width: $MQMobileNarrow)
padding 1.5rem