bludit/themes/aerial/sass/style-noscript.scss

33 lines
378 B
SCSS
Raw Normal View History

2015-03-08 18:02:59 +01:00
/*
Aerial by HTML5 UP
html5up.net | @n33co
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/
@import 'vars';
@import 'mixins';
/* Wrapper */
#wrapper {
opacity: 1;
}
/* Overlay */
#overlay {
opacity: 1;
}
/* Header */
#header {
opacity: 1;
nav {
li {
opacity: 1;
}
}
}