website

The source code for https://bpaul.xyz
Log | Files | Refs

commit 7c5bc743a45e3b52ac30eb6bae4a0ddade559f20
parent f867dc99c5f64097307c8f800aac85da0b6a35ad
Author: GuyClicking <bpaul848@gmail.com>
Date:   Mon,  6 Jul 2020 12:11:39 +1000

Font default

Diffstat:
Mindex.css | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/index.css b/index.css @@ -1,6 +1,8 @@ body { background-color: #282A36; color: #F8F8F2; + font-family: Courier New; + font-size: 12px; } .navbar {