#statsTable border 0

This commit is contained in:
Adrien MALINGREY 2023-04-25 02:52:07 +02:00
parent d1a9532842
commit 649fdbc064

View File

@ -35,9 +35,14 @@ body {
} }
#statsTable { #statsTable {
font-size: .7em;
letter-spacing: -.15em; letter-spacing: -.15em;
} }
#statsTable th {
border: 0;
}
#messagesSpan { #messagesSpan {
text-shadow: -2px -2px #808302, -2px 2px #808302, 2px -2px #808302, 2px 2px #808302; text-shadow: -2px -2px #808302, -2px 2px #808302, 2px -2px #808302, 2px 2px #808302;
} }