This repository has been archived on 2023-07-11. You can view files and clone it, but cannot push or open issues or pull requests.
clj-browserchannel/chat-demo/resources/public/default.css
Gered 0e76a0347c fix chat-demo
- dependencies updated
- removed old netty adapter code
- generally converted it into something more resembling a modern clojure
  web app
2016-05-07 16:20:54 -04:00

20 lines
324 B
CSS

body {
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
background-color: #8fb3fc;
}
#room {
border: 3px solid #5780d7;
background-color: #f4eeee;
min-height: 10em;
}
#type-bar {
padding: 3px;
background-color: #62b031;
}
.about {
padding: 3px;
background-color: #90db46;
}