mirror of
https://github.com/heyarne/berliner-winter.git
synced 2026-05-06 19:23:39 +02:00
Small fixes: heading on splash screen and date overlay for firefox
This commit is contained in:
parent
2da61bf098
commit
17c2176526
2 changed files with 3 additions and 3 deletions
|
|
@ -62,8 +62,8 @@ a {
|
|||
left: 0;
|
||||
display: inline-block;
|
||||
padding: 0 1.1em;
|
||||
background: -webkit-linear-gradient(top, #222, #222 80%, transparent);
|
||||
background: linear-gradient(to bottom, #222, #222 80%, transparent);
|
||||
background: -webkit-linear-gradient(top, rgba(34,34,34,1), rgba(34,34,34,1) 80%, rgba(34,34,34,0));
|
||||
background: linear-gradient(to bottom, rgba(34,34,34,1), rgba(34,34,34,1) 80%, rgba(34,34,34,0));
|
||||
width: 330px;
|
||||
padding-bottom: .6em;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue