mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-01 01:36:05 -04:00
18 lines
136 B
CSS
18 lines
136 B
CSS
.loggedin {
|
|
visibility: hidden;
|
|
}
|
|
|
|
p {
|
|
font-family: monospace;
|
|
}
|
|
|
|
table
|
|
{
|
|
border-spacing:5px;
|
|
}
|
|
|
|
th,td
|
|
{
|
|
padding:5px;
|
|
}
|