Skip to content
This repository was archived by the owner on Dec 16, 2025. It is now read-only.

Commit 75921a9

Browse files
authored
Merge pull request #38 from googlecodelabs/serve-fixes
claat serve: grey background and MS Windows fixes
2 parents 010d47a + eadaeb5 commit 75921a9

3 files changed

Lines changed: 538 additions & 520 deletions

File tree

claat/render/template.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,10 @@
2424
<script src="{{.Prefix}}bower_components/webcomponentsjs/webcomponents-lite.js"></script>
2525
<link rel="import" href="{{.Prefix}}elements/codelab.html">
2626
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Source+Code+Pro:400|Roboto:400,300,400italic,500,700|Roboto+Mono">
27-
<style>
27+
<style is="custom-style">
2828
body {
2929
font-family: "Roboto",sans-serif;
30+
background: var(--google-codelab-background, --paper-grey-300);
3031
}
3132
</style>
3233
<!-- TODO: add theming

0 commit comments

Comments
 (0)