Skip to content

Commit cdb95cd

Browse files
author
Damian Martinez Gelabert
committed
Tighten button text size
1 parent dd59235 commit cdb95cd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dist/styles/api-console-dark-theme.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1251,7 +1251,7 @@ th {
12511251
border-width: 0 0 1px 1px;
12521252
background: rgba(0, 0, 0, 0.4);
12531253
color: #fff;
1254-
font-size: 13px;
1254+
font-size: 11px;
12551255
font-weight: 700;
12561256
letter-spacing: 0.05em;
12571257
text-decoration: none;

dist/styles/api-console-light-theme.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1251,7 +1251,7 @@ th {
12511251
border-width: 0 0 1px 1px;
12521252
background: rgba(0, 0, 0, 0.4);
12531253
color: #fff;
1254-
font-size: 13px;
1254+
font-size: 11px;
12551255
font-weight: 700;
12561256
letter-spacing: 0.05em;
12571257
text-decoration: none;

src/scss/_header.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
background: rgba(0,0,0,0.4);
3131
color: #fff;
32-
font-size: 13px;
32+
font-size: 11px;
3333
font-weight: 700;
3434
letter-spacing: 0.05em;
3535
text-decoration: none;

0 commit comments

Comments
 (0)