Fix font weight on about page

This commit is contained in:
silverpill 2022-10-19 20:48:11 +00:00
parent c8a357ad1e
commit bbbce8f9f1

View file

@ -32,6 +32,5 @@ const { instance } = $(useInstanceInfo())
/* Internal page */
.content .description {
font-size: 18px;
font-weight: lighter;
}
</style>