File tree Expand file tree Collapse file tree 6 files changed +343
-313
lines changed
Expand file tree Collapse file tree 6 files changed +343
-313
lines changed Original file line number Diff line number Diff line change 2121 < link rel ="stylesheet " type ="text/css " href ="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css "
2222 />
2323 < link rel ="stylesheet " type ="text/css " href ="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css " />
24- < link rel ="stylesheet " type ="text/css " href ="{{ site.github.url }}/css/master.css?v=8 ">
24+ < link rel ="stylesheet " type ="text/css " href ="{{ site.github.url }}/css/master.css?v=9 ">
2525</ head >
2626
2727< body >
Original file line number Diff line number Diff line change 1616}
1717
1818//
19- // section-aside
20- //
19+ // section-api
2120//
21+ .page-api {
22+ .row {
23+ width : 100% ;
24+ margin-bottom :20px ;
25+ .col {
26+ .card {
27+ border :1px solid $color-gray-darkest ;
28+ .card-header {
29+ background-color :$color-gray-darkest ;
30+ border-radius : 0 ;
31+ color :white ;
32+ }
33+ ul {
34+ list-style :none ;
35+ padding :0 ;
36+ }
37+ border-radius :0 ;
38+ height :100% ;
39+ }
40+ }
41+ }
42+ }
43+
2244//
2345// section-main
2446//
3153
3254.section-main h1 {
3355 font-size : 3.5rem ;
34- color : #9c0000 ;
56+ color : $color-z-darker ;
3557 position : relative ;
3658 padding-bottom : 10px ;
3759 margin-bottom : 24px ;
Original file line number Diff line number Diff line change 55 @include background-black ;
66 color : $color-light ;
77 font-size : $font-size-xl ;
8- padding-bottom : 5px ;
98}
109
1110.site-footer input {
Original file line number Diff line number Diff line change 4949 }
5050 }
5151}
52-
52+ .card {
53+ ul {
54+ li {
55+ a {
56+ & :hover {
57+ color :$color-gray-darkest ;
58+ }
59+ }
60+ }
61+ }
62+ }
5363.btn-square {
5464 color : white ;
5565 margin : 0 10px ;
Original file line number Diff line number Diff line change 11$color-z : #c00 ;
2+ $color-z-darker : #9c0000 ;
23$color-accent : #009edf ;
34$color-light : #fff ;
45$color-dark : #000 ;
You can’t perform that action at this time.
0 commit comments