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