diff options
Diffstat (limited to 'assets')
| -rw-r--r-- | assets/css/components/hero.css | 18 | ||||
| -rw-r--r-- | assets/css/main.css | 2 | ||||
| -rw-r--r-- | assets/jsconfig.json | 10 |
3 files changed, 14 insertions, 16 deletions
diff --git a/assets/css/components/hero.css b/assets/css/components/hero.css index a1f93fc..9672ffd 100644 --- a/assets/css/components/hero.css +++ b/assets/css/components/hero.css @@ -16,12 +16,12 @@ #matrix-canvas { position: absolute; inset: 0; - opacity: 0.13; + opacity: 0.25; pointer-events: none; } html.theme-light #matrix-canvas { - opacity: 0.18; + opacity: 0.35; } .hero-content { @@ -77,20 +77,6 @@ html.theme-light #matrix-canvas { max-width: 400px; } -/* Scanlines effect on canvas */ -#matrix-canvas::after { - content: ''; - position: absolute; - inset: 0; - background: repeating-linear-gradient( - 0deg, - rgba(0, 0, 0, 0.15), - rgba(0, 0, 0, 0.15) 1px, - transparent 1px, - transparent 2px - ); - pointer-events: none; -} /* Ambient glow behind hero */ .hero::before { diff --git a/assets/css/main.css b/assets/css/main.css index 3c12d22..518e749 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -1,6 +1,8 @@ @import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@300;400;600&family=JetBrains+Mono:ital,wght@0,300;0,400;0,500;0,700;1,300&family=Oxanium:wght@700;800&display=swap'); @import 'variables.css'; +@import 'components/header.css'; +@import 'components/footer.css'; @import 'components/hero.css'; @import 'components/card.css'; @import 'components/feed.css'; diff --git a/assets/jsconfig.json b/assets/jsconfig.json new file mode 100644 index 0000000..377218c --- /dev/null +++ b/assets/jsconfig.json @@ -0,0 +1,10 @@ +{ + "compilerOptions": { + "baseUrl": ".", + "paths": { + "*": [ + "*" + ] + } + } +}
\ No newline at end of file |
