aboutsummaryrefslogtreecommitdiff
path: root/public/css/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/css/style.css')
-rw-r--r--public/css/style.css11
1 files changed, 1 insertions, 10 deletions
diff --git a/public/css/style.css b/public/css/style.css
index 5c07007..2b6ae40 100644
--- a/public/css/style.css
+++ b/public/css/style.css
@@ -1,4 +1,4 @@
-body { font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, freesans, sans-serif; line-height: 1.6; word-wrap: break-word; padding: 30px; font-size: 16px; color: rgb(51, 51, 51); background-color: rgb(255, 255, 255); overflow: scroll; margin: 5%;}
+body { font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, freesans, sans-serif; line-height: 1.6; word-wrap: break-word; padding: 30px; font-size: 16px; color: rgb(51, 51, 51); background-color: rgb(255, 255, 255); margin: 5%;}
.directory {
cursor: pointer;
@@ -162,12 +162,3 @@ kbd {
border-color: #99f;
box-shadow: 0 0 5px #99f;
}
-.view .h1 { font-size:2em; color: #A5B; }
-.view h2::before { color: #BBB;content: "# "; font: bold 0.95em arial,sans-serif; }
-.view h3::before { color: #BBB;content: "## "; font: bold 0.95em arial,sans-serif; }
-.view h4::before { color: #BBB;content: "### "; font: bold 0.95em arial,sans-serif; }
-.view h5 { margin-left: 60px;}
-
-.view h1 { font-size:2em; color: #A5B; }
-.view h2 { font-size:1.5em; color: #BB8; }
-.view h3 { font-size:1.25em; color: #AC4; }