Skip to content
Snippets Groups Projects
Commit 4db9b608 authored by Muhammad Umar Fariz Tumbuan's avatar Muhammad Umar Fariz Tumbuan
Browse files

tambah kelas menu_active di default_style, buat kelas (subheader, title, title...

tambah kelas menu_active di default_style, buat kelas (subheader, title, title h1) jadi default, modif elemen 'a' di default_style
parent 0a9bb7ed
1 merge request!45OneHundred - 13515005 - Husnulzaki Wibisono Haryadi
...@@ -44,9 +44,12 @@ input{ ...@@ -44,9 +44,12 @@ input{
border: 1px solid black; border: 1px solid black;
} }
a {
color: black;
}
a:link, a:visited { a:link, a:visited {
color: black; text-decoration: none;
text-decoration: underline;
} }
a:hover { a:hover {
...@@ -61,6 +64,11 @@ a:hover { ...@@ -61,6 +64,11 @@ a:hover {
font-family: calibri; font-family: calibri;
} }
.menu_active {
background-color: #465d43;
color: white;
}
.menu > h3 { .menu > h3 {
margin-top: 5%; margin-top: 5%;
margin-bottom: 5% margin-bottom: 5%
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment