Skip to content

Commit e8ebf2a

Browse files
style improvements
1 parent b92931d commit e8ebf2a

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

Diff for: arduino-ide-extension/src/browser/style/fonts.css

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
@font-face {
22
font-family: 'Open Sans';
3-
font-style: normal;
4-
font-weight: 300;
5-
src: url('fonts/OpenSans-Regular-webfont.woff') format('woff');
3+
src: url('fonts/OpenSans-Bold-webfont.woff') format('woff');
64
}
75

86
@font-face {
Binary file not shown.

Diff for: arduino-ide-extension/src/browser/style/index.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ button.theia-button,
6969
justify-content: center;
7070
cursor: pointer;
7171
letter-spacing: .01em;
72-
line-height: 23.8px;
72+
line-height: 24px;
7373
outline: none;
7474
padding: 0 16px;
7575
position: relative;
@@ -93,7 +93,7 @@ button.theia-button {
9393
}
9494

9595
button.theia-button.secondary {
96-
border: 1.5px solid var(--theia-secondaryButton-foreground);
96+
border: 2px solid var(--theia-secondaryButton-foreground);
9797
}
9898

9999
button.theia-button[disabled], .theia-button[disabled] {

0 commit comments

Comments
 (0)