Skip to content

Commit

Permalink
Give some character to CSS
Browse files Browse the repository at this point in the history
Makes this look a bit more like an elastic thing.
I think it looks better than before, but I have very little taste.
  • Loading branch information
haesbaert committed Sep 19, 2024
1 parent 4ed4832 commit 3280e60
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions docs/mandoc.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
/* Global defaults. */

html { max-width: 65em;
--bg: #F0F0F0;
--fg: #000000; }
--bg: #101c3f;
--fg: #ffffff; }
body { background: var(--bg);
color: var(--fg);
font-family: Helvetica,Arial,sans-serif; }
Expand Down Expand Up @@ -367,3 +367,8 @@ html { --bg: #1E1F21;
:visited { color: #F6BAFF; }
}
*/

html {
:link { color: #24bbb1; }
:visited { color: #e55098; }
}

0 comments on commit 3280e60

Please sign in to comment.