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:
parent
fc5e3cad66
commit
71ab024b95
9 changed files with 86 additions and 14 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue