diff --git a/src/css/elements.css b/src/css/elements.css index e4f8cbe6..1c8183ed 100644 --- a/src/css/elements.css +++ b/src/css/elements.css @@ -18,6 +18,13 @@ h1 { font-weight: normal; } +h3 { + font-family: 'latolight', 'Segoe UI Light','helvetica','Arial'; + font-size: 20px; + padding: 0 7px; + font-weight: normal; +} + table { border-collapse: collapse; width: 100%; @@ -94,6 +101,13 @@ table { color: white; text-transform: capitalize; } + + .appbar h3 { + display: inline-block; + color: black; + float: right; + } + .appbar .appbar-actions { position: absolute; top: 6px; diff --git a/src/views/pages/scoresheet.html b/src/views/pages/scoresheet.html index 2549870e..91e3659f 100644 --- a/src/views/pages/scoresheet.html +++ b/src/views/pages/scoresheet.html @@ -6,6 +6,9 @@

{{currentPage.title}}

+

+ Current Score: {{score()}} +