mirror of
https://github.com/simonmichael/hledger.git
synced 2024-12-28 12:54:07 +03:00
web: colour for visited links needs to be important to stick
This commit is contained in:
parent
71f4dc53b1
commit
3306c65ae5
@ -8,7 +8,7 @@ body { backgroun
|
|||||||
.registerreport .odd { background-color:#ded; }
|
.registerreport .odd { background-color:#ded; }
|
||||||
/* .transactionsreport .odd { background-color:#eee; } */
|
/* .transactionsreport .odd { background-color:#eee; } */
|
||||||
.filtering { background-color:#e0e0e0; }
|
.filtering { background-color:#e0e0e0; }
|
||||||
a:link, a:visited { color:#00e; }
|
a:link, a:visited { color:#00e !important; }
|
||||||
/* a:link:hover, a:visited:hover { color:red; } */
|
/* a:link:hover, a:visited:hover { color:red; } */
|
||||||
/* #main { border-color:#e0e0e0; } see below */
|
/* #main { border-color:#e0e0e0; } see below */
|
||||||
/* .journalreport td { border-color:thin solid #e0e0e0; } see below */
|
/* .journalreport td { border-color:thin solid #e0e0e0; } see below */
|
||||||
|
Loading…
Reference in New Issue
Block a user