File tree Expand file tree Collapse file tree 2 files changed +17
-11
lines changed Expand file tree Collapse file tree 2 files changed +17
-11
lines changed Original file line number Diff line number Diff line change @@ -136,14 +136,21 @@ h3.plumbing {
136
136
@include border-bottom-left-radius (3px );
137
137
@include border-bottom-right-radius (3px );
138
138
139
- input {
140
- width : 70px ;
141
- padding : 1px 3px ;
142
- font-size : 11px ;
143
- color : $font-color ;
144
- background-color : #f0efe8 ;
145
- border : solid 1px #e2e0d8 ;
146
- @include border-radius (1px );
139
+ p {
140
+ // `all` and `display` are for overriding the global style defined
141
+ // for <p> at the beginning of "typography.scss".
142
+ all : unset ;
143
+ display : block ;
144
+ color : $light-font-color ;
145
+ }
146
+
147
+ code {
148
+ user-select : all ;
149
+ }
150
+
151
+ span .prompt {
152
+ user-select : none ;
153
+ font-weight : bold ;
147
154
}
148
155
}
149
156
}
Original file line number Diff line number Diff line change 34
34
<!-- <li><a class="more" href="#">See more previous releases →</a></li> -->
35
35
</ ol >
36
36
< footer >
37
- < span class ="light "> Check your version of git by running< br > </ span >
38
- < strong > $</ strong >
39
- < input readonly type ="text " class ="copyable " value ="git --version " />
37
+ < p > Check your version of git by running</ p >
38
+ < code > < span class ="prompt "> $ </ span > git --version</ code >
40
39
</ footer >
41
40
</ div >
You can’t perform that action at this time.
0 commit comments