diff options
Diffstat (limited to 'rannak/mangud/kaitseliitlane/salakood/style.css')
-rw-r--r-- | rannak/mangud/kaitseliitlane/salakood/style.css | 17 |
1 files changed, 5 insertions, 12 deletions
diff --git a/rannak/mangud/kaitseliitlane/salakood/style.css b/rannak/mangud/kaitseliitlane/salakood/style.css index 13630f5..130792b 100644 --- a/rannak/mangud/kaitseliitlane/salakood/style.css +++ b/rannak/mangud/kaitseliitlane/salakood/style.css @@ -2,12 +2,8 @@ box-sizing: border-box; } -body{ - background-color: #4D5157; -} -h1 { - color: #154734; -} +body{ background-color: #4D5157; } +h1 { color: #154734; } .moveOn{ display: inline-block; @@ -38,7 +34,8 @@ button:disabled{ max-width: 15rem; } -.modalHeaderWrapper{ +#myModalLabel { + color: #000; text-align: center; margin: 0; width: 100%; @@ -47,7 +44,7 @@ button:disabled{ .closeModalButton { - border-radius: 50px; + border-radius: 50px; } .modalButton{ @@ -127,10 +124,6 @@ input { font-size: 1.1rem; } -span, h6, table, h1, h2{ - font-family:'fontUno'; -} - h2 { color: white; |