Lucas Stadler vor 8 Jahren
Ursprung
Commit
eb3db3d329
1 geänderte Dateien mit 9 neuen und 4 gelöschten Zeilen
  1. 9 4
      quit.go

+ 9 - 4
quit.go

@ -178,7 +178,11 @@ body {
178 178
  align-items: baseline;
179 179
  padding: 0.6em 0.5em;
180 180
  width: 70vw;
181
  background-color: rgba(200, 0, 255, 0.15);
181
  background-color: rgba(200, 0, 255, 0.1);
182
  border: 1px solid rgba(200, 0, 255, 0.15);
183
  border-radius: 3px;
184
  border-bottom-left-radius: 0;
185
  border-bottom-right-radius: 0;
182 186
}
183 187
184 188
#commit .commit-author {
@ -190,9 +194,10 @@ body {
190 194
}
191 195
192 196
#files td {
193
  border: 1px solid #333;
194
  border-radius: 2px;
195
  margin-bottom: 0;
197
  border: 1px solid rgba(200, 0, 200, 0.15);
198
  border-radius: 3px;
199
  border-bottom-left-radius: 0;
200
  border-bottom-right-radius: 0;
196 201
  padding: 0.2em 0.5em;
197 202
  font-size: 95%;
198 203
}