diff --git a/assets/css/app.css b/assets/css/app.css index 97b25d9..5017cc7 100644 --- a/assets/css/app.css +++ b/assets/css/app.css @@ -32,6 +32,7 @@ --cotech-white: white; --cotech-black: #000000; --cotech-light-grey: #646464; + --cotech-blue: #2DA9D7; } * { @@ -60,6 +61,11 @@ h1, h2, h3, h4, h5, h6 { font-weight: 400; } +h1, h2 { + border-left: 4px solid var(--cotech-blue); + padding-left: var(--space-xs); +} + h3.title { font-family: "open_sansregular", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; color: var(--cotech-white);