Styling tweak

This commit is contained in:
Jos de Jong 2020-08-13 15:33:12 +02:00
parent 1477aaaa4b
commit 735702ba99
1 changed files with 6 additions and 0 deletions

View File

@ -12,6 +12,12 @@
box-sizing: border-box;
}
.header,
.contents,
.footer {
transition: background-color 0.1s ease-in-out;
}
&.hovered {
.header,
.contents,