Skip to content
This repository was archived by the owner on May 11, 2025. It is now read-only.

Commit 0fed76f

Browse files
committed
update repo view
1 parent 3eb5be2 commit 0fed76f

5 files changed

Lines changed: 171 additions & 48 deletions

File tree

app/error.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<style>
1515
.header {
1616
font: 600 18px 'Segoe UI', Ubuntu, Sans-Serif;
17-
fill: <?php echo $header; ?>;
17+
fill: <?php echo $header ?>;
1818
animation: fadeInAnimation 0.8s ease-in-out forwards
1919
}
2020
@supports(appearance: auto) {
@@ -27,10 +27,10 @@
2727
}
2828
@keyframes fadeInAnimation {
2929
from {
30-
opacity:0
30+
opacity: 0
3131
}
3232
to {
33-
opacity:1
33+
opacity: 1
3434
}
3535
}
3636
</style>

0 commit comments

Comments
 (0)