mirror of
https://github.com/Alvin-Zilverstand/novatorem.git
synced 2026-03-07 05:48:15 +01:00
Prepare for Heroku deployment
- Heroku will bind the app to $PORT - Add parameter to API to be able to customize the background color of the svg - Add parameter to API to be able to customize the border color of the svg - Add SetUp.md section on how to customize your card with URL parameters Update SetUp.md with a section on how to customize the card
This commit is contained in:
committed by
Andrew Novac
parent
235e94efd4
commit
883abaca0c
@@ -18,7 +18,8 @@
|
||||
.container {
|
||||
border-radius: 5px;
|
||||
padding: 10px 10px 10px 0px;
|
||||
background-color:#181414;
|
||||
background-color: #{{background_color}};
|
||||
border: 1px solid #{{border_color}};
|
||||
}
|
||||
|
||||
.art {
|
||||
|
||||
|
Before Width: | Height: | Size: 4.7 KiB After Width: | Height: | Size: 4.8 KiB |
Reference in New Issue
Block a user