dedication css
This commit is contained in:
parent
aa8d88ef47
commit
c6e64a39b0
1 changed files with 5 additions and 0 deletions
|
@ -46,3 +46,8 @@ table {margin: .5em auto 1.5em auto; width: 98%;}
|
||||||
.entry-content table tr:nth-child(even) {
|
.entry-content table tr:nth-child(even) {
|
||||||
background-color: rgba(0,0,0,0.2);
|
background-color: rgba(0,0,0,0.2);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* This is to make the dedication slightly more compact */
|
||||||
|
.slug-index .entry-content p {
|
||||||
|
line-height: 0;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue