Removed console log & debug message

This commit is contained in:
2022-08-09 01:03:32 +02:00
parent fde8fd9259
commit f8196b162e
5 changed files with 2 additions and 16 deletions

View File

@@ -24,6 +24,7 @@ body {
background: var(--background-color);
color: var(--text-color);
// TODO probably explicitly define
* {
transition: 0.5s ease;
}