diff --git a/src/pages/resources/index.astro b/src/pages/resources/index.astro index 41549ab..b958ee6 100644 --- a/src/pages/resources/index.astro +++ b/src/pages/resources/index.astro @@ -2,7 +2,7 @@ import Layout from '../../layouts/Layout.astro' --- - +

Design Resources

@@ -138,7 +138,7 @@ import Layout from '../../layouts/Layout.astro' for: Body text
HEX: #FFFFFF
- RGB (255,255,255)
+ RGB (122,120,121)
@@ -156,18 +156,18 @@ import Layout from '../../layouts/Layout.astro'
-

LBL

+

YLW

HEX: #FED61E
- RGB (,,)
+ RGB (254,214,30)
-

CYN

+

LBL

HEX: #44B4E9
- RGB (,,)
+ RGB (68,180,233)
@@ -175,7 +175,7 @@ import Layout from '../../layouts/Layout.astro'

GRN

HEX: #008317
- RGB (,,)
+ RGB (0,131,23)
@@ -183,7 +183,7 @@ import Layout from '../../layouts/Layout.astro'

DBL

HEX: #002E5C
- RGB (,,)
+ RGB (0,46,92)
@@ -191,7 +191,7 @@ import Layout from '../../layouts/Layout.astro'

DTR

HEX: #003A3E
- RGB (,,)
+ RGB (0,58,26)
@@ -199,7 +199,7 @@ import Layout from '../../layouts/Layout.astro'

BRN

HEX: #6C2400
- RGB (,,)
+ RGB (108,36,0)
@@ -207,7 +207,15 @@ import Layout from '../../layouts/Layout.astro'

ONG

HEX: #FF9900
- RGB (,,)
+ RGB (255,153,0)
+
+
+
+
+

Gradient

+
+ linear-gradient( 95.7deg, #44b4e9 -2.12%, #008317 41.14%, #fed61e + 64.72%, #ff9900 77.58%, #6c2400 96.25% );