Removes border added by wordpress styles on page title.

This commit is contained in:
mateuswetah 2022-05-09 14:27:09 -03:00
parent bcc43cd32b
commit 9df2194b14
2 changed files with 2 additions and 1 deletions

View File

@ -1189,6 +1189,7 @@ nav {
.tainacan-title {
.tainacan-title-page{
margin-bottom: 0.75rem;
border: none;
border-bottom: 2px solid var(--tainacan-interface--link-color, #298596);
.title-page h1{
font-size: 1.25rem !important;

File diff suppressed because one or more lines are too long