1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2026-01-06 03:17:05 +00:00

ui: Convert hamburger to button

This commit is contained in:
James Hillyerd
2019-02-17 13:40:56 -08:00
parent b2255fefab
commit a467829103
4 changed files with 21 additions and 4 deletions

View File

@@ -15,7 +15,7 @@ h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
b, u, i, center, button,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
@@ -44,13 +44,17 @@ body {
background-color: var(--bg-color);
}
body, input, table {
body, button, input, table {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
line-height: 1.43;
color: var(--primary-color);
}
button {
background: none;
}
h1, h2, h3, h4, h5, h6, p {
margin-bottom: 10px;
}