From 4db9b608942458a04fdb5bfeb1dd7c62391c5b18 Mon Sep 17 00:00:00 2001
From: "fariz.tumbuan" <13515050@std.stei.itb.ac.id>
Date: Fri, 6 Oct 2017 21:06:15 +0800
Subject: [PATCH] tambah kelas menu_active di default_style, buat kelas
 (subheader, title, title h1) jadi default, modif elemen 'a' di default_style

---
 css/default_style.css | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/css/default_style.css b/css/default_style.css
index cf87617f..9af0c20d 100755
--- a/css/default_style.css
+++ b/css/default_style.css
@@ -44,9 +44,12 @@ input{
     border: 1px solid black;
 }
 
+a {
+    color: black;
+}
+
 a:link, a:visited {
-	color: black;
-	text-decoration: underline;
+	text-decoration: none;
 }
 
 a:hover {
@@ -61,6 +64,11 @@ a:hover {
     font-family: calibri;
 }
 
+.menu_active {
+    background-color: #465d43;
+    color: white;
+}
+
 .menu > h3 {
     margin-top: 5%;
     margin-bottom: 5%
-- 
GitLab