fix: devlog background fade in light mode

This commit is contained in:
CJ van den Berg 2025-07-17 09:29:33 +02:00
parent 64031e4883
commit ceecd3f5be
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9

View file

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