diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/euro/index.ccoins.gsp | 1 | ||||
-rw-r--r-- | src/style.css | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/src/euro/index.ccoins.gsp b/src/euro/index.ccoins.gsp index 18b5ef4..3e0bbe3 100644 --- a/src/euro/index.ccoins.gsp +++ b/src/euro/index.ccoins.gsp @@ -16,6 +16,7 @@ html lang="en" { section { header { h1 {-__demonym Euro Coins} + p {-__percentage} } } diff --git a/src/style.css b/src/style.css index e2e5f20..26db499 100644 --- a/src/style.css +++ b/src/style.css @@ -222,6 +222,10 @@ header h1 { margin-bottom: 0; } +header p { + color: lightgrey; +} + @media only screen and (min-width: 1000px) { header h1 { font-size: 2.5rem; |