design update

This commit is contained in:
Lukas Nowy
2019-01-29 01:10:16 +01:00
parent 096752e3dd
commit 65ed6c932c
3 changed files with 56 additions and 9 deletions

View File

@ -1,18 +1,37 @@
.opt1 {
background-color: #ff5722 ;
background-color: #f4511e;
height: 100%;
max-height: 100%;
transition: 1s;
}
.opt1:hover {
background-color: #ff8a65;
}
.opt2 {
background-color: #03a9f4;
background-color: #039be5 ;
height: 100%;
max-height: 100%;
transition: 1s;
}
.row {
.opt2:hover {
background-color: #4fc3f7;
}
.r1 {
height: 100%;
max-height: 100%;
margin-top: 100%;
}
.r2 {
height: 100%;
max-height: 100%;
background-color: forestgreen;
display: none;
margin-top: 50%;
}
html, body {
@ -20,6 +39,7 @@ html, body {
margin: 0;
max-height: 100%;
overflow: hidden;
background-color: #161616;
}
.ico {
@ -32,4 +52,4 @@ html, body {
.collection .collection-item.active {
/* background-color: #00c853; */
}
}