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:
parent
8b97bc109b
commit
2960c09d3f
4 changed files with 12 additions and 3 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue