This is an automated email from the ASF dual-hosted git repository.
fanningpj pushed a commit to branch main
in repository
https://gitbox.apache.org/repos/asf/incubator-pekko-sbt-paradox.git
The following commit(s) were added to refs/heads/main by this push:
new 10b5201 Adding styling for tables. (#81)
10b5201 is described below
commit 10b5201348a415c49885fe8040256fb8e52b856d
Author: Samuele Resca <[email protected]>
AuthorDate: Mon Nov 13 21:25:24 2023 +0000
Adding styling for tables. (#81)
---
theme/src/main/assets/assets/stylesheets/pekko-theme.css | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/theme/src/main/assets/assets/stylesheets/pekko-theme.css
b/theme/src/main/assets/assets/stylesheets/pekko-theme.css
index b9c0ea1..f9f938b 100644
--- a/theme/src/main/assets/assets/stylesheets/pekko-theme.css
+++ b/theme/src/main/assets/assets/stylesheets/pekko-theme.css
@@ -80,3 +80,16 @@ pre:hover .snippet-button.go-to-source::before {
a.snippet-button.go-to-source:hover::before,
.snippet-button.go-to-source:active::before {
color: #ff9100;
}
+
+/* style for tables */
+tbody th {
+ font-weight: bold;
+}
+
+tbody th, tbody td {
+ padding: 5px;
+}
+
+tbody tr:nth-child(even) {
+ background-color: #eaeaea;
+}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]