Skip to content

Commit

Permalink
Updating docs for Travis build: https://travis-ci.org/jeffbrown/ggtes…
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffscottbrown committed Mar 2, 2018
1 parent 0236174 commit 1b60ec8
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
Binary file added images/oci-whitetext.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 25 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,31 @@
<link href="deck.js/themes/transition/horizontal-slide.css" media="screen" rel="stylesheet">
<link href="deck.js/core/print.css" media="print" rel="stylesheet">
<script src="deck.js/modernizr.custom.js"></script>
</head>
<style text='type/css'>.deck-container {
background: #14242E !important;
color: #ffffff;
text-shadow: none !important;
background-image: url(images/oci-whitetext.png) !important;
background-position: bottom left !important;
background-repeat: no-repeat !important;
}
.deck-container h1 {
color: #ffffff!important;

}
.deck-container h2 {
color: #ffffff!important;
}

.deck-container .cssreflections h2 {
line-height: 1;
-webkit-box-reflect: none !important;
-moz-box-reflect: none !important;
}

.deck-status {
color: #ffffff !important;
}</style></head>
<body class="article">
<div class="deck-container">
<section class="slide" id="title-slide">
Expand Down

0 comments on commit 1b60ec8

Please sign in to comment.