Coloured box added

Among other things, I use the page header to inform about current maintenance work or other upcoming work. The information should therefore be provided within an appropriate framework. With a little CSS, the page header gets a frame in green. The font was adjusted to an appropriate size.
This commit is contained in:
loma-one 2023-09-16 16:54:54 +02:00 committed by Hypolite Petovan
parent 3b5e8901dc
commit 727eca1ce7
1 changed files with 10 additions and 0 deletions

View File

@ -21,3 +21,13 @@
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;
}