Skip to content

Commit cbf5b24

Browse files
committed
working on css
1 parent 1383e98 commit cbf5b24

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,11 @@ tbody tr:nth-child(2n) td:first-child {
5757
color: var(--tubaf-blue-dark);
5858
}
5959
60-
.icon-easter::before { content: "🥚"; } /* Egg */
61-
.icon-mayday::before { content: "🌿"; } /* Leaf/Maypole vibe */
62-
.icon-pentecost::before { content: "🕊️"; } /* Dove (Pfingsten/Pentecost) */
63-
.icon-exercise::before { content: "✍️"; } /* Writing hand */
64-
.icon-joined::before { content: "🔗"; } /* Link for conjoined */
60+
.icon-easter::before { content: "🥚 "; } /* Egg */
61+
.icon-mayday::before { content: "🌿 "; } /* Leaf/Maypole vibe */
62+
.icon-pentecost::before { content: "🕊️ "; } /* Dove (Pfingsten/Pentecost) */
63+
.icon-exercise::before { content: "✍️ "; } /* Writing hand */
64+
.icon-joined::before { content: "🔗 "; } /* Link for conjoined */
6565
6666
/* 1. Target the TD or TR that contains a holiday class */
6767
/* This colors the entire row if any cell has a holiday span */

0 commit comments

Comments
 (0)