1
0
Fork 0
mirror of https://github.com/em-squared/5e-drs.git synced 2025-12-17 15:40:37 +00:00

style light et dark

This commit is contained in:
Maxime Moraine 2020-04-16 18:08:21 +02:00
parent fc5e3cad66
commit 71ab024b95
9 changed files with 86 additions and 14 deletions

View file

@ -35,7 +35,7 @@ export default {
},
mounted () {
}
}
</script>
@ -60,4 +60,20 @@ export default {
}
}
}
.theme--dark {
.page-toc {
ul {
li {
a {
color: lighten($color-gray, 20);
&:hover {
color: lighten($color-dragon, 15);
}
}
}
}
}
}
</style>