mirror of
https://github.com/em-squared/5e-drs.git
synced 2025-11-01 05:54:19 +00:00
style light et dark
This commit is contained in:
parent
fc5e3cad66
commit
71ab024b95
9 changed files with 86 additions and 14 deletions
|
|
@ -14,3 +14,25 @@
|
|||
.source {
|
||||
font-size: 0.8rem;
|
||||
}
|
||||
|
||||
.theme--light {
|
||||
h1, h2 {
|
||||
color: $color-dragon;
|
||||
}
|
||||
|
||||
h2 {
|
||||
border-bottom: 1px solid $color-dragon;
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
|
||||
h3, h4, h5, h6 {
|
||||
color: $color-hero;
|
||||
}
|
||||
}
|
||||
|
||||
.theme--dark {
|
||||
h2 {
|
||||
border-bottom: 1px solid #fff;
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue