This is an automated email from the ASF dual-hosted git repository. fanningpj pushed a commit to branch css-update in repository https://gitbox.apache.org/repos/asf/incubator-pekko-site.git
commit 8552594e2cd2b660eda8e2788474c5d578ecd9d4 Author: PJ Fanning <[email protected]> AuthorDate: Mon Nov 13 22:33:15 2023 +0100 uptake css --- content/assets/stylesheets/pekko-theme.css | 13 +++++++++++++ project/plugins.sbt | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/content/assets/stylesheets/pekko-theme.css b/content/assets/stylesheets/pekko-theme.css index b9c0ea1d..f9f938b3 100644 --- a/content/assets/stylesheets/pekko-theme.css +++ b/content/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; +} diff --git a/project/plugins.sbt b/project/plugins.sbt index af77cca0..e0b33995 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -17,4 +17,4 @@ resolvers += Resolver.ApacheMavenSnapshotsRepo -addSbtPlugin("org.apache.pekko" % "pekko-sbt-paradox" % "1.0.0+5-b3a6a5ce-SNAPSHOT") +addSbtPlugin("org.apache.pekko" % "pekko-sbt-paradox" % "1.0.0+6-10b52013-SNAPSHOT") --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
