Sha256: b31d468def9383bc6ac6f7d8e51b22cb939af36c3f60bfe61543a721426525a3

Contents?: true

Size: 455 Bytes

Versions: 10

Compression:

Stored size: 455 Bytes

Contents

@import 'https://fonts.googleapis.com/css?family=Baloo+Bhai';

section[data-fragment="2"] p {
    font-family: 'Baloo Bhai', cursive;
}

section[data-fragment="3"] p {
  color: black;
  flex: 1;
  font-size: 2em;
  line-height: 1.2;
  text-decoration: none;
  background-image: linear-gradient(to right, yellow 0, yellow 100%);
  background-position: 0 -0.1em;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  transition: background .5s;
}

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
asciidoctor-revealjs-5.1.0 examples/fragments.css
asciidoctor-revealjs-5.0.1 examples/fragments.css
asciidoctor-revealjs-5.0.0.rc1 examples/fragments.css
asciidoctor-revealjs-4.1.0 examples/fragments.css
asciidoctor-revealjs-4.1.0.rc5 examples/fragments.css
asciidoctor-revealjs-4.1.0.rc4 examples/fragments.css
asciidoctor-revealjs-4.1.0.rc3 examples/fragments.css
asciidoctor-revealjs-4.1.0.rc2 examples/fragments.css
asciidoctor-revealjs-4.0.1 examples/fragments.css
asciidoctor-revealjs-4.0.0 examples/fragments.css