Skip to content

Commit 9e7930c

Browse files
committedNov 23, 2020
styling changes
1 parent 175e7d3 commit 9e7930c

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed
 

‎_config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
theme: jekyll-theme-dinky
2-
title: SLASSCOM Bootcamp BA and QA Curriculum
3-
description: Contributed by the IT industry as a guidance to educational institutes.
2+
title: SLASSCOM BA and QA Curriculum
3+
description: Diploma level curriculum as a guidance to educational institutes.

‎assets/css/style.scss

+6-1
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,13 @@ td {
1515
a {
1616
font-weight: 400;
1717
}
18+
header {
19+
background-color: #89457f;
20+
}
1821

1922
header li {
2023
font-size: 13px;
2124
width: 150px;
22-
}
25+
background: black;
26+
box-shadow: inset 0px 1px 1px 0 #89457f;
27+
}

0 commit comments

Comments
 (0)
Please sign in to comment.