update readme file

This commit is contained in:
Michael Reber 2020-03-07 14:50:19 +01:00
parent 95d5ad3356
commit adee87dc34
2 changed files with 3 additions and 1 deletions

View File

@ -2,6 +2,8 @@
This Lock screen is based on HTML, jQuery and CSS that simulate hybrid app design.
![image](/attachments/7fe60950-82b2-4cd3-9fe6-effcfe402daf)
Credits:
---------------
<ul>

View File

@ -33,7 +33,7 @@
body {
margin: 0;
color: #fff;
background: #9b26af;
background: rgba(66, 87, 67, 0.8);
font: 300 14px/18px Roboto, sans-serif
}
a {