remove grey color of community block and reduce size

This commit is contained in:
Christoph Ladurner
2022-07-19 23:42:59 +02:00
parent 0399814fe0
commit 5ac2a68848
2 changed files with 17 additions and 2 deletions

View File

@@ -0,0 +1,14 @@
/*
* Copyright (C) 2022 Graz University of Technology.
*
* invenio-theme-tugraz is free software; you can redistribute it and/or modify it
* under the terms of the MIT License; see LICENSE file for more details.
*/
.ui.container.page-subheader-outer {
background-color: unset;
}
.ui.fluid.container {
width: fit-content;
}

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2020-2021 Graz University of Technology.
* Copyright (C) 2020-2022 Graz University of Technology.
*
* invenio-theme-tugraz is free software; you can redistribute it and/or modify it
* under the terms of the MIT License; see LICENSE file for more details.
@@ -15,6 +15,7 @@
@import "macros";
@import "login";
@import "deposit";
@import "communities";
/***
**TODO: