mirror of
https://github.com/samsonjs/samhuri.net.git
synced 2026-03-25 09:05:47 +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%);
|
||||
color: @background;
|
||||
padding: 0.4rem 0.8rem;
|
||||
border-bottom: solid 1px lighten(@text, 40%);
|
||||
box-shadow: 0 0 12px 2px @text;
|
||||
|
||||
.title {
|
||||
float: left;
|
||||
|
|
@ -168,9 +170,10 @@ footer {
|
|||
border-top: solid 1px lighten(@text, 70%);
|
||||
padding: 1rem 0;
|
||||
text-align: center;
|
||||
color: lighten(@text, 30%);
|
||||
|
||||
a, a:visited {
|
||||
color: @text;
|
||||
color: lighten(@text, 30%);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue