Compare commits
2 commits
64031e4883
...
6c240c6c26
Author | SHA1 | Date | |
---|---|---|---|
6c240c6c26 | |||
ceecd3f5be |
4 changed files with 6 additions and 7 deletions
|
@ -19,7 +19,7 @@
|
||||||
--font-family-titles: "AcPlus IBM VGA 9x16", monospace;
|
--font-family-titles: "AcPlus IBM VGA 9x16", monospace;
|
||||||
// --font-family-titles: "Maple Mono", monospace;
|
// --font-family-titles: "Maple Mono", monospace;
|
||||||
// --font-family-titles: "Pixel Code", monospace;
|
// --font-family-titles: "Pixel Code", monospace;
|
||||||
--line-height: 1.40rem;
|
--line-height: 2.00rem;
|
||||||
--border-thickness: 2px;
|
--border-thickness: 2px;
|
||||||
--text-color: #333;
|
--text-color: #333;
|
||||||
--text-color-alt: #666;
|
--text-color-alt: #666;
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
.title = "Devlog - 2024",
|
.title = "Devlog 2024",
|
||||||
.date = @date("2024-01-01T00:00:00"),
|
.date = @date("2024-01-01T00:00:00"),
|
||||||
.author = "CJ van den Berg",
|
.author = "CJ van den Berg",
|
||||||
.layout = "devlog.shtml",
|
.layout = "devlog.shtml",
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
.title = "Devlog - 2025",
|
.title = "Devlog 2025",
|
||||||
.date = @date("2025-01-01T00:00:00"),
|
.date = @date("2025-01-01T00:00:00"),
|
||||||
.author = "CJ van den Berg",
|
.author = "CJ van den Berg",
|
||||||
.layout = "devlog.shtml",
|
.layout = "devlog.shtml",
|
||||||
|
|
|
@ -20,16 +20,15 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
@keyframes pulse-div {
|
@keyframes pulse-div {
|
||||||
|
|
||||||
0%,
|
0%,
|
||||||
100% {
|
100% {
|
||||||
background-color: #222;
|
background-color: var(--background-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
50% {
|
50% {
|
||||||
background-color: #111;
|
background-color: var(--background-color-alt);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body id="body">
|
<body id="body">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue