diff options
author | Dante Catalfamo | 2020-07-03 16:29:54 -0400 |
---|---|---|
committer | Dante Catalfamo | 2020-07-03 16:29:54 -0400 |
commit | c9a48c8fefc001f622337cc235c349f8802263ff (patch) | |
tree | 48ede0abd0b44d3186ff66a0fa423cc2e3e2d891 /public/style.css | |
parent | 5384d0dc9f549a243f9e9825bdab6f8e8a68fc27 (diff) | |
download | homepage-c9a48c8fefc001f622337cc235c349f8802263ff.tar.gz homepage-c9a48c8fefc001f622337cc235c349f8802263ff.tar.bz2 homepage-c9a48c8fefc001f622337cc235c349f8802263ff.zip |
Add colour to braille chars
Diffstat (limited to 'public/style.css')
-rw-r--r-- | public/style.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/public/style.css b/public/style.css index aa2dc16..fd93835 100644 --- a/public/style.css +++ b/public/style.css @@ -6,6 +6,7 @@ body { #braille { line-height: .92; border: 1px solid white; + font-weight: 900; } .bigguy { display: flex; |