Skip to content
Snippets Groups Projects

Resolve "Use material dark theme colors"

Merged Lukas Mauß requested to merge 284-use-material-dark-theme-colors into master
Viewing commit 3a9a1eec
Show latest version
5 files
+ 14
13
Compare changes
  • Side-by-side
  • Inline
Files
5
@@ -10,7 +10,7 @@
@@ -10,7 +10,7 @@
font-weight: bold;
font-weight: bold;
text-align: center;
text-align: center;
letter-spacing: 10px;
letter-spacing: 10px;
color: var(--on-surface);
color: var(--secondary);
animation: moveInLeft 2s ease-out;
animation: moveInLeft 2s ease-out;
padding-top: 10px;
padding-top: 10px;
}
}