summaryrefslogtreecommitdiffhomepage
path: root/common/main.css
diff options
context:
space:
mode:
authorRay <[email protected]>2021-04-26 00:36:46 +0200
committerRay <[email protected]>2021-04-26 00:36:46 +0200
commitcf6551d70d4a019c32a0dc27db9aee0593a818b1 (patch)
treefebba35f1cdcfb06085f2029d353039d36f254dc /common/main.css
parent1894afa066f7addf569bb04292973e8bf866c6c2 (diff)
parentf574724139c1e5fdf1798703bc379a8c9a04e28d (diff)
downloadraylib.com-cf6551d70d4a019c32a0dc27db9aee0593a818b1.tar.gz
raylib.com-cf6551d70d4a019c32a0dc27db9aee0593a818b1.zip
Merge branch 'master' of https://github.com/raysan5/raylib.com
Diffstat (limited to 'common/main.css')
-rw-r--r--common/main.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/main.css b/common/main.css
index e6667a8..7e4a27b 100644
--- a/common/main.css
+++ b/common/main.css
@@ -21,6 +21,8 @@
body{background-color:#f5f5f5;}
a{text-decoration: none; color:black;}
p a:hover{text-decoration: none; color:gray;}
+h1{font-family: Courier New, Verdana, Arial; font-weight: bold; font-size: 18px; line-height:24px;}
+h2{font-family: Courier New, Verdana, Arial; font-weight: bold; font-size: 18px; line-height:24px;}
.page{width:880px; margin:0 auto;}