Skip to content

Commit 640e18d

Browse files
committed
refactors stylesheets
1 parent f3db1e9 commit 640e18d

File tree

3 files changed

+5
-20
lines changed

3 files changed

+5
-20
lines changed

_layouts/default.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,11 @@
3232
{% if page.title %}{{ page.title }} / {% endif %}Hot Won't Quit / Punk Rock n Roll / Portland, OR
3333
</title>
3434

35-
<link rel="stylesheet" href="{{ "/css/bootstrap.min.css" | prepend: site.baseurl }}" type="text/css">
3635
<link rel="stylesheet" href="//cdn.rawgit.com/noelboss/featherlight/1.4.1/release/featherlight.min.css" type="text/css" />
3736
<link rel="stylesheet" href="//cdn-images.mailchimp.com/embedcode/classic-10_7.css" type="text/css">
38-
<link rel="stylesheet" href="{{ '/css/main.css' | prepend: site.baseurl }}">
37+
38+
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
39+
<link rel="stylesheet" href="/css/app.css?v={{ site.time | date: '%s' }}">
3940

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

_sass/_main.scss renamed to css/app.scss

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
1-
//.stripe {
2-
// width: 100%;
3-
// height: 15px;
4-
//}
5-
//
6-
//.one { background-color: #05357D }
7-
//.two { background-color: #BD5C43 }
8-
//.three { background-color: #FFAD09 }
9-
//.four { background-color: #FFFFB2 }
1+
---
2+
---
103

114
$blue: #05357D;
125
$red: #BD5C43;

css/main.scss

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)