Skip to content

Commit 035f407

Browse files
committed
Change Border to dark
Signed-off-by: Namanv0509 <[email protected]>
1 parent 9d4c95a commit 035f407

File tree

1 file changed

+18
-17
lines changed

1 file changed

+18
-17
lines changed

assets/scss/_tax_project.scss

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,6 @@
11

22
// Taxonomies - e.g. Tags, Categories, ...
3-
.taxonomy-terms-cloud {
4-
width: 100%;
5-
clear: both;
6-
font-size: 0.8rem;
7-
8-
.taxonomy-title {
9-
display: inline-block;
10-
width: 100%;
11-
font-size: 1rem;
12-
font-weight: 700;
13-
color: $dark;
14-
border-bottom: none;
15-
margin-bottom: 1em;
16-
padding-bottom: 0.375rem;
17-
margin-top: 1em;
18-
}
19-
}
3+
204
.taxonomy-terms-article {
215
width: 100%;
226
clear: both;
@@ -32,6 +16,23 @@
3216
}
3317
}
3418

19+
.taxonomy-terms-cloud {
20+
width: 100%;
21+
clear: both;
22+
font-size: 0.8rem;
23+
24+
.taxonomy-title {
25+
display: inline-block;
26+
width: 100%;
27+
font-size: 1rem;
28+
font-weight: 700;
29+
color: $dark;
30+
border-bottom: 1px $dark solid;
31+
margin-bottom: 1em;
32+
padding-bottom: 0.375rem;
33+
margin-top: 1em;
34+
}
35+
}
3536

3637
.taxonomy-terms-page {
3738
max-width: 800px;

0 commit comments

Comments
 (0)