diff --git a/css/main.scss b/css/main.scss index fb4cfab..d4fc7b6 100644 --- a/css/main.scss +++ b/css/main.scss @@ -1,15 +1,22 @@ --- # Only the main Sass file needs front matter (the dashes are enough) --- @charset "utf-8"; +.konsole { + display: block; + background-color: #31363b; + padding: 1px; + color: #eff0f1; + .konsole-red { + color: #da4453; + } +} + #kHeader .carousel-text-overlay p { font-size: 0.8em; } -@import "base.scss"; -@import "social.scss"; -@import "glyphs.scss"; @import "download.scss"; @import "home.scss";