Skip to content

Commit 75a4a39

Browse files
authored
style: 💄 update Seedcase Quarto theme (#276)
# Description Needs no review.
1 parent 7ca4a65 commit 75a4a39

4 files changed

Lines changed: 50 additions & 15 deletions

File tree

_extensions/seedcase-project/seedcase-theme/_brand.yml

Lines changed: 33 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -74,14 +74,35 @@ defaults:
7474
text-align: center;
7575
}
7676
77-
.about-link {
78-
border: 2px solid $tertiary !important;
79-
border-radius: 50px !important;
80-
color: $primary !important;
81-
font-size: 20px !important;
77+
.btn {
78+
font-size: 20px;
8279
font-weight: bold;
83-
padding: 5px 15px !important;
80+
padding: 10px 20px;
8481
margin: 0px 10px 10px 10px;
82+
border-radius: 30px;
83+
}
84+
85+
.btn-primary {
86+
color: white;
87+
background-color: $primary;
88+
border: 2px solid $primary;
89+
}
90+
91+
.btn-secondary {
92+
color: $primary;
93+
background-color: white;
94+
border: 2px solid $tertiary;
95+
}
96+
97+
.btn-primary:hover, .btn-secondary:hover {
98+
background-color: $tertiary;
99+
border: 2px solid $tertiary;
100+
}
101+
102+
.about-link {
103+
color: $primary !important;
104+
background-color: white;
105+
border: 2px solid $tertiary !important;
85106
}
86107
87108
.about-link:hover {
@@ -176,3 +197,9 @@ defaults:
176197
span.ex {
177198
color: inherit !important
178199
}
200+
201+
// To have more separation between the description and the rest of the content.
202+
.description {
203+
border-bottom: 1px solid #dee2e6;
204+
padding-bottom: .5rem;
205+
}

_extensions/seedcase-project/seedcase-theme/_extension.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ authors:
1010
orcid: 0000-0003-0051-3239
1111
- name: Kristiane Beicher
1212
orcid: 0000-0001-7556-9566
13-
version: 0.7.1
13+
version: 0.8.1
1414
quarto-required: ">=1.7.0"
1515
contributes:
1616
formats:
Lines changed: 7 additions & 3 deletions
Loading

0 commit comments

Comments
 (0)