add miligram to a better design

This commit is contained in:
Julien Calixte
2023-07-26 17:43:21 +02:00
parent 00ccbe21a7
commit 1f49b0f755
13 changed files with 159 additions and 63 deletions

View File

@@ -1,8 +1,8 @@
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif&display=swap');
:root {
--background-color: #002992;
--background-color-no-focus: #abbbdf;
--primary-color: #002992;
--primary-color-no-focus: #abbbdf;
--color: white;
}
@@ -12,13 +12,13 @@
body {
font-size: 28px;
font-family: "Noto Serif", serif;
font-family: 'Noto Serif', serif;
margin: 0;
}
header {
text-align: center;
color: var(--background-color);
color: var(--primary-color);
}
main {