diff --git a/content/2025-01.md b/content/2025-01.md index 883c124..3f9ff2f 100644 --- a/content/2025-01.md +++ b/content/2025-01.md @@ -13,7 +13,7 @@ hostCoords = "10.028426N 76.337369E" description = "" rsvpLink = "https://ee.kobotoolbox.org/a2yG8oZE" cfpLink = "https://ee.kobotoolbox.org/xjKRFQp7" -note = "Last date for talk proposal submission: January 17" +note = "Last date for talk proposal submissions: January 17" # Post meetup params imageBig = "" diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 7964c4a..3351db2 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -1,3 +1,3 @@
\ No newline at end of file diff --git a/static/styles/style.css b/static/styles/style.css index a3ee18a..61d17b8 100644 --- a/static/styles/style.css +++ b/static/styles/style.css @@ -1,3 +1,8 @@ +@import url('https://smc.org.in/fonts/manjari.css'); +@import url('http://fonts.googleapis.com/css?family=Ubuntu:regular,bold&subset=Latin'); + +html { font-family: 'Ubuntu', 'Manjari', sans-serif !important; } + .pagination { display: flex; justify-content: center; @@ -23,6 +28,7 @@ background-color: var(--text); color: var(--bg); } + .page-item.disabled{ background-color: #CCC; cursor: not-allowed;