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

Switched to dark theme

parent 22e94922
Branches
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ html ...@@ -6,7 +6,7 @@ html
height: 100% height: 100%
body body
background: #F2F2F2 background: #282828
font-family: 'Lato', sans-serif font-family: 'Lato', sans-serif
font-size: 81.25% font-size: 81.25%
height: 100% height: 100%
...@@ -16,9 +16,8 @@ body ...@@ -16,9 +16,8 @@ body
nav nav
position: sticky position: sticky
top: 0 top: 0
background: #607D8B background: #333333
box-shadow: 0 2px 4px rgba(33, 33, 33, 0.4) box-shadow: 0 2px 4px rgba(0,0,0,0.2)
ul ul
display: flex display: flex
max-width: 1024px max-width: 1024px
...@@ -88,7 +87,7 @@ form.upload ...@@ -88,7 +87,7 @@ form.upload
text-decoration: none text-decoration: none
border-radius: 2px border-radius: 2px
text-align: center text-align: center
background: #ffffff background: #333333
.images .images
display: flex display: flex
...@@ -129,3 +128,35 @@ form.upload ...@@ -129,3 +128,35 @@ form.upload
white-space: nowrap white-space: nowrap
text-overflow: ellipsis text-overflow: ellipsis
overflow: hidden overflow: hidden
.detail
max-width: 640px
margin: 32px auto
width: 100%
background: #333333
border-radius: 4px
box-shadow: 0 2px 4px rgba(0,0,0,0.4)
.title
line-height: 1.25
padding: 16px
vertical-align: middle
font-size: 14pt
font-weight: normal
color: #eee
&:empty
display: none
&+.image
border-top-left-radius: 4px
border-top-right-radius: 4px
.image
background: #000
display: flex
flex-direction: row
justify-content: center
.description
line-height: 1.25
padding: 16px
vertical-align: middle
font-size: 11pt
font-weight: normal
color: #eee
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment