e1e0.net

sources for e1e0 website
git clone https://git.e1e0.net/e1e0.net.git
Log | Files | Refs

commit 848241090e15811c629e93a3c5f32308db16d169
parent 8bdcfe8df27752fe586725262d5f8cbfa15fcb87
Author: Paco Esteban <paco@onna.be>
Date:   Tue, 30 Jul 2019 16:54:21 +0200

css improvements

Diffstat:
Msrc/style.css | 17++++++++++++++++-
1 file changed, 16 insertions(+), 1 deletion(-)

diff --git a/src/style.css b/src/style.css @@ -3,6 +3,21 @@ body { color: #111; background-color: #fff; padding: 0 10px; + font-family: Arial, Helvetica, sans-serif; +} + +a { + color: #3366ff; + text-decoration: none; +} + +a:hover { + background-color: #f0f0f0; +} + +code { + font-family: "Courier New"; + background: #f0f0f0; } @media (min-width: 800px) { @@ -17,7 +32,7 @@ tt { } pre { - background: #f5f5f5; + background: #f0f0f0; border: 1px solid #aaa; overflow: auto; padding: 10px;