mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 07:47:54 +00:00
theme: add styles for Markdown definition lists #411
This commit is contained in:
parent
2dfe52e3bb
commit
c5d43c2621
1 changed files with 13 additions and 0 deletions
|
@ -45,6 +45,19 @@ th {
|
|||
font-weight: 600;
|
||||
}
|
||||
|
||||
ul {
|
||||
list-style: disc;
|
||||
}
|
||||
|
||||
dt {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
dd {
|
||||
display: list-item;
|
||||
list-style: circle;
|
||||
}
|
||||
|
||||
.default-animation{
|
||||
transition: all 0.35s ease;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue