mirror of
https://github.com/jetzig-framework/jetzig.git
synced 2025-05-14 14:06:08 +00:00

Remove old bash script for setting up a new project, do everything in Zig to make it platform agnostic and give us an easy place to add scaffolding commands in future.
11 lines
171 B
CSS
11 lines
171 B
CSS
/* Root stylesheet. Load into your Zmpl template with:
|
|
*
|
|
* <link rel="stylesheet" href="/styles.css" />
|
|
*
|
|
*/
|
|
|
|
.message {
|
|
font-weight: bold;
|
|
font-size: 3rem;
|
|
}
|