1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-11-23 23:20:57 +01:00

Color fixes (sharp.css)

This commit is contained in:
Daniel Saunders 2017-07-24 13:03:12 -04:00
parent 04ce72f24b
commit 1ad9f49694

View File

@ -49,7 +49,7 @@ h1 {
font-family: tahoma, sans-serif; font-family: tahoma, sans-serif;
letter-spacing: -2px; letter-spacing: -2px;
font-size: 20pt; font-size: 20pt;
margin-bottom: 0; margin: 0;
} }
h1.logo img { h1.logo img {
display: inline; display: inline;
@ -58,13 +58,12 @@ h1.logo img {
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: center; background-position: center;
} }
div.title, h1 { header div.subtitle, h1 {
color: #000; color: #000;
text-align: center; text-align: center;
} }
div.title { header div.subtitle {
font-size: 8pt; font-size: 8pt;
margin-bottom: 2em;
} }
form { form {
margin-bottom: 4em; margin-bottom: 4em;