feat: Apply themes on specific events (#227)

Signed-off-by: oSumAtrIX <johan.melkonyan1@web.de>
This commit is contained in:
madkarmaa
2024-08-13 13:18:56 +02:00
committed by oSumAtrIX
parent f428902773
commit bc8e19e0e7
30 changed files with 2068 additions and 1701 deletions

View File

@@ -24,7 +24,7 @@
height: 100%;
border-radius: 50%;
border: 4.5px solid transparent;
border-top-color: var(--accent-color);
border-top-color: var(--primary);
animation: spinner 0.6s linear infinite;
}
</style>