Skip to content

Commit 89cfbed

Browse files
Small change to key-text class to try to force GithHub pages to rebuilt the CSS
1 parent 35afbbc commit 89cfbed

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

assets/css/main.scss

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,16 @@
4141
"vendor/font-awesome/brands",
4242
"vendor/magnific-popup/magnific-popup"
4343
;
44+
4445
/* Custom styles for publication metadata */
4546
.publication-meta {
4647
font-size: 1.0em;
4748
}
4849

4950
.key-text {
50-
font-size: 1.3em !important;
51-
font-weight: bold;
51+
font-size: 1.25em !important;
52+
font-weight: bold !important;
53+
color: inherit;
5254
}
5355

5456
.larger-text {

0 commit comments

Comments
 (0)