This commit is contained in:
KoenDR06 2025-03-18 16:57:39 +01:00
parent 863b0522ec
commit 6c4b9dab68
5 changed files with 72 additions and 22 deletions

View file

@ -3,7 +3,7 @@ $text-color: rgba(255, 255, 255, 1);
$main-color: rgba(255, 0, 0, 1);
$accent-color: rgba(0, 255, 0, 1);
$font-size: 2.5rem;
$font-size: 1.25rem;
* {
margin: 0.25rem;
@ -15,3 +15,7 @@ window {
font-size: $font-size;
}
.workspace {
background: rgba(0, 0, 0, 0);
}