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

adoucissement des couleurs en mode nocturne

This commit is contained in:
Maxime Moraine 2020-05-26 19:30:08 +02:00
parent 8b97bc109b
commit 2960c09d3f
4 changed files with 12 additions and 3 deletions

View file

@ -48,3 +48,12 @@
ul {
margin-bottom: 16px;
}
.theme--dark.v-application {
color: #ddd;
background-color: #333;
h1, h2, h3, h4, h5, h6, table thead, strong {
color: #eee;
}
}