Skip to content

Commit

Permalink
fix title only visible on hover
Browse files Browse the repository at this point in the history
  • Loading branch information
EliLawrence committed Dec 12, 2024
1 parent 19bfce3 commit e766db2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion index.Rmd
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "The OBIS manual"
title: "The OBIS Manual"
site: "bookdown::bookdown_site"
date: "`r format(Sys.time(), '%d %B, %Y')`"
geometry: "left=2.4cm,right=2.4cm,top=2.8cm,bottom=2.8cm"
Expand Down
3 changes: 3 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -97,4 +97,7 @@ table {
}
.marker-orange {
color: orange;
}
.book .book-header h1 {
opacity: 1 !important;
}

0 comments on commit e766db2

Please sign in to comment.