Skip to content

Commit f063f36

Browse files
committed
updated font references
1 parent 3396a5b commit f063f36

3 files changed

Lines changed: 11 additions & 5 deletions

File tree

app/assets/stylesheets/blocks/_buttons.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,6 @@
5959
}
6060

6161
.btn:disabled {
62-
background-color: tint-color($color-primary-background, 40%);
62+
background-color: lighten($color-primary-background, 40%);
6363
border: none;
6464
}

app/assets/stylesheets/blocks/_forms.scss

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,10 @@
1717
}
1818

1919
.form-check-label {
20-
padding-left: 5px;
20+
padding-left: 2px;
21+
font-weight: 400;
22+
}
23+
24+
.form-check-label-bold {
25+
font-weight: 700;
2126
}

app/assets/stylesheets/blocks/_html.scss

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,13 @@ legend {
7171

7272
a {
7373
color: $color-link-text;
74+
&:hover {
75+
color: $color-link-hover-text;
76+
}
7477
}
7578

7679
h1, h2, h3, h4, h5, h6 {
77-
/* font-family: "GillSansLight"; */
80+
font-family: "Cabin";
7881
color: $color-heading-text;
7982
}
8083

@@ -92,5 +95,3 @@ https://github.com/twbs/bootstrap/pull/29793#issuecomment-1814683346
9295
text-justify: inter-word;
9396
}
9497

95-
96-

0 commit comments

Comments
 (0)