Skip to content

Commit e4de870

Browse files
committed
Fix font styes
1 parent 7f6e770 commit e4de870

File tree

5 files changed

+19
-15
lines changed

5 files changed

+19
-15
lines changed

styles/global.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

styles/partials/layout/layout.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,3 +87,7 @@ h5 {
8787
margin: 2rem;
8888
font-weight: normal;
8989
}
90+
91+
a {
92+
font-weight: 500;
93+
}

styles/partials/layout/titlebar.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* titlebar */
22
.custom-titlebar {
3-
font-family: Arial, Helvetica, sans-serif;
43
color: white !important;
4+
font-weight: 500 !important;
55
}
66

77
/* controls */

0 commit comments

Comments
 (0)