fix: background color

This commit is contained in:
Michal Szczepanski 2024-04-27 01:51:25 +02:00
parent 88f174cece
commit 0e0e95330e
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@
body { body {
font-family: Roboto,serif; font-family: Roboto,serif;
margin: 5px 5px 0 5px; margin: 5px 5px 0 5px;
background-color: #ffffff;
} }
</style> </style>
</head> </head>