Compare commits

...

2 commits

4 changed files with 6 additions and 7 deletions

View file

@ -19,7 +19,7 @@
--font-family-titles: "AcPlus IBM VGA 9x16", monospace;
// --font-family-titles: "Maple Mono", monospace;
// --font-family-titles: "Pixel Code", monospace;
--line-height: 1.40rem;
--line-height: 2.00rem;
--border-thickness: 2px;
--text-color: #333;
--text-color-alt: #666;

View file

@ -1,5 +1,5 @@
---
.title = "Devlog - 2024",
.title = "Devlog 2024",
.date = @date("2024-01-01T00:00:00"),
.author = "CJ van den Berg",
.layout = "devlog.shtml",

View file

@ -1,5 +1,5 @@
---
.title = "Devlog - 2025",
.title = "Devlog 2025",
.date = @date("2025-01-01T00:00:00"),
.author = "CJ van den Berg",
.layout = "devlog.shtml",

View file

@ -20,16 +20,15 @@
}
@keyframes pulse-div {
0%,
100% {
background-color: #222;
background-color: var(--background-color);
}
50% {
background-color: #111;
background-color: var(--background-color-alt);
}
}
</style>
</head>
<body id="body">