eww
This commit is contained in:
parent
863b0522ec
commit
6c4b9dab68
5 changed files with 72 additions and 22 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue