diff --git a/inst/rmarkdown/templates/unibi-xaringan/skeleton/xaringan-unibi.css b/inst/rmarkdown/templates/unibi-xaringan/skeleton/xaringan-unibi.css
index 9b132715c8f5ba9e8548f46c8d4823196ecef546..d11e7a955cc19e58edda99625e9297498e763cfa 100644
--- a/inst/rmarkdown/templates/unibi-xaringan/skeleton/xaringan-unibi.css
+++ b/inst/rmarkdown/templates/unibi-xaringan/skeleton/xaringan-unibi.css
@@ -27,7 +27,7 @@
   --inverse-background-color: #d9d9d9;
   --inverse-header-color: #181716;
   --inverse-link-color: #00b37d;
-  --title-slide-background-color: #f2f2f2;
+  --title-slide-background-color: #d9d9d9;
   --title-slide-text-color: #181716;
   --header-background-color: #181716;
   --header-background-text-color: #f2f2f2;
@@ -72,7 +72,7 @@ h1, h2, h3 {
 .remark-inline-code {
   font-size: var(--code-inline-font-size);
   color: #181716;
-  background-color: #d9d9d9;
+  background-color: #f2f2f2;
   padding: 2px;
 }
 .remark-slide-number {
@@ -148,7 +148,7 @@ img, video, iframe {
   max-width: 100%;
 }
 blockquote {
-  border-left: solid 5px #00b37d;
+  border-left: solid 5px #bfd02f;
   padding-left: 1em;
 }
 .remark-slide table {
@@ -265,12 +265,31 @@ code, .remark-code-line, .remark-inline-code {
   padding: 3px 6px;
   border-radius: 4px;
 }
-.title-slide h2, .title-slide h3 {
-  font-weight: 600;
+ul li::marker {
+  content: '\25B6\  ';
+  color: #bfd02f;
+  font-size: .8rem;
+  font-weight: 700;
+}
+ol li::marker {
+  color: #bfd02f;
+  font-size: .85rem;
+  font-weight: 700;
+}
+.title-slide h2 {
+  font-weight: 500;
 }
-:not(h1, h2, h3) {
+.title-slide h3 {
+  font-family: var(--code-font-family);
+  font-weight: 400;
+  color: #00b37d;
+}
+body {
   line-height: 1.45;
 }
+h1, h2, h3 {
+  line-height: 1.2;
+}
 table {
   font-feature-settings: 'tnum' 1;
 }
@@ -291,4 +310,5 @@ table {
 }
 .full {
   padding: 0px;
+  background-color: white;
 }