mirror of
https://github.com/Kaisaan/kaisaan.github.io.git
synced 2025-06-19 01:05:44 -04:00
Update style.css
This commit is contained in:
parent
6f3d70f4ce
commit
c84571fdda
@ -15,6 +15,7 @@ body {
|
|||||||
background-color: #259441;
|
background-color: #259441;
|
||||||
font-family: 'Roboto', sans-serif;
|
font-family: 'Roboto', sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navstd {
|
.navstd {
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
@ -30,3 +31,8 @@ body {
|
|||||||
.navstd a:hover {
|
.navstd a:hover {
|
||||||
background-color: #22cc4d;
|
background-color: #22cc4d;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.navstd a.active {
|
||||||
|
background-color: rgb(7, 97, 30);
|
||||||
|
color: white;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user