*** Wartungsfenster jeden ersten Mittwoch vormittag im Monat ***

Skip to content
Snippets Groups Projects
Commit 83c02b17 authored by Moser, Maximilian's avatar Moser, Maximilian
Browse files

Update styling

* make background lighter, and add a shadow around the form box
parent ed298d27
Branches
Tags v0.2.6
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
body { body {
font-size: 16px; font-size: 16px;
background-color: #006699; background-color: #f6f6f6;
font-feature-settings: "liga", "kern"; font-feature-settings: "liga", "kern";
text-rendering: optimizeLegibility; text-rendering: optimizeLegibility;
font-family: Roboto, sans-serif; font-family: Roboto, sans-serif;
...@@ -24,7 +24,8 @@ body { ...@@ -24,7 +24,8 @@ body {
form { form {
background: white; background: white;
padding: 2em; padding: 2em;
border: 1px solid black; border: 1px solid rgba(0, 0, 0, 0.2);
box-shadow: #aaaaaa 0px 1px 5px 0px;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment