We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b9f344 commit ecf0e4aCopy full SHA for ecf0e4a
1 file changed
‎src/scss/atomic-package/parts/_base.scss‎
@@ -2,23 +2,23 @@
2
:not(pre) > kbd,
3
:not(pre) > samp {
4
font-size: 12px;
5
- font-family: Consolas,monospace,serif;
6
- color: #D05;
+ font-family: Consolas, monospace, serif;
+ color: #d05;
7
white-space: nowrap;
8
padding: 0 4px;
9
- border: 1px solid #E5E5E5;
+ border: 1px solid #e5e5e5;
10
border-radius: 3px;
11
background: #fafafa;
12
}
13
14
pre {
15
padding: 10px;
16
17
- font: 12px/18px Consolas,monospace,serif;
+ font: 12px/18px Consolas, monospace, serif;
18
color: #666;
19
-moz-tab-size: 4;
20
tab-size: 4;
21
overflow: auto;
22
23
24
0 commit comments