View Single Post
Posts: 65 | Thanked: 113 times | Joined on Mar 2011 @ Austria
#449
Thanks - solved. After your comment I double checked the configuration options for aard and found a simple option that did it for me.

Solution: Put a user.css file into $HOME/.aarddict/user.css such as the one shown on http://aarddict.org/aarddict/doc/aarddict.html

Code:
body, h1, h2, h3, h4, h5, h6 {
    background-color: black;
    color: gray;
}

.tex {
    background-color: lightgray;
    padding: 5px;
}

.infobox {
    display: none;
}

a:link {
    color: white;
    font-weight: bold;
}

a:active {
    background-color: rgb(80, 80, 80);
}
So, thanks @Kroll.However, this should not stop you, putting your great creativity into a bright theme ;-)

Last edited by scy; 2011-11-12 at 20:52. Reason: (corrected typos)
 

The Following User Says Thank You to scy For This Useful Post: