|
1 | 1 | :root {
|
2 | 2 | --theme-color: #0284c7;
|
3 | 3 | --theme-secondary-color: #14b8a6;
|
4 |
| - |
5 | 4 | --theme-hover-color: #0ea5e9;
|
6 | 5 | }
|
7 | 6 |
|
| 7 | +@font-face { |
| 8 | + font-family: 'Material Icons'; |
| 9 | + font-style: normal; |
| 10 | + font-weight: 400; |
| 11 | + src: url(/assets/fonts/material-icons.woff2) format('woff2'); |
| 12 | +} |
| 13 | +@font-face { |
| 14 | + font-family: 'Roboto Mono'; |
| 15 | + font-style: normal; |
| 16 | + font-weight: 400; |
| 17 | + src: url(/assets/fonts/roboto-mono-400.woff2) format('woff2'); |
| 18 | + unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; |
| 19 | +} |
| 20 | +@font-face { |
| 21 | + font-family: 'Source Sans Pro'; |
| 22 | + font-style: normal; |
| 23 | + font-weight: 300; |
| 24 | + src: url(/assets/fonts/source-sans-pro-300.woff2) format('woff2'); |
| 25 | + unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; |
| 26 | +} |
| 27 | +@font-face { |
| 28 | + font-family: 'Source Sans Pro'; |
| 29 | + font-style: normal; |
| 30 | + font-weight: 400; |
| 31 | + src: url(/assets/fonts/source-sans-pro-400.woff2) format('woff2'); |
| 32 | + unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; |
| 33 | +} |
| 34 | +@font-face { |
| 35 | + font-family: 'Source Sans Pro'; |
| 36 | + font-style: normal; |
| 37 | + font-weight: 600; |
| 38 | + src: url(/assets/fonts/source-sans-pro-600.woff2) format('woff2'); |
| 39 | + unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; |
| 40 | +} |
| 41 | + |
| 42 | +.material-icons { |
| 43 | + font-family: 'Material Icons'; |
| 44 | + font-weight: normal; |
| 45 | + font-style: normal; |
| 46 | + font-size: 24px; |
| 47 | + line-height: 1; |
| 48 | + letter-spacing: normal; |
| 49 | + text-transform: none; |
| 50 | + display: inline-block; |
| 51 | + white-space: nowrap; |
| 52 | + word-wrap: normal; |
| 53 | + direction: ltr; |
| 54 | + -moz-font-feature-settings: 'liga'; |
| 55 | + -moz-osx-font-smoothing: grayscale; |
| 56 | +} |
| 57 | + |
8 | 58 | .cover img {
|
9 | 59 | width: 300px;
|
10 | 60 | }
|
|
79 | 129 | margin: 0;
|
80 | 130 | }
|
81 | 131 |
|
| 132 | +footer { |
| 133 | + display: flex; |
| 134 | + justify-content: center; |
| 135 | +} |
| 136 | + |
82 | 137 | /* Media queries for responsive design */
|
83 | 138 | @media screen and (max-width: 768px) {
|
84 | 139 | .cover img {
|
|
0 commit comments