Skip to content

Commit 74ce14b

Browse files
committed
move styles.css to static to be more consistent with the project file hierarchy
1 parent 8b88134 commit 74ce14b

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

_quarto.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ website:
2525
format:
2626
html:
2727
theme: cosmo
28-
css: styles.css
28+
css: static/css/styles.css
2929
toc: true
3030

3131
execute:

styles.css renamed to static/css/styles.css

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,4 +187,15 @@
187187

188188
#modal-1-content .number {
189189
color: #098658;
190+
}
191+
192+
/* Footer styles */
193+
.pagination {
194+
display: flex;
195+
justify-content: space-between;
196+
margin-top: 2rem;
197+
}
198+
.pagination a {
199+
text-decoration: none;
200+
font-weight: bold;
190201
}

0 commit comments

Comments
 (0)