diff options
author | Rasmus <rasmus.luha@gmail.com> | 2023-05-05 18:37:52 +0300 |
---|---|---|
committer | Rasmus <rasmus.luha@gmail.com> | 2023-05-05 18:37:52 +0300 |
commit | 8f3d2b1b6ff3cb2378a2ce5403faebaadca61c11 (patch) | |
tree | a0c25f684b13444da069da1063653caa162fe426 /rannak/mangud/kaitseliitlane/salakood/style.css | |
parent | 9a4d6be0ca9cb86ef56acdbf8bcc1fe9f920a19c (diff) |
Parandused
Former-commit-id: 5f3ba2029e5783e370d2a7808b5ede5448424e14
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; |