Commit ac10b6be3ae1e65cc2a0b1cf110836ade899e980
soften border colors for a more modern look
Ev Bogue committed on 7/20/2016, 1:40:22 AMParent: 41e6f62438a6eae45047103d84432affc64bb2e5
Files changed
style.css | changed |
style.css | ||
---|---|---|
@@ -108,13 +108,13 @@ | ||
108 | 108 | |
109 | 109 | input { |
110 | 110 | margin-left: 3px; |
111 | 111 | margin-right: 3px; |
112 | - border: 1px solid #ccc; | |
112 | + border: 1px solid #eee; | |
113 | 113 | } |
114 | 114 | |
115 | 115 | textarea { |
116 | - border: 1px solid #ccc; | |
116 | + border: 1px solid #eee; | |
117 | 117 | } |
118 | 118 | |
119 | 119 | /* compose */ |
120 | 120 | |
@@ -124,11 +124,11 @@ | ||
124 | 124 | |
125 | 125 | /* messages */ |
126 | 126 | |
127 | 127 | .message { |
128 | - border: 1px solid #ccc; | |
128 | + border: 1px solid #eee; | |
129 | 129 | padding: 5px; |
130 | - margin-top: 1em; | |
130 | + margin-top: .5em; | |
131 | 131 | background: white; |
132 | 132 | display: block; |
133 | 133 | flex-basis: 0; |
134 | 134 | max-width: 100%; |
@@ -159,9 +159,9 @@ | ||
159 | 159 | } |
160 | 160 | |
161 | 161 | .message_content { |
162 | 162 | margin-top: 5px; |
163 | - border-top: 1px solid #ccc; | |
163 | + border-top: 1px solid #eee; | |
164 | 164 | padding-top: 3px; |
165 | 165 | } |
166 | 166 | |
167 | 167 | /* -- suggest box */ |
@@ -206,9 +206,9 @@ | ||
206 | 206 | } |
207 | 207 | |
208 | 208 | .profile { |
209 | 209 | background: #fff; |
210 | - border: 1px solid #ccc; | |
210 | + border: 1px solid #eee; | |
211 | 211 | } |
212 | 212 | |
213 | 213 | .profile img { |
214 | 214 | width: 150px; |
Built with git-ssb-web