fix style of h3 settings headings

Signed-off-by: binsky <timo@binsky.org>
This commit is contained in:
binsky 2021-08-23 15:44:45 +02:00
parent efea5803fc
commit 1f318e7053
3 changed files with 7 additions and 1 deletions

View file

@ -1252,6 +1252,9 @@
text-align: left;
padding: 3px 5px; }
h3 {
font-weight: bold; }
/**
* Nextcloud - passman
*

File diff suppressed because one or more lines are too long

View file

@ -84,3 +84,6 @@
padding: 3px 5px;
}
}
h3 {
font-weight: bold;
}