mirror of
https://github.com/samsonjs/samhuri.net.git
synced 2026-04-27 14:57:40 +00:00
tweak styles
This commit is contained in:
parent
0c8d615840
commit
43233d8497
1 changed files with 4 additions and 1 deletions
|
|
@ -97,6 +97,8 @@ header.primary {
|
||||||
background-color: darken(@text, 5%);
|
background-color: darken(@text, 5%);
|
||||||
color: @background;
|
color: @background;
|
||||||
padding: 0.4rem 0.8rem;
|
padding: 0.4rem 0.8rem;
|
||||||
|
border-bottom: solid 1px lighten(@text, 40%);
|
||||||
|
box-shadow: 0 0 12px 2px @text;
|
||||||
|
|
||||||
.title {
|
.title {
|
||||||
float: left;
|
float: left;
|
||||||
|
|
@ -168,9 +170,10 @@ footer {
|
||||||
border-top: solid 1px lighten(@text, 70%);
|
border-top: solid 1px lighten(@text, 70%);
|
||||||
padding: 1rem 0;
|
padding: 1rem 0;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
color: lighten(@text, 30%);
|
||||||
|
|
||||||
a, a:visited {
|
a, a:visited {
|
||||||
color: @text;
|
color: lighten(@text, 30%);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue