Skip to content

Commit

Permalink
test blue
Browse files Browse the repository at this point in the history
  • Loading branch information
matuskosut committed Feb 24, 2024
1 parent b9b6f11 commit b255718
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions pages/.vitepress/components/FooterBlock.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ export default {
</script>

<template>
<div class="hc-block hc-grey-block">
<!-- <div class="hc-block hc-blue-block"> -->
<!-- <div class="hc-block hc-grey-block"> -->
<div class="hc-block hc-blue-block">
<div class="hc-block-container">
<div class="hc-container-title">
About HUNT Cloud
Expand Down
6 changes: 3 additions & 3 deletions pages/.vitepress/theme/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@

/* Grey block */
.hc-block:nth-child(even) {
background-color: rgb(238, 238, 238);
/* background-color: rgb(62,98,138);
color: rgb(255, 255, 255); */
/* background-color: rgb(238, 238, 238); */
background-color: rgb(62,98,138);
color: rgb(255, 255, 255);
}

.hc-grey-block {
Expand Down

0 comments on commit b255718

Please sign in to comment.