diff --git a/sass/_teckids.scss b/sass/_teckids.scss index 0c721294de1c0afa161f198f4e66472634d7015f..06ef273e54de91341b53bc8f292cc5b0ba7baee4 100644 --- a/sass/_teckids.scss +++ b/sass/_teckids.scss @@ -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;