mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-01-12 16:41:03 -07:00
🎨
This commit is contained in:
parent
2607fc56d6
commit
7a85e9e246
1 changed files with 2 additions and 0 deletions
|
@ -20,6 +20,7 @@ html
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
background: rgb(153, 153, 204);
|
background: rgb(153, 153, 204);
|
||||||
border: 1px solid #000;
|
border: 1px solid #000;
|
||||||
|
box-shadow: rgb(204, 204, 204) 1px 2px 3px;
|
||||||
}
|
}
|
||||||
header:after {
|
header:after {
|
||||||
content: '';
|
content: '';
|
||||||
|
@ -41,6 +42,7 @@ html
|
||||||
margin: 1em 0;
|
margin: 1em 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
|
box-shadow: rgb(204, 204, 204) 1px 2px 3px;
|
||||||
}
|
}
|
||||||
table tr th {
|
table tr th {
|
||||||
background-color: #ccf;
|
background-color: #ccf;
|
||||||
|
|
Loading…
Reference in a new issue