-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* New workflow for adding newly opened issues to the CommITCrowd project Perhaps the title says it all. This is a really simple workflow, and it's open for any changes or adjustments * feat: Hide phone number if not filled in in Contentful * Add introduction information to the website (#376) * make default image with based on size of parent (#383) * Update board color (#382) * Automatically compute CYMK, RGB color from HEX (#385) --------- Co-authored-by: Silas Peters <[email protected]> Co-authored-by: Sem van Nieuwenhuizen <[email protected]> Co-authored-by: sam32123 <[email protected]>
- Loading branch information
1 parent
a8c6765
commit b9fc6d5
Showing
3 changed files
with
55 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,4 @@ | |
User Global Variables | ||
*******************************/ | ||
|
||
@primaryColor: #61518f; | ||
@primaryColor: #197052; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -147,6 +147,8 @@ sup { | |
|
||
img { | ||
border-style: none; | ||
max-width: 100%; | ||
height: auto; | ||
} | ||
|
||
/* Forms | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters