diff --git a/src/main/resources/static/index.html b/src/main/resources/static/index.html index 46691f6..e2b231e 100644 --- a/src/main/resources/static/index.html +++ b/src/main/resources/static/index.html @@ -14,6 +14,8 @@ --lightblue: #008997; --diyColors: #d2c7c7; + + --diyFont: #504747; /* RADII */ --button-radius: 0.7rem; @@ -39,6 +41,7 @@ } .form__title { + font-style: var(--diyFont); font-weight: 300; margin: 0 0 1.25rem; }