mirror of
https://github.com/em-squared/5e-drs.git
synced 2025-12-16 23:20:14 +00:00
* Correction de l'impression en mode nuit
* Correction de l'impression du bestiaire personnel fix #17
This commit is contained in:
parent
7f6ae54432
commit
b556690f7d
2 changed files with 13 additions and 1 deletions
|
|
@ -64,4 +64,16 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
.theme--dark {
|
||||
&.v-application {
|
||||
background-color: #fff;
|
||||
color: #000;
|
||||
|
||||
h1, h2, h3, h4, h5, h6, a {
|
||||
color: $color-dragon;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue