/* STYLE for jannikbeyerstedt.de * for specific template */ @import "custom"; @import "variables"; @import "mixins"; @import "../mainvariables"; // change main.scss behavior body { } // additional css main.projects { .container { } } .card a { color: $color_font; &:active, &:hover { color: $color_font; text-decoration: none; } &.card-link { &:active, &:hover { text-decoration: underline; } } } // ---- from boostrap ---- @import "images"; @import "card"; .card-img-top { width: 100%; }