color adjustments

This commit is contained in:
Set Hallstrom 2020-09-11 10:44:23 +02:00
parent a217c0819e
commit ba49a5853c
5 changed files with 18 additions and 11 deletions

View file

@ -137,6 +137,13 @@ footer {
background-position: top;
box-sizing: border-box;
z-index: 2;
a {
color: var(--bg);
}
.icon {
border: 1px solid var(--bg);
}
.footframe {
display: flex;
flex-wrap: wrap;