Small refactor

This commit is contained in:
garronej 2023-02-27 10:13:07 +01:00
parent 7b231748a2
commit 34868a4153
15 changed files with 12 additions and 7 deletions

View file

@ -0,0 +1,16 @@
.my-color {
color: red;
}
.my-font {
font-family: 'Work Sans';
}
.my-root-class {
background: white;
}
.my-root-class body {
background: url(./assets/background.svg) no-repeat center center fixed;
}