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

ajout des peuples humains d'Alarian

This commit is contained in:
Maxime Moraine 2021-03-17 16:22:22 +01:00
parent 94710e3e64
commit 4acabeeaf5
6 changed files with 93 additions and 7 deletions

View file

@ -29,6 +29,13 @@
}
}
.community {
@extend .block-highlight;
border-color: $color-gold;
border-left: 2px solid $color-gold;
border-right: 2px solid $color-gold;
}
.theme--dark {
.dragon {
background-color: darken($color-dragon, 20);