From 66ac78368a2601225f58f366a883ef8ed3aa8484 Mon Sep 17 00:00:00 2001 From: Andriy Tyurnikov Date: Sat, 11 Nov 2023 03:10:32 +0200 Subject: [PATCH] :zap: glow less --- src/app.css | 18 +++++++++--------- src/routes/+page.svelte | 23 +++++++++++++++++------ tailwind.config.js | 1 + 3 files changed, 27 insertions(+), 15 deletions(-) diff --git a/src/app.css b/src/app.css index 0267d76..149dee6 100644 --- a/src/app.css +++ b/src/app.css @@ -75,7 +75,7 @@ #28282800 50%, /* transparentize(darken($screen-background, 10), 0.75) 50% */ - #24242466 50% + #24242466 75% ), linear-gradient( 90deg, @@ -100,17 +100,17 @@ @keyframes glow { from { text-shadow: - 0 0 8px #ffcc00c0, - 0 0 16px #ffcc0080, - 0 0 24px #ffb00060, - 0 0 32px #ffb00060; + 0 0 8px #d69300a0, + 0 0 16px #d6930080, + 0 0 24px #d6930060, + 0 0 32px #d6930060; } to { text-shadow: - 0 0 12px #ffcc0040, - 0 0 24px #ffb00040, - 0 0 36px #ffb00040, - 0 0 48px #ffb00040; + 0 0 12px #d6930060, + 0 0 24px #d6930060, + 0 0 36px #d6930060, + 0 0 48px #d6930060; } } } \ No newline at end of file diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index b25169f..678465a 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -1,6 +1,9 @@

- RUBAKAS   + RUBAKAS +   +

@@ -11,7 +14,7 @@ rel="noopener" > - + + +
diff --git a/tailwind.config.js b/tailwind.config.js index feb82e7..a34aa82 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -47,6 +47,7 @@ export default { 'berkeley-10-grid': '58.8235px', 'berkeley-11-grid': '64.7059px', 'berkeley-12-grid': '70.5882px', + 'berkeley-16-grid': '94.1176px', }, lineHeight: { '1': '0.25rem',