Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
matuskosut committed Jul 5, 2024
1 parent ba20a80 commit 9798310
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pages/.vitepress/components/FooterBlock.vue
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export default {
</script>

<template>
<div class="hc-block hc-blue-block">
<div class="hc-block hc-footer-block">
<div class="hc-block-container">

<v-row class="my-4 px-4">
Expand Down
6 changes: 6 additions & 0 deletions pages/.vitepress/theme/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,12 @@
/* background-color: unset !important; */
}

.hc-footer-block {
background-color: rgb(37,58,85) !important;
/* color: rgb(60, 60, 68) !important; */
color: rgb(255, 255, 255) !important;
}

.hc-title-main {
/* color: rgb(0, 0, 0); */
text-align: center;
Expand Down

0 comments on commit 9798310

Please sign in to comment.