mirror of
https://git.coop/cotech/website.git
synced 2025-12-18 09:07:32 +00:00
Add blue border to headings
This commit is contained in:
@ -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);
|
||||
|
||||
Reference in New Issue
Block a user