Update CSS
This commit is contained in:
parent
fbb806123f
commit
1361815ceb
10
style.css
10
style.css
|
@ -1,3 +1,8 @@
|
||||||
|
button {
|
||||||
|
padding: 10px 20px;
|
||||||
|
background-color: blue;
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
table,
|
table,
|
||||||
td {
|
td {
|
||||||
border: 1px solid #333;
|
border: 1px solid #333;
|
||||||
|
@ -8,8 +13,3 @@ tfoot {
|
||||||
background-color: #1D4699;
|
background-color: #1D4699;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
button {
|
|
||||||
padding: 10px 20px;
|
|
||||||
background-color: blue;
|
|
||||||
color: white;
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user