Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeb4dev committed Aug 19, 2024
2 parents 0458546 + c96abf7 commit f26474f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/src/assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,11 @@ td {
@apply bg-custom-secondary hover:bg-custom-primary dark:hover:bg-custom-secondary-dark;
}

.btn-custom-link {
@apply py-8 text-xl md:text-2xl font-bold text-center text-white rounded;
@apply bg-custom-secondary hover:bg-custom-primary dark:hover:bg-custom-secondary-dark;
}

.paragraph {
@apply font-light tracking-wide text-gray-500 dark:text-gray-400 sm:text-xl;
}
Expand Down
1 change: 1 addition & 0 deletions app/src/lang/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
"title_committee": "Committees",
"title_gdpr": "Data protection and register",
"title_links": "Useful links",
"title_forms": "Feedbakc forms",
"title_history": "History",
"title_documents": "Documents",
"title_change-language": "Change Language",
Expand Down
1 change: 1 addition & 0 deletions app/src/lang/fi.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
"title_gdpr": "Tietosuoja ja jäsenrekisteri",
"title_tkt": "Tietojenkäsittelytieteen laitos",
"title_skripti": "Skripti ry - Joensuun TKT-ainejärjestö",
"title_forms": "Lomakkeet",
"title_links": "Hyödyllisiä linkkejä",
"title_history": "Historia",
"title_documents": "Documents",
Expand Down

0 comments on commit f26474f

Please sign in to comment.