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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user