defaults.less: new header styling
This commit is contained in:
parent
6c5c153fed
commit
9795617e4d
|
@ -32,7 +32,13 @@
|
|||
.page-header(@borderSize: 2px; @fontSize: 2em; @textColor: @colorTextDarkDefault) {
|
||||
font-size: @fontSize;
|
||||
color: @textColor;
|
||||
border-bottom: @borderSize solid @colorPetrol;
|
||||
/* border-bottom: @borderSize solid @colorPetrol; */
|
||||
background-color: #888;
|
||||
color: white;
|
||||
font-weight: normal;
|
||||
padding: 0.2em 1em;
|
||||
text-transform: uppercase;
|
||||
font-size: 0.8em;
|
||||
a {
|
||||
text-decoration: none;
|
||||
color: inherit;
|
||||
|
|
Loading…
Reference in New Issue