Skip to content

Commit 10b5201

Browse files
authored
Adding styling for tables. (#81)
1 parent b3a6a5c commit 10b5201

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

theme/src/main/assets/assets/stylesheets/pekko-theme.css

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,3 +80,16 @@ pre:hover .snippet-button.go-to-source::before {
8080
a.snippet-button.go-to-source:hover::before, .snippet-button.go-to-source:active::before {
8181
color: #ff9100;
8282
}
83+
84+
/* style for tables */
85+
tbody th {
86+
font-weight: bold;
87+
}
88+
89+
tbody th, tbody td {
90+
padding: 5px;
91+
}
92+
93+
tbody tr:nth-child(even) {
94+
background-color: #eaeaea;
95+
}

0 commit comments

Comments
 (0)