Skip to content

Commit fbb088f

Browse files
committed
Update CSS related to the terminal tutorial
1 parent c2b9471 commit fbb088f

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

tutorials/the-terminal/index.html

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,12 @@
4242
padding: 1px 2px;
4343
}
4444

45-
kbd, code {
46-
font-size: 1rem;
45+
code {
46+
background-color: transparent;
47+
}
48+
49+
code .small-caps {
50+
font-weight: bold;
4751
}
4852

4953
dd {
@@ -56,6 +60,17 @@
5660
padding-left: 8px;
5761
line-height: 32px;
5862
}
63+
64+
samp {
65+
font-family: monospace;
66+
font-size: 1rem;
67+
}
68+
69+
.small-caps {
70+
letter-spacing: .025rem;
71+
/* font-size: 1.125rem; */
72+
font-variant: small-caps;
73+
}
5974
</style>
6075
</head>
6176
<body>

0 commit comments

Comments
 (0)