feat: refs #6912 Green heart
gitea/worker-time-control/pipeline/pr-master This commit looks good
Details
gitea/worker-time-control/pipeline/pr-master This commit looks good
Details
This commit is contained in:
parent
3428ab21cb
commit
da61187d96
|
@ -22,6 +22,8 @@ h1 {
|
|||
font-weight: 400;
|
||||
color: white;
|
||||
opacity: 50%;
|
||||
align-items: center;
|
||||
display: flex;
|
||||
}
|
||||
span {
|
||||
color: #ED4947;
|
||||
|
@ -181,8 +183,15 @@ h3 {
|
|||
font-weight: normal;
|
||||
|
||||
}
|
||||
span {
|
||||
color: #97d700;
|
||||
.heart {
|
||||
display: inline-block;
|
||||
margin-bottom: 1px;
|
||||
margin-left: 5px;
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' %3E%3Cpath fill='%2397d700' d='M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z'/%3E%3C/svg%3E");
|
||||
background-size: cover;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
.footer {
|
||||
display: none;
|
||||
|
|
|
@ -80,7 +80,7 @@ and open the template in the editor.
|
|||
</div>
|
||||
</div>
|
||||
<h1>
|
||||
developed by Verdnatura with <span>❤</span>
|
||||
developed by Verdnatura with<span class="heart"></span>
|
||||
</h1>
|
||||
<h2 class="device">
|
||||
<p id="deviceLabel"></p>
|
||||
|
|
Loading…
Reference in New Issue