Skip to content
This repository has been archived by the owner on Jun 23, 2021. It is now read-only.

Commit

Permalink
Making some changes before versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
Reasonably Selenium committed Feb 2, 2021
1 parent 73f2649 commit b8729ff
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
7 changes: 4 additions & 3 deletions assets/scss/main.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
@import '~bulma/sass/utilities/initial-variables';
@import '~bulma/sass/utilities/functions';
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro&display=swap');

@font-face {
font-family: "Aclevo Sans";
Expand Down Expand Up @@ -40,7 +39,9 @@
// Our Theme Colors
$primary-blue: #2196F3;
$p-dark-blue: #1976D2;
$p-dark-alt: #0069c0;
$p-light-blue: #BBDEFB;
$p-light-alt: #6ec6ff;
$accent-blue: #03A9F4;
$text-icons: #FFFFFF;
$primary-text: #212121;
Expand All @@ -56,8 +57,8 @@ $link: $p-light-blue;
$info: $p-dark-blue;
$text: $primary-text;


$footer-background-color: $p-light-blue;
$navbar-background-color: $p-dark-alt !important;
$footer-background-color: $p-light-alt;


@import '~bulma'
4 changes: 1 addition & 3 deletions layouts/default.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@ import Header from "~/components/Header.vue";
import Footer from "~/components/Footer.vue";
export default {
head: {
bodyAttrs: {
class: "has-navbar-fixed-bottom",
},
bodyAttrs: {},
},
components: {
Header,
Expand Down
2 changes: 1 addition & 1 deletion pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<div class="column"></div>
<div class="column"></div>
<div class="column is-one-fifth">
<img src="~assets/images/celestial.png" alt />
<img src="~assets/images/celestial.png" width="700" height="150" alt />
</div>
<div class="column"></div>
<div class="column"></div>
Expand Down

0 comments on commit b8729ff

Please sign in to comment.