mirror of
https://github.com/YunoHost-Apps/hubzilla_ynh.git
synced 2024-09-03 19:26:21 +02:00
10 lines
174 B
CSS
10 lines
174 B
CSS
|
.pageheader {
|
||
|
padding: 21px 10px;
|
||
|
color: #31708f;
|
||
|
background-color: #d9edf7;
|
||
|
border: 1px solid #bce8f1;
|
||
|
text-align: center;
|
||
|
margin-bottom: 20px;
|
||
|
border-radius: 4px;
|
||
|
}
|