1
1
Fork 0
This commit is contained in:
Vrifox 2020-10-23 21:40:04 +02:00
parent d24d0ae2c4
commit 3d72ef04c6
5 changed files with 113 additions and 1 deletions

View file

@ -0,0 +1,17 @@
//
// settings
//
$type: files;
//
// import
//
@import 'import/colors.scss';
@import 'import/edit-warning.scss';
@import 'import/files_datenschutz.scss';
@import 'import/nom_globaltopbar.scss'; // @natenom: remove this to disable globaltopbar

View file

@ -3,6 +3,7 @@ body {
color: $white;
display: flex;
flex-direction: column;
font-family: Arial, Helvetica, sans-serif;
margin: 0;
min-height: 100vh;
h1 {

View file

@ -0,0 +1,21 @@
body {
background: $blog_body-bg;
color: $white;
font-family: Arial, Helvetica, sans-serif;
margin: 0;
a {
color: $nom_blue-light;
&:hover {
text-decoration: none;
}
}
main {
font-size: 18px;
line-height: 31px;
margin: 80px 20px;
.container {
margin: 0 auto;
max-width: 580px;
}
}
}

View file

@ -37,7 +37,7 @@ body {
}
}
}
}
}
//