view marp-slide/cr.css @ 42:0a64058c27fc

...
author matac42 <matac@cr.ie.u-ryukyu.ac.jp>
date Sun, 14 May 2023 01:19:34 +0900
parents f3fea3b5eeb2
children
line wrap: on
line source

/* @theme cr */

@import 'default';

section {
  background-image: url('./logo.svg');
  background-repeat: no-repeat;
  background-position: right 2rem bottom 0.6rem;
  background-size: 12%;
}

h1 {
  color: #828db2;
  font-size: 2.1rem;
}

h2 {
  background-color: #828db2;
  color: #fff;
  padding: 0.3rem;
  font-size: 2.1rem;
}

p {
  font-size: 1.3rem;
}

ul, ol {
  font-size: 1.2rem;
}