Skip to content

Commit de35780

Browse files
author
zzzprojects
committed
Update css
Update css
1 parent a3d93e5 commit de35780

File tree

6 files changed

+343
-313
lines changed

6 files changed

+343
-313
lines changed

docs/_layouts/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
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>

docs/_sass/skeletons/article.scss

Lines changed: 25 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,31 @@
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
//
@@ -31,7 +53,7 @@
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;

docs/_sass/skeletons/site-footer.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
@include background-black;
66
color: $color-light;
77
font-size: $font-size-xl;
8-
padding-bottom: 5px;
98
}
109

1110
.site-footer input {

docs/_sass/utilities.scss

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,17 @@
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;

docs/_sass/variables.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
$color-z: #c00;
2+
$color-z-darker: #9c0000;
23
$color-accent: #009edf;
34
$color-light: #fff;
45
$color-dark: #000;

0 commit comments

Comments
 (0)