fix colors

This commit is contained in:
sakrecoer 2020-11-17 17:30:56 +01:00
parent 5c7fe4f281
commit ef2affceb9
7 changed files with 9 additions and 103 deletions

View file

@ -202,6 +202,9 @@ footer {
.icon {
border: 1px solid var(--bg);
}
.icon:hover {
border: 1px solid var(--accent2);
}
.footframe {
display: flex;
flex-wrap: wrap;