26 lines
898 B
Plaintext
26 lines
898 B
Plaintext
/*
|
|
Put your custom overlay styles in here
|
|
You can use your northpass color palette in this file
|
|
|
|
{{ color_palette.button_font_color }}
|
|
{{ color_palette.button_color }}
|
|
{{ color_palette.button_hover_color }}
|
|
{{ color_palette.header_font_color }}
|
|
{{ color_palette.header_font_hover_color }}
|
|
{{ color_palette.header_color }}
|
|
*/
|
|
|
|
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
|
|
|
|
.np-homepage-headline, .np-card-content-title,
|
|
.np-dashboard-resources-title, .np-resource-title,
|
|
.np-top-title, .np-learning-path-banner-headline,
|
|
.np-card-heading, np-learning-path-certificate-name,
|
|
.np-text-title, .np-course-outline-title,
|
|
.np-card-heading, .np-text-title-bold {
|
|
font-family: 'Montserrat', sans-serif;
|
|
}
|
|
|
|
.np-card-ribbon {
|
|
background: #1BC74E;
|
|
} |