Merge branch 'main' into style/redesign-posts

This commit is contained in:
Óscar 2023-02-18 19:31:03 +01:00 committed by GitHub
commit 9ff7462ccd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 6 deletions

View file

@ -78,7 +78,7 @@
--accent-color: #91e0ee;
--table-header-color: #b7e4e4;
.invertable-image {
.invertible-image {
filter: invert(.88);
}
@ -95,6 +95,8 @@ html {
body {
margin: 0;
padding: 0;
align-items:center;
justify-content:center;
}
.content {
max-width: var(--max-layout-width);