Skip to content

Commit

Permalink
Update rutgers.css (#373)
Browse files Browse the repository at this point in the history
point to new RU branding for title slide logo
  • Loading branch information
jvcasillas authored Feb 18, 2024
1 parent 55cf90d commit 9e8edc6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions inst/rmarkdown/templates/xaringan/resources/rutgers.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
CSS for xaringan slides in RU flavor
Author: Joseph V. Casillas
Updated: 03/06/2018
Updated: 02/18/2024
*/

/* Package defaults that we slightly tweak */
Expand Down Expand Up @@ -114,9 +114,9 @@ thead, tfoot, tr:nth-child(even) { background: none; }

/* Add image and change bg color */
.title-slide {
background-image: url(https://github.com/jvcasillas/ru_xaringan/raw/master/img/logo/ru_shield.png);
background-position: 9% 15%;
background-size: 55px;
background-image: url(https://github.com/jvcasillas/ru_xaringan/raw/master/img/logo/ru_new.png);
background-position: 10% 15%;
background-size: 150px;
background-color: #fff;
padding-left: 100px; /* delete this for 4:3 aspect ratio */
}
Expand Down

0 comments on commit 9e8edc6

Please sign in to comment.