Skip to content

Commit ba504d9

Browse files
committed
Pro
1 parent 677a4ba commit ba504d9

26 files changed

+191
-29
lines changed

link_bio/assets/css/styles.css

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1+
body {
2+
background-color: #0C151D;
3+
}
4+
15
@keyframes blinker {
26
50% { opacity: 0; }
37
}
48

59
.blink {
610
animation: blinker 1.5s linear infinite;
7-
}
8-
9-
/* Eliminar en futuras versiones de Reflex */
10-
:root, .light, .light-theme {
11-
--color-page-background: #0C151D !important;
1211
}

link_bio/assets/icons/book.svg

Lines changed: 7 additions & 1 deletion
Loading
Lines changed: 7 additions & 1 deletion
Loading

link_bio/assets/icons/code.svg

Lines changed: 7 additions & 1 deletion
Loading

link_bio/assets/icons/coffee.svg

Lines changed: 9 additions & 3 deletions
Loading

link_bio/assets/icons/discord.svg

Lines changed: 7 additions & 1 deletion
Loading

link_bio/assets/icons/donate.svg

Lines changed: 12 additions & 1 deletion
Loading

0 commit comments

Comments
 (0)