File tree 4 files changed +4
-1
lines changed
docs/src/main/resources/microsite/static/_sass
4 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ before_install:
17
17
18
18
install :
19
19
- rvm use 2.6.5 --install --fuzzy
20
- - gem install sass
21
20
- gem install jekyll -v 4
22
21
23
22
stages :
Original file line number Diff line number Diff line change 28
28
font-size : 14px ;
29
29
line-height : 21px ;
30
30
transition : color $base-duration $base-timing , background-color $base-duration $base-timing ;
31
+ text-decoration : none ;
31
32
32
33
& :visited {
33
34
color : $brand-secondary ;
Original file line number Diff line number Diff line change 29
29
.nav-brand {
30
30
display : flex ;
31
31
align-items : center ;
32
+ text-decoration : none ;
32
33
33
34
& :visited ,
34
35
& :hover ,
61
62
padding-bottom : 4px ;
62
63
color : $brand-secondary ;
63
64
font-size : 14px ;
65
+ text-decoration : none ;
64
66
65
67
& :hover {
66
68
text-decoration : none ;
Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ object ProjectPlugin extends AutoPlugin {
40
40
micrositeExternalLayoutsDirectory := (resourceDirectory in Compile ).value / " microsite" / " _layouts" ,
41
41
micrositeExternalIncludesDirectory := (resourceDirectory in Compile ).value / " microsite" / " _includes" ,
42
42
micrositeDataDirectory := (resourceDirectory in Compile ).value / " microsite" / " _data" ,
43
+ micrositeTheme := " pattern" ,
43
44
micrositePalette := Map (
44
45
" brand-primary" -> " #DD4949" ,
45
46
" brand-secondary" -> " #104051" ,
You can’t perform that action at this time.
0 commit comments