master
AlexRoidl 7 years ago
parent b3954e38b5
commit b4d5dab3bc

@ -9,11 +9,11 @@
@font-face { @font-face {
font-family: 'librebaskerville-regular'; font-family: 'librebaskerville-regular';
src: url('librebaskerville-regular-webfont.woff2') format('woff2'), /* Super Modern Browsers */ src: url('fonts/librebaskerville-regular-webfont.woff2') format('woff2'), /* Super Modern Browsers */
url('librebaskerville-regular-webfont.woff') format('woff'), /* Pretty Modern Browsers */ url('fonts/librebaskerville-regular-webfont.woff') format('woff'), /* Pretty Modern Browsers */
font-family: 'librebaskerville-italic'; font-family: 'librebaskerville-italic';
src: url('librebaskerville-italic-webfont.woff2') format('woff2'), /* Super Modern Browsers */ src: url('fonts/librebaskerville-italic-webfont.woff2') format('woff2'), /* Super Modern Browsers */
url('librebaskerville-italic-webfont.woff') format('woff'), /* Pretty Modern Browsers */ url('fonts/librebaskerville-italic-webfont.woff') format('woff'), /* Pretty Modern Browsers */
} }
* { box-sizing: border-box; } * { box-sizing: border-box; }
@ -103,6 +103,10 @@ margin-bottom: 50px;
} }
#infocontainer::-webkit-scrollbar {
display: none;
}
#infocontainer p{ #infocontainer p{
color: white; color: white;

Loading…
Cancel
Save