From 9e8edc6145b454fd0c6b16ac0de917dddc99fbd3 Mon Sep 17 00:00:00 2001 From: "Joseph V. Casillas" Date: Sun, 18 Feb 2024 13:53:30 -0500 Subject: [PATCH] Update rutgers.css (#373) point to new RU branding for title slide logo --- inst/rmarkdown/templates/xaringan/resources/rutgers.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/inst/rmarkdown/templates/xaringan/resources/rutgers.css b/inst/rmarkdown/templates/xaringan/resources/rutgers.css index ee3405a..90cefe4 100644 --- a/inst/rmarkdown/templates/xaringan/resources/rutgers.css +++ b/inst/rmarkdown/templates/xaringan/resources/rutgers.css @@ -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 */ @@ -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 */ }