Compare commits

..

No commits in common. "6c240c6c262fa979c699cd3caf39691d2705b303" and "64031e488398e8d9dab505414dc5c3cf639a0bfa" have entirely different histories.

4 changed files with 7 additions and 6 deletions

View file

@ -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: 2.00rem; --line-height: 1.40rem;
--border-thickness: 2px; --border-thickness: 2px;
--text-color: #333; --text-color: #333;
--text-color-alt: #666; --text-color-alt: #666;

View file

@ -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",

View file

@ -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",

View file

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