Skip to content

Commit 0892dec

Browse files
author
Phil Bennett
committed
Styling tweaks
1 parent 5e0a99e commit 0892dec

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

docs/_sass/base/_typography.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@
157157
border: none;
158158
border-radius: 0;
159159
font-family: _font(family-fixed);
160-
font-size: 0.85em;
160+
font-size: 0.9em;
161161
margin: 0 0.25em;
162162
padding: 0.35em 0.75em;
163163
color: _palette(accent3);
@@ -166,7 +166,7 @@
166166
pre {
167167
-webkit-overflow-scrolling: touch;
168168
font-family: _font(family-fixed);
169-
font-size: 0.9em;
169+
font-size: 0.95em;
170170
margin: 0 0 _size(element-margin) 0;
171171
background: _palette(border-bg);
172172
overflow: hidden;

docs/assets/css/pygments.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ code.highlighter-rouge {
33
color: #f9e2af;
44
background: #11111b;
55
padding: 0.35em 0.75em;
6-
font-size: 0.9em;
6+
font-size: 0.85em;
77
}
88

99
.highlighter-rouge {
@@ -122,7 +122,7 @@ code.highlighter-rouge {
122122
border: none !important;
123123
border-radius: 0 !important;
124124
color: inherit !important;
125-
font-size: 0.95em !important;
125+
font-size: 0.85em !important;
126126
line-height: 1.6 !important;
127127
margin: 0 !important;
128128
padding: 1.25em 1.75em !important;

docs/assets/css/syntax-dark.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ code.highlighter-rouge {
33
color: #f2cc60;
44
background: #21262d;
55
padding: 0.35em 0.75em;
6-
font-size: 0.9em;
6+
font-size: 0.85em;
77
}
88

99
.highlighter-rouge {
@@ -102,7 +102,7 @@ code.highlighter-rouge {
102102
border: none !important;
103103
border-radius: 0 !important;
104104
color: inherit !important;
105-
font-size: 0.95em !important;
105+
font-size: 0.85em !important;
106106
line-height: 1.6 !important;
107107
margin: 0 !important;
108108
padding: 1.25em 1.75em !important;

0 commit comments

Comments
 (0)