Skip to content

Commit 0437aec

Browse files
committed
Fix styling to sass compile
1 parent 0671ee5 commit 0437aec

18 files changed

Lines changed: 16 additions & 1167 deletions

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
_site/
2+
.sass-cache/

_config.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,11 @@ navigation:
2222
social:
2323
github: smartnode
2424
twitter: vorsagref
25-
facebook: elmurod.talipov
25+
# facebook: elmurod.talipov
2626
email: elmurod.talipov@gmail.com
2727

2828
google_analytics: "UA-24495574-1"
2929

30+
sass:
31+
sass_dir: assets/css
32+
style: compressed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ $grey: #aaa;
2525
$black: #111;
2626

2727
// Color variables
28-
$primary-color: seagreen;
29-
$secondary-color: #233E5B;
28+
$primary-color: #034694;
29+
$secondary-color: #6A7AB5;
3030
$tertiary-color: #aaa;
3131
$link-color: $primary-color;
3232
$background-color: $primary-color;

assets/css/ie.css

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
# Stylesheet for IE support
3+
---
4+
15
.lt-ie9.js {
26

37
.logo {
@@ -24,6 +28,6 @@
2428
margin-left: 20px;
2529
border:none;
2630
}
27-
}
31+
}
2832
}
2933
}

0 commit comments

Comments
 (0)