website
git clone https://git.pyrossh.dev/website
木 Personal website of pyrossh. Built with astrojs, shiki, vite.
assets/css/workers/cv.css
| 44991dd | 1 | /* Nested under .cv-page — this ships in the site-wide bundle.css, and a |
| 44991dd | 2 | bare h1/.pdf selector would otherwise leak onto every other page's |
| 44991dd | 3 | h1/.pdf, the same mistake posts-index.css made before it got dropped |
| 44991dd | 4 | from the merge entirely (see eleventy.config.js's CSS_FILES_TO_MERGE |
| 44991dd | 5 | comment). */ |
| 44991dd | 6 | .cv-page { |
| df4fd17 | 7 | h1 { |
| df4fd17 | 8 | display: flex; |
| df4fd17 | 9 | align-items: flex-start; |
| df4fd17 | 10 | font-weight: 800; |
| ada6e53 | 11 | font-size: var(--fs-hero-xl); |
| df4fd17 | 12 | margin-bottom: 1rem; |
| df4fd17 | 13 | |
| 44991dd | 14 | a { |
| df4fd17 | 15 | margin-left: 0.4rem; |
| df4fd17 | 16 | margin-top: 0.8rem; |
| df4fd17 | 17 | color: var(--color-link); |
| df4fd17 | 18 | } |
| df4fd17 | 19 | } |
| df4fd17 | 20 | |
| df4fd17 | 21 | .pdf { |
| df4fd17 | 22 | border: 1px solid black; |
| 44991dd | 23 | } |
| 44991dd | 24 | } |