Skip to content

Commit

Permalink
refactors stylesheets
Browse files Browse the repository at this point in the history
  • Loading branch information
eliduke committed Feb 20, 2024
1 parent f3db1e9 commit 640e18d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 20 deletions.
5 changes: 3 additions & 2 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,11 @@
{% if page.title %}{{ page.title }} / {% endif %}Hot Won't Quit / Punk Rock n Roll / Portland, OR
</title>

<link rel="stylesheet" href="{{ "/css/bootstrap.min.css" | prepend: site.baseurl }}" type="text/css">
<link rel="stylesheet" href="//cdn.rawgit.com/noelboss/featherlight/1.4.1/release/featherlight.min.css" type="text/css" />
<link rel="stylesheet" href="//cdn-images.mailchimp.com/embedcode/classic-10_7.css" type="text/css">
<link rel="stylesheet" href="{{ '/css/main.css' | prepend: site.baseurl }}">

<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
<link rel="stylesheet" href="/css/app.css?v={{ site.time | date: '%s' }}">

<script type="text/javascript" src="https://use.fontawesome.com/e98765770c.js"></script>

Expand Down
11 changes: 2 additions & 9 deletions _sass/_main.scss → css/app.scss
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
//.stripe {
// width: 100%;
// height: 15px;
//}
//
//.one { background-color: #05357D }
//.two { background-color: #BD5C43 }
//.three { background-color: #FFAD09 }
//.four { background-color: #FFFFB2 }
---
---

$blue: #05357D;
$red: #BD5C43;
Expand Down
9 changes: 0 additions & 9 deletions css/main.scss

This file was deleted.

0 comments on commit 640e18d

Please sign in to comment.