mirror of
https://github.com/Kaisaan/kaisaan.github.io.git
synced 2025-06-18 16:55:39 -04:00
Update style.css
This commit is contained in:
parent
23e65a0675
commit
b44ca21d87
@ -27,25 +27,25 @@ h1 {
|
|||||||
margin-bottom: 0px;
|
margin-bottom: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* unvisited link */
|
/* unvisited link */
|
||||||
a:link {
|
a:link {
|
||||||
color: #1a940d;
|
color: #1a940d;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* visited link */
|
/* visited link */
|
||||||
a:visited {
|
a:visited {
|
||||||
color: #126409;
|
color: #126409;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* mouse over link */
|
/* mouse over link */
|
||||||
a:hover {
|
a:hover {
|
||||||
color: #66ff00;
|
color: #66ff00;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* selected link */
|
/* selected link */
|
||||||
a:active {
|
a:active {
|
||||||
color: #1a940d;
|
color: #1a940d;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar ul {
|
.navbar ul {
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
|
Loading…
Reference in New Issue
Block a user