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
{
--color_theme_primary: #f6ffff;
--color_theme_secondary: #86c6ff;
--color_theme_secondary: #aad7ff;
--color_site_textfields: white;
--color_site_transparency: rgba(0, 0, 0, 0.1);
--color_text_normal: #000;

View file

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

View file

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