Styling tweak
This commit is contained in:
parent
1477aaaa4b
commit
735702ba99
|
@ -12,6 +12,12 @@
|
|||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.header,
|
||||
.contents,
|
||||
.footer {
|
||||
transition: background-color 0.1s ease-in-out;
|
||||
}
|
||||
|
||||
&.hovered {
|
||||
.header,
|
||||
.contents,
|
||||
|
|
Loading…
Reference in New Issue