File tree Expand file tree Collapse file tree
_extensions/seedcase-project/seedcase-theme Expand file tree Collapse file tree Original file line number Diff line number Diff 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+ }
Original file line number Diff line number Diff 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
1414quarto-required : " >=1.7.0"
1515contributes :
1616 formats :
You can’t perform that action at this time.
0 commit comments