darkmode
This commit is contained in:
@@ -41,10 +41,10 @@ watchEffect(pulse)
|
||||
|
||||
@keyframes pulse {
|
||||
0% {
|
||||
background-color: gray;
|
||||
background-color: #888;
|
||||
}
|
||||
100% {
|
||||
background-color: white;
|
||||
background-color: inherit;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user