fix: devlog background fade in light mode
This commit is contained in:
parent
64031e4883
commit
ceecd3f5be
1 changed files with 3 additions and 4 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue