mirror of
https://github.com/thewesker/greptweet.git
synced 2025-12-23 05:21:06 -05:00
19 lines
221 B
CSS
19 lines
221 B
CSS
body {
|
|
font: 1.2em 'Lucida Grande',sans-serif;
|
|
}
|
|
|
|
footer {
|
|
font-size: small; margin: 2em;
|
|
}
|
|
|
|
input[type=text] {
|
|
font-size: 2em;
|
|
border:1px solid #A78B53;
|
|
}
|
|
|
|
button {
|
|
font-size: 3em;
|
|
}
|
|
|
|
#users li { display: inline; }
|