Skip to content
Snippets Groups Projects
Commit f1e86f8f authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Switched to dark theme

parent 4edad9a7
Branches
No related tags found
No related merge requests found
...@@ -83,7 +83,7 @@ nav ...@@ -83,7 +83,7 @@ nav
form.upload form.upload
padding: 96px 0 padding: 96px 0
box-shadow: 0 2px 4px rgba(33,33,33,0.2) box-shadow: 0 2px 4px rgba(0,0,0,0.2)
text-decoration: none text-decoration: none
border-radius: 2px border-radius: 2px
text-align: center text-align: center
...@@ -99,15 +99,15 @@ form.upload ...@@ -99,15 +99,15 @@ form.upload
padding: 8px padding: 8px
margin: 8px margin: 8px
position: relative position: relative
box-shadow: 0 2px 4px rgba(33, 33, 33, 0.2) box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2)
transition: all 200ms transition: all 200ms
text-decoration: none text-decoration: none
width: 160px width: 160px
background: #ffffff background: #333333
border-radius: 2px border-radius: 2px
&:hover &:hover
margin-top: 4px margin-top: 4px
box-shadow: 0 4px 6px rgba(33, 33, 33, 0.3) box-shadow: 0 4px 6px rgba(0, 0, 0, 0.4)
.image-container .image-container
display: flex display: flex
justify-content: center justify-content: center
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment