[pageheader] Improve visibility #1426

Merged
MrPetovan merged 4 commits from :develop into develop 2023-11-13 01:17:03 +01:00
Showing only changes of commit b9a95036a5 - Show all commits

View file

@ -20,14 +20,11 @@
width: 100%;
margin-top: 25px;
font-size: 20px;
}
/* The pageheader box */
.pageheader {
padding: 20px;
background-color: #2eb885; /* Green */
color: white;
border: 1px solid transparent;
border-radius: 2px;
margin-bottom: 15px;
/* The pageheader box */
padding: 20px;
background-color: #2eb885; /* Green */
color: white;
border: 1px solid transparent;
border-radius: 2px;
margin-bottom: 15px;
}