Minor css tweaks.

This commit is contained in:
voussoir 2019-09-11 01:13:10 -07:00
parent d273adbf27
commit c984159a76
3 changed files with 3 additions and 6 deletions

View file

@ -1,7 +1,7 @@
:root :root
{ {
--color_theme_primary: #f6ffff; --color_theme_primary: #f6ffff;
--color_theme_secondary: #86c6ff; --color_theme_secondary: #aad7ff;
--color_site_textfields: white; --color_site_textfields: white;
--color_site_transparency: rgba(0, 0, 0, 0.1); --color_site_transparency: rgba(0, 0, 0, 0.1);
--color_text_normal: #000; --color_text_normal: #000;

View file

@ -25,7 +25,7 @@ button
margin: auto; margin: auto;
grid-template: grid-template:
"login_form register_form" auto "login_form register_form" auto
"message_area message_area" auto "message_area message_area" 150px
/ 1fr 1fr; / 1fr 1fr;
} }
@ -45,8 +45,6 @@ form h2
#message_area #message_area
{ {
grid-area: message_area; grid-area: message_area;
width: 100%;
height: 150px;
} }
@media screen and (max-width: 800px) @media screen and (max-width: 800px)
@ -56,7 +54,7 @@ form h2
grid-template: grid-template:
"login_form" auto "login_form" auto
"register_form" auto "register_form" auto
"message_area" auto "message_area" 150px
/ 1fr; / 1fr;
} }
} }

View file

@ -116,7 +116,6 @@
display: none; display: none;
width: initial; width: initial;
max-width: none; max-width: none;
margin-top: 8px;
} }
#right #right
{ {