From 23f980cfb944e4a5242b571bc37c336aba6a3161 Mon Sep 17 00:00:00 2001 From: Damian Krawczyk Date: Fri, 19 Jan 2024 17:39:55 +0100 Subject: [PATCH] kbd red --- stylesheets/asciidoc-style-crc.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/stylesheets/asciidoc-style-crc.css b/stylesheets/asciidoc-style-crc.css index d71cf95..10c1350 100644 --- a/stylesheets/asciidoc-style-crc.css +++ b/stylesheets/asciidoc-style-crc.css @@ -12,12 +12,12 @@ div.tableblock > table, th { } kbd { - color: red; + color: #f7f7f7; font-size: .85em; - background-color: #f7f7f7; + background-color: red; border: 1px solid; -webkit-border-radius: 3px; border-radius: 3px; - border-color: red; + border-color: #fd5f5f; -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.2),0 0 0 .1em } \ No newline at end of file