aboutsummaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
Diffstat (limited to 'assets')
-rw-r--r--assets/css/home.css13
1 files changed, 12 insertions, 1 deletions
diff --git a/assets/css/home.css b/assets/css/home.css
index f23affc..b3edc49 100644
--- a/assets/css/home.css
+++ b/assets/css/home.css
@@ -273,8 +273,19 @@ main.info blockquote i {
color: #7b97b9;
}
+main.info article#manual h1 {
+ text-align: center;
+ font-size: 50px;
+ color: black;
+ background-color: transparent;
+ font-weight: lighter;
+ margin: 6%;
+ border-top: solid;
+ border-bottom: solid;
+}
+
-main.info article h2#manual {
+main.info article#manual h2 {
text-align: center;
font-size: 40px;
}