1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2025-12-18 10:07:02 +00:00

ui: Add greeting.html to Home

This commit is contained in:
James Hillyerd
2018-11-12 20:21:37 -08:00
parent d1954cdd6f
commit 2bbcef072a
6 changed files with 61 additions and 29 deletions

View File

@@ -30,6 +30,11 @@ time, mark, audio, video {
vertical-align: baseline;
}
::placeholder {
color: var(--placeholder-color);
opacity: 1;
}
a {
color: #337ab7;
text-decoration: none;
@@ -46,9 +51,8 @@ body, input, table {
color: var(--primary-color);
}
::placeholder {
color: var(--placeholder-color);
opacity: 1;
h1, h2, h3, h4, h5, h6, p {
margin-bottom: 10px;
}
/** SHARED */
@@ -129,6 +133,10 @@ h1 {
font-weight: 500;
}
.greeting {
max-width: 1000px;
}
/** NAV BAR */
.navbar,