style: update emphasis colors
This commit is contained in:
parent
f7c0127c3c
commit
ab014d4e8a
2 changed files with 4 additions and 3 deletions
|
@ -15,10 +15,11 @@
|
|||
--color-brand-blue-5: #3964e6;
|
||||
|
||||
--color-brand-complement: orange;
|
||||
--color-brand-complement-dark: #a36a00;
|
||||
/* --color-brand-complement-dark: #a36a00; */
|
||||
--color-brand-complement-dark: #f27348;
|
||||
|
||||
--ayo-gradient: linear-gradient(45deg, #3054bf, #416fff);
|
||||
--text-color-dark: #232323;
|
||||
--text-color-dark: #404040;
|
||||
--text-color-dark-faded: #555;
|
||||
--text-color-light: #f8f9fa;
|
||||
--text-color-light-faded: #999;
|
||||
|
|
|
@ -95,7 +95,7 @@ import now from '../constants/now.json'
|
|||
background: var(--ayo-gradient);
|
||||
background-size: 500% 500%;
|
||||
animation: pulse 15s ease-in-out infinite;
|
||||
border-bottom: 1px solid var(--color-brand-blue-1);
|
||||
border-bottom: 1px solid var(--color-brand-blue-3);
|
||||
}
|
||||
|
||||
.highlighted-section__content {
|
||||
|
|
Loading…
Reference in a new issue