мой CSS
Код: Выделить всё
/* css styles */
body.about-page {
cursor: url('cursor.png'), auto;
}
Код: Выделить всё
---
title: "About Page"
output: html_document
css: styles.css
body_class: "about-page"
---
About this site
{r}
1 + 1
Код: Выделить всё
project:
type: website
website:
title: "test"
navbar:
left:
- href: index.qmd
text: Home
- about.qmd
format:
html:
theme: cosmo
css: styles.css
toc: true
editor: visual
Подробнее здесь: https://stackoverflow.com/questions/793 ... -in-quarto
Мобильная версия