-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.scss
33 lines (24 loc) · 1.21 KB
/
styles.scss
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
/*-- scss:defaults --*/
h2, .h2 {
border-bottom: 0px !important;
padding-bottom: .5rem;
}
a.nav-link.active {
color: rgb(191, 243, 20) !important
}
h5.no-anchor.card-title.listing-title {
color: rgb(7, 0, 199)
}
// Sass Variables
// https://quarto.org/docs/output-formats/html-themes.html#sass-variables
/* Colors */
$body-bg: #FFFFFF;
$body-color: rgb(55, 58, 60);
$link-color: rgb(39, 128, 227);
@import url('https://fonts.googleapis.com/css2?family=Grey+Qo&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Grey+Qo&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins: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&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
/* Fonts */
$font-family-sans-serif: "Source Sans Pro", -apple-system, "system-ui", "Segoe UI", Roboto, Montserrat, Poppins, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
$font-size-root: 17px;
// how to use web fonts
// https: //gist.github.com/jthomasmock/3f5d0e012a37c01eaa7bcda173f65a28