shadows on album titles on album/index
This commit is contained in:
parent
7992b1b0e0
commit
d710ff6f4a
2 changed files with 6 additions and 3 deletions
|
|
@ -67,7 +67,7 @@ header {
|
|||
margin-bottom: 1em;
|
||||
color: #555555;
|
||||
background-color: #2b2726;
|
||||
border-bottom: 1px solid #444444;
|
||||
border-bottom: 3px solid #333333;
|
||||
padding: 6px 0;
|
||||
padding-top: 0; }
|
||||
header #diaspora_text {
|
||||
|
|
@ -334,7 +334,8 @@ ul#publisher_content_pickers li {
|
|||
padding: 1em;
|
||||
background: rgba(0, 0, 0, 0.8);
|
||||
bottom: 20px;
|
||||
font-size: 18px; }
|
||||
font-size: 18px;
|
||||
text-shadow: 0 2px 0 black; }
|
||||
.album .name .time {
|
||||
font-size: 12px; }
|
||||
.album .name .time a {
|
||||
|
|
|
|||
|
|
@ -73,7 +73,7 @@ header
|
|||
:background
|
||||
:color #2B2726
|
||||
:border
|
||||
:bottom 1px solid #444
|
||||
:bottom 3px solid #333
|
||||
:padding 6px 0
|
||||
:top 0
|
||||
|
||||
|
|
@ -407,6 +407,8 @@ ul#publisher_content_pickers li
|
|||
:bottom 20px
|
||||
:font
|
||||
:size 18px
|
||||
|
||||
:text-shadow 0 2px 0 #000
|
||||
|
||||
.time
|
||||
:font
|
||||
|
|
|
|||
Loading…
Reference in a new issue