mirror of
https://github.com/gcushen/hugo-academic.git
synced 2025-07-26 19:15:16 +02:00
feat(style): make it obvious that toggled text is not body text
This commit is contained in:
parent
6110bcf371
commit
92cd830811
1 changed files with 11 additions and 0 deletions
|
@ -33,3 +33,14 @@ summary:focus {
|
|||
// Override Webkit setting an outline.
|
||||
outline: none;
|
||||
}
|
||||
|
||||
// Make it obvious that toggled text is toggled and not body text.
|
||||
details p {
|
||||
margin-left: 0.3rem;
|
||||
padding-left: 0.5rem;
|
||||
border-left: 1px solid rgba(0, 0, 0, 0.8);
|
||||
}
|
||||
|
||||
.dark details p {
|
||||
border-left: 1px solid rgba(255, 255, 255, 0.8);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue