This commit is contained in:
Magnus Åhall 2024-05-28 07:37:22 +02:00
parent 8dd4fcd197
commit c82c770246
10 changed files with 52 additions and 16 deletions

View file

@ -26,9 +26,12 @@ body {
}
h1,
h2 {
margin-top: 0px;
margin-bottom: 4px;
}
h1:first-child,
h2:first-child {
margin-top: 0px;
}
h1 {
font-size: 1.5em;
color: #fb4934;
@ -36,10 +39,11 @@ h1 {
}
h2 {
font-size: 1.25em;
color: #b8bb26;
font-weight: 500;
}
a {
color: #fabd2f;
color: #3f9da1;
text-decoration: none;
}
a:hover {
@ -107,9 +111,11 @@ label {
#datapoints .group {
font-size: 1.1em;
font-weight: bold;
color: #fabd2f;
color: #b8bb26;
margin-top: 1.5em;
padding-bottom: 4px;
}
#datapoints h2 {
border-bottom: unset;
}
#datapoints .header {

View file

@ -26,9 +26,12 @@ body {
}
h1,
h2 {
margin-top: 0px;
margin-bottom: 4px;
}
h1:first-child,
h2:first-child {
margin-top: 0px;
}
h1 {
font-size: 1.5em;
color: #fb4934;
@ -36,10 +39,11 @@ h1 {
}
h2 {
font-size: 1.25em;
color: #b8bb26;
font-weight: 500;
}
a {
color: #fabd2f;
color: #3f9da1;
text-decoration: none;
}
a:hover {
@ -178,6 +182,10 @@ label {
margin-top: 12px;
margin-bottom: 20px;
}
#areas .area .section.configuration {
margin-top: 8px;
margin-bottom: 8px;
}
#areas .area .section:last-child {
margin-bottom: 12px;
}

View file

@ -26,9 +26,12 @@ body {
}
h1,
h2 {
margin-top: 0px;
margin-bottom: 4px;
}
h1:first-child,
h2:first-child {
margin-top: 0px;
}
h1 {
font-size: 1.5em;
color: #fb4934;
@ -36,10 +39,11 @@ h1 {
}
h2 {
font-size: 1.25em;
color: #b8bb26;
font-weight: 500;
}
a {
color: #fabd2f;
color: #3f9da1;
text-decoration: none;
}
a:hover {

View file

@ -26,9 +26,12 @@ body {
}
h1,
h2 {
margin-top: 0px;
margin-bottom: 4px;
}
h1:first-child,
h2:first-child {
margin-top: 0px;
}
h1 {
font-size: 1.5em;
color: #fb4934;
@ -36,10 +39,11 @@ h1 {
}
h2 {
font-size: 1.25em;
color: #b8bb26;
font-weight: 500;
}
a {
color: #fabd2f;
color: #3f9da1;
text-decoration: none;
}
a:hover {

View file

@ -26,9 +26,12 @@ body {
}
h1,
h2 {
margin-top: 0px;
margin-bottom: 4px;
}
h1:first-child,
h2:first-child {
margin-top: 0px;
}
h1 {
font-size: 1.5em;
color: #fb4934;
@ -36,10 +39,11 @@ h1 {
}
h2 {
font-size: 1.25em;
color: #b8bb26;
font-weight: 500;
}
a {
color: #fabd2f;
color: #3f9da1;
text-decoration: none;
}
a:hover {