From 3d01085dceb8b3005175d349bd3b03591b469fc3 Mon Sep 17 00:00:00 2001 From: Damian Krawczyk Date: Mon, 15 Jan 2024 17:35:53 +0100 Subject: [PATCH] 2024 info added, kbd style --- stylesheets/asciidoc-style-crc.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/stylesheets/asciidoc-style-crc.css b/stylesheets/asciidoc-style-crc.css index 860ad6e..d71cf95 100644 --- a/stylesheets/asciidoc-style-crc.css +++ b/stylesheets/asciidoc-style-crc.css @@ -9,4 +9,15 @@ div.tableblock > table, th { position: sticky; top: 0; /* Don't forget this, required for the stickiness */ box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4); +} + +kbd { + color: red; + font-size: .85em; + background-color: #f7f7f7; + border: 1px solid; + -webkit-border-radius: 3px; + border-radius: 3px; + border-color: red; + -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.2),0 0 0 .1em } \ No newline at end of file