Make coloring and global formatting changes #2

Merged
jotoho merged 3 commits from recolor into master 2021-09-27 13:47:13 +02:00
Showing only changes of commit 8a6978e0f9 - Show all commits

View file

@ -27,17 +27,12 @@ footer {
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;
flex-direction: row; flex-direction: row;
border: 2px solid white;
border-top: none;
border-left: none;
text-align: center; text-align: center;
gap: max(1px, 0.1rem);
} }
.globalnav-element { .globalnav-element {
display: block; display: block;
border: 2px solid white;
border-right: none;
border-bottom: none;
background-color: #ddd; background-color: #ddd;
text-align: center; text-align: center;
flex-basis: 0; flex-basis: 0;
@ -123,13 +118,8 @@ td, th {
color: white; color: white;
} }
.globalnav {
border-color: black;
}
.globalnav-element { .globalnav-element {
background-color: #222; background-color: #222;
border-color: black;
} }
code { code {
@ -151,12 +141,7 @@ td, th {
color: black; color: black;
} }
.globalnav {
border-color: white;
}
.globalnav-element { .globalnav-element {
border-color: white;
background-color: #ddd; background-color: #ddd;
} }