Skip to content
Snippets Groups Projects
Commit dad78ca5 authored by codecraft's avatar codecraft :crocodile:
Browse files

Make navbar title text bold white and bold orange on hover

parent 022bf390
No related branches found
No related tags found
1 merge request!36Make navbar title text bold white and bold orange on hover
......@@ -61,6 +61,19 @@ $project-colors-title-fonts: (
background-color: $teckids-orange;
}
#main-navbar > * > a,
#main-navbar > * > * > * > a
{
color: white;
font-weight: bold;
}
#main-navbar > * > * > * > a:hover
{
color: $teckids-orange;
}
.circle-bg {
background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='600' height='600' %3E%3Ccircle cx='300' cy='300' r='300' fill='rgba(100%25 %2C 100%25 %2C 100%25 %2C 0.5)' /%3E%3C/svg%3E");
background-size:contain;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment