Skip to content

Commit

Permalink
2024 info added, kbd style
Browse files Browse the repository at this point in the history
  • Loading branch information
damian-krawczyk committed Jan 15, 2024
1 parent 4c0f3aa commit 3d01085
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions stylesheets/asciidoc-style-crc.css
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

0 comments on commit 3d01085

Please sign in to comment.