mirror of
https://github.com/simonmichael/hledger.git
synced 2024-12-26 03:42:25 +03:00
site: rounded nav buttons that depress when clicked, and different colour for the external links
This commit is contained in:
parent
d40ca43f39
commit
cbce921d63
@ -24,6 +24,16 @@ div#navigation a {
|
||||
background-color: #226600;
|
||||
padding: 3px 10px 3px 10px;
|
||||
margin: 0 5px 0 0;
|
||||
border-radius:.3em;
|
||||
}
|
||||
|
||||
div#navigation a.offsite {
|
||||
background-color: #113300;
|
||||
}
|
||||
|
||||
div#navigation a:active {
|
||||
position:relative;
|
||||
top:1px;
|
||||
}
|
||||
|
||||
#footer {
|
||||
|
Loading…
Reference in New Issue
Block a user