mirror of
https://github.com/Unkn0wnCat/KevinK.dev.js.git
synced 2025-05-29 08:46:38 +02:00
Update "The Confusing Conversation"
This commit is contained in:
parent
be65fc12e4
commit
8e46643824
2 changed files with 49 additions and 5 deletions
|
@ -64,6 +64,7 @@ $aboutCVShadow: 0 0 15px 0 var(--color-accent-shadow-profile);
|
|||
)};
|
||||
--color-text: #{map.get($theme, "text")};
|
||||
--color-border: rgba(0, 0, 0, 0.25);
|
||||
--color-fake-link: #{map.get($theme, "blue")};
|
||||
|
||||
--color-skill-1: #{map.get($theme, "red")};
|
||||
--color-skill-2: #{map.get($theme, "orange")};
|
||||
|
@ -99,6 +100,7 @@ $aboutCVShadow: 0 0 15px 0 var(--color-accent-shadow-profile);
|
|||
)};
|
||||
--color-text: #{map.get($theme-light, "text")};
|
||||
--color-accent-shadow: #{rgba(map.get($theme, "accent"), 0.3)};
|
||||
--color-fake-link: #{map.get($theme-light, "blue")};
|
||||
|
||||
--color-skill-1: #{map.get($theme-light, "red")};
|
||||
--color-skill-2: #{map.get($theme-light, "orange")};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue